summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
7 daysALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()HyeongJun An1-1/+1
13 daysALSA: pcm: fix __le32 cast warning in snd_pcm_set_sync_per_cardBen Dooks1-1/+1
2026-06-17ALSA: compress: Fix task creation error unwindCássio Gabriel1-4/+9
2026-06-14ALSA: timer: Fix racy timeri->timer changes with rwlockTakashi Iwai1-9/+11
2026-06-14ALSA: core: Fix unintuitive behavior of snd_power_ref_and_wait()Takashi Iwai1-3/+8
2026-06-14ALSA: seq: avoid stale FIFO cells during resizeCen Zhang1-15/+37
2026-06-14ALSA: seq: oss: Serialize readq reset state with q->lockCen Zhang1-25/+52
2026-06-12ALSA: seq: Don't re-bounce the error eventTakashi Iwai1-0/+4
2026-06-12ALSA: seq: Fix kernel heap address leak in bounce_error_event()HanQuan1-5/+27
2026-06-11ALSA: core: Use the new helper for the power refcountTakashi Iwai1-2/+1
2026-06-11ALSA: Add simple refcount helper functionsTakashi Iwai1-0/+24
2026-06-10ALSA: pcm: Fix unlocked state reads in read/write file opsCássio Gabriel1-8/+12
2026-06-10ALSA: timer: Disable work at freeing timer objectTakashi Iwai1-0/+2
2026-06-10Revert "ALSA: timer: Fix UAF at snd_timer_user_params()"Takashi Iwai1-1/+0
2026-06-10ALSA: timer: Manage timer object with krefTakashi Iwai3-31/+89
2026-06-07Merge branch 'for-linus' into for-nextTakashi Iwai3-17/+22
2026-06-07ALSA: seq: Clear variable event pointer on readKyle Zeng1-0/+1
2026-06-07ALSA: timer: Fix UAF at snd_timer_user_params()Takashi Iwai1-0/+1
2026-06-07ALSA: timer: Forcibly close timer instances at closingTakashi Iwai1-7/+9
2026-06-06ALSA: pcm: Fix unlocked runtime state reads in xfer ioctlsCássio Gabriel2-6/+5
2026-06-06ALSA: seq: Fix partial userptr event expansionHyeongJun An1-1/+1
2026-06-05ALSA: seq: dummy: fix UMP event stack overreadKyle Zeng1-6/+9
2026-06-04ALSA: PCM: Fix wait queue list corruption in snd_pcm_drain() on linked streamsJi'an Zhou1-4/+3
2026-06-04ALSA: seq: oss: Use scoped cleanup for temporary MIDI use lockCássio Gabriel3-9/+7
2026-06-04ALSA: core: Add scoped cleanup helper for card referencesCássio Gabriel2-10/+7
2026-06-04ALSA: control: Use scoped cleanup for user control buffersCássio Gabriel1-16/+14
2026-06-02ALSA: seq: oss: Reject reads that cannot fit the next eventCássio Gabriel1-1/+2
2026-06-02ALSA: seq: Restore created port information after insertionCássio Gabriel2-3/+3
2026-06-01ALSA: core: Use flexible array for card private dataCássio Gabriel1-3/+4
2026-06-01ALSA: seq: Use flexible array for device argumentsCássio Gabriel1-1/+4
2026-05-27ALSA: seq: midi: Serialize output teardown with event_inputZhang Cen1-14/+41
2026-05-27ALSA: seq: oss: Fix UAF at handling events with embedded SysEx dataTakashi Iwai6-7/+20
2026-05-26ALSA: seq: Remove arbitrary prioq insertion limitCássio Gabriel1-6/+8
2026-05-25ALSA: core: Mark some variables as __ro_after_initLen Bao5-8/+8
2026-05-25Merge branch 'for-linus' into for-nextTakashi Iwai2-11/+29
2026-05-25ALSA: pcm: oss: Fix setup list UAF on proc write errorCássio Gabriel1-7/+11
2026-05-20ALSA: seq: Serialize UMP output teardown with event_inputZhang Cen1-4/+18
2026-05-20ALSA: seq: Register kernel port with full informationTakashi Iwai3-11/+28
2026-05-19Merge branch 'for-linus' into for-nextTakashi Iwai4-9/+24
2026-05-19ALSA: oss: Use flexible allocation for PCM pluginsRosen Penev1-1/+1
2026-05-19ALSA: seq: avoid past-the-end iterator in snd_seq_create_port()Maoyi Xie1-2/+5
2026-05-19ALSA: timer: avoid past-the-end iterator in snd_timer_dev_register()Maoyi Xie1-5/+14
2026-05-17ALSA: pcm: Don't setup bogus iov_iter for silencingTakashi Iwai1-0/+3
2026-05-16ALSA: pcm_drm_eld: rate-limit ELD parsing errorsFrancesco Saverio Pavone1-2/+2
2026-05-15Merge branch 'for-linus' into for-nextTakashi Iwai5-11/+35
2026-05-15ALSA: seq: Use flexible array for MIDI channelsRosen Penev1-27/+11
2026-05-07ALSA: pcm: use snd_pcm_get_state() in remaining ioctl checksCen Zhang1-6/+8
2026-05-06ALSA: core: Serialize deferred fasync state checksCássio Gabriel1-2/+6
2026-05-06ALSA: seq: Fix UMP group 16 filteringCássio Gabriel3-3/+6
2026-05-04ALSA: jack: use scnprintf to improve parse_mask_bitsThorsten Blum1-8/+5