summaryrefslogtreecommitdiff
path: root/sound/core/seq/seq_clientmgr.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-28ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai1-2/+2
2019-09-06ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai1-2/+1
2019-07-31ALSA: seq: Break too long mutex context in the write loopTakashi Iwai1-1/+10
2019-06-19Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai1-7/+2
2019-06-19ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai1-8/+2
2019-06-19ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai1-2/+7
2019-04-17ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra1-3/+3
2018-08-24ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctlTakashi Iwai1-1/+2
2018-03-21ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai1-2/+2
2018-03-15ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai1-7/+11
2018-03-15ALSA: seq: Don't allow resizing pool in useTakashi Iwai1-0/+3
2018-02-22ALSA: seq: Fix racy pool initializationsTakashi Iwai1-2/+6
2018-01-23ALSA: seq: Make ioctls race-freeTakashi Iwai1-0/+3
2017-10-31ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai1-1/+1
2017-10-11ALSA: seq: Fix use-after-free at creating a portTakashi Iwai1-1/+5
2017-08-15ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz1-9/+4
2017-06-16ALSA: seq: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai1-8/+0
2017-03-21ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai1-0/+1
2016-09-13ALSA: seq: fix to copy from/to user spaceTakashi Sakamoto1-2/+2
2016-08-31ALSA: seq: initialize whole fields of automatic variable with union typeTakashi Sakamoto1-2/+5
2016-08-22ALSA: seq: obsolete change of address limitTakashi Sakamoto1-68/+5
2016-08-22ALSA: seq: change ioctl command operation to get data in kernel spaceTakashi Sakamoto1-358/+248
2016-08-22ALSA: seq: add an alternative way to handle ioctl requestsTakashi Sakamoto1-1/+75
2016-08-22ALSA: seq: add documentation for snd_seq_kernel_client_ctlTakashi Sakamoto1-3/+11
2016-03-08ALSA: seq: Provide card number / PID via sequencer client infoMartin Koegler1-0/+14
2016-02-03ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai1-0/+3
2016-01-12ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai1-1/+1
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang1-2/+2
2015-04-11ALSA: seq: fill client ID in return value of pool operationTakashi Sakamoto1-0/+1
2015-02-03Merge branch 'topic/snd-device' into for-nextTakashi Iwai1-3/+11
2015-02-02ALSA: Simplify snd_device_register() variantsTakashi Iwai1-4/+3
2015-02-02ALSA: seq: Handle the device directlyTakashi Iwai1-2/+11
2015-01-26ALSA: seq: remove unused callback_all fieldClemens Ladisch1-1/+0
2015-01-26ALSA: seq: correctly report maximum number of portsClemens Ladisch1-1/+1
2014-06-04ALSA: seq: Continue broadcasting events to ports if one of them failsAdam Goode1-12/+24
2014-02-14ALSA: seq: Use standard printk helpersTakashi Iwai1-8/+8
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+1
2011-02-14ALSA: core: sparse cleanupsClemens Ladisch1-5/+2
2010-04-13ALSA: core - Define llseek fopsTakashi Iwai1-0/+6
2010-02-02ALSA: trivial: sound seq ioctl dbg: print hexadecimal value padded with 0sThadeu Lima de Souza Cascardo1-1/+1
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-10/+20
2008-07-10ALSA: remove CONFIG_KMOD from soundJohannes Berg1-1/+1
2008-02-14Dont touch fs_struct in driversJan Blunck1-2/+2
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] sound/core/seq: move declarations of globally visible variables to pro...Marcin Ĺšlusarz1-2/+0
2008-01-31[ALSA] Remove sequencer instrument layerTakashi Iwai1-2/+1
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-1/+1
2007-02-09[ALSA] alsa core: convert to list_for_each_entry*Johannes Berg1-9/+5