aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* rtwn/usb: add ID for D-Link DWA-121 rev B1 to rtwn RTL8188EUBjoern A. Zeeb2026-05-302-0/+2
* bnxt: Fix build / load error for bnxt(4) in kernels without PCI_IOVAndrew Gallatin2026-05-293-6/+39
* cxgbe(4): Improvements to the slow interrupt handlerNavdeep Parhar2026-05-282-188/+1648
* usb: Add missing mtx lock and unlock in pushing dma queueShengYi Hung2026-05-281-0/+2
* sound: Centralize and improve hot-swappingChristos Margiolis2026-05-281-11/+36
* snd_uaudio: Lock usbd_transfer_start() in uaudio_mixer_ctl_set()Christos Margiolis2026-05-281-4/+6
* if_ffec: correctly trim 2 bytes from the beginningMike Belanger2026-05-281-1/+1
* uart: Tidy the compat tablesDag-Erling Smørgrav2026-05-272-37/+37
* sound: Update mixer.c LICENSE headerChristos Margiolis2026-05-272-0/+8
* sound: Retire MIXER_SIZE and use correct size in DEFINE_CLASSChristos Margiolis2026-05-272-30/+24
* sound: Retire snd_mixer->enuminfoChristos Margiolis2026-05-271-55/+23
* sound: Do not lock before destroying snd_mixer->lockChristos Margiolis2026-05-271-1/+0
* sound: Retire unused mixer_get_lock()Christos Margiolis2026-05-272-11/+0
* sound: Remove all remaining uses of mixer_get_lock()Christos Margiolis2026-05-273-51/+0
* snd_uaudio: Stop using mixer_get_lock()Christos Margiolis2026-05-271-23/+2
* snd_uaudio: Do not use snd_mixer->lock as mixer_lockChristos Margiolis2026-05-271-20/+11
* sound: Remove unused "from" mixer_ioctl_cmd() argumentChristos Margiolis2026-05-273-12/+6
* sound: Retire unused hw.snd.vpc_mixer_bypassChristos Margiolis2026-05-271-5/+0
* sound: Retire mixer_ioctl_channel()Christos Margiolis2026-05-271-116/+1
* sound: Retire M_MIXERChristos Margiolis2026-05-271-6/+4
* sound: Update feeder_eq.c LICENSE headerChristos Margiolis2026-05-271-1/+1
* sound: Retire hint.pcm.%d.eq_preampChristos Margiolis2026-05-271-7/+1
* sound: Retire EQ statesChristos Margiolis2026-05-273-29/+2
* sound: Retire FEEDEQ_DISABLEChristos Margiolis2026-05-273-12/+6
* sound: Remove dead EQ FEEDEQ_DISABLE codeChristos Margiolis2026-05-271-16/+0
* sound: Retire FEEDEQ_BYPASSChristos Margiolis2026-05-274-25/+10
* sound: Expose EQ by defaultChristos Margiolis2026-05-274-23/+7
* acpi: Update mentions of s2idle in commentsAymeric Wibo2026-05-271-2/+2
* acpi: Update s2idle strings to new nameTom Jones2026-05-271-8/+9
* p9fs: Refactor buffer allocations to avoid zeroing large payloadsAlex Richardson2026-05-261-5/+5
* acpi: On /dev/power suspend, trigger userspace notificationsOlivier Certner2026-05-261-1/+1
* snd_hda: Patch Dell WYSE 7040Christos Margiolis2026-05-262-0/+10
* hwpmc: Avoid panic on AMD cpus where IBS is not availableAndrew Gallatin2026-05-251-0/+3
* net80211: create ieee80211_ht_check_bar_exceed_retry_count()Adrian Chadd2026-05-251-1/+2
* acpi_spmc: Remove useless __DECONSTsAymeric Wibo2026-05-221-2/+2
* sound: Remove SV_ABI_LINUX ifdefChristos Margiolis2026-05-221-6/+0
* power: Fix stype name lengthsAymeric Wibo2026-05-221-1/+1
* xhci: Do not drop and add bits in xhciShengYi Hung2026-05-221-5/+9
* netmap: Drain selinfo sleepers in nm_os_selinfo_uninit()Mark Johnston2026-05-201-0/+1
* dpaa: Restore Semihalf license headerJustin Hibbits2026-05-201-0/+25
* i2c/sensors: Add driver for W83793 hardware monitorJustin Hibbits2026-05-201-0/+366
* vnic: Add missing #includeJohn Baldwin2026-05-191-0/+1
* snd_hda: Reassign duplicate HDMI/DP pin sequences instead of disablingAbdelkader Boudih2026-05-191-4/+45
* iwx: clean up / document noise floor and RSSI fetchingAdrian Chadd2026-05-192-11/+89
* sys: Use is_pci_device instead of checking device or devclass namesJohn Baldwin2026-05-182-6/+3
* sys: Use is_pci_device instead of direct comparisons to devclassesJohn Baldwin2026-05-187-58/+20
* pci: Add is_pci_device helper functionJohn Baldwin2026-05-182-0/+12
* qcom_tlmm: remove annoying debuggingAdrian Chadd2026-05-181-1/+0
* Revert "asmc: fix asmc_key_dump() page fault on T2 MMIO backend"Adrian Chadd2026-05-181-31/+5
* asmc: fix asmc_key_dump() page fault on T2 MMIO backendAbdelkader Boudih2026-05-181-5/+31