aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Create a AHCI attachment for nvme.Warner Losh2019-08-214-5/+209
* Separate the pci attachment from the rest of nvmeWarner Losh2019-08-214-303/+346
* Improve NVMe hot unplug handling.Alexander Motin2019-08-212-20/+41
* Fix sound on headset jack for ThinkPad T51.Xin LI2019-08-211-0/+9
* dpaa: Fix warnings in dtsec(4) found by clangJustin Hibbits2019-08-211-2/+2
* Formalize NVMe controller consumer life cycle.Alexander Motin2019-08-211-9/+23
* Use a sleepable lock for midistat functions.Mark Johnston2019-08-201-72/+58
* Unbreak USB ethernet module buildsJustin Hibbits2019-08-209-0/+50
* usb_ethernet.h includes a number of mii headers, but only does so inStephen J. Kiernan2019-08-201-5/+2
* Partially revert the previous commit.Jung-uk Kim2019-08-191-6/+4
* Fix sound on headset jack for Lenovo Thinkpad X1 Carbon Gen 6 (model 20KH).Jung-uk Kim2019-08-192-4/+14
* Don't set the string "unknown" as a device's location_strD Scott Phillips2019-08-192-2/+2
* Allocate all per-cpu datastructures in domain correct memory.Jeff Roberson2019-08-182-0/+12
* random(4): Reorder configuration of random source modulesConrad Meyer2019-08-185-63/+81
* Fix bug introduced by r351184.Michal Meloun2019-08-181-1/+1
* Enhance support of extres in dwmmc driver.Michal Meloun2019-08-182-5/+60
* Add method for getting of syscon handle from parent device.Michal Meloun2019-08-183-2/+37
* Revert r351129Emmanuel Vadot2019-08-171-1/+1
* NTB Tool: Test driver for NTB hardware drivers.Alexander Motin2019-08-161-0/+1516
* md(4): remove the unused and unusable MDIOCLIST ioctl.Brooks Davis2019-08-161-53/+2
* fdt: simple-mfd: Set the syscon memory to SHAREABLEEmmanuel Vadot2019-08-161-1/+1
* Fix i386 build.Alexander Motin2019-08-151-1/+2
* Limit memory window usage in ntb_transport to 256MB.Alexander Motin2019-08-151-18/+22
* twsi: Fix build when DEBUG is used on 32bits arch.Emmanuel Vadot2019-08-151-1/+1
* Fix i386 LINT build after r351056.Alexander Motin2019-08-151-8/+8
* Implement new methods for Intel and PLX NTB.Alexander Motin2019-08-152-0/+83
* random(4): Remove "EXPERIMENTAL" verbiage from concurrent operationConrad Meyer2019-08-151-9/+105
* Add support for PCI Device ID 0x148B in ntb_hw_amd driver.Alexander Motin2019-08-142-62/+107
* Report NOIOB and NPWG fields as stripe size.Alexander Motin2019-08-142-24/+30
* Add missing break statements in r351004.Alexander Motin2019-08-141-2/+6
* Make nvd(4) report NGUID or EUI64 as GEOM::lunid.Alexander Motin2019-08-131-0/+43
* Add PNP_INFO to the gpiopps driver.Ian Lepore2019-08-131-0/+1
* Missed part of r350523.Alexander Motin2019-08-121-8/+3
* rtwn_pci: add device ID for RTL8192CE.Andriy Voskoboinyk2019-08-121-0/+1
* Allow the sdhci timeout sysctl var to be set as a tunable. Also, add aIan Lepore2019-08-101-2/+2
* allwinner: Add a new clock aw_clk_mEmmanuel Vadot2019-08-101-0/+1
* Update bxe(4) to use new zlib.Xin LI2019-08-081-1/+1
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-071-4/+2
* Add cdceem(4) driver, for virtual ethernet devices compliantEdward Tomasz Napierala2019-08-076-1/+1139
* Correct PCI device ID for XHCI USB controller.Hans Petter Selasky2019-08-071-1/+1
* ofw: ofw_reg_to_paddr: Use a 256 static array for the cellEmmanuel Vadot2019-08-071-1/+2
* Expose zlib's utility functions in Z_SOLO library when building kernel.Xin LI2019-08-072-3/+11
* Detect invalid PCI devices more correctly in PCI interrupt router drivers.John Baldwin2019-08-061-2/+5
* ral: rt2860: fix wcid2ni access/size issueKyle Evans2019-08-062-2/+4
* oce(4): potential out of bounds access before vector validationKyle Evans2019-08-061-1/+3
* amdtemp(4), amdsmn(4): Attach to Ryzen 3 (Zen 2) hostbridgesConrad Meyer2019-08-062-0/+9
* Add `nvmecontrol resv` to handle NVMe reservations.Alexander Motin2019-08-051-0/+80
* Add a driver for Texas Instruments ADS101x/ADS111x i2c ADC chips.Ian Lepore2019-08-051-0/+582
* Fix the build after r350570.Justin Hibbits2019-08-041-1/+1
* Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits2019-08-042-6/+159