summaryrefslogtreecommitdiffstats
path: root/sound/core/seq
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-091-12/+27
|\
| * ALSA: seq: Fix racy deletion of subscriberTakashi Iwai2021-08-031-12/+27
* | ALSA: seq: Fix comments of wrong client number for MIDI PassthroughTakashi Iwai2021-07-271-4/+4
|/
* Merge branch 'for-next' into for-linusTakashi Iwai2021-07-0113-73/+131
|\
| * ALSA: seq: oss: Fix error check at system port creationTakashi Iwai2021-06-171-3/+2
| * ALSA: seq: Fix assignment in if conditionTakashi Iwai2021-06-0913-72/+131
* | ALSA: seq: Fix race of snd_seq_timer_open()Takashi Iwai2021-06-101-1/+9
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-01-181-1/+2
|\
| * ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai2021-01-151-1/+2
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-084-9/+9
* | ALSA: core: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
|/
* ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai2020-12-061-4/+4
* ALSA: seq: remove useless functionYu Hao2020-11-043-31/+0
* ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai2020-09-231-2/+5
* ALSA: seq: oss: Serialize ioctlsTakashi Iwai2020-08-051-1/+7
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-092-2/+2
* ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtimeYueHaibing2020-04-291-10/+0
* ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai2020-03-161-0/+1
* ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai2020-03-161-0/+1
* ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai2020-02-144-9/+20
* ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai2020-02-141-4/+16
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-01-201-5/+9
|\
| * ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai2020-01-151-5/+9
* | ALSA: seq: More constificationsTakashi Iwai2020-01-053-8/+8
* | ALSA: seq: Constify struct snd_midi_opTakashi Iwai2020-01-031-15/+22
|/
* ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai2019-11-081-6/+12
* ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai2019-08-253-2/+20
* 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