aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/rawmidi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-11ALSA: Avoid using timespec for struct snd_rawmidi_statusBaolin Wang1-29/+103
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-03-21ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2018-10-04ALSA: rawmidi: A lightweight function to discard pending bytesTakashi Iwai1-0/+22
2018-09-03ALSA: rawmidi: Initialize allocated buffersTakashi Iwai1-2/+2
2018-07-18ALSA: rawmidi: Use kvmalloc() for buffersTakashi Iwai1-4/+5
2018-07-17ALSA: rawmidi: Minor code refactoringTakashi Iwai1-44/+33
2018-07-17ALSA: rawmidi: Simplify error pathsTakashi Iwai1-37/+39
2018-07-17ALSA: rawmidi: Tidy up coding stylesTakashi Iwai1-42/+59
2018-07-17ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai1-6/+14
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2017-12-14ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai1-3/+12
2017-11-27sound: annotate ->poll() instancesAl Viro1-2/+2
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-4/+4
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-12ALSA: rawmidi: Add const to snd_rawmidi_opsTakashi Iwai1-1/+1
2016-11-12ALSA: rawmidi: don't opencode IS_REACHABLE()Fabian Frederick1-2/+2
2016-09-08ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai1-1/+3
2016-02-03ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai1-12/+22
2016-02-03ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai1-26/+72
2016-02-01ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai1-1/+1
2015-03-10ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai1-6/+2
2015-02-02ALSA: Simplify snd_device_register() variantsTakashi Iwai1-6/+5
2015-02-02ALSA: rawmidi: Use rawmidi device file for kernel messagesTakashi Iwai1-3/+3
2015-02-02ALSA: rawmidi: Embed struct deviceTakashi Iwai1-7/+17
2015-02-02ALSA: control: Provide a helper to look for the preferred subdeviceTakashi Iwai1-12/+2
2014-02-27ALSA: Move EXPORT_SYMBOL() in appropriate placesTakashi Iwai1-18/+17
2014-02-14ALSA: rawmidi: Use standard printk helpersTakashi Iwai1-15/+34
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai1-2/+2
2014-02-10ALSA: Fix typos in alsa-driver-api.xmlMasanari Iida1-1/+1
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-7/+7
2012-10-30ALSA: Avoid endless sleep after disconnectTakashi Iwai1-0/+20
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai1-1/+5
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-07-12ALSA: Use krealloc() in possible placesTakashi Iwai1-4/+4
2011-06-14ALSA: rawmidi - Use workq for event handlingTakashi Iwai1-26/+11
2010-10-17ALSA: rawmidi: fix oops (use after free) when unloading a driver moduleClemens Ladisch1-1/+3
2010-09-09ALSA: rawmidi: fix the get next midi device ioctlDan Carpenter1-0/+2
2010-04-13ALSA: core - Define llseek fopsTakashi Iwai1-0/+5
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-1/+1
2009-11-10sound: rawmidi: record a substream's owner processClemens Ladisch1-0/+9
2009-11-10sound: rawmidi: fix opened substreams countClemens Ladisch1-4/+2
2009-11-10Merge branch 'topic/ctl-pid-lock' into topic/core-changeTakashi Iwai1-1/+1
2009-11-10sound: rawmidi: fix MIDI device O_APPEND error handlingClemens Ladisch1-12/+7
2009-11-10sound: rawmidi: fix checking of O_APPEND when opening MIDI deviceClemens Ladisch1-1/+2
2009-11-10sound: rawmidi: fix double init when opening MIDI device with O_APPENDClemens Ladisch1-10/+12