aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* p9fs: Remove the "cancel" transport methodMark Johnston2026-06-241-8/+0
* virtio/p9fs: Define the channel list mutex as staticMark Johnston2026-06-241-1/+1
* qat: driver updates to enhance qat infrastructureHareshx Sankar Raj2026-06-2446-309/+386
* acpi_support/acpi_ibm.c: move the 'key' definition to the block that uses itKonstantin Belousov2026-06-241-2/+2
* acpi_ibm: Report mic mute key evdev eventsAymeric Wibo2026-06-241-29/+41
* sound: Rename SD_F_EQ_ENABLED to SD_F_EQChristos Margiolis2026-06-244-7/+7
* sound: Retire unused SD_F_EQ_PCChristos Margiolis2026-06-242-6/+4
* bnxt: Report actual link speed, rather than hard-coded 100GbsAndrew Gallatin2026-06-231-1/+1
* hwpmc_ibs: Add more IBS register definitionsAli Mashtizadeh2026-06-231-1/+33
* hwpmc_amd: Avoid using PMCs if in use by firmwareAli Mashtizadeh2026-06-231-33/+77
* acpi: Set 'acpi_sstate' closer to setting 'acpi_stype'Olivier Certner2026-06-221-6/+4
* acpi: Export handler invoke helpers, use them in acpi_lidOlivier Certner2026-06-223-4/+7
* acpi: Sleep/wake event handlers: Expose first argument's true typeOlivier Certner2026-06-221-9/+8
* acpi: Sleep event handler: Remove a wrong commentOlivier Certner2026-06-221-2/+1
* acpi: Button sleep/wake callbacks: Expose true argument typesOlivier Certner2026-06-222-33/+23
* acpi: Suffix acpi_sleep_enable() with '_locked'Olivier Certner2026-06-221-3/+3
* power: Make POWER_STYPE_COUNT equal to POWER_STYPE_UNKNOWNOlivier Certner2026-06-221-2/+0
* acpi: Constify thanks to AcpiGetHandle() taking a constant pathnameOlivier Certner2026-06-223-22/+16
* amdsmu(4), acpi_spmc(4): Fix ordering of callsOlivier Certner2026-06-222-4/+4
* acpi_ibm(4): Refer to "mic *mute* led" instead of "mic led"Aymeric Wibo2026-06-221-1/+1
* acpi: Forbid requesting S4 when S4BIOS is not supportedOlivier Certner2026-06-222-34/+8
* firewire: NULL check on malloc in fw_busreset()Abdelkader Boudih2026-06-221-0/+3
* ig4: unconditionally un-idle the controller core on resumeDevin Teske2026-06-212-7/+47
* aq(4): naming and exposureNick Price2026-06-205-65/+63
* aq(4): add a runtime dev.aq.N.debug trace controlNick Price2026-06-203-9/+13
* aq(4): take F/W statistics off the iflib core lock (kick-and-read)Nick Price2026-06-201-54/+7
* aq(4): modernize and de-Linuxify the vendor driverNick Price2026-06-2016-451/+328
* aq(4): enable jumbo frames, software LRO, and suspend/resumeNick Price2026-06-202-20/+31
* aq(4): RX/TX and HW-path correctness and hardeningNick Pricenull2026-06-208-56/+138
* aq(4): adopt native FreeBSD errno conventionNick Price2026-06-206-101/+91
* aq(4): interrupt model and queue-count correctnessNick Pricenull2026-06-204-24/+54
* aq(4): Fix RSS indirection table OOB write and queue distributionNick Price2026-06-203-3/+14
* sound: Handle CHN_F_MMAP_INVALID after cdev_pager_allocate()Christos Margiolis2026-06-201-3/+17
* sound: Re-arrange a calculation in dsp_mmap_single()Christos Margiolis2026-06-201-1/+1
* sound: Use and lock only the appropriate channel in dsp_mmap_single()Christos Margiolis2026-06-201-40/+17
* efirt(9): carefully destroy efi_lockKonstantin Belousov2026-06-201-5/+7
* nvme: Move default is_storage method to nvme_private.hWarner Losh2026-06-202-9/+7
* sound: Retire SD_F_VPC and related settingsChristos Margiolis2026-06-204-9/+5
* efirt(9): in verbose mode, announce the attachment and fw spec versionKonstantin Belousov2026-06-201-1/+8
* firewire: extract shared helpers from fwe and fwipAbdelkader Boudih2026-06-193-95/+128
* uart: Add support for the Intel XScale controllerBojan Novković2026-06-191-0/+7
* virtio_net: Use bus_dma for command/ack buffersSarah Walker2026-06-182-65/+291
* virtio_net: Use bus_dma for rxq/txq buffersSarah Walker2026-06-182-17/+291
* mlx5en: guard against empty eth_proto_oper maskSlava Shwartsman2026-06-171-0/+7
* mlx5: Add missing speeds translationSlava Shwartsman2026-06-171-0/+3
* libmlx5: sync PCI device allowlist with mlx5_core_pci_tableSlava Shwartsman2026-06-171-0/+4
* mlx5: Add PCI IDs for ConnectX-9.Slava Shwartsman2026-06-171-1/+1
* mlx5: Add support for 800Gbit/s and 400Gbit/s with 2 lanesSlava Shwartsman2026-06-174-0/+63
* RDMA: Fix link active_speed sizeSlava Shwartsman2026-06-174-7/+8
* nvme: Use newbus to ask if a device is storageWarner Losh2026-06-173-0/+33