aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* bhyve: avoid TOCTOU on iov_len in virtio_vq_recordon()Pierre Pronchery2024-10-291-3/+8
* sound: Correctly check nvlist_unpack() errorChristos Margiolis2024-05-221-1/+1
* sound: Check user-supplied size passed to SNDSTIOC_ADD_USER_DEVS*Christos Margiolis2024-05-221-0/+5
* snd_hda: Rename LENOVO_I* to LENOVO_IDEAPAD*Christos Margiolis2024-05-222-4/+4
* snd_hda: Add patch for Lenovo Ideapad 3Christos Margiolis2024-05-222-1/+3
* sound: Fix oss_sysinfo->numcardsChristos Margiolis2024-05-221-6/+3
* sound: Remove nmix variable from mixer_oss_mixerinfo()Christos Margiolis2024-05-221-6/+4
* sys/dev/irdma/irdma_cm: fix compile without INETLexi Winter2024-05-211-1/+4
* wg: uma_zcreate() does not failMark Johnston2024-05-022-6/+5
* dpaa: uma_zcreate() does not failMark Johnston2024-05-021-4/+0
* sound: Add missing space in dev.pcm.X.mode descriptionChristos Margiolis2024-04-291-2/+2
* sound: Assert that we do not enter chn_sleep() with CHN_F_SLEEPINGChristos Margiolis2024-04-291-0/+2
* sound: Fix panic caused by sleeping-channel destruction during asynchronous d...Christos Margiolis2024-04-293-21/+53
* sound: Wrap dsp_clone() and mixer_clone() with bus_topo_lock()Christos Margiolis2024-04-292-0/+4
* sound: Fix NULL dereference in dsp_clone() and mixer_clone()Christos Margiolis2024-04-293-9/+15
* sound: Remove obsolete chn_setvolume()Christos Margiolis2024-04-292-14/+0
* wtap: Fix typos in kernel messagesGordon Bergling2024-04-282-3/+3
* ds1307(4): Fix a typo in a source code commentGordon Bergling2024-04-271-1/+1
* ahc(4): resolve some minor nitsKyle Evans2024-04-252-2/+1
* ahc(4)/ahd(4): fix target mode on ARMKyle Evans2024-04-252-28/+42
* Add support for Intel Atom S1200 UARTHenrich Hartzer2024-04-241-0/+2
* ice(4): Update to 1.39.13-kEric Joyner2024-04-2427-784/+2134
* ice(4): Update copyright year to 2024Eric Joyner2024-04-2458-58/+58
* bhnd(4): Remove a double word in a source code commentGordon Bergling2024-04-231-1/+1
* safe(4): Remove a double word in a source code commentGordon Bergling2024-04-231-1/+1
* usb(4): Remove a double word in a source code commentGordon Bergling2024-04-231-1/+1
* oce(4): Fix a typo in a source code commentGordon Bergling2024-04-211-1/+1
* muge(4): Fix a typo in a source code commentGordon Bergling2024-04-211-1/+1
* amdsmn(4), amdtemp(4): add support for AMD Family 19h Models 10h-1Fh.Xin LI2024-04-212-1/+20
* snd_hda: fix "duplicated free" on module unloadingMichael Zhilin2024-04-191-2/+3
* snd_hda: Add the full Intel Meteor/Arrow/Lunar Lake HD Audio PCI IDsMichael Zhilin2024-04-192-0/+8
* acpi_battery: avoid divide-by-zero when no devices have capacity infoJosef 'Jeff' Sipek2024-04-191-1/+8
* simple_mfd: don't attach children twiceMitchell Horne2024-04-181-4/+1
* clk_fixed: call clkdom_dump() for verbose bootMitchell Horne2024-04-181-3/+4
* clk_fixed: quiet by defaultMitchell Horne2024-04-181-2/+7
* clkdom_dump(): improve output textMitchell Horne2024-04-181-4/+14
* sound: Remove leftover references to snd_cloneChristos Margiolis2024-04-181-15/+5
* sound: Update some LICENSE headersChristos Margiolis2024-04-183-0/+12
* sound: Implement asynchronous device detachChristos Margiolis2024-04-184-36/+14
* sound: Get rid of snd_clone and use DEVFS_CDEVPRIV(9)Christos Margiolis2024-04-186-1771/+319
* vnic: fix compilation of an IPv6 only kernelMichael Tuexen2024-04-171-1/+6
* ahc/ahd: Fix target mode operationAlexander Motin2024-04-172-0/+6
* vtnet: set VNET context in RX handlerGleb Smirnoff2024-04-161-0/+2
* sound: Move sndstat_prepare_pcm() to pcm/sndstat.c and remove sndstat_entry->...Christos Margiolis2024-04-163-148/+145
* wg: Use ENETUNREACH when transmitting to a non-existent peerMark Johnston2024-04-151-4/+1
* cxgbe: Support TCP_USE_DDP on offloaded TOE connectionsJohn Baldwin2024-04-127-59/+853
* pcireg.h: Add AMD IOMMU Base Cap definitionsKonstantin Belousov2024-04-121-0/+52
* pcireg.h: add include guardKonstantin Belousov2024-04-121-0/+5
* sound: Remove unused SND_DEV_LAST and SND_DEV_MAX constantsChristos Margiolis2024-04-121-3/+0
* sound: Fix SND_DIAGNOSTIC ifdef commentChristos Margiolis2024-04-121-2/+2