aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* cxgbe/iw_cxgbe: Do not start the EP timer if soaccept fails.Navdeep Parhar2020-04-151-2/+2
* Centralize compatability translation macros.Brooks Davis2020-04-144-30/+9
* arm: dwmmc: Use mmc_fdt_helpersEmmanuel Vadot2020-04-146-18/+13
* Those functions are here to help fdt mmc controller drivers to parseEmmanuel Vadot2020-04-142-0/+490
* KTLS: Re-work unmapped mbufs to carry ext_pgs in the mbuf itself.Andrew Gallatin2020-04-145-50/+62
* [evdev] Use proper mutex reference in autorepeat callout initialization.Vladimir Kondratyev2020-04-131-1/+1
* Export a sysctl count of RX FIFO overrun events.John Baldwin2020-04-132-0/+8
* Correct baud rate error calculation.John Baldwin2020-04-131-1/+1
* cxgbe(4): Make sure 'flags' is at the same offset in structs toepcb andNavdeep Parhar2020-04-131-3/+3
* snd_hda(4): Recognize the ALC257 codec.Mark Johnston2020-04-132-0/+2
* Remove unused 'struct rtentry' definition.Alexander V. Chernikov2020-04-131-1/+0
* Avoid using a variable solely for sizes that are never meant to beXin LI2020-04-111-10/+12
* Use both crypto engines on a T6.John Baldwin2020-04-102-53/+130
* hda: if a CODEC is not responding, report which oneEd Maste2020-04-101-1/+1
* hdac: show which command timed outEd Maste2020-04-101-1/+2
* hdac: update comment on reset durationEd Maste2020-04-101-3/+1
* Add support for BCM54618SE PHYJustin Hibbits2020-04-092-0/+2
* Account out of buffer as dropped packets in mlx5en(4).Hans Petter Selasky2020-04-081-0/+1
* Remove obsolete bufring stats in mlx5en(4).Hans Petter Selasky2020-04-082-5/+0
* Add hwpmc support for Intel Atom Goldmont microarchitectureMarcin Wojtas2020-04-061-0/+6
* Don't drop packets having too many TCP option headers in mlx5en(4).Hans Petter Selasky2020-04-061-7/+15
* Ensure a minimum inline size of 16 bytes in mlx5en(4).Hans Petter Selasky2020-04-061-9/+13
* Count number of times transmit ring is out of buffers in mlx5en(4).Hans Petter Selasky2020-04-062-2/+8
* Add MDIO PHY driver for NS2 ARM64 platform.Wojciech Macek2020-04-061-0/+32
* vt: avoid overrun when stride is not a multiple of bytes per pixelEd Maste2020-04-041-3/+3
* Cadence GEM ethernet driver style clean-up, no functional changes.Ian Lepore2020-04-022-451/+452
* Start the retirement process for ufmWarner Losh2020-04-011-0/+1
* Add support for AHCI BIOS/OS Handoff.Alexander Motin2020-04-012-0/+27
* Add ID for JMicron JMB582/JMB585 AHCI controller.Alexander Motin2020-04-011-0/+2
* Add Platform Controller Hub built-in thermal management device driver.Takanori Watanabe2020-03-311-0/+316
* Add support for multiple playback and recording devices per physical USB audioHans Petter Selasky2020-03-303-145/+251
* remove extraneous double ;s in sys/Ed Maste2020-03-3021-31/+31
* Implement new mixer API to return the device pointer based on the mixer pointer.Hans Petter Selasky2020-03-302-0/+9
* Evaluate modifier keys before the regular keys, so that if a modifierHans Petter Selasky2020-03-301-3/+17
* Remove the "config" taskqgroup and its KPIs.Mark Johnston2020-03-301-12/+9
* Fix accounting of hwpmc's thread descriptor freelist.Mark Johnston2020-03-301-2/+3
* evdev: return error rather than zero-length data on blocked read()Vladimir Kondratyev2020-03-291-0/+2
* evdev: Add COMPAT_FREEBSD32 support for amd64 archVladimir Kondratyev2020-03-291-12/+68
* hdaa: remove verbosity from the normal driver operations.Konstantin Belousov2020-03-281-11/+1
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-2717-2849/+2191
* Change default microphone level from 0 to 25.Hans Petter Selasky2020-03-271-1/+1
* Improve USB audio mixer support for USB audio class 1 and 2.Hans Petter Selasky2020-03-271-389/+254
* [PowerPC64] Fix OPAL IPMI driverLeandro Lupori2020-03-261-40/+115
* Be more intelligent when classifying USB audio terminal types, so that weHans Petter Selasky2020-03-261-27/+36
* Make mute controls available for USB audio mixers.Hans Petter Selasky2020-03-261-2/+2
* Factor out USB audio mixer value range check.Hans Petter Selasky2020-03-261-12/+6
* Avoid scaling USB audio mixer values twice.Hans Petter Selasky2020-03-261-8/+4
* ichwd: Add Atom C3000 watchdog ID.Justin Hibbits2020-03-242-0/+2
* ismt: Fix ISMT_DESC_ADDR_RW macro, slave addresses are already left-shiftedJustin Hibbits2020-03-241-1/+1
* Remove unneeded dependency on liblBaptiste Daroussin2020-03-231-1/+0