| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-16 | ALSA: virtio: Add missing 384 kHz PCM rate mapping | Cássio Gabriel | 2 | -2/+4 |
| 2026-05-15 | ALSA: virtio: Validate control metadata from the device | Cássio Gabriel | 1 | -0/+50 |
| 2026-04-17 | ALSA: virtio: drop an extaneous kernel-doc comment | Randy Dunlap | 1 | -1/+0 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 4 | -4/+4 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 4 | -6/+5 |
| 2025-09-01 | ALSA: virtio: Use guard() for spin locks | Takashi Iwai | 5 | -74/+38 |
| 2025-05-08 | ALSA: virtio: use snd_kcontrol_chip() | Kuninori Morimoto | 1 | -4/+4 |
| 2025-02-25 | sound/virtio: Fix cancel_sync warnings on uninitialized work_structs | John Stultz | 1 | -6/+15 |
| 2024-07-17 | virtio: rename virtio_find_vqs_info() to virtio_find_vqs() | Jiri Pirko | 1 | -1/+1 |
| 2024-07-17 | virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info() | Jiri Pirko | 1 | -13/+10 |
| 2024-05-23 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+0 |
| 2024-05-22 | sound: virtio: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-05-08 | ALSA: misc: Use *-y instead of *-objs in Makefile | Takashi Iwai | 1 | -1/+1 |
| 2024-02-16 | ALSA: virtio: Fix "Coverity: virtsnd_kctl_tlv_op(): Uninitialized variables" ... | Aiswarya Cyriac | 1 | -4/+15 |
| 2024-02-09 | ALSA: virtio: add support for audio controls | Anton Yakovlev | 4 | -0/+510 |
| 2024-01-24 | ALSA: virtio: remove duplicate check if queue is broken | Li RongQing | 3 | -6/+0 |
| 2023-10-27 | ALSA: virtio: use ack callback | Matias Ezequiel Vara Larsen | 4 | -58/+155 |
| 2022-01-14 | virtio: wrap config->reset calls | Michael S. Tsirkin | 1 | -2/+2 |
| 2021-09-30 | ALSA: virtio: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -3/+2 |
| 2021-04-27 | ALSA: virtio: fix kernel-doc | Pierre-Louis Bossart | 1 | -1/+1 |
| 2021-04-12 | ALSA: virtio: use module_virtio_driver() to simplify the code | Chen Huang | 1 | -11/+1 |
| 2021-03-07 | ALSA: virtio: introduce device suspend/resume support | Anton Yakovlev | 3 | -7/+85 |
| 2021-03-07 | ALSA: virtio: introduce PCM channel map support | Anton Yakovlev | 5 | -0/+242 |
| 2021-03-07 | ALSA: virtio: introduce jack support | Anton Yakovlev | 4 | -0/+260 |
| 2021-03-07 | ALSA: virtio: PCM substream operators | Anton Yakovlev | 4 | -1/+454 |
| 2021-03-07 | ALSA: virtio: handling control and I/O messages for the PCM device | Anton Yakovlev | 6 | -5/+515 |
| 2021-03-07 | ALSA: virtio: build PCM devices and substream hardware descriptors | Anton Yakovlev | 5 | -1/+581 |
| 2021-03-07 | ALSA: virtio: handling control messages | Anton Yakovlev | 5 | -1/+410 |
| 2021-03-07 | ALSA: virtio: add virtio sound driver | Anton Yakovlev | 4 | -0/+406 |