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
2020-09-09
ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity check
Takashi Iwai
1
-2
/
+2
2020-08-11
ALSA: seq: oss: Serialize ioctls
Takashi Iwai
1
-1
/
+7
2020-07-29
ALSA: info: Drop WARN_ON() from buffer NULL sanity check
Takashi Iwai
1
-1
/
+3
2020-07-16
ALSA: compress: fix partial_drain completion state
Vinod Koul
1
-0
/
+4
2020-06-17
ALSA: pcm: fix snd_pcm_link() lockdep splat
Michał Mirosław
1
-2
/
+12
2020-06-17
ALSA: pcm: disallow linking stream to itself
Michał Mirosław
1
-0
/
+6
2020-06-03
ALSA: hwdep: fix a left shifting 1 by 31 UB bug
Changming Liu
1
-2
/
+2
2020-05-27
ALSA: pcm: fix incorrect hw_base increase
Brent Lu
1
-0
/
+1
2020-05-20
ALSA: rawmidi: Fix racy buffer resize under concurrent accesses
Takashi Iwai
1
-4
/
+27
2020-05-06
ALSA: pcm: oss: Place the plugin buffer overflow checks correctly
Takashi Iwai
1
-8
/
+12
2020-04-17
ALSA: pcm: oss: Fix regression by buffer overflow fix
Takashi Iwai
1
-8
/
+24
2020-03-25
ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checks
Takashi Iwai
1
-2
/
+2
2020-03-25
ALSA: pcm: oss: Avoid plugin buffer overflow
Takashi Iwai
1
-0
/
+8
2020-03-25
ALSA: seq: oss: Fix running status after receiving sysex
Takashi Iwai
1
-0
/
+1
2020-03-25
ALSA: seq: virmidi: Fix running status after receiving sysex
Takashi Iwai
1
-0
/
+1
2020-02-28
ALSA: seq: Fix concurrent access to queue current tick/time
Takashi Iwai
4
-9
/
+20
2020-02-28
ALSA: seq: Avoid concurrent access to queue flags
Takashi Iwai
1
-4
/
+16
2020-02-24
ALSA: ctl: allow TLV read operation for callback type of element in locked case
Takashi Sakamoto
1
-2
/
+3
2020-01-23
ALSA: seq: Fix racy access for queue timer in proc read
Takashi Iwai
1
-5
/
+9
2020-01-09
ALSA: pcm: Yet another missing check of non-cached buffer type
Takashi Iwai
1
-1
/
+2
2019-12-31
ALSA: timer: Limit max amount of slave instances
Takashi Iwai
1
-0
/
+10
2019-12-31
ALSA: pcm: Fix missing check of the new non-cached buffer type
Takashi Iwai
1
-1
/
+2
2019-12-31
ALSA: pcm: Avoid possible info leaks from PCM stream buffers
Takashi Iwai
1
-0
/
+4
2019-12-13
ALSA: pcm: oss: Avoid potential buffer overflows
Takashi Iwai
3
-0
/
+6
2019-11-13
ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()
paulhsia
1
-2
/
+6
2019-11-07
Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...
Takashi Iwai
1
-1
/
+1
2019-11-06
ALSA: timer: Fix incorrectly assigned timer instance
Takashi Iwai
1
-3
/
+3
2019-10-31
ALSA: timer: Fix mutex deadlock at releasing card
Takashi Iwai
1
-7
/
+17
2019-10-21
ASoC: compress: fix unsigned integer overflow check
Xiaojun Sang
1
-1
/
+1
2019-09-19
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-7
/
+6
2019-09-09
Merge branch 'asoc-5.4' into asoc-next
Mark Brown
1
-1
/
+1
2019-09-04
ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*
Christoph Hellwig
1
-7
/
+6
2019-08-28
ALSA: pcm: add support for 352.8KHz and 384KHz sample rate
Vidyakumar Athota
1
-1
/
+1
2019-08-25
ALSA: seq: Fix potential concurrent access to the deleted pool
Takashi Iwai
3
-2
/
+20
2019-07-29
ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drain
Yuki Tsunashima
1
-1
/
+2
2019-07-23
ALSA: compress: Be more restrictive about when a drain is allowed
Charles Keepax
1
-0
/
+6
2019-07-23
ALSA: compress: Don't allow paritial drain operations on capture streams
Charles Keepax
1
-0
/
+8
2019-07-23
ALSA: compress: Prevent bypasses of set_params
Charles Keepax
1
-6
/
+24
2019-07-23
ALSA: compress: Fix regression on compressed capture streams
Charles Keepax
1
-5
/
+11
2019-07-19
ALSA: pcm: Fix refcount_inc() on zero usage
Takashi Iwai
1
-4
/
+5
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
84
-1174
/
+84
2019-07-01
Merge branch 'for-linus' into for-next
Takashi Iwai
2
-2
/
+2
2019-06-28
ALSA: seq: fix incorrect order of dest_client/dest_ports arguments
Colin Ian King
2
-2
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2
-8
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
1
-5
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345
Thomas Gleixner
1
-2
/
+1
2019-05-31
ALSA: control: Use struct_size()
Takashi Iwai
1
-5
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167
Thomas Gleixner
1
-14
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
74
-1130
/
+74
[next]