index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
aoa
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-11
/
+12
2025-09-12
ALSA: aoa: Remove redundant size arguments from strscpy()
Thorsten Blum
-13
/
+10
2025-09-10
ALSA: aoa: Don't split string across lines
Takashi Iwai
-2
/
+2
2025-09-10
ALSA: aoa: Use guard() for spin locks
Takashi Iwai
-72
/
+58
2025-09-01
ALSA: aoa: Use guard() for mutex locks
Takashi Iwai
-227
/
+112
2024-09-20
ALSA: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
-2
/
+2
2024-08-16
ALSA: aoa: Use helper function for_each_child_of_node()
Zhang Zekun
-2
/
+2
2024-05-08
ALSA: aoa: Use *-y instead of *-objs in Makefile
Takashi Iwai
-7
/
+7
2024-05-08
ALSA: aoa: soundbus: i2sbus: pcm: use 'time_left' variable with wait_for_comp...
Wolfram Sang
-5
/
+5
2024-04-05
Merge tag 'asoc-fix-v6.9-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...
Takashi Iwai
-3
/
+1
2024-03-27
ALSA: aoa: avoid false-positive format truncation warning
Arnd Bergmann
-1
/
+1
2024-03-15
Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-3
/
+1
2024-03-07
powerpc/macio: Make remove callback of macio driver void returned
Dawei Li
-3
/
+1
2024-02-15
ALSA: aoa: make soundbus_bus_type const
Ricardo B. Marliere
-1
/
+1
2024-02-12
ALSA: aoa: Replace with DEFINE_SIMPLE_DEV_PM_OPS()
Takashi Iwai
-6
/
+1
2023-10-26
ALSA: aoa: Replace with __packed attribute
Takashi Iwai
-1
/
+1
2023-10-06
ALSA: aoa: Replace asm/prom.h with explicit includes
Rob Herring
-8
/
+8
2023-08-18
ALSA: aoa: Fix typos in PCM fix patch
Takashi Iwai
-2
/
+2
2023-08-17
ALSA: pcm: Don't embed device
Takashi Iwai
-2
/
+2
2023-06-05
ALSA: Switch i2c drivers back to use .probe()
Uwe Kleine-König
-2
/
+2
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-3
/
+3
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
-3
/
+3
2023-01-25
ALSA: aoa: make remove callback of soundbus driver void returned
Dawei Li
-3
/
+2
2022-11-19
ALSA: aoa: tas: Convert to i2c's .probe_new()
Uwe Kleine-König
-3
/
+2
2022-11-19
ALSA: aoa: onyx: Convert to i2c's .probe_new()
Uwe Kleine-König
-3
/
+2
2022-10-27
ALSA: aoa: Fix I2S device accounting
Takashi Iwai
-1
/
+2
2022-10-27
ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()
Yang Yingliang
-0
/
+4
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
-4
/
+2
2022-08-02
ALSA: aoa: Replace sprintf() with sysfs_emit()
Takashi Iwai
-14
/
+8
2021-09-03
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-2
/
+0
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
-2
/
+0
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
-3
/
+1
2021-06-17
ALSA: aoa: remove unnecessary oom message
Zhen Lei
-3
/
+1
2021-01-08
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
-11
/
+11
2020-09-03
ALSA: aoa: i2sbus: use DECLARE_COMPLETION_ONSTACK() macro
Pierre-Louis Bossart
-2
/
+1
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
-7
/
+7
2020-01-05
ALSA: aoa: More constifications
Takashi Iwai
-6
/
+6
2020-01-03
ALSA: aoa: Constify snd_kcontrol_new items
Takashi Iwai
-3
/
+3
2020-01-03
ALSA: aoa: Constify snd_device_ops definitions
Takashi Iwai
-5
/
+5
2019-12-11
ALSA: aoa: Drop superfluous ioctl PCM ops
Takashi Iwai
-2
/
+0
2019-12-11
ALSA: aoa: Use managed buffer allocation
Takashi Iwai
-10
/
+1
2019-11-06
ALSA: aoa: Avoid non-standard macro usage
Takashi Iwai
-1
/
+1
2019-07-29
ALSA: aoa: onyx: always initialize register read value
Johannes Berg
-1
/
+3
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 250
Thomas Gleixner
-44
/
+20
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+8
2019-02-19
ALSA: aoa: Fix of-node refcount unbalance
Takashi Iwai
-0
/
+1
2019-02-08
Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
-2
/
+2
2019-01-15
ALSA: aoa: Remove superfluous snd_pcm_suspend*() calls
Takashi Iwai
-4
/
+0
[next]