Age | Commit message (Expand) | Author |
2021-01-15 | ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info() | Takashi Iwai |
2020-09-23 | ALSA: seq: oss: Avoid mutex lock for a long-time ioctl | Takashi Iwai |
2020-08-05 | ALSA: seq: oss: Serialize ioctls | Takashi Iwai |
2020-07-09 | ALSA: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-04-29 | ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtime | YueHaibing |
2020-03-16 | ALSA: seq: oss: Fix running status after receiving sysex | Takashi Iwai |
2020-01-05 | ALSA: seq: More constifications | Takashi Iwai |
2019-07-05 | Merge tag 'sound-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds |
2019-06-28 | ALSA: seq: fix incorrect order of dest_client/dest_ports arguments | Colin Ian King |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-04-13 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2019-04-12 | ALSA: seq: Protect racy pool manipulation from OSS sequencer | Takashi Iwai |
2019-04-12 | ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helper | Takashi Iwai |
2019-03-21 | ALSA: seq: oss: Fix Spectre v1 vulnerability | Gustavo A. R. Silva |
2018-10-12 | ALSA: seq: oss: Use the standard fall-through annotation | Takashi Iwai |
2018-08-04 | ALSA: seq_oss: Mark expected switch fall-through | Gustavo A. R. Silva |
2018-08-01 | ALSA: seq: Minor cleanup of MIDI event parser helpers | Takashi Iwai |
2018-07-26 | ALSA: seq: Fix poll() error return | Takashi Iwai |
2018-04-25 | ALSA: seq: oss: Hardening for potential Spectre v1 | Takashi Iwai |
2018-04-25 | ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device | Takashi Iwai |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2017-11-27 | sound: annotate ->poll() instances | Al Viro |
2017-11-07 | ALSA: seq: Fix OSS sysex delivery in OSS emulation | Takashi Iwai |
2017-06-09 | ALSA: seq: Allow the tristate build of OSS emulation | Takashi Iwai |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2016-06-15 | ALSA: seq_oss: Change structure initialisation to C99 style | Amitoj Kaur Chawla |
2016-03-01 | ALSA: seq: oss: Don't drain at closing a client | Takashi Iwai |
2016-01-25 | ALSA: seq: Degrade the error message for too many opens | Takashi Iwai |
2016-01-25 | ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup() | Takashi Iwai |
2015-12-03 | ALSA: Fix compat_ioctl handling for OSS emulations | Takashi Iwai |
2015-10-09 | ALSA: seq_oss: fix waitqueue_active without memory barrier in snd-seq-oss | Kosuke Tatsukawa |
2015-05-27 | ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS | Jie Yang |
2015-03-10 | ALSA: seq_oss: Drop superfluous error/debug messages after malloc failures | Takashi Iwai |
2015-02-12 | ALSA: seq: Drop snd_seq_autoload_lock() and _unlock() | Takashi Iwai |
2015-02-12 | ALSA: seq: Define driver object in each driver | Takashi Iwai |
2015-01-04 | ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_... | Markus Elfring |
2014-11-21 | ALSA: core: Deletion of unnecessary checks before two function calls | Markus Elfring |
2014-02-14 | ALSA: seq_oss: Use standard printk helpers | Takashi Iwai |
2014-02-14 | ALSA: seq_oss: Drop debug prints | Takashi Iwai |
2014-02-12 | ALSA: Drop unused name argument in snd_register_oss_device() | Takashi Iwai |
2013-07-17 | ALSA: seq-oss: Initialize MIDI clients asynchronously | Takashi Iwai |
2013-03-04 | ALSA: seq: seq_oss_event: missing range checks | Dan Carpenter |
2011-10-31 | sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed | Paul Gortmaker |
2011-10-31 | sound: Add module.h to the previously silent sound users | Paul Gortmaker |
2011-10-31 | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann |
2010-09-08 | ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open() | Takashi Iwai |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-07-15 | sound: seq_oss_midi: remove magic numbers | Clemens Ladisch |