1. 0c8e97c Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 4 years ago
  2. 0969db0 Merge remote-tracking branch 'asoc/for-5.12' into asoc-linus by Mark Brown · 4 years ago
  3. 2c28156 ALSA: core - add missing compress device type to /proc/asound/devices by Jaroslav Kysela · 4 years ago
  4. 8d19b4e ALSA: pcm: Use for_each_pcm_substream() macro by Takashi Iwai · 4 years ago
  5. 700cb70 ALSA: pcm: Don't call sync_stop if it hasn't been stopped by Takashi Iwai · 4 years ago
  6. 2c87c1a ALSA: pcm: Assure sync with the pending stop operation at suspend by Takashi Iwai · 4 years ago
  7. 29bb274 ALSA: pcm: Call sync_stop at disconnection by Takashi Iwai · 4 years ago
  8. 500c9f8 ASoC: dmaengine_pcm: add peripheral configuration by Shengjiu Wang · 4 years ago
  9. 3c4ab49 ALSA: core: Fix the debugfs removal at snd_card_free() by Takashi Iwai · 4 years ago
  10. 5c953a2 Merge branch 'for-linus' into for-next by Takashi Iwai · 4 years ago
  11. 2d670ea ALSA: jack: implement software jack injection via debugfs by Hui Wang · 4 years ago
  12. 23b53d4 ALSA: pcm: One more dependency for hw constraints by Takashi Iwai · 4 years ago
  13. c09e28c Merge branch 'for-linus' into for-next by Takashi Iwai · 4 years ago
  14. 217bfbb ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info() by Takashi Iwai · 4 years ago
  15. 75b1a8f ALSA: Convert strlcpy to strscpy when return value is unused by Joe Perches · 4 years ago
  16. 6dcb8bf Merge branch 'for-linus' into for-next by Takashi Iwai · 4 years ago
  17. 6b5edf1 ALSA: oss: Use DIV_ROUND_CLOSEST() instead of open-coding it by Lars-Peter Clausen · 4 years, 1 month ago
  18. afcfbcb ALSA: core: Use DIV_ROUND_UP() instead of open-coding it by Lars-Peter Clausen · 4 years, 1 month ago
  19. 58cf05f Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 1 month ago
  20. 8b7c764 ALSA: core: Remove redundant comments by YangHui · 4 years, 1 month ago
  21. 11cb881 ALSA: pcm: oss: Fix a few more UBSAN fixes by Takashi Iwai · 4 years, 1 month ago
  22. 618de0f ALSA: pcm: Clear the full allocated memory at hw_params by Takashi Iwai · 4 years, 1 month ago
  23. 5c1733e ALSA: memalloc: Align buffer allocations in page size by Takashi Iwai · 4 years, 1 month ago
  24. f228336 ALSA: pcm: Remove snd_pcm_lib_preallocate_dma_free() by Lars-Peter Clausen · 4 years, 1 month ago
  25. 74c64ef ALSA: core: memalloc: add page alignment for iram by Robin Gong · 4 years, 1 month ago
  26. c367caf Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 1 month ago
  27. 64f0bd1 ALSA: pcm: use krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
  28. 175b8d8 ALSA: pcm: oss: Fix potential out-of-bounds shift by Takashi Iwai · 4 years, 1 month ago
  29. 88a06d6 ALSA: rawmidi: Access runtime->avail always in spinlock by Takashi Iwai · 4 years, 1 month ago
  30. 4ebd470 ALSA: seq: Use bool for snd_seq_queue internal flags by Takashi Iwai · 4 years, 1 month ago
  31. 9be9f2d ALSA: compress: allow pause and resume during draining by Gyeongtaek Lee · 4 years, 2 months ago
  32. 4390628 Merge branch 'topic/usb-audio-refactoring' into for-next by Takashi Iwai · 4 years, 2 months ago
  33. 95a793c ALSA: ctl: fix error path at adding user-defined element set by Takashi Sakamoto · 4 years, 2 months ago
  34. 1a6a071 ALSA: seq: remove useless function by Yu Hao · 4 years, 2 months ago
  35. f7b6603 ALSA: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 3 months ago
  36. 2759caa ALSA: seq: oss: Avoid mutex lock for a long-time ioctl by Takashi Iwai · 4 years, 4 months ago
  37. 6564d0a ALSA: ctl: Workaround for lockdep warning wrt card->ctl_files_rwlock by Takashi Iwai · 4 years, 4 months ago
  38. 18d122c ALSA: compat_ioctl: avoid compat_alloc_user_space by Arnd Bergmann · 4 years, 4 months ago
  39. bf08359 ALSA: timer: Replace tasklet with work by Takashi Iwai · 4 years, 4 months ago
  40. 9ddb236 Merge branch 'for-linus' into for-next by Takashi Iwai · 4 years, 4 months ago
  41. 93fcef8 ALSA: rawmidi: (cosmetic) align function parameters by Pierre-Louis Bossart · 4 years, 5 months ago
  42. bec206d ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macro by Pierre-Louis Bossart · 4 years, 5 months ago
  43. 9725ce3 ALSA: compress_offload: remove redundant initialization by Pierre-Louis Bossart · 4 years, 5 months ago
  44. cd91fd9f ALSA: compress_offload: dereference after checking for NULL pointer by Pierre-Louis Bossart · 4 years, 5 months ago
  45. 3bcf8ee ALSA: core: timer: clarify operator precedence by Pierre-Louis Bossart · 4 years, 5 months ago
  46. 6363256 ALSA: core: timer: remove redundant assignment by Pierre-Louis Bossart · 4 years, 5 months ago
  47. b658cbab ALSA: core: pcm_memory: dereference pointer after NULL checks by Pierre-Louis Bossart · 4 years, 5 months ago
  48. b1c1412 ALSA: core: memalloc: fix fallthrough position by Pierre-Louis Bossart · 4 years, 5 months ago
  49. 931522b ALSA: core: pcm: simplify locking for timers by Pierre-Louis Bossart · 4 years, 5 months ago
  50. 6bde8ef Merge branch 'topic/tasklet-convert' into for-linus by Takashi Iwai · 4 years, 5 months ago
  51. d1a58aa ALSA: core: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 5 months ago
  52. 949a1eb ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity check by Takashi Iwai · 4 years, 5 months ago
  53. 3f9df56 Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 5 months ago
  54. 80982c7 ALSA: seq: oss: Serialize ioctls by Takashi Iwai · 4 years, 5 months ago
  55. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  56. 3b5d1af Merge branch 'for-next' into for-linus by Takashi Iwai · 4 years, 6 months ago
  57. 8c26c87 Merge tag 'sound-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into master by Linus Torvalds · 4 years, 6 months ago
  58. 9ab0cb3 ALSA: Replace the word "slave" in vmaster API by Takashi Iwai · 4 years, 6 months ago
  59. 60379ba ALSA: info: Drop WARN_ON() from buffer NULL sanity check by Takashi Iwai · 4 years, 6 months ago
  60. 7d50b29 Revert "ALSA: pcm: Use SG-buffer only when direct DMA is available" by Takashi Iwai · 4 years, 6 months ago
  61. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
  62. c0dbbda ALSA: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  63. 63e1968 Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 6 months ago
  64. 467fd0e ALSA: pcm: Fix build error on m68k and others by Takashi Iwai · 4 years, 6 months ago
  65. f79a732 ALSA: compress: fix partial_drain completion state by Vinod Koul · 4 years, 7 months ago
  66. 713bdcb ALSA: core: pcm_iec958: fix kernel-doc by Pierre-Louis Bossart · 4 years, 7 months ago
  67. 81033c6 ALSA: core: Warn on empty module by Takashi Iwai · 4 years, 7 months ago
  68. 3ad796c ALSA: pcm: Use SG-buffer only when direct DMA is available by Takashi Iwai · 4 years, 7 months ago
  69. 2a1f336 ALSA: memalloc: Make SG-buffer helper usable for continuous buffer, too by Takashi Iwai · 4 years, 7 months ago
  70. 28e60db ALSA: memalloc: Initialize all fields of snd_dma_buffer properly by Takashi Iwai · 4 years, 7 months ago
  71. d955dab ALSA: pcm: Use dma_mmap_coherent() on x86, too by Takashi Iwai · 4 years, 7 months ago
  72. e0154bd Merge tag 'sound-fix-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 7 months ago
  73. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  74. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  75. 951e2736 ALSA: pcm: disallow linking stream to itself by Michał Mirosław · 4 years, 7 months ago
  76. e18035c ALSA: pcm: fix snd_pcm_link() lockdep splat by Michał Mirosław · 4 years, 7 months ago
  77. 631d691 Merge tag 'sound-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 8 months ago
  78. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
  79. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 8 months ago
  80. 4fdea58 Merge branch 'uaccess.__put_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 8 months ago
  81. d54b64e Merge tag 'sound-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 8 months ago
  82. 6d28484 Merge branch 'for-linus' into for-next by Takashi Iwai · 4 years, 8 months ago
  83. fb8cd64 ALSA: hwdep: fix a left shifting 1 by 31 UB bug by Changming Liu · 4 years, 8 months ago
  84. f5ca7a7 Merge tag 'sound-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 8 months ago
  85. e7513c5 ALSA: pcm: fix incorrect hw_base increase by Brent Lu · 4 years, 8 months ago
  86. 1742bcd Merge tag 'sound-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 8 months ago
  87. 9ad06eb ALSA: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  88. c1f6e3c ALSA: rawmidi: Fix racy buffer resize under concurrent accesses by Takashi Iwai · 4 years, 8 months ago
  89. c536419 Merge tag 'sound-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 9 months ago
  90. 25cba461 ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtime by YueHaibing · 4 years, 9 months ago
  91. ebe6976 pcm_native: result of put_user() needs to be checked by Al Viro · 4 years, 10 months ago
  92. ac957e8 ALSA: pcm: oss: Place the plugin buffer overflow checks correctly (for 5.7) by Takashi Iwai · 4 years, 9 months ago
  93. 4aafdf6 Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 9 months ago
  94. ff7e06a ALSA: pcm: oss: Fix regression by buffer overflow fix (again) by Takashi Iwai · 4 years, 10 months ago
  95. 848960e Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 10 months ago
  96. 8f1073e Merge branch 'pm-qos' by Rafael J. Wysocki · 4 years, 10 months ago
  97. 3c22bae Merge tag 'asoc-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 4 years, 10 months ago
  98. aa21c3d Merge branch 'for-next' into for-linus by Takashi Iwai · 4 years, 10 months ago
  99. 1c521d7 Merge branch 'asoc-5.7' into asoc-next by Mark Brown · 4 years, 10 months ago
  100. c208a53 ALSA: core: Add snd_device_get_state() helper by Takashi Iwai · 4 years, 10 months ago