index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
seq
/
seq_clientmgr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-01
ALSA: seq: Use no intrruptible mutex_lock
Takashi Iwai
1
-19
/
+7
2018-08-01
ALSA: seq: Fix leftovers at probe error path
Takashi Iwai
1
-1
/
+1
2018-07-26
ALSA: seq: Fix poll() error return
Takashi Iwai
1
-1
/
+1
2018-06-25
ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctl
Takashi Iwai
1
-1
/
+2
2018-03-10
ALSA: seq: Clear client entry before deleting else at closing
Takashi Iwai
1
-2
/
+2
2018-03-08
ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() call
Takashi Iwai
1
-1
/
+0
2018-03-08
ALSA: seq: More protection for concurrent write and ioctl races
Takashi Iwai
1
-7
/
+11
2018-03-08
ALSA: seq: Don't allow resizing pool in use
Takashi Iwai
1
-0
/
+3
2018-02-14
ALSA: seq: Fix racy pool initializations
Takashi Iwai
1
-2
/
+6
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2018-01-11
ALSA: seq: Make ioctls race-free
Takashi Iwai
1
-0
/
+3
2017-11-27
sound: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-13
Merge branch 'for-next' into for-linus
Takashi Iwai
1
-0
/
+4
2017-10-31
ALSA: seq: Fix nested rwsem annotation for lockdep splat
Takashi Iwai
1
-1
/
+1
2017-10-17
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+5
2017-10-11
ALSA: seq: Fix use-after-free at creating a port
Takashi Iwai
1
-1
/
+5
2017-10-10
ALSA: seq: Add sanity check for user-space pointer delivery
Takashi Iwai
1
-0
/
+4
2017-08-15
ALSA: seq: 2nd attempt at fixing race creating a queue
Daniel Mentz
1
-9
/
+4
2017-06-16
ALSA: seq: Follow standard EXPORT_SYMBOL() declarations
Takashi Iwai
1
-8
/
+0
2017-03-21
ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
Takashi Iwai
1
-0
/
+1
2016-09-13
ALSA: seq: fix to copy from/to user space
Takashi Sakamoto
1
-2
/
+2
2016-08-31
ALSA: seq: initialize whole fields of automatic variable with union type
Takashi Sakamoto
1
-2
/
+5
2016-08-22
ALSA: seq: obsolete change of address limit
Takashi Sakamoto
1
-68
/
+5
2016-08-22
ALSA: seq: change ioctl command operation to get data in kernel space
Takashi Sakamoto
1
-358
/
+248
2016-08-22
ALSA: seq: add an alternative way to handle ioctl requests
Takashi Sakamoto
1
-1
/
+75
2016-08-22
ALSA: seq: add documentation for snd_seq_kernel_client_ctl
Takashi Sakamoto
1
-3
/
+11
2016-03-08
ALSA: seq: Provide card number / PID via sequencer client info
Martin Koegler
1
-0
/
+14
2016-02-03
ALSA: seq: Fix lockdep warnings due to double mutex locks
Takashi Iwai
1
-0
/
+3
2016-01-12
ALSA: seq: Fix missing NULL check at remove_events ioctl
Takashi Iwai
1
-1
/
+1
2015-05-27
ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS
Jie Yang
1
-2
/
+2
2015-04-11
ALSA: seq: fill client ID in return value of pool operation
Takashi Sakamoto
1
-0
/
+1
2015-02-03
Merge branch 'topic/snd-device' into for-next
Takashi Iwai
1
-3
/
+11
2015-02-02
ALSA: Simplify snd_device_register() variants
Takashi Iwai
1
-4
/
+3
2015-02-02
ALSA: seq: Handle the device directly
Takashi Iwai
1
-2
/
+11
2015-01-26
ALSA: seq: remove unused callback_all field
Clemens Ladisch
1
-1
/
+0
2015-01-26
ALSA: seq: correctly report maximum number of ports
Clemens Ladisch
1
-1
/
+1
2014-06-04
ALSA: seq: Continue broadcasting events to ports if one of them fails
Adam Goode
1
-12
/
+24
2014-02-14
ALSA: seq: Use standard printk helpers
Takashi Iwai
1
-8
/
+8
2011-10-31
sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed
Paul Gortmaker
1
-0
/
+1
2011-02-14
ALSA: core: sparse cleanups
Clemens Ladisch
1
-5
/
+2
2010-04-13
ALSA: core - Define llseek fops
Takashi Iwai
1
-0
/
+6
2010-02-02
ALSA: trivial: sound seq ioctl dbg: print hexadecimal value padded with 0s
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2008-08-13
ALSA: Kill snd_assert() in sound/core/*
Takashi Iwai
1
-10
/
+20
2008-07-10
ALSA: remove CONFIG_KMOD from sound
Johannes Berg
1
-1
/
+1
2008-02-14
Dont touch fs_struct in drivers
Jan Blunck
1
-2
/
+2
2008-01-31
[ALSA] Remove sound/driver.h
Takashi Iwai
1
-1
/
+0
2008-01-31
[ALSA] sound/core/seq: move declarations of globally visible variables to pro...
Marcin Ĺšlusarz
1
-2
/
+0
2008-01-31
[ALSA] Remove sequencer instrument layer
Takashi Iwai
1
-2
/
+1
2007-10-16
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Jaroslav Kysela
1
-1
/
+1
[next]