index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
seq
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-04
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-13
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+2
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-05-27
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-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2
-4
/
+4
2018-01-31
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-28
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]