summaryrefslogtreecommitdiffstats
path: root/sound/core/seq
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Break too long mutex context in the write loopTakashi Iwai2019-07-161-1/+10
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0845-643/+45
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3043-643/+43
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* | ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King2019-06-282-2/+2
|/
* Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-05-099-106/+113
|\
| * ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()Takashi Iwai2019-04-151-1/+6
| * Merge branch 'for-linus' into for-nextTakashi Iwai2019-04-132-6/+7
| |\
| * | ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai2019-04-123-5/+49
| * | ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai2019-04-124-42/+12
| * | ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai2019-04-121-1/+1
| * | Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai2019-04-111-7/+2
| * | ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai2019-04-093-15/+13
| * | ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai2019-04-091-2/+7
| * | ALSA: seq: Remove superfluous irqsave flagsTakashi Iwai2019-04-094-35/+25
| * | ALSA: seq: Align temporary re-locking with irqsave versionTakashi Iwai2019-04-092-4/+4
| * | ALSA: seq: Use kvmalloc() for cell poolsTakashi Iwai2019-04-091-5/+5
* | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
| |/ |/|
* | ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra2019-04-051-3/+3
* | ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-03-211-3/+4
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-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/+1
* 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/+0
* ALSA: seq: Use no intrruptible mutex_lockTakashi Iwai2018-08-011-19/+7
* ALSA: seq: Fix leftovers at probe error pathTakashi Iwai2018-08-016-36/+23
* ALSA: seq: Remove dead codesTakashi Iwai2018-08-016-115/+0
* ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai2018-08-014-52/+20
* ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macrosTakashi Iwai2018-07-301-9/+5
* ALSA: seq: virmidi: Offload the output event processingTakashi Iwai2018-07-301-54/+46
* 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-121-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-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/+1
* 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/+25
* ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() callTakashi Iwai2018-03-081-1/+0
* 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