summaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_clientmgr.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai2018-03-101-2/+2
* 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-081-7/+11
* 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-111-2/+2
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | ALSA: seq: Make ioctls race-freeTakashi Iwai2018-01-111-0/+3
|/
* Merge branch 'for-next' into for-linusTakashi Iwai2017-11-131-0/+4
|\
| * Merge branch 'for-linus' into for-nextTakashi Iwai2017-10-171-1/+5
| |\
| * | ALSA: seq: Add sanity check for user-space pointer deliveryTakashi Iwai2017-10-101-0/+4
* | | ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai2017-10-311-1/+1
| |/ |/|
* | ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2017-10-111-1/+5
|/
* ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz2017-08-151-9/+4
* ALSA: seq: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-8/+0
* ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai2017-03-211-0/+1
* ALSA: seq: fix to copy from/to user spaceTakashi Sakamoto2016-09-131-2/+2
* ALSA: seq: initialize whole fields of automatic variable with union typeTakashi Sakamoto2016-08-311-2/+5
* ALSA: seq: obsolete change of address limitTakashi Sakamoto2016-08-221-68/+5
* ALSA: seq: change ioctl command operation to get data in kernel spaceTakashi Sakamoto2016-08-221-358/+248
* ALSA: seq: add an alternative way to handle ioctl requestsTakashi Sakamoto2016-08-221-1/+75
* ALSA: seq: add documentation for snd_seq_kernel_client_ctlTakashi Sakamoto2016-08-221-3/+11
* ALSA: seq: Provide card number / PID via sequencer client infoMartin Koegler2016-03-081-0/+14
* ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2016-02-031-0/+3
* ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai2016-01-121-1/+1
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-271-2/+2
* ALSA: seq: fill client ID in return value of pool operationTakashi Sakamoto2015-04-111-0/+1
* Merge branch 'topic/snd-device' into for-nextTakashi Iwai2015-02-031-3/+11
|\
| * ALSA: Simplify snd_device_register() variantsTakashi Iwai2015-02-021-4/+3
| * ALSA: seq: Handle the device directlyTakashi Iwai2015-02-021-2/+11
* | ALSA: seq: remove unused callback_all fieldClemens Ladisch2015-01-261-1/+0
* | ALSA: seq: correctly report maximum number of portsClemens Ladisch2015-01-261-1/+1
|/
* ALSA: seq: Continue broadcasting events to ports if one of them failsAdam Goode2014-06-041-12/+24
* ALSA: seq: Use standard printk helpersTakashi Iwai2014-02-141-8/+8
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-311-0/+1
* ALSA: core: sparse cleanupsClemens Ladisch2011-02-141-5/+2
* ALSA: core - Define llseek fopsTakashi Iwai2010-04-131-0/+6
* ALSA: trivial: sound seq ioctl dbg: print hexadecimal value padded with 0sThadeu Lima de Souza Cascardo2010-02-021-1/+1
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-131-10/+20
* ALSA: remove CONFIG_KMOD from soundJohannes Berg2008-07-101-1/+1
* Dont touch fs_struct in driversJan Blunck2008-02-141-2/+2
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] sound/core/seq: move declarations of globally visible variables to pro...Marcin Ĺšlusarz2008-01-311-2/+0
* [ALSA] Remove sequencer instrument layerTakashi Iwai2008-01-311-2/+1
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-121-1/+1
* [ALSA] alsa core: convert to list_for_each_entry*Johannes Berg2007-02-091-9/+5
* [ALSA] Clean up EXPORT_SYMBOL()s in snd-seq moduleTakashi Iwai2006-06-221-0/+12
OpenPOWER on IntegriCloud