Age | Commit message (Expand) | Author | Files | Lines |
2020-12-24 | Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -22/+25 |
2020-12-21 | ALSA: core: Remove redundant comments | YangHui | 1 | -2/+0 |
2020-12-18 | ALSA: pcm: oss: Fix a few more UBSAN fixes | Takashi Iwai | 1 | -8/+14 |
2020-12-18 | ALSA: pcm: Clear the full allocated memory at hw_params | Takashi Iwai | 1 | -2/+7 |
2020-12-18 | ALSA: memalloc: Align buffer allocations in page size | Takashi Iwai | 1 | -0/+1 |
2020-12-18 | ALSA: pcm: Remove snd_pcm_lib_preallocate_dma_free() | Lars-Peter Clausen | 1 | -9/+1 |
2020-12-17 | ALSA: core: memalloc: add page alignment for iram | Robin Gong | 1 | -1/+2 |
2020-12-16 | Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 6 | -58/+75 |
2020-12-15 | ALSA: pcm: use krealloc_array() | Bartosz Golaszewski | 1 | -2/+2 |
2020-12-14 | ALSA: pcm: oss: Fix potential out-of-bounds shift | Takashi Iwai | 1 | -1/+5 |
2020-12-06 | ALSA: rawmidi: Access runtime->avail always in spinlock | Takashi Iwai | 1 | -14/+35 |
2020-12-06 | ALSA: seq: Use bool for snd_seq_queue internal flags | Takashi Iwai | 1 | -4/+4 |
2020-11-27 | ALSA: compress: allow pause and resume during draining | Gyeongtaek Lee | 1 | -8/+31 |
2020-11-24 | Merge branch 'topic/usb-audio-refactoring' into for-next | Takashi Iwai | 1 | -1/+1 |
2020-11-13 | ALSA: ctl: fix error path at adding user-defined element set | Takashi Sakamoto | 1 | -1/+1 |
2020-11-04 | ALSA: seq: remove useless function | Yu Hao | 3 | -31/+0 |
2020-10-26 | ALSA: fix kernel-doc markups | Mauro Carvalho Chehab | 4 | -6/+7 |
2020-09-23 | ALSA: seq: oss: Avoid mutex lock for a long-time ioctl | Takashi Iwai | 1 | -2/+5 |
2020-09-22 | ALSA: ctl: Workaround for lockdep warning wrt card->ctl_files_rwlock | Takashi Iwai | 1 | -8/+10 |
2020-09-21 | ALSA: compat_ioctl: avoid compat_alloc_user_space | Arnd Bergmann | 4 | -47/+55 |
2020-09-09 | ALSA: timer: Replace tasklet with work | Takashi Iwai | 2 | -11/+11 |
2020-09-09 | Merge branch 'for-linus' into for-next | Takashi Iwai | 3 | -7/+6 |
2020-09-03 | ALSA: rawmidi: (cosmetic) align function parameters | Pierre-Louis Bossart | 1 | -1/+1 |
2020-09-03 | ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macro | Pierre-Louis Bossart | 1 | -2/+1 |
2020-09-03 | ALSA: compress_offload: remove redundant initialization | Pierre-Louis Bossart | 1 | -1/+1 |
2020-09-03 | ALSA: compress_offload: dereference after checking for NULL pointer | Pierre-Louis Bossart | 1 | -1/+2 |
2020-09-03 | ALSA: core: timer: clarify operator precedence | Pierre-Louis Bossart | 1 | -2/+2 |
2020-09-03 | ALSA: core: timer: remove redundant assignment | Pierre-Louis Bossart | 1 | -1/+1 |
2020-09-03 | ALSA: core: pcm_memory: dereference pointer after NULL checks | Pierre-Louis Bossart | 1 | -1/+2 |
2020-09-03 | ALSA: core: memalloc: fix fallthrough position | Pierre-Louis Bossart | 1 | -1/+1 |
2020-09-03 | ALSA: core: pcm: simplify locking for timers | Pierre-Louis Bossart | 1 | -3/+5 |
2020-09-02 | Merge branch 'topic/tasklet-convert' into for-linus | Takashi Iwai | 2 | -5/+4 |
2020-09-02 | ALSA: core: convert tasklets to use new tasklet_setup() API | Allen Pais | 1 | -4/+3 |
2020-09-01 | ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity check | Takashi Iwai | 1 | -2/+2 |
2020-08-07 | Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 12 | -148/+159 |
2020-08-05 | ALSA: seq: oss: Serialize ioctls | Takashi Iwai | 1 | -1/+7 |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2020-08-03 | Merge branch 'for-next' into for-linus | Takashi Iwai | 11 | -155/+163 |
2020-07-21 | Merge tag 'sound-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -1/+3 |
2020-07-20 | ALSA: Replace the word "slave" in vmaster API | Takashi Iwai | 1 | -131/+132 |
2020-07-17 | ALSA: info: Drop WARN_ON() from buffer NULL sanity check | Takashi Iwai | 1 | -1/+3 |
2020-07-17 | Revert "ALSA: pcm: Use SG-buffer only when direct DMA is available" | Takashi Iwai | 1 | -14/+0 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-07-09 | ALSA: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 6 | -9/+9 |
2020-07-08 | Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -0/+4 |
2020-07-07 | ALSA: pcm: Fix build error on m68k and others | Takashi Iwai | 1 | -2/+4 |
2020-07-07 | ALSA: compress: fix partial_drain completion state | Vinod Koul | 1 | -0/+4 |
2020-07-07 | ALSA: core: pcm_iec958: fix kernel-doc | Pierre-Louis Bossart | 1 | -1/+1 |
2020-06-25 | ALSA: core: Warn on empty module | Takashi Iwai | 1 | -0/+3 |
2020-06-15 | ALSA: pcm: Use SG-buffer only when direct DMA is available | Takashi Iwai | 1 | -0/+13 |