aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* nvme: Eliminate intel_log_temp_stats_swapbytesWarner Losh2024-04-172-21/+0
* acpi_battery: avoid divide-by-zero when no devices have capacity infoJosef 'Jeff' Sipek2024-04-161-1/+8
* x86/xen: fix accounted interrupt timeRoger Pau Monné2024-04-161-1/+20
* Reduce reliance on sys/sysproto.h pollutionBrooks Davis2024-04-151-0/+1
* snd_hda: fix "duplicated free" on module unloadingMichael Zhilin2024-04-151-2/+3
* snd_hda: Add the full Intel Meteor/Arrow/Lunar Lake HD Audio PCI IDsMichael Zhilin2024-04-152-0/+8
* amdsmn(4), amdtemp(4): add support for AMD Family 19h Models 10h-1Fh.Xin LI2024-04-142-1/+20
* sound: Remove leftover references to snd_cloneChristos Margiolis2024-04-131-15/+5
* sound: Update some LICENSE headersChristos Margiolis2024-04-123-0/+12
* uart_snps: Register a device xref for UARTsKa Ho Ng2024-04-121-1/+17
* sys/dev/irdma/irdma_cm: fix compile without INETLexi Winter2024-04-121-1/+4
* ds1307: use the correct Microchip part number in enum and device descriptionJosef 'Jeff' Sipek2024-03-211-7/+7
* sound: Implement asynchronous device detachChristos Margiolis2024-04-114-36/+14
* sound: Get rid of snd_clone and use DEVFS_CDEVPRIV(9)Christos Margiolis2024-04-116-1771/+319
* scmi: Add an SCMI VirtIO transport driverCristian Marussi2024-04-113-3/+312
* vtscmi: Add a virtio-scmi driverCristian Marussi2024-04-114-0/+588
* scmi: Introduce a new SCMI API and port CLK SCMI driver to itCristian Marussi2024-04-119-249/+433
* scmi: Add SCMI message tracking and centralize tx/rx logicCristian Marussi2024-04-117-109/+391
* scmi: Add new SCMI interfaces for init and message processingCristian Marussi2024-04-116-81/+192
* scmi: Protect SCMI/SMT channels from concurrent transmissionsCristian Marussi2024-04-113-6/+55
* scmi: Fix SCMI mailbox polling mechanismCristian Marussi2024-04-114-5/+22
* scmi: Extend and refactor SCMI shmem supportCristian Marussi2024-04-114-91/+231
* scmi: Add an SCMI SMC transport driverAndrew Turner2024-04-111-0/+131
* scmi: Split out the SCMI mailbox to a new fileAndrew Turner2024-04-114-75/+230
* scmi: Implement scmi_clknode_recalc_freq methodCristian Marussi2024-04-111-2/+12
* ahc/ahd: Fix target mode operationAlexander Motin2024-04-102-0/+6
* pcireg.h: Add AMD IOMMU Base Cap definitionsKonstantin Belousov2024-04-101-0/+52
* pcireg.h: add include guardKonstantin Belousov2024-04-101-0/+5
* bcm2838_xhci: add moduleLexi Winter2024-04-101-0/+2
* pci_host_generic: Tolerate range resource allocation failuresJohn Baldwin2024-04-091-39/+16
* nvme: Add LPA bitsWarner Losh2024-04-051-0/+15
* Revert "sound: Get rid of snd_clone and use DEVFS_CDEVPRIV(9)"Christos Margiolis2024-04-056-316/+1750
* Revert "sound: Implement asynchronous device detach"Christos Margiolis2024-04-054-14/+36
* sound: Move sndstat_prepare_pcm() to pcm/sndstat.c and remove sndstat_entry->...Christos Margiolis2024-04-023-148/+145
* wg: Use ENETUNREACH when transmitting to a non-existent peerMark Johnston2024-04-011-4/+1
* snd_hdspe(4): Only buffer_copy() audio data once.Florian Walpen2024-03-312-9/+38
* sound: Implement asynchronous device detachChristos Margiolis2024-03-314-36/+14
* sound: Get rid of snd_clone and use DEVFS_CDEVPRIV(9)Christos Margiolis2024-03-316-1750/+316
* vf_i2c: update I2C controller logicPierre-Luc Drouin2024-03-294-92/+65
* vf_i2c: split up and add ACPI attachments in addition to FDTPierre-Luc Drouin2024-03-294-0/+911
* sound: Remove unused SND_DEV_LAST and SND_DEV_MAX constantsChristos Margiolis2024-03-291-3/+0
* sound: Fix SND_DIAGNOSTIC ifdef commentChristos Margiolis2024-03-291-2/+2
* sound: Get rid of pcm/sndstat.h and turn macros into regular codeChristos Margiolis2024-03-292-173/+132
* sound: Drain buffer selinfo in sndbuf_free()Christos Margiolis2024-03-291-0/+1
* vtnet: set VNET context in RX handlerGleb Smirnoff2024-03-281-0/+2
* netmap: Address errors on memory free in netmap_genericTom Jones2024-03-262-8/+25
* acpi_hpet: Make use of enum for vm_guest to improve readabilityZhenlei Huang2024-03-241-1/+1
* nvme: Add NVMe over Fabrics fields to nvme_controller_dataJohn Baldwin2024-03-231-1/+11
* nvme: Add constants for the Controller Attributes field in cdataJohn Baldwin2024-03-231-0/+32
* nvme: Add constants and types for the discovery log pageJohn Baldwin2024-03-231-0/+66