aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: add MDIO bus supportAdrian Chadd2026-04-175-1/+420
* rge: add disable_aspm tunable for PCIe power managementChristos Longros2026-04-173-16/+18
* asmc: add automatic voltage/current/power/ambient sensor detectionAbdelkader Boudih2026-04-172-2/+445
* e6000/fdt: Ignore disabled switch portsJustin Hibbits2026-04-161-0/+2
* etherswitch: Add minimal support for mv88e6170 switchJustin Hibbits2026-04-162-0/+5
* mlx5e: Ensure rx timestamps are monotonically increasingAndrew Gallatin2026-04-161-0/+50
* clk_fixed: quiet a warning messageMitchell Horne2026-04-161-2/+4
* ofw: bool-ify OF_hasprop()Mitchell Horne2026-04-165-9/+9
* acpi: Return "unknown D-state" in acpi_d_state_to_str() if unknownAymeric Wibo2026-04-161-0/+2
* uvscom: Fix baud rate validation in uvscom_pre_param()Weixie Cui2026-04-161-1/+2
* asmc: correctly label ASMC_KEY_FANMINSPEED as read-writeMarcus Gartner2026-04-161-1/+1
* asmc: add support for MacBookPro13,1Marcus Gartner2026-04-162-0/+24
* appleir: Add Apple IR receiver driverAbdelkader Boudih2026-04-151-0/+440
* thunderbolt: Support generic USB4 NHIsAymeric Wibo2026-04-155-192/+9
* asmc: add raw SMC key read/write interfaceAbdelkader Boudih2026-04-152-47/+259
* nvme: Use passed in max_pages.Warner Losh2026-04-131-1/+1
* compat/linux: Add Linux i2c-dev ioctl compatibility supportYAO, Xin2026-04-132-4/+43
* nvme_ctrlr_linux_passthru_cmd: correct size of upages_small arrayRyan Libby2026-04-121-2/+2
* inpcb: retire INP_DROPPED and in_pcbdrop()Gleb Smirnoff2026-04-1212-95/+97
* wsp(4): Make evdev interface operational if sysmouse one is not openedVladimir Kondratyev2026-04-121-1/+10
* wsp(4): Do not handle pressure on non-ForceTouch devicesVladimir Kondratyev2026-04-121-2/+4
* bcm5974(4): Do not handle pressure on non-ForceTouch devicesVladimir Kondratyev2026-04-121-3/+5
* bcm5974(4): Fix pre-2015 Apple touchpad supportVladimir Kondratyev2026-04-121-34/+38
* hid: Change Usage Page names to match documentationVladimir Kondratyev2026-04-121-3/+7
* ixgbe: Fix MRQC register value.Yuichiro NAITO2026-04-123-4/+4
* qcom_gcc: migrate the MSM8916 support to qcom_gccAdrian Chadd2026-04-108-11/+228
* rge: add Wake-on-LAN support for magic packetChristos Longros2026-04-103-63/+48
* nvme: Allow larger user request sizesWarner Losh2026-04-091-12/+36
* ix(4): Add support for firmware logging for E610 adaptersBhosale, Yogesh2026-04-098-4/+1029
* hwpmc: prevent IBS fetch from getting stuckAli Mashtizadeh2026-04-091-0/+2
* hwpmc: Fix bug when stopping ibs-opAli Mashtizadeh2026-04-092-3/+3
* hwpmc: Fix compile warningNavdeep Parhar2026-04-091-7/+0
* virtio_blk: Fix initialisation of dump request structureSarah Walker2026-04-091-40/+54
* dpaa2: Extract frame-specific routines to dpaa2_frame.[h,c]Dmitry Salychev2026-04-088-200/+417
* acpi: Parse _S3D in s2idle instead of _S255DAymeric Wibo2026-04-081-32/+52
* sound: Make chn_reset() control flow clearerChristos Margiolis2026-04-071-15/+18
* sound: De-macro array definitions in chn_calclatency()Christos Margiolis2026-04-071-21/+16
* sound: Simplify parts of chn_notify()Christos Margiolis2026-04-071-27/+20
* sound: Retire unused CHN_N_* definesChristos Margiolis2026-04-072-30/+3
* sound: Mark some snd_fmt* functions as staticChristos Margiolis2026-04-072-6/+3
* net: Add SIOCGI2CPB ioctl & add page/bank fields to ifi2creqAndrew Gallatin2026-04-051-2/+16
* virtio: use modern mode for transitional device by defaultTimo Völker2026-04-041-1/+1
* ixl(4): Fix a typo in a source code commentGordon Bergling2026-04-041-1/+1
* isci(4): Fix a couple of typos in source code commentsGordon Bergling2026-04-044-5/+5
* bhnd(4): Fix a typo in a source code commentGordon Bergling2026-04-041-1/+1
* splash: add shutdown splashQuentin Thébault2026-04-031-1/+19
* acpi_spmc: Call new MS turn on display DSMAymeric Wibo2026-04-011-5/+20
* acpi_spmc: Fail probe if acpi_spmc device already attachedAymeric Wibo2026-04-011-0/+5
* vmm: Restore the ability to create VMs as root in a jailMark Johnston2026-04-011-5/+11
* bce: Fix SYSCTL_IN error check in bce_sysctl_nvram_write()Weixie Cui2026-04-011-1/+1