summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
5 daysALSA: core: propagate actual error code from register_chrdevbui duc phuc
5 daysALSA: timer: Drop redundant stream_open() return checkbui duc phuc
5 daysALSA: seq: Drop redundant stream_open() return checkbui duc phuc
5 daysALSA: rawmidi: Drop redundant stream_open() return checkbui duc phuc
5 daysALSA: pcm: Drop redundant nonseekable_open() return checkbui duc phuc
5 daysALSA: pcm: oss: Drop redundant nonseekable_open() return checkbui duc phuc
5 daysALSA: mixer: oss: Drop redundant nonseekable_open() return checkbui duc phuc
5 daysALSA: control: Drop redundant stream_open() return checkbui duc phuc
9 daysALSA: pcm: Notify disconnected state at mmap data fault, tooTakashi Iwai
14 daysALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()HyeongJun An
2026-06-18ALSA: pcm: fix __le32 cast warning in snd_pcm_set_sync_per_cardBen Dooks
2026-06-17ALSA: compress: Fix task creation error unwindCássio Gabriel
2026-06-14ALSA: timer: Fix racy timeri->timer changes with rwlockTakashi Iwai
2026-06-14ALSA: core: Fix unintuitive behavior of snd_power_ref_and_wait()Takashi Iwai
2026-06-14ALSA: seq: avoid stale FIFO cells during resizeCen Zhang
2026-06-14ALSA: seq: oss: Serialize readq reset state with q->lockCen Zhang
2026-06-12ALSA: seq: Don't re-bounce the error eventTakashi Iwai
2026-06-12ALSA: seq: Fix kernel heap address leak in bounce_error_event()HanQuan
2026-06-11ALSA: core: Use the new helper for the power refcountTakashi Iwai
2026-06-11ALSA: Add simple refcount helper functionsTakashi Iwai
2026-06-10ALSA: pcm: Fix unlocked state reads in read/write file opsCássio Gabriel
2026-06-10ALSA: timer: Disable work at freeing timer objectTakashi Iwai
2026-06-10Revert "ALSA: timer: Fix UAF at snd_timer_user_params()"Takashi Iwai
2026-06-10ALSA: timer: Manage timer object with krefTakashi Iwai
2026-06-07Merge branch 'for-linus' into for-nextTakashi Iwai
2026-06-07ALSA: seq: Clear variable event pointer on readKyle Zeng
2026-06-07ALSA: timer: Fix UAF at snd_timer_user_params()Takashi Iwai
2026-06-07ALSA: timer: Forcibly close timer instances at closingTakashi Iwai
2026-06-06ALSA: pcm: Fix unlocked runtime state reads in xfer ioctlsCássio Gabriel
2026-06-06ALSA: seq: Fix partial userptr event expansionHyeongJun An
2026-06-05ALSA: seq: dummy: fix UMP event stack overreadKyle Zeng
2026-06-04ALSA: PCM: Fix wait queue list corruption in snd_pcm_drain() on linked streamsJi'an Zhou
2026-06-04ALSA: seq: oss: Use scoped cleanup for temporary MIDI use lockCássio Gabriel
2026-06-04ALSA: core: Add scoped cleanup helper for card referencesCássio Gabriel
2026-06-04ALSA: control: Use scoped cleanup for user control buffersCássio Gabriel
2026-06-02ALSA: seq: oss: Reject reads that cannot fit the next eventCássio Gabriel
2026-06-02ALSA: seq: Restore created port information after insertionCássio Gabriel
2026-06-01ALSA: core: Use flexible array for card private dataCássio Gabriel
2026-06-01ALSA: seq: Use flexible array for device argumentsCássio Gabriel
2026-05-27ALSA: seq: midi: Serialize output teardown with event_inputZhang Cen
2026-05-27ALSA: seq: oss: Fix UAF at handling events with embedded SysEx dataTakashi Iwai
2026-05-26ALSA: seq: Remove arbitrary prioq insertion limitCássio Gabriel
2026-05-25ALSA: core: Mark some variables as __ro_after_initLen Bao
2026-05-25Merge branch 'for-linus' into for-nextTakashi Iwai
2026-05-25ALSA: pcm: oss: Fix setup list UAF on proc write errorCássio Gabriel
2026-05-20ALSA: seq: Serialize UMP output teardown with event_inputZhang Cen
2026-05-20ALSA: seq: Register kernel port with full informationTakashi Iwai
2026-05-19Merge branch 'for-linus' into for-nextTakashi Iwai
2026-05-19ALSA: oss: Use flexible allocation for PCM pluginsRosen Penev
2026-05-19ALSA: seq: avoid past-the-end iterator in snd_seq_create_port()Maoyi Xie