aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/rawmidi.c
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-30
* *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-06
* ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-03-21
* ALSA: rawmidi: A lightweight function to discard pending bytesTakashi Iwai2018-10-04
* ALSA: rawmidi: Initialize allocated buffersTakashi Iwai2018-09-03
* ALSA: rawmidi: Use kvmalloc() for buffersTakashi Iwai2018-07-18
* ALSA: rawmidi: Minor code refactoringTakashi Iwai2018-07-17
* ALSA: rawmidi: Simplify error pathsTakashi Iwai2018-07-17
* ALSA: rawmidi: Tidy up coding stylesTakashi Iwai2018-07-17
* ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai2018-07-17
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\
| * sound: annotate ->poll() instancesAl Viro2017-11-27
* | ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai2017-12-14
|/
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-06
|\
| * ALSA: seq: Allow the modular sequencer registrationTakashi Iwai2017-06-12
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* ALSA: rawmidi: Add const to snd_rawmidi_opsTakashi Iwai2017-01-12
* ALSA: rawmidi: don't opencode IS_REACHABLE()Fabian Frederick2016-11-12
* ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai2016-09-08
* ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai2016-02-03
* ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2016-02-03
* ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai2016-02-01
* ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-10
* ALSA: Simplify snd_device_register() variantsTakashi Iwai2015-02-02
* ALSA: rawmidi: Use rawmidi device file for kernel messagesTakashi Iwai2015-02-02
* ALSA: rawmidi: Embed struct deviceTakashi Iwai2015-02-02
* ALSA: control: Provide a helper to look for the preferred subdeviceTakashi Iwai2015-02-02
* ALSA: Move EXPORT_SYMBOL() in appropriate placesTakashi Iwai2014-02-27
* ALSA: rawmidi: Use standard printk helpersTakashi Iwai2014-02-14
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-12
* ALSA: Fix typos in alsa-driver-api.xmlMasanari Iida2014-02-10
* ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-12
* ALSA: Avoid endless sleep after disconnectTakashi Iwai2012-10-30
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-30
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-31
* ALSA: Use krealloc() in possible placesTakashi Iwai2011-07-12
* ALSA: rawmidi - Use workq for event handlingTakashi Iwai2011-06-14
* ALSA: rawmidi: fix oops (use after free) when unloading a driver moduleClemens Ladisch2010-10-17
* ALSA: rawmidi: fix the get next midi device ioctlDan Carpenter2010-09-09
* ALSA: core - Define llseek fopsTakashi Iwai2010-04-13
* vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-10
* sound: rawmidi: record a substream's owner processClemens Ladisch2009-11-10
* sound: rawmidi: fix opened substreams countClemens Ladisch2009-11-10
* Merge branch 'topic/ctl-pid-lock' into topic/core-changeTakashi Iwai2009-11-10
|\
| * control: use reference-counted pidClemens Ladisch2009-11-06
* | sound: rawmidi: fix MIDI device O_APPEND error handlingClemens Ladisch2009-11-10
* | sound: rawmidi: fix checking of O_APPEND when opening MIDI deviceClemens Ladisch2009-11-10
* | sound: rawmidi: fix double init when opening MIDI device with O_APPENDClemens Ladisch2009-11-10
|/