index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
isa
/
sb
Age
Commit message (
Expand
)
Author
2022-09-29
ALSA: sb: Use DIV_ROUND_UP() instead of open-coding it
Shang XiaoJing
2021-08-02
Merge branch 'for-linus' into for-next
Takashi Iwai
2021-07-19
ALSA: sb: Allocate resources with device-managed APIs
Takashi Iwai
2021-07-17
ALSA: sb: Fix potential ABBA deadlock in CSP driver
Takashi Iwai
2021-06-24
Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel...
Takashi Iwai
2021-06-09
ALSA: sb: Fix potential double-free of CSP mixer elements
Takashi Iwai
2021-06-09
ALSA: sb: Minor coding style fixes
Takashi Iwai
2021-06-09
ALSA: sb: Fix assignment in if condition
Takashi Iwai
2021-05-13
ALSA: sb8: Add a comment note regarding an unused pointer
Atul Gopinathan
2021-05-13
Revert "ALSA: sb8: add a check for request_region"
Greg Kroah-Hartman
2021-05-13
Revert "ALSA: sb: fix a missing check of snd_ctl_add"
Greg Kroah-Hartman
2021-04-26
ALSA: sb: Fix two use after free in snd_sb_qsound_build
Lv Yunlong
2021-04-26
ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixer
Lv Yunlong
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
2021-01-26
Merge tag 'tags/isa-void-remove-callback' into for-next
Takashi Iwai
2021-01-26
isa: Make the remove callback for isa drivers return void
Uwe Kleine-König
2021-01-08
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
2020-11-21
ALSA: sb: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-08-06
Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-09
ALSA: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-02-10
ALSA: emu8000: Fix the cast to __user pointer
Takashi Iwai
2020-01-05
ALSA: sb: More constifications
Takashi Iwai
2020-01-03
ALSA: isa: Constify snd_kcontrol_new items
Takashi Iwai
2020-01-03
ALSA: isa: Constify snd_device_ops definitions
Takashi Iwai
2019-12-11
ALSA: sb: Support PCM sync_stop
Takashi Iwai
2019-12-11
ALSA: isa: Drop superfluous ioctl PCM ops
Takashi Iwai
2019-12-11
ALSA: sb: Use managed buffer allocation
Takashi Iwai
2019-08-14
ALSA: sb: remove redundant assignment to variable result
Colin Ian King
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-03-16
ALSA: sb8: add a check for request_region
Kangjie Lu
2019-02-06
ALSA: isa: Clean up with new procfs helpers
Takashi Iwai
2019-02-01
ALSA: isa: Avoid passing NULL to memory allocators
Takashi Iwai
2019-01-18
Merge branch 'topic/pcm-device-suspend' into for-next
Takashi Iwai
2019-01-15
ALSA: isa: Remove superfluous snd_pcm_suspend*() calls
Takashi Iwai
2019-01-07
ALSA: sb: fix a missing check of snd_ctl_add
Aditya Pakki
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-10-02
ALSA: sb8: Fix fall-through annotations
Gustavo A. R. Silva
2018-08-03
ALSA: isa: Remove empty init and exit
Takashi Iwai
2018-08-02
ALSA: sb: Fix a typo
Takashi Iwai
2018-07-27
ALSA: sb: Proper endian notations
Takashi Iwai
2018-07-27
ALSA: sb: Fix sparse warning wrt PCM format type
Takashi Iwai
2018-07-27
ALSA: sb: Fix PCM format bit calculation
Takashi Iwai
2018-07-17
ALSA: emu8000: Use swap macro in snd_emu8000_sample_new
Gustavo A. R. Silva
2018-07-16
ALSA: sb8: remove redundant pointer runtime
Colin Ian King
2017-11-13
Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-25
ALSA: sb: Minor optimization / fix of timer usage in sb8_midi.c
Takashi Iwai
2017-10-25
ALSA: sb: Convert timers to use timer_setup()
Kees Cook
2017-08-17
ALSA: isa: make snd_pcm_hardware const
Bhumika Goyal
[next]