index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
/
seq
/
seq_clientmgr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
2021-01-08
1
-1
/
+1
*
ALSA: seq: remove useless function
Yu Hao
2020-11-04
1
-1
/
+0
*
ALSA: seq: Fix concurrent access to queue current tick/time
Takashi Iwai
2020-02-14
1
-2
/
+2
*
ALSA: seq: Fix potential concurrent access to the deleted pool
Takashi Iwai
2019-08-25
1
-2
/
+1
*
ALSA: seq: Break too long mutex context in the write loop
Takashi Iwai
2019-07-16
1
-1
/
+10
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-16
/
+1
*
Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2019-05-09
1
-51
/
+58
|
\
|
*
ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()
Takashi Iwai
2019-04-15
1
-1
/
+6
|
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2019-04-13
1
-3
/
+3
|
|
\
|
*
|
ALSA: seq: Protect racy pool manipulation from OSS sequencer
Takashi Iwai
2019-04-12
1
-3
/
+37
|
*
|
ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helper
Takashi Iwai
2019-04-12
1
-30
/
+7
|
*
|
Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"
Takashi Iwai
2019-04-11
1
-7
/
+2
|
*
|
ALSA: seq: Fix race of get-subscription call vs port-delete ioctls
Takashi Iwai
2019-04-09
1
-8
/
+2
|
*
|
ALSA: seq: Protect in-kernel ioctl calls with mutex
Takashi Iwai
2019-04-09
1
-2
/
+7
|
*
|
ALSA: seq: Remove superfluous irqsave flags
Takashi Iwai
2019-04-09
1
-11
/
+8
*
|
|
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
2019-05-06
1
-1
/
+1
|
|
/
|
/
|
*
|
ALSA: seq: Fix OOB-reads from strlcpy
Zubin Mithra
2019-04-05
1
-3
/
+3
|
/
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-1
/
+1
*
ALSA: seq: Use no intrruptible mutex_lock
Takashi Iwai
2018-08-01
1
-19
/
+7
*
ALSA: seq: Fix leftovers at probe error path
Takashi Iwai
2018-08-01
1
-1
/
+1
*
ALSA: seq: Fix poll() error return
Takashi Iwai
2018-07-26
1
-1
/
+1
*
ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctl
Takashi Iwai
2018-06-25
1
-1
/
+2
*
ALSA: seq: Clear client entry before deleting else at closing
Takashi Iwai
2018-03-10
1
-2
/
+2
*
ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() call
Takashi Iwai
2018-03-08
1
-1
/
+0
*
ALSA: seq: More protection for concurrent write and ioctl races
Takashi Iwai
2018-03-08
1
-7
/
+11
*
ALSA: seq: Don't allow resizing pool in use
Takashi Iwai
2018-03-08
1
-0
/
+3
*
ALSA: seq: Fix racy pool initializations
Takashi Iwai
2018-02-14
1
-2
/
+6
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-2
/
+2
*
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-30
1
-2
/
+2
|
\
|
*
sound: annotate ->poll() instances
Al Viro
2017-11-27
1
-2
/
+2
*
|
ALSA: seq: Make ioctls race-free
Takashi Iwai
2018-01-11
1
-0
/
+3
|
/
*
Merge branch 'for-next' into for-linus
Takashi Iwai
2017-11-13
1
-0
/
+4
|
\
|
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2017-10-17
1
-1
/
+5
|
|
\
|
*
|
ALSA: seq: Add sanity check for user-space pointer delivery
Takashi Iwai
2017-10-10
1
-0
/
+4
*
|
|
ALSA: seq: Fix nested rwsem annotation for lockdep splat
Takashi Iwai
2017-10-31
1
-1
/
+1
|
|
/
|
/
|
*
|
ALSA: seq: Fix use-after-free at creating a port
Takashi Iwai
2017-10-11
1
-1
/
+5
|
/
*
ALSA: seq: 2nd attempt at fixing race creating a queue
Daniel Mentz
2017-08-15
1
-9
/
+4
*
ALSA: seq: Follow standard EXPORT_SYMBOL() declarations
Takashi Iwai
2017-06-16
1
-8
/
+0
*
ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
Takashi Iwai
2017-03-21
1
-0
/
+1
*
ALSA: seq: fix to copy from/to user space
Takashi Sakamoto
2016-09-13
1
-2
/
+2
*
ALSA: seq: initialize whole fields of automatic variable with union type
Takashi Sakamoto
2016-08-31
1
-2
/
+5
*
ALSA: seq: obsolete change of address limit
Takashi Sakamoto
2016-08-22
1
-68
/
+5
*
ALSA: seq: change ioctl command operation to get data in kernel space
Takashi Sakamoto
2016-08-22
1
-358
/
+248
*
ALSA: seq: add an alternative way to handle ioctl requests
Takashi Sakamoto
2016-08-22
1
-1
/
+75
*
ALSA: seq: add documentation for snd_seq_kernel_client_ctl
Takashi Sakamoto
2016-08-22
1
-3
/
+11
*
ALSA: seq: Provide card number / PID via sequencer client info
Martin Koegler
2016-03-08
1
-0
/
+14
*
ALSA: seq: Fix lockdep warnings due to double mutex locks
Takashi Iwai
2016-02-03
1
-0
/
+3
*
ALSA: seq: Fix missing NULL check at remove_events ioctl
Takashi Iwai
2016-01-12
1
-1
/
+1
*
ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS
Jie Yang
2015-05-27
1
-2
/
+2
*
ALSA: seq: fill client ID in return value of pool operation
Takashi Sakamoto
2015-04-11
1
-0
/
+1
[next]