summaryrefslogtreecommitdiff
path: root/sound/core/seq
AgeCommit message (Expand)AuthorFilesLines
2026-08-09ALSA: seq: Fix division by zero in initialize_timer()Norbert Szetei1-5/+4
2026-08-03ALSA: seq: close a re-opened queue timer in the destructorNorbert Szetei1-1/+12
2026-07-24ALSA: seq: avoid stale FIFO cells during resizeCen Zhang1-15/+37
2026-07-24ALSA: seq: oss: Serialize readq reset state with q->lockCen Zhang1-25/+52
2026-07-24ALSA: seq: Fix kernel heap address leak in bounce_error_event()HanQuan1-5/+27
2026-07-24ALSA: seq: Clear variable event pointer on readKyle Zeng1-0/+1
2026-07-24ALSA: seq: Fix partial userptr event expansionHyeongJun An1-1/+1
2026-07-24ALSA: seq: midi: Serialize output teardown with event_inputZhang Cen1-14/+41
2026-07-24ALSA: seq: oss: Fix UAF at handling events with embedded SysEx dataTakashi Iwai6-7/+20
2026-07-18ALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()HyeongJun An1-1/+1
2026-06-05ALSA: seq: dummy: fix UMP event stack overreadKyle Zeng1-6/+9
2026-05-20ALSA: seq: Serialize UMP output teardown with event_inputZhang Cen1-4/+18
2026-05-19ALSA: seq: avoid past-the-end iterator in snd_seq_create_port()Maoyi Xie1-2/+5
2026-05-06ALSA: seq: Fix UMP group 16 filteringCássio Gabriel3-3/+6
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
2025-05-16Merge branch 'for-linus' into for-nextTakashi Iwai3-19/+52
2025-05-11ALSA: seq: Fix delivery of UMP events to group portsTakashi Iwai3-19/+52
2025-05-05ALSA: seq: Remove unused snd_seq_queue_client_leave_cellsDr. David Alan Gilbert2-17/+0
2025-03-19Merge branch 'for-linus' into for-nextTakashi Iwai1-19/+39
2025-03-07ALSA: seq: Avoid client data changes during proc readsTakashi Iwai1-0/+2
2025-03-07ALSA: seq: Improve data consistency at pollingTakashi Iwai2-4/+2
2025-03-02ALSA: seq: Avoid module auto-load handling at event deliveryTakashi Iwai1-16/+30
2025-02-28ALSA: seq: seq_oss_event: fix inconsistent indenting warning in note_on_event()Charles Han1-5/+3
2025-02-17ALSA: seq: Drop UMP events when no UMP-conversion is setTakashi Iwai1-3/+9
2025-01-20Merge branch 'for-linus' into for-nextTakashi Iwai1-4/+10
2025-01-12ALSA: seq: Notify UMP EP and FB changesTakashi Iwai3-2/+58
2025-01-12ALSA: seq: Allow system notification in atomicTakashi Iwai3-13/+19