summaryrefslogtreecommitdiff
path: root/sound/core/seq/oss
AgeCommit message (Expand)Author
13 daysALSA: core: Use *-y instead of *-objs in MakefileTakashi Iwai
2024-02-23ALSA: seq: oss: Use automatic cleanup of kfree()Takashi Iwai
2024-02-16ALSA: avoid 'bool' as variable nameArnd Bergmann
2023-06-16ALSA: seq: oss: Fix racy open/close of MIDI devicesTakashi Iwai
2022-08-23ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai
2022-03-14ALSA: seq: oss: fix typoJulia Lawall
2022-03-13ALSA: seq: oss: use kzallocJulia Lawall
2021-06-17ALSA: seq: oss: Fix error check at system port creationTakashi Iwai
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai
2021-01-18Merge branch 'for-linus' into for-nextTakashi Iwai
2021-01-15ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2020-09-23ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai
2020-08-05ALSA: seq: oss: Serialize ioctlsTakashi Iwai
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-29ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtimeYueHaibing
2020-03-16ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai
2020-01-05ALSA: seq: More constificationsTakashi Iwai
2019-07-05Merge tag 'sound-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2019-06-28ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-13Merge branch 'for-linus' into for-nextTakashi Iwai
2019-04-12ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai
2019-04-12ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai
2019-03-21ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-10-12ALSA: seq: oss: Use the standard fall-through annotationTakashi Iwai
2018-08-04ALSA: seq_oss: Mark expected switch fall-throughGustavo A. R. Silva
2018-08-01ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai
2018-07-26ALSA: seq: Fix poll() error returnTakashi Iwai
2018-04-25ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai
2018-04-25ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27sound: annotate ->poll() instancesAl Viro
2017-11-07ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-06-15ALSA: seq_oss: Change structure initialisation to C99 styleAmitoj Kaur Chawla
2016-03-01ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai
2016-01-25ALSA: seq: Degrade the error message for too many opensTakashi Iwai
2016-01-25ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai
2015-12-03ALSA: Fix compat_ioctl handling for OSS emulationsTakashi Iwai
2015-10-09ALSA: seq_oss: fix waitqueue_active without memory barrier in snd-seq-ossKosuke Tatsukawa
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang
2015-03-10ALSA: seq_oss: Drop superfluous error/debug messages after malloc failuresTakashi Iwai
2015-02-12ALSA: seq: Drop snd_seq_autoload_lock() and _unlock()Takashi Iwai
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai
2015-01-04ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_...Markus Elfring
2014-11-21ALSA: core: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-02-14ALSA: seq_oss: Use standard printk helpersTakashi Iwai