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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-04
ALSA: pcm: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+2
2019-02-11
ALSA: pcm: Call snd_pcm_unlink() conditionally at closing
Takashi Iwai
1
-1
/
+2
2019-02-11
ALSA: control: Fix race between adding and removing a user element
Takashi Iwai
1
-35
/
+45
2019-02-11
ALSA: control: fix failure to return numerical ID in 'add' event
Takashi Sakamoto
1
-0
/
+1
2019-02-11
ALSA: oss: Use kvzalloc() for local buffer allocations
Takashi Iwai
2
-2
/
+2
2018-12-17
ALSA: virmidi: Fix too long output trigger loop
Takashi Iwai
1
-0
/
+10
2018-12-17
ALSA: seq: Fix poll() error return
Takashi Iwai
2
-2
/
+2
2018-12-17
ALSA: memalloc: Don't exceed over the requested size
Takashi Iwai
1
-6
/
+2
2018-11-20
ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctl
Takashi Iwai
1
-1
/
+1
2018-11-20
ALSA: core: Assure control device to be registered at last
Takashi Iwai
1
-0
/
+9
2018-10-21
ALSA: timer: Fix pause event notification
Ben Hutchings
1
-2
/
+2
2018-10-21
ALSA: timer: Call notifier in the same spinlock
Takashi Iwai
1
-119
/
+103
2018-10-21
ALSA: control: fix a redundant-copy issue
Wenwen Wang
1
-2
/
+1
2018-10-21
ALSA: pcm: Check PCM state at xfern compat ioctl
Takashi Iwai
1
-0
/
+2
2018-10-21
ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()
Takashi Iwai
1
-2
/
+2
2018-10-21
ALSA: seq: oss: Hardening for potential Spectre v1
Takashi Iwai
4
-40
/
+55
2018-10-21
ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device
Takashi Iwai
1
-4
/
+8
2018-10-21
ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
David Henningsson
1
-0
/
+1
2018-10-21
ALSA: rawmidi: Fix missing input substream checks in compat ioctls
Takashi Iwai
1
-6
/
+12
2018-10-21
ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation
Takashi Iwai
1
-2
/
+3
2018-10-21
ALSA: pcm: Fix UAF at PCM release via PCM timer access
Takashi Iwai
1
-1
/
+7
2018-10-21
ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls
Takashi Iwai
1
-25
/
+42
2018-10-21
ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams
Takashi Iwai
1
-9
/
+27
2018-10-21
ALSA: pcm: Avoid potential races between OSS ioctls and read/write
Takashi Iwai
1
-28
/
+106
2018-10-21
ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation
Takashi Iwai
1
-1
/
+1
2018-09-26
ALSA: rawmidi: Change resized buffers atomically
Takashi Iwai
1
-6
/
+14
2018-06-17
ALSA: pcm: potential uninitialized return values
Dan Carpenter
1
-2
/
+2
2018-06-17
ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()
Stefan Roese
1
-1
/
+1
2018-06-17
ALSA: seq: Clear client entry before deleting else at closing
Takashi Iwai
1
-2
/
+2
2018-06-17
ALSA: seq: Fix possible UAF in snd_seq_check_queue()
Takashi Iwai
3
-37
/
+25
2018-06-17
ALSA: seq: More protection for concurrent write and ioctl races
Takashi Iwai
4
-13
/
+24
2018-06-17
ALSA: seq: Don't allow resizing pool in use
Takashi Iwai
1
-0
/
+3
2018-06-17
ALSA: seq: Fix racy pool initializations
Takashi Iwai
1
-2
/
+6
2018-03-03
ALSA: pcm: Remove yet superfluous WARN_ON()
Takashi Iwai
1
-1
/
+0
2018-03-03
ALSA: pcm: Allow aborting mutex lock at OSS read/write loops
Takashi Iwai
1
-15
/
+21
2018-03-03
ALSA: pcm: Abort properly at pending signal in OSS read/write loops
Takashi Iwai
1
-0
/
+8
2018-03-03
ALSA: pcm: Add missing error checks in OSS emulation plugin builder
Takashi Iwai
1
-3
/
+11
2018-03-03
ALSA: pcm: Remove incorrect snd_BUG_ON() usages
Takashi Iwai
2
-3
/
+2
2018-03-03
ALSA: rawmidi: Avoid racy info ioctl via ctl device
Takashi Iwai
1
-3
/
+12
2018-03-03
ALSA: pcm: prevent UAF in snd_pcm_info
Robb Glasser
1
-0
/
+2
2018-03-03
ALSA: seq: Remove spurious WARN_ON() at timer check
Takashi Iwai
1
-1
/
+1
2018-03-03
ALSA: seq: Fix regression by incorrect ioctl_mutex usages
Takashi Iwai
1
-8
/
+7
2018-02-13
ALSA: seq: Make ioctls race-free
Takashi Iwai
2
-2
/
+9
2018-02-13
ALSA: timer: Remove kernel warning at compat ioctl error paths
Takashi Iwai
1
-6
/
+6
2018-01-01
ALSA: seq: Fix OSS sysex delivery in OSS emulation
Takashi Iwai
3
-3
/
+32
2018-01-01
ALSA: timer: Limit max instances per timer
Takashi Iwai
2
-13
/
+55
2018-01-01
ALSA: timer: Protect the whole snd_timer_close() with open race
Takashi Iwai
1
-27
/
+21
2018-01-01
ALSA: seq: Fix nested rwsem annotation for lockdep splat
Takashi Iwai
1
-1
/
+1
2018-01-01
ALSA: timer: Add missing mutex lock for compat ioctls
Takashi Iwai
1
-2
/
+15
2018-01-01
ALSA: seq: Fix copy_from_user() call inside lock
Takashi Iwai
1
-8
/
+19
[next]