index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
/
seq
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2018-10-12
ALSA: seq: oss: Use the standard fall-through annotation
Takashi Iwai
1
-1
/
+1
2018-10-04
ALSA: rawmidi: A lightweight function to discard pending bytes
Takashi Iwai
1
-3
/
+1
2018-08-28
ALSA: seq: Do error checks at creating system ports
Takashi Iwai
1
-3
/
+15
2018-08-28
ALSA: seq: add error check in snd_seq_system_client_init()
Dan Carpenter
1
-0
/
+4
2018-08-14
ALSA: seq: virmidi: Fix discarding the unsubscribed output
Takashi Iwai
1
-2
/
+3
2018-08-04
ALSA: seq_oss: Mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2018-08-04
ALSA: seq: Mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2018-08-01
ALSA: seq: Drop unused 64bit division macros
Takashi Iwai
1
-24
/
+0
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
6
-36
/
+23
2018-08-01
ALSA: seq: Remove dead codes
Takashi Iwai
6
-115
/
+0
2018-08-01
ALSA: seq: Minor cleanup of MIDI event parser helpers
Takashi Iwai
4
-52
/
+20
2018-07-30
ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macros
Takashi Iwai
1
-9
/
+5
2018-07-30
ALSA: seq: virmidi: Offload the output event processing
Takashi Iwai
1
-54
/
+46
2018-07-27
ALSA: virmidi: Fix too long output trigger loop
Takashi Iwai
1
-0
/
+10
2018-07-26
ALSA: seq: Fix poll() error return
Takashi Iwai
2
-2
/
+2
2018-06-25
ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctl
Takashi Iwai
1
-1
/
+2
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+2
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-05-26
ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"
Colin Ian King
1
-1
/
+1
2018-05-18
ALSA: seq: Avoid open-code for getting timer resolution
Takashi Iwai
1
-3
/
+1
2018-04-27
ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()
Takashi Iwai
1
-2
/
+2
2018-04-25
ALSA: seq: oss: Hardening for potential Spectre v1
Takashi Iwai
4
-40
/
+55
2018-04-25
ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device
Takashi Iwai
1
-4
/
+8
2018-03-10
ALSA: seq: Clear client entry before deleting else at closing
Takashi Iwai
1
-2
/
+2
2018-03-10
ALSA: seq: Fix possible UAF in snd_seq_check_queue()
Takashi Iwai
3
-37
/
+25
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
4
-13
/
+24
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
2
-4
/
+4
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-7
/
+7
2018-01-15
ALSA: seq: Process queue tempo/ppq change in a shot
Takashi Iwai
3
-9
/
+10
2018-01-11
ALSA: seq: Make ioctls race-free
Takashi Iwai
2
-0
/
+4
2017-11-30
ALSA: seq: Remove spurious WARN_ON() at timer check
Takashi Iwai
1
-1
/
+1
2017-11-27
sound: annotate ->poll() instances
Al Viro
4
-7
/
+7
2017-11-13
Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
2
-0
/
+2
2017-11-13
Merge branch 'for-next' into for-linus
Takashi Iwai
1
-0
/
+4
2017-11-07
ALSA: seq: Fix OSS sysex delivery in OSS emulation
Takashi Iwai
3
-3
/
+32
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-0
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-10-31
ALSA: seq: Fix nested rwsem annotation for lockdep splat
Takashi Iwai
1
-1
/
+1
2017-10-18
ALSA: seq: Enable 'use' locking in all configurations
Ben Hutchings
2
-16
/
+0
2017-10-17
Merge branch 'for-linus' into for-next
Takashi Iwai
2
-3
/
+10
2017-10-11
ALSA: seq: Fix use-after-free at creating a port
Takashi Iwai
2
-3
/
+10
2017-10-10
ALSA: seq: Add sanity check for user-space pointer delivery
Takashi Iwai
1
-0
/
+4
2017-10-09
ALSA: seq: Fix copy_from_user() call inside lock
Takashi Iwai
1
-8
/
+19
2017-08-15
ALSA: seq: 2nd attempt at fixing race creating a queue
Daniel Mentz
3
-15
/
+14
2017-08-11
ALSA: seq: Fix CONFIG_SND_SEQ_MIDI dependency
Takashi Iwai
1
-2
/
+2
[next]