| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-17 | Merge tag 'sound-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 3 | -13/+10 |
| 2026-06-15 | Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
| 2026-06-11 | ALSA: hda: Use the new helper for PCM instance refcount | Takashi Iwai | 2 | -13/+4 |
| 2026-06-04 | ALSA: hda/common: Use system_device_crosststamp::sys_systime | Thomas Gleixner | 1 | -1/+1 |
| 2026-06-04 | timekeeping: Add CLOCK ID to system_device_crosststamp | Thomas Gleixner | 1 | -1/+1 |
| 2026-05-27 | ALSA: hda/hdmi: Use 'AC_PINSENSE_ELDV' to detect pinsense for Loongson | Huacai Chen | 1 | -0/+6 |
| 2026-05-20 | ALSA: hda/intel: Make sure to cancel irq-pending work at closing PCM stream | Takashi Iwai | 2 | -0/+4 |
| 2026-05-20 | ALSA: hda: Move irq pending work into hda-intel stream | Takashi Iwai | 2 | -23/+15 |
| 2026-05-16 | ALSA: hda: Avoid quirk matching with zero PCI SSID | Takashi Iwai | 1 | -2/+2 |
| 2026-05-15 | ALSA: hda: Fix NULL pointer dereference in snd_hda_ctl_add() | Quan Sun | 1 | -0/+3 |
| 2026-04-16 | ALSA: hda/intel: Move firmware loading into the probe work | Takashi Iwai | 1 | -4/+0 |
| 2026-04-09 | ALSA: hda: Add a simple GPIO setup helper function | Takashi Iwai | 1 | -0/+29 |
| 2026-04-09 | ALSA: hda: Add sync version of snd_hda_codec_write() | Takashi Iwai | 1 | -6/+5 |
| 2026-04-03 | ALSA: hda: Notify IEC958 Default PCM switch state changes | Cássio Gabriel | 2 | -8/+39 |
| 2026-03-28 | ALSA: hda/proc: show GPI and GPO state in codec proc output | Cássio Gabriel | 1 | -32/+68 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 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 | 5 | -9/+9 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 5 | -13/+12 |
| 2026-01-07 | ALSA: hda - fix function names & missing function parameter | Randy Dunlap | 2 | -3/+3 |
| 2025-12-17 | ALSA: hda: Relax __free() variable declarations | Takashi Iwai | 2 | -4/+5 |
| 2025-08-29 | ALSA: hda/common: Use guard() for spinlocks | Takashi Iwai | 2 | -37/+26 |
| 2025-08-29 | ALSA: hda/common: Use auto cleanup for temporary buffers | Takashi Iwai | 2 | -23/+14 |
| 2025-08-29 | ALSA: hda/common: Use guard() for mutex locks | Takashi Iwai | 3 | -105/+74 |
| 2025-08-29 | ALSA: hda: Use auto cleanup macros for DSP loader locks | Takashi Iwai | 1 | -27/+20 |
| 2025-08-29 | ALSA: hda/common: Use cleanup macros for PM controls | Takashi Iwai | 3 | -21/+24 |
| 2025-08-14 | ALSA: hda: Improve local variable data type in print_device_list() | Thorsten Blum | 1 | -5/+4 |
| 2025-08-14 | ALSA: hda: Use min() to simplify snd_hda_get_devices() | Thorsten Blum | 1 | -6/+5 |
| 2025-08-13 | ALSA: hda: Improve local variable data type in snd_hda_get_num_devices() | Thorsten Blum | 1 | -1/+1 |
| 2025-07-11 | ALSA: hda: Use safer strscpy() instead of strcpy() | Takashi Iwai | 1 | -2/+2 |
| 2025-07-11 | ALSA: hda: Return the codec init error properly at snd_hda_codec_build_contro... | Takashi Iwai | 1 | -4/+6 |
| 2025-07-11 | ALSA: hda: Drop superfluous driver->ops NULL checks | Takashi Iwai | 3 | -12/+11 |
| 2025-07-11 | ALSA: hda: Drop old codec binding method | Takashi Iwai | 3 | -39/+9 |
| 2025-07-11 | ALSA: hda: Introduce hda_codec_driver ops | Takashi Iwai | 3 | -21/+73 |
| 2025-07-11 | ALSA: hda/hdmi: Split vendor codec drivers | Takashi Iwai | 1 | -4/+0 |
| 2025-07-11 | ALSA: hda: Move CONFIG_SND_HDA_PREALLOC_SIZE into sound/hda/common | Takashi Iwai | 1 | -0/+17 |
| 2025-07-11 | ALSA: hda: Move common codec driver into sound/hda/common directory | Takashi Iwai | 17 | -0/+11292 |