aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* virtio_pci: Add sysctl to show current featuresBryan Venteicher2021-01-194-22/+112
* virtio: Add modern (v1) virtqueue supportBryan Venteicher2021-01-192-68/+75
* virtio: Add VirtIO PCI modern (V1) supportBryan Venteicher2021-01-1915-942/+3286
* Revert: virtio: Support non-legacy network device and queueBryan Venteicher2021-01-194-23/+11
* ppbus: Fix the direction of the PPISEPPA ioctlMark Johnston2021-01-191-1/+1
* safexcel: Maintain per-session context recordsMark Johnston2021-01-182-233/+186
* safexcel: Simplify request allocationMark Johnston2021-01-182-68/+73
* safexcel: Handle command/result descriptor exhaustion gracefullyMark Johnston2021-01-181-5/+11
* safexcel: Add counters for some resource exhaustion conditionsMark Johnston2021-01-182-3/+39
* safexcel: Dispatch requests to the current CPU's ringMark Johnston2021-01-182-13/+15
* openpromio(4): remove obsolete pseudo device driverMarius Strobl2021-01-162-285/+0
* sym(4): Remove remainder of SYM_SETUP_LP_PROBE_MAP supportMarius Strobl2021-01-161-26/+0
* axgbe: driver changes for netmap supportVincenzo Maffione2021-01-165-65/+198
* gpiokeys: Use the new device-tree vendor includeEmmanuel Vadot2021-01-151-1/+1
* Unify Intel CODEC naming.Alexander Motin2021-01-151-6/+6
* Add Intel Gemini Lake AHCI ID.Alexander Motin2021-01-151-0/+1
* uart: Improve console specification parsingWarner Losh2021-01-151-9/+10
* hid: Add missing input enter/exit epoch pairs.Vladimir Kondratyev2021-01-142-0/+20
* hid: Replace USBHID_ENABLED kernel config option with loader tunableVladimir Kondratyev2021-01-145-18/+7
* qat: Free counters during detachMark Johnston2021-01-141-0/+5
* qat: Count request allocation failuresMark Johnston2021-01-142-0/+6
* qat: Fix DH895XCC firmware module autoloadingMark Johnston2021-01-141-1/+1
* iwm(4): Add support for Intel Killer(R) Wireless-AC 1550iMark Johnston2021-01-141-0/+2
* Add missing init of new fields after new UAR API was introducedHans Petter Selasky2021-01-141-2/+40
* unifdef -D__FreeBSD__ to remove the OpenBSD supportDavid E. O'Brien2021-01-141-199/+0
* dwwdt: Add PNP info for the driverEmmanuel Vadot2021-01-131-1/+7
* Add driver for Synopsys Designware Watchdog timer.Emmanuel Vadot2021-01-131-0/+360
* Variable declarations are since C99 and r363250 allowed inside for-loops.Hans Petter Selasky2021-01-131-4/+2
* Fix for off-by-one in GPIO driver after r368585.Hans Petter Selasky2021-01-131-2/+4
* if_wg: fix modules load on !x86Mitchell Horne2021-01-121-0/+3
* Fix for use-after-free in if_ure(4) driver.Hans Petter Selasky2021-01-122-54/+4
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-1211-12/+14
* linuxkpi: Add more pci functions needed by DRMEmmanuel Vadot2021-01-122-4/+4
* pci: Add pci_find_class_fromEmmanuel Vadot2021-01-122-0/+23
* netmap: vtnet: fix RX initialization after netmap_reset()Vincenzo Maffione2021-01-111-7/+12
* ndis: Per user request, delay removal to 14Brooks Davis2021-01-112-2/+2
* cgem: update 64-bit checkMitchell Horne2021-01-111-1/+1
* xen/privcmd: implement the restrict ioctlRoger Pau Monne2021-01-111-0/+82
* xen/privcmd: implement the dm op ioctlRoger Pau Monne2021-01-111-0/+49
* xen/privcmd: implement the map resource ioctlRoger Pau Monne2021-01-111-0/+52
* xen/privcmd: split setup of virtual address range into helperRoger Pau Monné2021-01-111-33/+36
* xen/privcmd: make some integers unsignedRoger Pau Monné2021-01-111-2/+4
* hid: quiet -WswitchRyan Libby2021-01-114-0/+23
* netmap: restore hwofs and support it in iflibVincenzo Maffione2021-01-101-13/+34
* cgem: add 64-bit supportThomas Skibo2021-01-102-109/+296
* hid: fix extraneous SYSCTL_ADD_INT() options revealed by LINT buildVladimir Kondratyev2021-01-102-3/+3
* re: netmap: enable/disable krings on interface reinitVincenzo Maffione2021-01-101-0/+8
* netmap: vtnet: enable/disable krings on any interface reinitVincenzo Maffione2021-01-103-6/+14
* netmap: vtnet: stop krings during interface resetVincenzo Maffione2021-01-091-1/+7
* netmap: refactor netmap_resetVincenzo Maffione2021-01-091-45/+20