summaryrefslogtreecommitdiff
path: root/sound/core/seq
AgeCommit message (Expand)Author
4 daysALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()HyeongJun An
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-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-06ALSA: seq: Fix partial userptr event expansionHyeongJun An
2026-06-05ALSA: seq: dummy: fix UMP event stack overreadKyle Zeng
2026-06-04ALSA: seq: oss: Use scoped cleanup for temporary MIDI use lockCá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-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-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: seq: avoid past-the-end iterator in snd_seq_create_port()Maoyi Xie
2026-05-15Merge branch 'for-linus' into for-nextTakashi Iwai
2026-05-15ALSA: seq: Use flexible array for MIDI channelsRosen Penev
2026-05-06ALSA: seq: Fix UMP group 16 filteringCássio Gabriel
2026-05-04ALSA: seq: oss/rw: allocate evrec with main structRosen Penev
2026-03-27ALSA: seq_oss: return full count for successful SEQ_FULLSIZE writesCássio Gabriel
2026-03-27ALSA: core/seq: Optimize the return logic in cc_ev_to_ump_midi2songxiebing
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-12-17ALSA: seq: Relax __free() variable declarationsTakashi Iwai
2025-12-17ALSA: seq: oss: Relax __free() variable declarationsTakashi Iwai
2025-12-14ALSA: seq: oss: Convert to snd_seq bus probe mechanismUwe Kleine-König
2025-12-14ALSA: seq: ump: Convert to snd_seq bus probe mechanismUwe Kleine-König
2025-12-14ALSA: seq: midi: Convert to snd_seq bus probe mechanismUwe Kleine-König
2025-09-17ALSA: seq: Fix KCSAN data-race warning at snd_seq_fifo_poll_wait()Takashi Iwai
2025-08-29ALSA: seq: oss/rw: Cleanup with guardTakashi Iwai
2025-08-29ALSA: seq: oss/synth: Clean up with guard and auto cleanupTakashi Iwai
2025-08-29ALSA: seq: oss/midi: Cleanup with guard and auto-cleanupTakashi Iwai
2025-08-29ALSA: seq: oss: Clean up core code with guard()Takashi Iwai
2025-08-29ALSA: seq: Clean up fifo locking with guardTakashi Iwai
2025-08-29ALSA: seq: Clean up queue locking with auto cleanupTakashi Iwai
2025-08-29ALSA: seq: Clean up port locking with auto cleanupTakashi Iwai
2025-08-29ALSA: seq: Use auto-cleanup for client refcountingTakashi Iwai
2025-08-29ALSA: seq: Use guard() for mutex and rwsem locksTakashi Iwai
2025-08-29ALSA: seq: Clean up spin lock with guard()Takashi Iwai
2025-08-29ALSA: seq: Simplify internal command operation from OSS layerTakashi Iwai
2025-07-11ALSA: seq: Use safer strscpy() instead of strcpy()Takashi Iwai