| Age | Commit message (Expand) | Author | Files | Lines |
| 7 days | ALSA: drivers: Mark some variables as __ro_after_init | Len Bao | 1 | -2/+2 |
| 2026-05-04 | ALSA: pcmtest: Return -EFAULT on pattern read copy failure | Cássio Gabriel | 1 | -3/+3 |
| 2026-04-23 | Revert "ALSA: pcmtest: fix reference leak on failed device registration" | Takashi Iwai | 1 | -3/+1 |
| 2026-04-21 | ALSA: pcmtest: Fix resource leaks in module init error paths | Cássio Gabriel | 1 | -3/+12 |
| 2026-04-17 | ALSA: pcmtest: fix reference leak on failed device registration | Guangshuo Li | 1 | -1/+3 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -2/+2 |
| 2025-11-19 | ALSA: pcmtest: Replace deprecated strcpy with strscpy_pad in setup_patt_bufs | Thorsten Blum | 1 | -2/+2 |
| 2025-07-02 | ALSA: pcmtest: Replace deprecated strcpy() with strscpy() | Thorsten Blum | 1 | -4/+5 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2024-10-30 | sound: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-05-09 | ALSA: pcmtest: Add missing module descriptions | Takashi Iwai | 1 | -0/+1 |
| 2023-12-07 | ALSA: pcmtest: stop timer before buffer is released | Ivan Orlov | 1 | -1/+12 |
| 2023-08-24 | ALSA: pcmtest: Add support for pcm pausing | Ivan Orlov | 1 | -8/+41 |
| 2023-08-18 | ALSA: pcmtest: Update comment about PCM copy ops | Takashi Iwai | 1 | -1/+1 |
| 2023-08-08 | ALSA: pcmtest: Remove redundant definitions | Ivan Orlov | 1 | -5/+3 |
| 2023-08-08 | ALSA: pcmtest: Move buffer iterator initialization to prepare callback | Ivan Orlov | 1 | -17/+16 |
| 2023-07-14 | ALSA: pcmtest: minor optimizations | Ivan Orlov | 1 | -4/+5 |
| 2023-07-14 | ALSA: pcmtest: Add 'open' PCM callback error injection | Ivan Orlov | 1 | -0/+7 |
| 2023-07-10 | ALSA: pcmtest: Don't use static storage to track per device data | Uwe Kleine-König | 1 | -3/+6 |
| 2023-07-10 | ALSA: pcmtest: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2023-06-07 | ALSA: Implement the new Virtual PCM Test Driver | Ivan Orlov | 1 | -0/+727 |