summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
4 daysALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()HyeongJun An1-1/+1
4 daysALSA: seq: Check UMP support for midi_version changeTakashi Iwai1-4/+10
4 daysALSA: seq: Skip event type filtering for UMP eventsTakashi Iwai1-0/+3
4 daysALSA: seq: Avoid confusion of aligned read sizeTakashi Iwai1-1/+1
4 daysALSA: core: Fix unintuitive behavior of snd_power_ref_and_wait()Takashi Iwai1-3/+8
4 daysALSA: seq: Clear variable event pointer on readKyle Zeng1-0/+1
4 daysALSA: seq: Add UMP supportTakashi Iwai5-47/+144
4 daysALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai3-0/+10
4 daysALSA: seq: midi: Serialize output teardown with event_inputZhang Cen1-14/+41
2026-06-19ALSA: timer: Fix UAF at snd_timer_user_params()Takashi Iwai1-0/+1
2026-06-19ALSA: PCM: Fix wait queue list corruption in snd_pcm_drain() on linked streamsJi'an Zhou1-4/+3
2026-06-01ALSA: core: Serialize deferred fasync state checksCássio Gabriel1-2/+6
2026-06-01ALSA: misc: Use guard() for spin locksTakashi Iwai1-15/+10
2026-06-01ALSA: core: Validate compress device numbers without dynamic minorsCássio Gabriel2-7/+7
2026-06-01ALSA: core: Fix potential data race at fasync handlingTakashi Iwai1-3/+10
2026-06-01ALSA: seq_oss: return full count for successful SEQ_FULLSIZE writesCássio Gabriel1-3/+3
2026-06-01ALSA: control: Validate buf_len before strnlen() in snd_ctl_elem_init_enum_na...Ziqing Chen1-0/+4
2026-06-01ALSA: control: Avoid WARN() for symlink errorsTakashi Iwai1-4/+10
2026-03-25ALSA: pcm: fix use-after-free on linked stream runtime in snd_pcm_drain()Mehul Rao1-3/+16
2026-03-25ALSA: pcm: fix wait_time calculationsOswald Buddenhagen2-10/+9
2026-02-06ALSA: pcm: Improve the fix for race of buffer access at PCM OSS layerJaroslav Kysela2-3/+10
2025-08-28ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loopChristophe Leroy1-4/+15
2025-06-04ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai2-2/+12
2025-06-04ALSA: seq: Improve data consistency at pollingTakashi Iwai2-4/+2
2025-01-09ALSA: seq: oss: Fix races at processing SysEx messagesTakashi Iwai1-0/+2
2024-12-14ALSA: pcm: Add sanity NULL check for the default mmap fault handlerTakashi Iwai1-2/+4
2024-10-17ALSA: core: add isascii() check to card ID generatorJaroslav Kysela1-4/+10
2024-10-17ALSA: mixer_oss: Remove some incorrect kfree_const() usagesChristophe JAILLET1-2/+2
2024-09-12ALSA: control: Apply sanity check of input values for user elementsTakashi Iwai1-1/+5
2024-08-29ALSA: timer: Relax start tick time check for slave timer elementsTakashi Iwai1-1/+1
2024-07-27ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is pausedShengjiu Wang1-1/+5
2024-07-25ALSA: dmaengine_pcm: terminate dmaengine before synchronizeShengjiu Wang1-0/+12
2024-07-25ALSA: PCM: Allow resume only for suspended streamsTakashi Iwai1-0/+2
2024-07-25ALSA: dmaengine: Synchronize dma channel after drop()Jai Luthra1-0/+10
2024-06-12ALSA: timer: Set lower bound of start tick timeTakashi Iwai1-0/+10
2024-06-12ALSA: core: Remove debugfs at disconnectionTakashi Iwai2-11/+19
2024-06-12ALSA: jack: Use guard() for lockingTakashi Iwai1-18/+7
2024-06-12ALSA: Fix deadlocks with kctl removals at disconnectionTakashi Iwai1-1/+8
2024-06-12ALSA: core: Fix NULL module pointer assignment at card initTakashi Iwai1-1/+1
2024-03-27ALSA: seq: fix function cast warningsTakashi Iwai2-2/+15
2024-03-06ALSA: Drop leftover snd-rtctimer stuff from MakefileTakashi Iwai1-1/+0
2023-12-13ALSA: pcm: fix out-of-bounds in snd_pcm_state_namesJason Zhang1-0/+1
2023-11-28ALSA: info: Fix potential deadlock at disconnectionTakashi Iwai1-8/+13
2023-09-13ALSA: pcm: Fix missing fixup call in compat hw_refine ioctlTakashi Iwai1-2/+6
2023-09-13ALSA: seq: oss: Fix racy open/close of MIDI devicesTakashi Iwai1-13/+22
2023-07-19ALSA: pcm: Fix potential data race at PCM memory allocation helpersTakashi Iwai1-8/+36
2023-07-19ALSA: jack: Fix mutex call in snd_jack_report()Takashi Iwai1-8/+7
2023-06-09ALSA: oss: avoid missing-prototype warningsArnd Bergmann1-8/+8
2023-04-06ALSA: usb-audio: Fix recursive locking at XRUN during syncingTakashi Iwai1-0/+2
2023-02-09ALSA: memalloc: Workaround for Xen PVTakashi Iwai1-18/+69