idr : fix error in previous commit
[dragonfly.git] / sys / dev /
2013-12-02 Sepherosa Ziehausili: Add MSI support; not enabled by default
2013-11-30 Sascha WildnerFix some typos (duplicate words) in messages.
2013-11-27 Sascha Wildnerkernel: Generate miidevs.h, pccarddevs.h and pcidevs...
2013-11-26 Sepherosa Ziehauigb: Remove unused header files
2013-11-25 Sascha Wildnerkernel/iwn: Put some finishing touches to the recent...
2013-11-24 Matthew Dilloniwn - Resync from FreeBSD 2/2
2013-11-24 Matthew Dilloniwn - Resync from FreeBSD 1/2
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-11-21 Sepherosa Ziehaubnx: Only 5718 chip family use PCI_BAR4 as MSI-X table...
2013-11-20 Sascha Wildnerkernel/isp: Remove two checks which were never true.
2013-11-18 Sepherosa Ziehauahci: If the "nominal rotation rate" is 1, then disk...
2013-11-18 Sepherosa Ziehauahci: Print "Serial ATA Additional capabilities"
2013-11-14 Sascha Wildnerkernel/drm: Remove an unused MALLOC_DECLARE.
2013-11-12 Sascha Wildnerkernel/iwn: Update FreeBSD SVN IDs.
2013-11-12 Sascha Wildnerkernel/drm: Fix incomplete commit 116d6d9766.
2013-11-11 François Tigeotdrm: drm_drawable.c has been useless for years
2013-11-09 Johannes Hofmanniwn: fix compilation without INVARIANTS
2013-11-06 Sepherosa Ziehaumxge: Properly setup RSS key
2013-11-05 Sepherosa Ziehaumxge: Add polling(4) support
2013-11-03 François Tigeotdrm: Use Linux atomic types and functions
2013-11-03 François Tigeotkref.h: Adapt to Linux 3.8's drm
2013-11-03 François Tigeotdrm: Import linux/kernel.h from FreeBSD's OFED stack
2013-11-03 François Tigeotdrm: fix test_and_set_bit() prototype
2013-11-03 François Tigeotdrm: Import linux/bitops.h from the FreeBSD OFED stack
2013-11-03 François Tigeotdrm: Improve linux/atomic.h
2013-11-03 François Tigeotdrm: Replace drm_atomic.h by linux/atomic.h from FreeBS...
2013-10-28 François Tigeotdrm: Fix warnings introduced by recent commits
2013-10-27 François Tigeotdrm: Import linux/types.h from the FreeBSD OFED stack
2013-10-27 François Tigeotdrm: Import asm/types.h from the FreeBSD OFED stack
2013-10-27 François Tigeotdrm/i915: Put i915_drm.h into include/
2013-10-26 Sepherosa Ziehaumxge: Log TX and RX descriptor count
2013-10-26 Sepherosa Ziehaumxge: Avoid stopping TX enging, if there are more packe...
2013-10-26 Sepherosa Ziehaumxge: Remove unused code
2013-10-26 Sepherosa Ziehaumxge: Enable multiple RX queues and TX queues by default
2013-10-26 Sepherosa Ziehaumxge: Use chip private input hash instead of standard...
2013-10-26 Sepherosa Ziehaumxge: Implement multiple TX queue support
2013-10-26 François Tigeotdrm/i915: Remove unused file
2013-10-26 Sepherosa Ziehaumxge: Implement MSI-X support; multiple RX rings could...
2013-10-25 Matthew Dillonkernel - proc_token removal pass stage 1/2
2013-10-22 Sepherosa Ziehaumxge: Record RX slot count instead of its size
2013-10-22 Sepherosa Ziehaumxge: Make sure RX data size is cache line size aligned
2013-10-22 Sascha WildnerFix typos in messages and manual pages.
2013-10-21 Sascha Wildnerkernel/hda: Add headphone switch support for the Acer...
2013-10-18 John MarinoMerge branch 'vendor/LDNS'
2013-10-15 Sascha WildnerFix up some include guards (and checks) in our header...
2013-10-15 Matthew Dillonkernel - work around ipmi serial port bug
2013-10-13 François Tigeotdrm: Sync drm_hashtab files with Linux 3.8
2013-10-13 François Tigeotdrm: Add hlist RCU macros
2013-10-13 François Tigeotdrm: Replace BSD and legacy DRM macros by Linux mechanisms
2013-10-13 François Tigeotdrm: Rename DRM_LIST_HEAD to LINUX_LIST_HEAD
2013-10-13 Matthew Dillondrm - Fix kernel compile
2013-10-13 François Tigeotdrm: Add linux/compiler.h from the FreeBSD OFED stack
2013-10-13 François Tigeotdrm: Replace drm_linux_list.h by linux/list.h ...
2013-10-13 François Tigeotdrm: Add a local implementation of linux/export.h
2013-10-13 François Tigeotdrm: Add a local implementation of linux/hash.h
2013-10-13 Jean-Sébastien Pédrondrm: Define BITS_PER_LONG
2013-10-11 dumbbelldrm/radeon: Add missing "return false" after unmapping...
2013-10-11 Jean-Sébastien Pédrondrm: Rename struct drm_driver_info to struct drm_driver
2013-10-11 Jean-Sébastien Pédrondrm: Rename members of struct drm_agp_head to match...
2013-10-09 François Tigeotdrm/radeon: Import firmwares
2013-10-09 François Tigeotdrm/radeon: Remove useless .PATH directive
2013-10-09 François Tigeotdrm/radeon: Fix locking issues
2013-10-09 François Tigeotdrm: Some drm_addmap() fixes
2013-10-08 François Tigeotdrm/radeon: Import the Radeon KMS driver from FreeBSD
2013-10-07 François Tigeotdrm: Remove the drm_gem_names subsystem
2013-10-07 Matthew Dillonkernel - Allow NULL softc in ulptclose()
2013-10-06 François Tigeotidr: idr_pre_get() takes two arguments
2013-10-06 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-10-05 John MarinoMerge branch 'vendor/GDB'
2013-10-05 François Tigeotdrm: Use Linux idr functions in drm_crtc code
2013-10-05 François Tigeotdrm: Add a linux/idr.h compatibility file
2013-10-04 François Tigeotdrm: Manage reference counts with Linux kref functions
2013-10-04 François Tigeotdrm: Import linux/kref.h from the FreeBSD OFED stack
2013-10-03 François Tigeotdrm: Manage drm_local_map structures with linux list...
2013-10-01 François Tigeotdrm/i915: Make intel_gtt_get() return type the same...
2013-09-29 John Marinolocales, libconv: Sync with FreeBSD (extensive reach)
2013-09-29 François Tigeotagp/intel: Add ValleyView and Haswell devices
2013-09-29 François Tigeotagp/intel: Fix pci_get_subdevice() / pci_get_device...
2013-09-29 François Tigeotagp/intel: Minor cleanups
2013-09-26 Sepherosa Ziehaumxge: Remove more useless code under IFNET_BUF_RING
2013-09-26 Sepherosa Ziehaumxge: When MSI interrupt handler is triggered, 'valid...
2013-09-25 François Tigeotdrm: Use an include directory hierarchy similar to...
2013-09-25 Sepherosa Ziehaumxge: Add macro for RX small buf length
2013-09-25 Sepherosa Ziehaumxge: Mark TX queue no longer over-active earlier
2013-09-25 François Tigeotdrm: Reduce differences with Linux a bit
2013-09-25 François Tigeotdrm: Remove unused files
2013-09-25 Sepherosa Ziehaumxge: Cache align TX and RX struct
2013-09-25 Sepherosa Ziehaumxge: mxge_tx_buffer_state and mxge_rx_buffer_state...
2013-09-25 Sepherosa Ziehaumxge: Nuke the flag field in mxge_tx_buffer_state
2013-09-25 Sepherosa Ziehaumxge: Remove cnt from RX done ring struct; which serves...
2013-09-25 Sepherosa Ziehaumxge: Move busdma information for RX done ring out...
2013-09-25 Sepherosa Ziehaumgxe: Remove some fields from RX and TX ring struct
2013-09-24 Sascha Wildnerkernel/drm: Reapply 6d6a80766ccb6c27388c1d0d0db443b0ecd...
2013-09-24 Sepherosa Ziehaumxge: Remove mlen field from rx ring
2013-09-24 Sepherosa Ziehaumxge: Remove unused stats
2013-09-24 Sepherosa Ziehaumxge: Make callout on the same CPU which handles interrupt
2013-09-24 Sepherosa Ziehaumxge: There is no need to hold TX serialize to check...
2013-09-24 Sepherosa Ziehaumxge: Split one shared serializer into TX, RX and main...
2013-09-23 Sepherosa Ziehaumxge: Group RX related fields together
2013-09-23 Sepherosa Ziehauem/emx: On attach path, perform another reset if the...
next