]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Forced dismounts of NFS mounts can fail when thread(s) are stuck
[FreeBSD/FreeBSD.git] / sys / dev /
2013-09-01 davideComplete r250105. Do not zero fields if M_ZERO flag...
2013-09-01 eadlerFix build with gcc
2013-09-01 ianAdd the device ID for a new flavor of FTDI serial adapt...
2013-09-01 bryanvImport multiqueue VirtIO net driver from my user/bryanv...
2013-09-01 bryanvSync VirtIO net device header file from recent Linux
2013-09-01 bryanvAdd optional VirtIO device method for post-attach notif...
2013-09-01 bryanvAdd support for postponing VirtIO virtqueue interrupts
2013-08-31 hselaskySync USB bluetooth product list with Linux.
2013-08-30 kibGive the page allocations initiated by the swap-backed...
2013-08-30 dumbbellacpi_thermal: Warn about insane _TMP temperature only...
2013-08-30 marcelA final test with unmodified code has shown that a...
2013-08-30 bryanvFew more minor if_vmx tweaks
2013-08-30 npFix the sysctl that displays whether buffer packing...
2013-08-30 cpercivaIf reading a virtual-device value fails, attempt to...
2013-08-30 npImplement support for rx buffer packing. Enable it...
2013-08-29 gibbsIntroduce a new, HVM compatible, paravirtualized timer...
2013-08-29 jkim'u_long' is consistently spelled 'unsigned long' in...
2013-08-29 jkimPartially revert r254880. The bitmap operations actual...
2013-08-29 jkimFix the incomplete conversion from atomic_t to long...
2013-08-29 jkimClarify confusions between atomic_t and bitmap. Fix...
2013-08-29 gibbsImplement vector callback for PVHVM and unify event...
2013-08-29 jkim- Remove test_and_set_bit() macro. It is unused since...
2013-08-29 jkimFix atomic operations on context_flag without altering...
2013-08-29 marcelWork-around a timing problem with the ITE IT8513E now...
2013-08-29 adrianMigrate iwn(4) to use the new ieee80211_tx_complete...
2013-08-29 adrianRemove the duplicate LLC_MISS event and put it in the...
2013-08-29 npMerge r254386 from user/np/cxl_tuning. Add an INET...
2013-08-28 jkimCorrect atomic operations in i915.
2013-08-28 jkimFix a compiler warning and add couple of VM map types.
2013-08-28 npWhitespace nit.
2013-08-28 jkimFix a compiler warning. With this fix, a negative...
2013-08-28 npChange t4_list_lock and t4_uld_list_lock from mutexes...
2013-08-28 npAdd hooks in base cxgbe(4) for the iWARP upper-layer...
2013-08-28 jkimReduce diff against stable/9 slightly.
2013-08-28 davidcsql_minidump() should be performed only by port 0.
2013-08-28 jkimDo not save/restore video memory if we are not using...
2013-08-28 jkimMake sure to free stale buffer before allocating new...
2013-08-28 jkimAvoid unnecessary signedness conversion.
2013-08-28 loosFix a few typos for s25fl types.
2013-08-28 loosProperly free gpiobus ivars when gpiobus_parse_pins...
2013-08-28 gavinSupport the PCI-Express SSD in the new MacBook Air...
2013-08-27 davidcsFix bug in Flash access code
2013-08-27 cpercivaRemove duplicate dev.xbd.*.max_requests sysctl added...
2013-08-27 adrianUse the new ieee80211_tx_complete() function.
2013-08-27 bryanvCouple minor if_vmx tweaks
2013-08-26 joergReimplement the FDOPT_NOERROR feature that was kicked...
2013-08-26 npUse correct mailbox and PCIe PF number when querying...
2013-08-26 jmgAdd support for my:
2013-08-26 andreFix mbuf debugging printf()'s after the recent mbuf...
2013-08-26 dumbbelldrm/radeon: Rename the (S)DEBUG macros in atom.c to...
2013-08-25 dumbbelldrm/radeon: Import the Radeon KMS driver
2013-08-25 dumbbellvga_pci: Remove left-over debugging printf()'s
2013-08-25 dumbbellvga_pci: Add API to map the Video BIOS
2013-08-25 dumbbelldrm: Use the new drm_atomic.h, following the merge...
2013-08-25 dumbbelldrm/ttm: Remove unused VM_ALLOC_DMA32 define
2013-08-25 dumbbelldrm/ttm: Fix a reversed condition and add missing locks
2013-08-25 dumbbelldrm/ttm: Fix style in ttm_bo_release_mmap()
2013-08-25 dumbbelldrm/ttm: Fix unmap of buffer object
2013-08-25 dumbbellttm: "to_page->valid = VM_PAGE_BITS_ALL" before vm_page...
2013-08-25 dumbbelldrm/ttm: Improve comment in ttm_bo_vm_ctor() about...
2013-08-25 dumbbelldrm/ttm: When removing a range of pages from a pool...
2013-08-25 dumbbelldrm/ttm: Fix style errors
2013-08-25 dumbbelldrm/ttm: Make ttm_bo_wait() call uninterruptible in...
2013-08-25 dumbbelldrm/ttm: Import Linux commit ff7c60c580d9722f820d85c9c5...
2013-08-25 dumbbelldrm/ttm: Import Linux commit 014b34409fb2015f63663b6caf...
2013-08-25 dumbbelldrm/ttm: Import Linux commit 630541863b29f88c7ab34e6477...
2013-08-25 dumbbelldrm/ttm: Import Linux commit cc4c0c4de3c775be22072ec325...
2013-08-25 dumbbelldrm/ttm: Import Linux commit f2d476a110bc24fde008698ae9...
2013-08-25 dumbbelldrm/ttm: Import Linux commit 5e45d7dfd74100d622f9cdc70b...
2013-08-25 dumbbelldrm/ttm: Import Linux commit 7a1863084c9d90ce4b67d645bf...
2013-08-25 dumbbelldrm/ttm: Import Linux commit 63d0a4195560362e2e00a3ad38...
2013-08-25 dumbbelldrm: Update drm_atomic.h, now that projects/atomic64...
2013-08-25 dumbbelldrm: Add missing bits to drmP.h, required by the Radeon...
2013-08-25 adrianUpdate the mis-predicted branch PMC names (for sandy...
2013-08-25 dumbbelldrm: Import drm_fixed.h from Linux 3.8
2013-08-25 dumbbelldrm: Update drm_pciids.h based on Linux 3.8
2013-08-25 adrianFix a >80 character long line, introduced in my previou...
2013-08-25 dumbbelldrm: Import drm_pcie_get_speed_cap_mask() in drm_pci.c
2013-08-25 andreGive (*ext_free) an int return value allowing for very...
2013-08-25 dumbbelldrm: Import list_for_each_entry_safe_from() macro
2013-08-25 dumbbelldrm: Use DRM_IF_MAJOR & DRM_IF_MINOR from drm_core.h
2013-08-25 dumbbelldrm: In drm_gem_name_create(), verify argument before...
2013-08-25 dumbbelldrm: Call "gem_close_object" driver callback from drm_g...
2013-08-25 dumbbelldrm: Support gem_open_object() and gem_close_object...
2013-08-25 dumbbelldrm: Fix typo in KASSERT message: s/Dandling/Dangling/
2013-08-25 dumbbelldrm: Import Linux commit cd004b3f4cd4169815c82bf9e424fd...
2013-08-25 hselaskyBugfix: The endpoint profile should only be checked...
2013-08-25 adrianUpdate the MEM_UOP_RETIRED PMC operation for sandy...
2013-08-25 dumbbelldrm: In drm_mmap_single, try ttm_bo_mmap_single() befor...
2013-08-25 dumbbelldrm: Fix cleanup if device initialization fails
2013-08-25 dumbbelldrm: Use driver-provided "use_msi" callback to determin...
2013-08-24 dumbbelldrm: Don't delete already deleted iicbus child from...
2013-08-24 dumbbelldrm: Move definition of EREMOTEIO to drmP.h
2013-08-24 dumbbelldrm: Import drm_dp_helper.c from Linux 3.8-rc3
2013-08-24 markjRename the kld_unload event handler to kld_unload_try...
2013-08-24 joergDo not use "Enable Implied Seek" on enhanced floppy...
2013-08-24 andreRestructure the mbuf pkthdr to make it fit for upcoming...
2013-08-24 andreChange local variable tso_segsz to tsosegsz to avoid...
2013-08-24 andreRemove unnecessary setup of the m->pkthdr.header pointer.
2013-08-24 andreAdd an mbuf pointer parameter to (*ext_free) to give...
next