aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-0362-13571/+22
* acpi_ibm: remove superfluous castEd Maste2020-02-021-1/+1
* acpi_ibm: whitespace and wrapping cleanupEd Maste2020-02-021-42/+32
* acpi_ibm: whitespace fixupEd Maste2020-02-021-3/+3
* Remove vpo.4Warner Losh2020-02-024-2147/+0
* Add deprecation notice to vpo.4Warner Losh2020-02-021-0/+1
* Fix build.Konstantin Belousov2020-02-011-2/+2
* Amend r357367 by using register values from the TPM datasheet.Dimitry Andric2020-02-011-3/+4
* tpm(4): Fix 'go ready' in TPM 2.0 TIS driverConrad Meyer2020-02-011-2/+1
* Fix new clang 10.0.0 warnings about converting the result of shiftDimitry Andric2020-02-011-2/+2
* Widen EPOCH(9) usage in mlx4en(4).Hans Petter Selasky2020-01-311-6/+8
* aic7xxx(4): Fix unintended sign extension in ahd_inq()Conrad Meyer2020-01-301-1/+1
* Widen EPOCH(9) usage in mlx5en(4).Hans Petter Selasky2020-01-304-100/+89
* acpi_ibm: add support for ThinkPad PrivacyGuardPhilip Paeps2020-01-301-0/+97
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-3015-2/+55
* Widen EPOCH(9) usage in USB WLAN drivers.Hans Petter Selasky2020-01-307-0/+21
* Add driver for Xilinx XDMA PCIe Bridge found in the U.S. GovernmentRuslan Bukin2020-01-292-0/+878
* cgem: Add another compat string for the SiFive fu540Mitchell Horne2020-01-291-3/+4
* bnxt(4): Eliminate wrong sizeof() expression in memset()Conrad Meyer2020-01-291-5/+7
* ixgbe(4): Eliminate bogus sizeof() expressionsConrad Meyer2020-01-291-6/+5
* qlxge(4): Ditto r357244Conrad Meyer2020-01-291-1/+1
* qlxgb(4): Use defined evaluation orderConrad Meyer2020-01-291-1/+1
* amdtemp(4): Remove dead code that snuck in with r357190Conrad Meyer2020-01-281-5/+0
* amdtemp(4): Add support for Family 17h CCD sensorsConrad Meyer2020-01-282-10/+94
* amdtemp(4): Refactor shared temperature calculation logicConrad Meyer2020-01-281-15/+30
* No need to have an extra layer of indirection here. Call the sdhci_cam_requiestWarner Losh2020-01-271-16/+1
* Create a convenince wrapper to fill in a CAM_PATH_INQ request for MMC sims. PassWarner Losh2020-01-272-28/+2
* Enter net epoch in msk_tick.Alexander Kabaev2020-01-271-0/+3
* netmap_mem_unmap: fix NULL pointer dereferenceVincenzo Maffione2020-01-261-1/+2
* Fix some misleading indentation warnings reported by recent clang.John Baldwin2020-01-263-13/+16
* Enter the network epoch in RX processing taskqueue.Gleb Smirnoff2020-01-251-0/+3
* Enter the network epoch in USB WiFi drivers when processing inputGleb Smirnoff2020-01-243-0/+9
* re(4) uses taskqueue to process input packets. Enter network epochGleb Smirnoff2020-01-241-1/+5
* ath(4) processing input packets in taskqueue. Enter network epochGleb Smirnoff2020-01-241-0/+3
* o Move the software context struct to a header file.Ruslan Bukin2020-01-242-6/+49
* Move the ECAM macroses to the header file.Ruslan Bukin2020-01-242-17/+17
* With MSI interrupts bge(4) just schedules taskqueue. Enter the networkGleb Smirnoff2020-01-231-0/+3
* vmxnet3: add support for RSS kernel optionAndriy Gapon2020-01-232-26/+76
* virtio_scsi: use max target ID plus one as the initiator IDAndriy Gapon2020-01-232-6/+1
* Consistently use busy and vm_page_valid() rather than touching page bitsJeff Roberson2020-01-231-2/+3
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-238-8/+13
* In netmap() call ether_input() within the network epoch.Gleb Smirnoff2020-01-231-0/+5
* Add new USB ID to uslcom(4).Hans Petter Selasky2020-01-212-0/+2
* Add support for latest Intel I219 device, supported in Lenovo Carbon X1 v7George V. Neville-Neil2020-01-203-0/+3
* Don't hold the object lock while calling getpages.Jeff Roberson2020-01-191-2/+9
* mps(4): add missing cam(4) dependencyConrad Meyer2020-01-191-0/+1
* zilinx/zy7_qspi: Add a qspi driver for Zynq platforms.Emmanuel Vadot2020-01-191-0/+2
* dwmmc: Remove max_hz from the softcEmmanuel Vadot2020-01-162-4/+2
* fdt_pinctrl: Add new methods for gpiosEmmanuel Vadot2020-01-161-0/+58
* regulator_fixed: Add a get_voltage methodEmmanuel Vadot2020-01-161-0/+16