aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* netmap: vtnet: stop krings during interface resetVincenzo Maffione2021-01-091-1/+7
* netmap: refactor netmap_resetVincenzo Maffione2021-01-091-45/+20
* netmap: iflib: stop krings during interface resetVincenzo Maffione2021-01-091-1/+1
* mvneta: Acquire the softc lock before clearing the MIBMark Johnston2021-01-091-0/+2
* fix big-endian platforms after 6733401935f8Chuck Tuffli2021-01-081-5/+9
* vmd: Clean up resources properly when vmd_attach() failsMark Johnston2021-01-081-6/+6
* mpr, mps: Fix an off-by-one bug in the BTDH_MAPPING ioctlMark Johnston2021-01-082-2/+2
* mpr, mps: Fix a stack buffer overflow in the user passthru ioctlMark Johnston2021-01-082-31/+31
* safexcel: Fix a race around unblocking of crypto opsMark Johnston2021-01-082-20/+11
* safexcel: Stop using a stack buffer for the ring lock nameMark Johnston2021-01-082-3/+5
* Don't offset the UAR map twice in mlx5en(4).Hans Petter Selasky2021-01-083-13/+1
* nvmecontrol: add device self-test op and log pageChuck Tuffli2021-01-081-0/+39
* efidev: remove EFIIOC_GET_TABLE ioctlKyle Evans2021-01-081-8/+0
* Move the PMC overflow count to make it per-CPUAndrew Turner2021-01-082-8/+8
* Update hwpmc on armv7 to handle overflow betterAndrew Turner2021-01-081-7/+27
* Update user access region, UAR, APIs in the core in mlx5core.Hans Petter Selasky2021-01-0818-595/+843
* Fix whitespace in mlx5en(4).Hans Petter Selasky2021-01-081-1/+1
* Bump driver versions for mlx5en(4) and mlx4en(4).Hans Petter Selasky2021-01-085-10/+12
* Bump some copyrights in mlx5en(4).Hans Petter Selasky2021-01-082-2/+2
* Implement SIOCGIFRSSKEY and SIOCGIFRSSHASH and mlx5en(4).Hans Petter Selasky2021-01-081-11/+51
* Fixes for SRIOV in mlx5core.Hans Petter Selasky2021-01-081-0/+5
* Update the PCI ID list in mlx5core.Hans Petter Selasky2021-01-081-9/+12
* The "unsigned" type is the same like "unsigned int".Hans Petter Selasky2021-01-081-1/+1
* Fix spelling in mlx5core.Hans Petter Selasky2021-01-081-1/+1
* Properly handle case where firmware dump returns more registers on second passHans Petter Selasky2021-01-081-6/+18
* Downgrade error about missing VSC to warning and make messages consistentHans Petter Selasky2021-01-082-2/+2
* pccard: Remove wi(4) driverWarner Losh2021-01-087-4370/+0
* pccard: Remove cmx(4) driverWarner Losh2021-01-084-987/+0
* pccard: Remove ata(4) PC Card attachemntWarner Losh2021-01-081-189/+0
* pccard: Remove uart(4) PC Card attachmentWarner Losh2021-01-081-106/+0
* pccard: Remove if_ndis(4) PC Card attachmentWarner Losh2021-01-081-337/+0
* pccard: Remove puc(4) PC Card attachmentWarner Losh2021-01-081-112/+0
* pccard: Remove fdc(4) PC Card attachment pointWarner Losh2021-01-081-146/+0
* pccard: Remove an(4) PC Card attachmentWarner Losh2021-01-081-161/+0
* pccard: remove pccbb_isaWarner Losh2021-01-081-257/+0
* pccard: Move power_if.m from pccard to cardbusWarner Losh2021-01-081-0/+0
* hid: Import hidmap-based drivers written by Greg VVladimir Kondratyev2021-01-074-0/+684
* hid: Import hidmap and bunch of drivers based on itVladimir Kondratyev2021-01-076-0/+3172
* evdev: Implement fuzz.Vladimir Kondratyev2021-01-071-1/+19
* hidraw(4): Add HIDRAW_MAKE_UHID_ALIAS kernel optionVladimir Kondratyev2021-01-074-1/+27
* hid: Import hidraw(4) - driver for access to raw HID device dataVladimir Kondratyev2021-01-073-1/+1000
* hkbd(4): Split driver lock on interrupt and syscons locksVladimir Kondratyev2021-01-071-69/+95
* hid: Port ukbd to HID and attach to buildVladimir Kondratyev2021-01-071-774/+580
* hid: Copy ukbd(4) to HID subsystem.Vladimir Kondratyev2021-01-071-0/+2197
* hid: Port multitouch hmt(4) driver to hidbus and attach to buildVladimir Kondratyev2021-01-071-491/+358
* hid: Copy wmt(4) to HID subsystem as a base to upcoming hmt(4) driver.Vladimir Kondratyev2021-01-071-0/+1043
* hid: Import hconf(4) - digitizer configuration top-level collection support.Vladimir Kondratyev2021-01-072-0/+372
* hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev2021-01-076-0/+797
* hid: Import iichid - I2C transport backend for HID subsystemVladimir Kondratyev2021-01-072-0/+1253
* hid: Import quirk subsystem.Vladimir Kondratyev2021-01-071-0/+437