summaryrefslogtreecommitdiff
path: root/sound/core/seq
AgeCommit message (Expand)AuthorFilesLines
8 daysALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()HyeongJun An1-1/+1
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-10ALSA: timer: Manage timer object with krefTakashi Iwai1-3/+8
2026-06-07Merge branch 'for-linus' into for-nextTakashi Iwai1-6/+9
2026-06-07ALSA: seq: Clear variable event pointer on readKyle Zeng1-0/+1
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: seq: oss: Use scoped cleanup for temporary MIDI use lockCássio Gabriel3-9/+7
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-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 Bao2-3/+3
2026-05-25Merge branch 'for-linus' into for-nextTakashi Iwai1-4/+18
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 Iwai1-2/+5
2026-05-19ALSA: seq: avoid past-the-end iterator in snd_seq_create_port()Maoyi Xie1-2/+5
2026-05-15Merge branch 'for-linus' into for-nextTakashi Iwai3-3/+6
2026-05-15ALSA: seq: Use flexible array for MIDI channelsRosen Penev1-27/+11
2026-05-06ALSA: seq: Fix UMP group 16 filteringCássio Gabriel3-3/+6
2026-05-04ALSA: seq: oss/rw: allocate evrec with main structRosen Penev2-12/+4
2026-03-27ALSA: seq_oss: return full count for successful SEQ_FULLSIZE writesCássio Gabriel1-3/+3
2026-03-27ALSA: core/seq: Optimize the return logic in cc_ev_to_ump_midi2songxiebing1-14/+21
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds19-34/+34
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook20-38/+38
2025-12-17ALSA: seq: Relax __free() variable declarationsTakashi Iwai7-122/+126
2025-12-17ALSA: seq: oss: Relax __free() variable declarationsTakashi Iwai3-36/+36
2025-12-14ALSA: seq: oss: Convert to snd_seq bus probe mechanismUwe Kleine-König3-12/+8
2025-12-14ALSA: seq: ump: Convert to snd_seq bus probe mechanismUwe Kleine-König1-7/+4
2025-12-14ALSA: seq: midi: Convert to snd_seq bus probe mechanismUwe Kleine-König1-9/+6
2025-09-17ALSA: seq: Fix KCSAN data-race warning at snd_seq_fifo_poll_wait()Takashi Iwai1-0/+1
2025-08-29ALSA: seq: oss/rw: Cleanup with guardTakashi Iwai2-12/+3
2025-08-29ALSA: seq: oss/synth: Clean up with guard and auto cleanupTakashi Iwai1-73/+52
2025-08-29ALSA: seq: oss/midi: Cleanup with guard and auto-cleanupTakashi Iwai1-80/+36
2025-08-29ALSA: seq: oss: Clean up core code with guard()Takashi Iwai1-17/+7
2025-08-29ALSA: seq: Clean up fifo locking with guardTakashi Iwai3-13/+6
2025-08-29ALSA: seq: Clean up queue locking with auto cleanupTakashi Iwai4-81/+39
2025-08-29ALSA: seq: Clean up port locking with auto cleanupTakashi Iwai3-93/+53
2025-08-29ALSA: seq: Use auto-cleanup for client refcountingTakashi Iwai3-146/+86
2025-08-29ALSA: seq: Use guard() for mutex and rwsem locksTakashi Iwai1-120/+110
2025-08-29ALSA: seq: Clean up spin lock with guard()Takashi Iwai2-44/+47
2025-08-29ALSA: seq: Simplify internal command operation from OSS layerTakashi Iwai3-52/+35
2025-07-11ALSA: seq: Use safer strscpy() instead of strcpy()Takashi Iwai6-8/+8