summaryrefslogtreecommitdiffstats
path: root/sound/core/seq
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* ALSA: seq: oss: Use the standard fall-through annotationTakashi Iwai2018-10-121-1/+1
* ALSA: rawmidi: A lightweight function to discard pending bytesTakashi Iwai2018-10-041-3/+1Star
* ALSA: seq: Do error checks at creating system portsTakashi Iwai2018-08-281-3/+15
* ALSA: seq: add error check in snd_seq_system_client_init()Dan Carpenter2018-08-281-0/+4
* ALSA: seq: virmidi: Fix discarding the unsubscribed outputTakashi Iwai2018-08-141-2/+3
* ALSA: seq_oss: Mark expected switch fall-throughGustavo A. R. Silva2018-08-041-1/+1
* ALSA: seq: Mark expected switch fall-throughGustavo A. R. Silva2018-08-041-1/+1
* ALSA: seq: Drop unused 64bit division macrosTakashi Iwai2018-08-011-24/+0Star
* ALSA: seq: Use no intrruptible mutex_lockTakashi Iwai2018-08-011-19/+7Star
* ALSA: seq: Fix leftovers at probe error pathTakashi Iwai2018-08-016-36/+23Star
* ALSA: seq: Remove dead codesTakashi Iwai2018-08-016-115/+0Star
* ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai2018-08-014-52/+20Star
* ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macrosTakashi Iwai2018-07-301-9/+5Star
* ALSA: seq: virmidi: Offload the output event processingTakashi Iwai2018-07-301-54/+46Star
* ALSA: virmidi: Fix too long output trigger loopTakashi Iwai2018-07-271-0/+10
* ALSA: seq: Fix poll() error returnTakashi Iwai2018-07-262-2/+2
* ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctlTakashi Iwai2018-06-251-1/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"Colin Ian King2018-05-261-1/+1
* ALSA: seq: Avoid open-code for getting timer resolutionTakashi Iwai2018-05-181-3/+1Star
* ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai2018-04-271-2/+2
* ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai2018-04-254-40/+55
* ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai2018-04-251-4/+8
* ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai2018-03-101-2/+2
* ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai2018-03-103-37/+25Star
* ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() callTakashi Iwai2018-03-081-1/+0Star
* ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai2018-03-084-13/+24
* ALSA: seq: Don't allow resizing pool in useTakashi Iwai2018-03-081-0/+3
* ALSA: seq: Fix racy pool initializationsTakashi Iwai2018-02-141-2/+6
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-4/+4
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-314-7/+7
|\
| * sound: annotate ->poll() instancesAl Viro2017-11-274-7/+7
* | ALSA: seq: Process queue tempo/ppq change in a shotTakashi Iwai2018-01-153-9/+10
* | ALSA: seq: Make ioctls race-freeTakashi Iwai2018-01-112-0/+4
* | ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai2017-11-301-1/+1
|/
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-132-0/+2
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-022-0/+2
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | | Merge branch 'for-next' into for-linusTakashi Iwai2017-11-131-0/+4
|\ \ \
| * \ \ Merge branch 'for-linus' into for-nextTakashi Iwai2017-10-172-3/+10
| |\ \ \
| * | | | ALSA: seq: Add sanity check for user-space pointer deliveryTakashi Iwai2017-10-101-0/+4
* | | | | ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai2017-11-073-3/+32
| |_|/ / |/| | |
* | | | ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai2017-10-311-1/+1
| |_|/ |/| |
* | | ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings2017-10-182-16/+0Star
| |/ |/|
* | ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2017-10-112-3/+10
|/
* ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2017-10-091-8/+19
* ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz2017-08-153-15/+14Star
* ALSA: seq: Fix CONFIG_SND_SEQ_MIDI dependencyTakashi Iwai2017-08-111-2/+2