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
/
drivers
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
-11
/
+11
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-13
/
+15
2026-02-08
Merge branch 'for-linus' into for-next
Takashi Iwai
-26
/
+36
2026-02-03
ALSA: aloop: Fix racy access at PCM trigger
Takashi Iwai
-26
/
+36
2025-12-14
ALSA: opl4: Convert to snd_seq bus probe mechanism
Uwe Kleine-König
-8
/
+5
2025-12-14
ALSA: opl3: Convert to snd_seq bus probe mechanism
Uwe Kleine-König
-8
/
+5
2025-11-19
ALSA: pcmtest: Replace deprecated strcpy with strscpy_pad in setup_patt_bufs
Thorsten Blum
-2
/
+2
2025-09-15
ALSA: serial-generic: remove shared static buffer
John Keeping
-5
/
+7
2025-09-01
ALSA: serial-u16550: Use guard() for spin locks
Takashi Iwai
-33
/
+15
2025-09-01
ALSA: portman2x4: Use guard() for spin locks
Takashi Iwai
-9
/
+3
2025-09-01
ALSA: mts64: Use guard() for spin locks
Takashi Iwai
-38
/
+19
2025-09-01
ALSA: mtpav: Use guard() for spin locks
Takashi Iwai
-40
/
+21
2025-09-01
ALSA: mpu401: Use guard() for spin locks
Takashi Iwai
-30
/
+11
2025-09-01
ALSA: dummy: Use guard() for spin locks
Takashi Iwai
-24
/
+16
2025-09-01
ALSA: vx: Use guard() for mutex locks
Takashi Iwai
-66
/
+30
2025-09-01
ALSA: opl4: Use guard() for spin locks
Takashi Iwai
-60
/
+39
2025-09-01
ALSA: opl4: Use guard() for mutex locks
Takashi Iwai
-25
/
+15
2025-09-01
ALSA: opl3: Use guard() for spin locks
Takashi Iwai
-60
/
+28
2025-09-01
ALSA: opl3: Use guard() for mutex locks
Takashi Iwai
-9
/
+7
2025-09-01
ALSA: aloop: Use guard() for spin locks
Takashi Iwai
-90
/
+89
2025-09-01
ALSA: aloop: Use guard() for mutex locks
Takashi Iwai
-50
/
+33
2025-07-11
ALSA: vx: Use safer strscpy() instead of strcpy()
Takashi Iwai
-3
/
+3
2025-07-11
ALSA: virmidi: Use safer strscpy() instead of strcpy()
Takashi Iwai
-3
/
+3
2025-07-11
ALSA: serial-u16550: Use safer strscpy() instead of strcpy()
Takashi Iwai
-3
/
+3
2025-07-11
ALSA: serial-generic: Use safer strscpy() instead of strcpy()
Takashi Iwai
-2
/
+2
2025-07-11
ALSA: portman2x4: Use safer strscpy() instead of strcpy()
Takashi Iwai
-3
/
+3
2025-07-11
ALSA: pcsp: Use safer strscpy() instead of strcpy()
Takashi Iwai
-4
/
+4
2025-07-11
ALSA: opl4: Use safer strscpy() instead of strcpy()
Takashi Iwai
-1
/
+1
2025-07-11
ALSA: opl3: Use safer strscpy() instead of strcpy()
Takashi Iwai
-7
/
+7
2025-07-11
ALSA: mpu401: Use safer strscpy() instead of strcpy()
Takashi Iwai
-2
/
+2
2025-07-07
ALSA: mts64: Replace deprecated strcpy() with strscpy()
Thorsten Blum
-4
/
+5
2025-07-04
ALSA: mtpav: Replace deprecated strcpy() with strscpy()
Thorsten Blum
-5
/
+6
2025-07-02
ALSA: pcmtest: Replace deprecated strcpy() with strscpy()
Thorsten Blum
-4
/
+5
2025-06-30
ALSA: dummy: Replace deprecated strcpy() with strscpy()
Thorsten Blum
-4
/
+5
2025-06-20
ALSA: aloop: Replace deprecated strcpy() with strscpy()
Thorsten Blum
-4
/
+5
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-7
/
+7
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-7
/
+7
2025-02-10
ALSA: Switch to use hrtimer_setup()
Nam Cao
-4
/
+2
2024-10-30
sound: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-3
/
+3
2024-08-18
ALSA: aloop: Allow using global timers
Ivan Orlov
-0
/
+2
2024-08-08
ALSA: pcsp: Use standard print API
Takashi Iwai
-30
/
+31
2024-08-08
ALSA: dummy: Use standard print API
Takashi Iwai
-3
/
+2
2024-08-08
ALSA: aloop: Use standard print API
Takashi Iwai
-1
/
+1
2024-08-08
ALSA: vx_core: Use standard print API
Takashi Iwai
-48
/
+44
2024-08-08
ALSA: vx_core: Drop unused dev field
Takashi Iwai
-1
/
+1
2024-08-08
ALSA: virmidi: Use standard print API
Takashi Iwai
-4
/
+4
2024-08-08
ALSA: serial-u16550: Use standard print API
Takashi Iwai
-20
/
+21
2024-08-08
ALSA: opl4: Use standard print API
Takashi Iwai
-5
/
+5
2024-08-08
ALSA: opl3: Use standard print API
Takashi Iwai
-73
/
+56
[next]