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
2022-08-24
ALSA: seq: Fix data-race at module auto-loading
Takashi Iwai
1
-7
/
+5
2022-08-23
ALSA: seq: oss: Fix data-race for max_midi_devs access
Takashi Iwai
1
-0
/
+2
2022-05-17
ALSA: seq: replace ternary operator with max()
Guo Zhengkui
1
-1
/
+1
2022-03-14
ALSA: seq: oss: fix typo
Julia Lawall
1
-1
/
+1
2022-03-13
ALSA: seq: oss: use kzalloc
Julia Lawall
1
-2
/
+1
2022-01-06
ALSA: seq: virmidi: Add a drain operation
Stefan Sauer
1
-0
/
+11
2021-12-07
ALSA: seq: Set upper limit of processed events
Takashi Iwai
1
-2
/
+12
2021-08-09
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-12
/
+27
2021-08-03
ALSA: seq: Fix racy deletion of subscriber
Takashi Iwai
1
-12
/
+27
2021-07-27
ALSA: seq: Fix comments of wrong client number for MIDI Passthrough
Takashi Iwai
1
-4
/
+4
2021-07-01
Merge branch 'for-next' into for-linus
Takashi Iwai
13
-73
/
+131
2021-06-17
ALSA: seq: oss: Fix error check at system port creation
Takashi Iwai
1
-3
/
+2
2021-06-10
ALSA: seq: Fix race of snd_seq_timer_open()
Takashi Iwai
1
-1
/
+9
2021-06-09
ALSA: seq: Fix assignment in if condition
Takashi Iwai
13
-72
/
+131
2021-01-18
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+2
2021-01-15
ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()
Takashi Iwai
1
-1
/
+2
2021-01-08
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
4
-9
/
+9
2020-12-25
ALSA: core: Use DIV_ROUND_UP() instead of open-coding it
Lars-Peter Clausen
1
-1
/
+1
2020-12-06
ALSA: seq: Use bool for snd_seq_queue internal flags
Takashi Iwai
1
-4
/
+4
2020-11-04
ALSA: seq: remove useless function
Yu Hao
3
-31
/
+0
2020-09-23
ALSA: seq: oss: Avoid mutex lock for a long-time ioctl
Takashi Iwai
1
-2
/
+5
2020-08-05
ALSA: seq: oss: Serialize ioctls
Takashi Iwai
1
-1
/
+7
2020-07-09
ALSA: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-2
/
+2
2020-04-29
ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtime
YueHaibing
1
-10
/
+0
2020-03-16
ALSA: seq: oss: Fix running status after receiving sysex
Takashi Iwai
1
-0
/
+1
2020-03-16
ALSA: seq: virmidi: Fix running status after receiving sysex
Takashi Iwai
1
-0
/
+1
2020-02-14
ALSA: seq: Fix concurrent access to queue current tick/time
Takashi Iwai
4
-9
/
+20
2020-02-14
ALSA: seq: Avoid concurrent access to queue flags
Takashi Iwai
1
-4
/
+16
2020-01-20
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-5
/
+9
2020-01-15
ALSA: seq: Fix racy access for queue timer in proc read
Takashi Iwai
1
-5
/
+9
2020-01-05
ALSA: seq: More constifications
Takashi Iwai
3
-8
/
+8
2020-01-03
ALSA: seq: Constify struct snd_midi_op
Takashi Iwai
1
-15
/
+22
2019-11-08
ALSA: timer: Fix possible race at assigning a timer instance
Takashi Iwai
1
-6
/
+12
2019-08-25
ALSA: seq: Fix potential concurrent access to the deleted pool
Takashi Iwai
3
-2
/
+20
2019-07-16
ALSA: seq: Break too long mutex context in the write loop
Takashi Iwai
1
-1
/
+10
2019-07-08
Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
45
-643
/
+45
2019-06-28
ALSA: seq: fix incorrect order of dest_client/dest_ports arguments
Colin Ian King
2
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
43
-643
/
+43
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-05-09
Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
9
-106
/
+113
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
1
-1
/
+1
2019-04-15
ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()
Takashi Iwai
1
-1
/
+6
2019-04-13
Merge branch 'for-linus' into for-next
Takashi Iwai
2
-6
/
+7
2019-04-12
ALSA: seq: Protect racy pool manipulation from OSS sequencer
Takashi Iwai
3
-5
/
+49
2019-04-12
ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helper
Takashi Iwai
4
-42
/
+12
2019-04-12
ALSA: seq: Cover unsubscribe_port() in list_mutex
Takashi Iwai
1
-1
/
+1
2019-04-11
Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"
Takashi Iwai
1
-7
/
+2
2019-04-09
ALSA: seq: Fix race of get-subscription call vs port-delete ioctls
Takashi Iwai
3
-15
/
+13
2019-04-09
ALSA: seq: Protect in-kernel ioctl calls with mutex
Takashi Iwai
1
-2
/
+7
2019-04-09
ALSA: seq: Remove superfluous irqsave flags
Takashi Iwai
4
-35
/
+25
[next]