aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* ix(4): Add EEE support for E610 adaptersKrzysztof Galazka13 days3-27/+112
* sound: enforce MASTER volume mute during playbackSean Farley14 days1-1/+10
* hwpmc_amd: fix amd_get_msr() MSR offset for newer counter basesPaulo Fragoso14 days1-3/+33
* ena: Update driver version to v2.8.2Arthur Kiyanovski2026-03-101-1/+1
* ena: Verify that an ENA ring is in netmap only in native modeDavid Arinzon2026-03-101-3/+5
* ena: Minor changesArthur Kiyanovski2026-03-102-5/+3
* virtio: Restore mb() callsSarah Walker2026-03-101-0/+6
* Revert "virtio: Restore mb() calls"Andrew Turner2026-03-101-6/+0
* virtio: Restore mb() callsAndrew Turner2026-03-101-0/+6
* pci: Export bus numbers for bridge devices in struct pci_confJohn Baldwin2026-03-102-1/+34
* usb: umass: add SCSIEJECT quirk and fix RTW8821CU_CD (USB mode switch)Bjoern A. Zeeb2026-03-092-2/+57
* acpi_system76: Add backlight(9) support for keyboardPouria Mousavizadeh Tehrani2026-03-091-0/+145
* acpi_system76: Add support for battary charge thresholdsPouria Mousavizadeh Tehrani2026-03-091-31/+116
* cxgbe(4): minor changes in code dealing with ncoresNavdeep Parhar2026-03-092-12/+12
* cxgbe: Shrink the size of csum_typesNavdeep Parhar2026-03-081-1/+1
* acpi_system76: unbreak LINTPouria Mousavizadeh Tehrani2026-03-071-0/+2
* acpi_system76: Support for acpi-controlled buttons on System76Pouria Mousavizadeh Tehrani2026-03-071-0/+359
* Add ASMC support for Macbook Pro 8,3tslight2026-03-072-0/+39
* use ASMC_FAN_FUNCS2 to avoid trying to read non-existent keystslight2026-03-071-1/+1
* nvme: Don't active memory space until all BARs are configuredMatt Delco2026-03-061-7/+37
* iwx: Re-activate the 32-bit boundary cross check on 64-bit architecturesOlivier Certner2026-03-061-3/+3
* iwx: Fix 32-bit compilationOlivier Certner2026-03-051-6/+17
* acpi: Don't attach a "wake" sysctl node to devices without the ACPI flags IVARJohn Baldwin2026-03-051-1/+1
* static dtb: add BTI noteRuslan Bukin2026-03-051-0/+7
* hid: Fix 'strenght' typo in hpen.cMajed Alkhaleefah2026-03-041-3/+3
* acpi: Treat ACPI_IVAR_FLAGS as a global IVARJohn Baldwin2026-03-041-2/+2
* amdsmu: Sleep entry/exit hints for PMFWAymeric Wibo2026-03-043-3/+57
* acpi_spmc: fix revision check reading name as integerOlivier Cochard2026-03-031-2/+2
* nvme_sim: Fix a cut and paste errorWarner Losh2026-03-031-1/+1
* virtio_blk: Use bus_dma for command/ack buffer allocationsSarah Walker2026-03-031-39/+182
* virtio: Use bus_dma for ring and indirect buffer allocationsSarah Walker2026-03-032-34/+209
* sound: Notify devd when no devices are connectedChristos Margiolis2026-03-031-0/+2
* sound: Notify devd on hw.snd.default_unit changeChristos Margiolis2026-03-031-0/+7
* sys: Retire le(4)Ed Maste2026-03-0211-4337/+0
* virtio: add loader tunables to sysctlTimo Völker2026-03-023-2/+16
* asmc: output the SMC firmware revision on attachEnji Cooper2026-03-012-2/+12
* hwpmc: Initial support for AMD IBSAli Mashtizadeh2026-02-275-17/+907
* hwpmc: Fix PMC flags for AMD Zen coresAli Mashtizadeh2026-02-272-28/+84
* dpaa2: improve error messages and log requested cluster sizeBjoern A. Zeeb2026-02-271-1/+2
* xen/acpi: implement hook to notify Xen about entering sleep stateRoger Pau Monné2026-02-273-0/+101
* mwl: migrate to new net80211 encryption key APIAdrian Chadd2026-02-261-8/+18
* wpi: migrate to new net80211 encryption key APIAdrian Chadd2026-02-261-3/+6
* iwi: migrate to new net80211 encryption key APIAdrian Chadd2026-02-261-2/+3
* ipw: migrate to new net80211 encryption key APIAdrian Chadd2026-02-261-2/+3
* ath: migrate to new net80211 encryption key APIAdrian Chadd2026-02-261-9/+25
* mlx5: convert GET_TRUNK_IF() to functionKonstantin Belousov2026-02-251-15/+18
* mlx5: report IPSEC offload capabilities whenever IPSEC_OFFLOAD is configuredKonstantin Belousov2026-02-253-5/+18
* asmc: introduce the concept of generic modelsEnji Cooper2026-02-251-13/+67
* asmc: add Wake-on-LAN control via sysctlAbdelkader Boudih2026-02-252-0/+50
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-25186-207/+208