aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make the code slightly more compact.Alexander Motin2019-11-281-22/+26
* iwm(4): Remove _mvm from the namespace.Mark Johnston2019-11-2725-602/+601
* iwm(4): Fix version string formatting.Mark Johnston2019-11-271-1/+1
* Fix a logic bug when "mask" contains a ?: operator.Brooks Davis2019-11-271-1/+1
* Revert r355021. In my haste to grep for Giant, I missed that it was inScott Long2019-11-261-3/+1
* Add some IDs of Intel Wildcat Point-LP.Alexander Motin2019-11-262-0/+6
* cxgbe(4): Allow the driver to specify multiple FECs that the firmwareNavdeep Parhar2019-11-263-97/+219
* cfi: #include <limits.h> for ULONG_MAX after r355101Ed Maste2019-11-261-0/+1
* cfi: check for inter overflow in cfi_devioctlEd Maste2019-11-251-1/+2
* Report XLAT0 register for completeness.Alexander Motin2019-11-251-0/+8
* cxgbe(4): sysctl to reset the temperature/voltage sensor.Navdeep Parhar2019-11-242-0/+35
* Don't need giant for these drivers dev nodes.Warner Losh2019-11-242-9/+3
* Hoist locking giant back up into the ioctl handlerWarner Losh2019-11-242-5/+9
* Fix leak in state machine for commands.Warner Losh2019-11-242-0/+2
* cxgbe(4): Update the firmware interface header.Navdeep Parhar2019-11-241-6/+123
* Push Giant down one layerWarner Losh2019-11-232-4/+7
* random(4): De-export random_sources listConrad Meyer2019-11-223-10/+8
* Mark hpt27xx for removal in 13.0; all CAM drivers will be Giant-free by then.Scott Long2019-11-221-1/+3
* random(4): Use ordinary sysctl definitionsConrad Meyer2019-11-221-23/+11
* random(4): Abstract loader entropy injectionConrad Meyer2019-11-221-30/+59
* random(4): Remove unused definitionsConrad Meyer2019-11-221-3/+0
* random/ivy: Provide mechanism to read independent seed values from rdrandConrad Meyer2019-11-221-11/+35
* Schedule the trm(4) driver for removal. It relies on Giant and thus hasScott Long2019-11-221-1/+3
* NIC KTLS for Chelsio T6 adapters.John Baldwin2019-11-2113-34/+3110
* Rewrite iicdev_writeto() to use a single buffer and a single iic_msg, ratherIan Lepore2019-11-211-15/+37
* Add USB ID for Diamond Multimedia BVU195 Display Link device.Hans Petter Selasky2019-11-212-0/+2
* Remove sio(4).Gleb Smirnoff2019-11-217-3236/+0
* random/ivy: Trivial refactoringConrad Meyer2019-11-201-7/+7
* hyperv/storvsc: stash a pointer to hv_storvsc_request in ccbAndriy Gapon2019-11-191-0/+1
* Add ioat_get_domain() to ioat(4) KPI.Alexander Motin2019-11-192-0/+10
* Call bus_dma_dmar_set_buswide(9) added in r354830.Alexander Motin2019-11-191-0/+6
* Add x86 msr tweak KPI.Konstantin Belousov2019-11-181-11/+4
* TSX Asynchronous Abort mitigation for Intel CVE-2019-11135.Scott Long2019-11-161-0/+1
* Initialize *comp_update with valid value.Alexander Motin2019-11-151-6/+5
* Cleanup address range checks in ioat(4).Alexander Motin2019-11-152-69/+26
* cxgbev(4): Catch up with the pciids in the PF driver.Navdeep Parhar2019-11-152-20/+20
* Fix regression from r353841: ctx.rc needs to be initialized,Gleb Smirnoff2019-11-151-0/+1
* Fix build with GCCJosh Paetzel2019-11-151-1/+0
* Add the pvscsi driver to the tree.Josh Paetzel2019-11-143-0/+2070
* Pass more reasonable WAIT flags to bus_dma(9) calls.Alexander Motin2019-11-141-3/+4
* Make ntb(4) send bus_get_dma_tag() requests to parent buses passing realAlexander Motin2019-11-145-0/+11
* Stop the VESA driver from whining loudly in the dmesg during boot onScott Long2019-11-131-1/+11
* Create a file to hold shared routines for dealing with T6 key contexts.John Baldwin2019-11-135-235/+225
* Workaround for Intel SKL002/SKL012S errata.Konstantin Belousov2019-11-121-0/+5
* nvdimm(4): Fix various problems when the using the second label index blockD Scott Phillips2019-11-121-11/+23
* nvdimm(4): Only expose namespaces for accessible data SPAsD Scott Phillips2019-11-123-1/+13
* Add compact scraptchpad protocol for ntb_transport(4).Alexander Motin2019-11-101-32/+88
* Allow splitting PLX NTB BAR2 into several memory windows.Alexander Motin2019-11-101-101/+137
* generic_ehci_fdt: Fix compile when EXT_RESOURCES isn't presentEmmanuel Vadot2019-11-091-1/+2
* Implement support for (soft)linked clocks.Michal Meloun2019-11-084-10/+255