summaryrefslogtreecommitdiff
path: root/sound/core/rawmidi.c
AgeCommit message (Expand)Author
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-03-21ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-10-04ALSA: rawmidi: A lightweight function to discard pending bytesTakashi Iwai
2018-09-03ALSA: rawmidi: Initialize allocated buffersTakashi Iwai
2018-07-18ALSA: rawmidi: Use kvmalloc() for buffersTakashi Iwai
2018-07-17ALSA: rawmidi: Minor code refactoringTakashi Iwai
2018-07-17ALSA: rawmidi: Simplify error pathsTakashi Iwai
2018-07-17ALSA: rawmidi: Tidy up coding stylesTakashi Iwai
2018-07-17ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-12-14ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai
2017-11-27sound: annotate ->poll() instancesAl Viro
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-12ALSA: rawmidi: Add const to snd_rawmidi_opsTakashi Iwai
2016-11-12ALSA: rawmidi: don't opencode IS_REACHABLE()Fabian Frederick
2016-09-08ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai
2016-02-03ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai
2016-02-03ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai
2016-02-01ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai
2015-03-10ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai
2015-02-02ALSA: Simplify snd_device_register() variantsTakashi Iwai
2015-02-02ALSA: rawmidi: Use rawmidi device file for kernel messagesTakashi Iwai
2015-02-02ALSA: rawmidi: Embed struct deviceTakashi Iwai
2015-02-02ALSA: control: Provide a helper to look for the preferred subdeviceTakashi Iwai
2014-02-27ALSA: Move EXPORT_SYMBOL() in appropriate placesTakashi Iwai
2014-02-14ALSA: rawmidi: Use standard printk helpersTakashi Iwai
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai
2014-02-10ALSA: Fix typos in alsa-driver-api.xmlMasanari Iida
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi
2012-10-30ALSA: Avoid endless sleep after disconnectTakashi Iwai
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker
2011-07-12ALSA: Use krealloc() in possible placesTakashi Iwai
2011-06-14ALSA: rawmidi - Use workq for event handlingTakashi Iwai
2010-10-17ALSA: rawmidi: fix oops (use after free) when unloading a driver moduleClemens Ladisch
2010-09-09ALSA: rawmidi: fix the get next midi device ioctlDan Carpenter
2010-04-13ALSA: core - Define llseek fopsTakashi Iwai
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig
2009-11-10sound: rawmidi: record a substream's owner processClemens Ladisch
2009-11-10sound: rawmidi: fix opened substreams countClemens Ladisch
2009-11-10Merge branch 'topic/ctl-pid-lock' into topic/core-changeTakashi Iwai
2009-11-10sound: rawmidi: fix MIDI device O_APPEND error handlingClemens Ladisch
2009-11-10sound: rawmidi: fix checking of O_APPEND when opening MIDI deviceClemens Ladisch
2009-11-10sound: rawmidi: fix double init when opening MIDI device with O_APPENDClemens Ladisch
2009-11-06control: use reference-counted pidClemens Ladisch
2009-07-15sound: rawmidi: disable active-sensing-on-close by defaultClemens Ladisch