aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Hyper-V: Detect Extended Destination ID supportColin Percival2026-03-281-0/+6
* vmgenc: fix typo in MODULE_DEPEND declarationChristos Longros2026-03-281-1/+1
* uart/pci: always disable MSI for generic devicesRoger Pau Monné2026-03-271-1/+2
* uart/pci: support 16550A PCI serial devicesRoger Pau Monné2026-03-271-1/+1
* pmc: Fix copyright in previous commitsAli Mashtizadeh2026-03-252-4/+2
* ufshci: Support ACPIJaeyoon Choi2026-03-243-12/+319
* ufshci: add uic powermode parameter to sysctlJaeyoon Choi2026-03-244-13/+40
* ufshci: fix bug in ufshci_req_sdb_enableJaeyoon Choi2026-03-241-4/+36
* rge: make rx_process_limit a sysctl tunableChristos Longros2026-03-253-1/+9
* rge: handle interface flags changesBrad Smith2026-03-252-13/+10
* sound: Remove unimplemented chn_reinit() definitionChristos Margiolis2026-03-241-1/+0
* sound: Remove dead code in pcm/ac97.cChristos Margiolis2026-03-241-4/+0
* sound: Address some XXX comments regarding AC'97 IDsChristos Margiolis2026-03-241-12/+2
* sound: Retire Z_PARANOIDChristos Margiolis2026-03-241-6/+0
* sound: Remove most Z_RATE_* aliasesChristos Margiolis2026-03-241-24/+13
* sound: Retire CHN_GETMUTE() and use chn_getmute_matrix()Christos Margiolis2026-03-242-4/+3
* sound: Retire CHN_SETVOLUME() and use chn_setvolume_matrix()Christos Margiolis2026-03-243-6/+3
* sound: Retire CHN_GETVOLUME() and use chn_getvolume_matrix()Christos Margiolis2026-03-244-9/+8
* sound: Always use chn_getvolume_matrix()Christos Margiolis2026-03-241-4/+0
* sound: Remove SND_DIAGNOSTIC section in buffer.cChristos Margiolis2026-03-241-26/+0
* sound: Do not create root feeder in chn_init()Christos Margiolis2026-03-241-12/+0
* sound: Remove endianness checks for format table declarationsChristos Margiolis2026-03-242-16/+0
* sound: Retire SND_FEEDER_MULTIFORMAT and SND_FEEDER_FULL_MULTIFORMATChristos Margiolis2026-03-245-48/+9
* sound: Retire unused Z_MULTIFORMATChristos Margiolis2026-03-241-2/+0
* sound: Retire SND_MULTICHANNELChristos Margiolis2026-03-241-7/+0
* sound: Retire SND_OLDSTEREOChristos Margiolis2026-03-241-3/+0
* sound: Retire SND_DEBUGChristos Margiolis2026-03-242-17/+1
* snd_uaudio: Retire UAUDIO_MAX_CHAN()Christos Margiolis2026-03-241-4/+2
* sound: Match midi_write() return values with midi_read()Christos Margiolis2026-03-241-1/+1
* snd_uaudio: Simplify chan->curr_cable calculation in uaudio_bulk_write_callba...Christos Margiolis2026-03-241-3/+1
* snd_uaudio: Rename uaudio_hid_probe() to uaudio_hid_attach()Christos Margiolis2026-03-241-3/+3
* snd_uaudio: Rename umidi_probe() to umidi_attach()Christos Margiolis2026-03-241-3/+3
* pmc: Import Intel Meteor Lake eventsBojan Novković2026-03-241-0/+6
* acpi_spmc: Fix checking expected DSMsAymeric Wibo2026-03-241-10/+13
* hid/hgame: Fix desync in hgame_dpad_cb()Majed Alkhaleefah2026-03-241-12/+4
* hwpmc: improve diagnostic messages for invalid tunablesPaulo Fragoso2026-03-231-9/+26
* libpmc: Add support for IBS qualifiersAli Mashtizadeh2026-03-231-1/+18
* hwpmc: Use rdtsc instead of rdtscp for timestampsAli Mashtizadeh2026-03-231-5/+3
* nvmf: Fix null ptr referenceMariusz Zaborski2026-03-231-1/+1
* mlx5: postpone freeing the completed command entity to taskqueueKonstantin Belousov2026-03-232-1/+12
* acpi_spmc: Simplify constraint freeingAymeric Wibo2026-03-211-7/+3
* acpi: Print sysctl name in deprecated sleep type warningAymeric Wibo2026-03-211-3/+3
* tpm: fix multi-threaded access with per-open stateChuck Silvers2026-03-205-100/+81
* cxgbe(4): decode the T7 MC interrupt correctlyNavdeep Parhar2026-03-181-0/+10
* cxgbe(4): adjustments to the output of the slow interrupt handlerNavdeep Parhar2026-03-181-4/+5
* virtio: Ensure power-of-two alignment for indirect queueSarah Walker2026-03-171-1/+1
* libpmc: Query hwpmc for capsAli Mashtizadeh2026-03-162-0/+60
* nvme: Replace bus_space_[read|write]_4 with bus_[read|write]_4Matt Delco2026-03-164-20/+9
* nvme: Removed unused 'regs' variableMatt Delco2026-03-163-4/+0
* ure(4): Fix spurious link flaps from MIIRafael Kitover2026-03-161-3/+66