summaryrefslogtreecommitdiffstats
path: root/sound/core/seq/oss
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+11
2025-12-17ALSA: seq: oss: Relax __free() variable declarationsTakashi Iwai-36/+36
2025-12-14ALSA: seq: oss: Convert to snd_seq bus probe mechanismUwe Kleine-König-12/+8
2025-08-29ALSA: seq: oss/rw: Cleanup with guardTakashi Iwai-12/+3
2025-08-29ALSA: seq: oss/synth: Clean up with guard and auto cleanupTakashi Iwai-73/+52
2025-08-29ALSA: seq: oss/midi: Cleanup with guard and auto-cleanupTakashi Iwai-80/+36
2025-08-29ALSA: seq: oss: Clean up core code with guard()Takashi Iwai-17/+7
2025-08-29ALSA: seq: Simplify internal command operation from OSS layerTakashi Iwai-6/+1
2025-07-11ALSA: seq: Use safer strscpy() instead of strcpy()Takashi Iwai-2/+2
2025-02-28ALSA: seq: seq_oss_event: fix inconsistent indenting warning in note_on_event()Charles Han-5/+3
2025-01-07ALSA: seq: oss: Simplify with str_enabled_disabled()Takashi Iwai-12/+2
2024-12-31ALSA: seq: oss: Send fragmented SysEx messages immediatelyTakashi Iwai-67/+14
2024-12-31Merge branch 'for-linus' into for-nextTakashi Iwai-0/+2
2024-12-30ALSA: seq: oss: Fix races at processing SysEx messagesTakashi Iwai-0/+2
2024-12-06ALSA: seq: oss: fix typo in seq_oss_init.cZhu Jun-1/+1
2024-08-17ALSA: seq: Remove unused declarationsYue Haibing-4/+0
2024-05-08ALSA: core: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2024-02-23ALSA: seq: oss: Use automatic cleanup of kfree()Takashi Iwai-18/+8
2024-02-16ALSA: avoid 'bool' as variable nameArnd Bergmann-3/+3
2023-06-16ALSA: seq: oss: Fix racy open/close of MIDI devicesTakashi Iwai-13/+22
2022-08-23ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai-0/+2
2022-03-14ALSA: seq: oss: fix typoJulia Lawall-1/+1
2022-03-13ALSA: seq: oss: use kzallocJulia Lawall-2/+1
2021-06-17ALSA: seq: oss: Fix error check at system port creationTakashi Iwai-3/+2
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai-29/+54
2021-01-18Merge branch 'for-linus' into for-nextTakashi Iwai-1/+2
2021-01-15ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai-1/+2
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-5/+5
2020-09-23ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai-2/+5
2020-08-05ALSA: seq: oss: Serialize ioctlsTakashi Iwai-1/+7
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-04-29ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtimeYueHaibing-10/+0
2020-03-16ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai-0/+1
2020-01-05ALSA: seq: More constificationsTakashi Iwai-2/+2
2019-07-05Merge tag 'sound-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds-2/+2
2019-06-28ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-238/+17
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-13Merge branch 'for-linus' into for-nextTakashi Iwai-3/+4
2019-04-12ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai-2/+8
2019-04-12ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai-8/+5
2019-03-21ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva-3/+4
2018-10-12ALSA: seq: oss: Use the standard fall-through annotationTakashi Iwai-1/+1
2018-08-04ALSA: seq_oss: Mark expected switch fall-throughGustavo A. R. Silva-1/+1
2018-08-01ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai-1/+1
2018-07-26ALSA: seq: Fix poll() error returnTakashi Iwai-1/+1
2018-04-25ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai-40/+55
2018-04-25ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai-4/+8