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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-01
ALSA: pcm: potential uninitialized return values
Dan Carpenter
1
-2
/
+2
2018-06-01
ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()
Stefan Roese
1
-1
/
+1
2018-06-01
ALSA: aloop: Fix access to not-yet-ready substream via cable
Takashi Iwai
1
-1
/
+7
2018-06-01
ALSA: aloop: Sync stale timer before release
Takashi Iwai
1
-1
/
+8
2018-06-01
ALSA: seq: Clear client entry before deleting else at closing
Takashi Iwai
1
-2
/
+2
2018-06-01
ALSA: seq: Fix possible UAF in snd_seq_check_queue()
Takashi Iwai
3
-36
/
+25
2018-06-01
ALSA: usb-audio: Add a quirck for B&W PX headphones
Erik Veijola
1
-0
/
+47
2018-06-01
ASoC: au1x: Fix timeout tests in au1xac97c_ac97_read()
Dan Carpenter
1
-3
/
+3
2018-06-01
ASoC: nuc900: Fix a loop timeout test
Dan Carpenter
1
-2
/
+2
2018-06-01
ALSA: seq: More protection for concurrent write and ioctl races
Takashi Iwai
4
-13
/
+24
2018-06-01
ALSA: seq: correctly detect input buffer overflow
Adam Goode
1
-1
/
+1
2018-06-01
ALSA: seq: Don't allow resizing pool in use
Takashi Iwai
1
-0
/
+3
2018-06-01
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: aloop: Fix racy hw constraints adjustment
Takashi Iwai
1
-30
/
+21
2018-03-03
ALSA: aloop: Fix inconsistent format due to incomplete rule
Takashi Iwai
1
-7
/
+6
2018-03-03
ALSA: aloop: Release cable upon open error path
Takashi Iwai
1
-13
/
+25
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: usb-audio: Fix the missing ctl name suffix at parsing SU
Takashi Iwai
1
-11
/
+16
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: usb-audio: Add check return value for usb_string()
Jaejoong Kim
1
-4
/
+6
2018-03-03
ALSA: usb-audio: Fix out-of-bound error
Jaejoong Kim
1
-0
/
+4
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: hda: Add Raven PCI ID
Vijendar Mukunda
1
-0
/
+3
2018-02-13
ALSA: usb-audio: Add sanity checks in v2 clock parsers
Takashi Iwai
1
-3
/
+6
2018-02-13
ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
Takashi Iwai
1
-1
/
+2
2018-02-13
ALSA: usb-audio: Add sanity checks to FE parser
Takashi Iwai
1
-0
/
+12
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
-24
/
+18
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: caiaq: Fix stray URB at probe error path
Takashi Iwai
1
-3
/
+9
2018-01-01
ALSA: seq: Fix copy_from_user() call inside lock
Takashi Iwai
1
-8
/
+19
2018-01-01
ALSA: usx2y: Suppress kernel warning at page allocation failures
Takashi Iwai
1
-2
/
+4
2017-11-11
ALSA: snd-usb-caiaq: initialize card pointer
Daniel Mack
1
-1
/
+1
2017-11-11
ASoC: wm8985: Refactor set_pll code to avoid gcc warnings
Fabio Estevam
1
-23
/
+20
2017-11-11
ASoC: wm8993: Refactor set_pll code to avoid GCC warnings
Fabio Estevam
1
-19
/
+22
2017-11-11
ASoC: wm_hubs: Silence reg_r and reg_l 'may be used uninitialized' warnings
Tim Gardner
1
-1
/
+1
2017-11-11
ASoC: adau1373: adau1373_hw_params: Silence overflow warning
Tim Gardner
1
-1
/
+4
2017-11-11
ALSA: seq: Enable 'use' locking in all configurations
Ben Hutchings
2
-16
/
+0
2017-11-11
ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptor
Takashi Iwai
1
-0
/
+20
2017-11-11
ALSA: usb-audio: Kill stray URB at exiting
Takashi Iwai
2
-2
/
+12
[next]