1. 6809cd6 ALSA: info: Return error for invalid read/write by Takashi Iwai · 8 years ago
  2. 027a9fe ALSA: info: Limit the proc text input size by Takashi Iwai · 8 years ago
  3. 9b50898 ALSA: seq: Fix time account regression by Takashi Iwai · 8 years ago
  4. 30c0702 ALSA: seq: fix passing wrong pointer in function call of compatibility layer by Takashi Sakamoto · 8 years ago
  5. c5a905d ALSA: compress: fix some missing and misplaced \n in messages by Colin Ian King · 8 years ago
  6. 69b0582 ALSA: seq: fix to copy from/to user space by Takashi Sakamoto · 8 years ago
  7. 3d2f4d0 Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  8. 816f318 ALSA: rawmidi: Fix possible deadlock with virmidi registration by Takashi Iwai · 8 years ago
  9. 9f8a765 ALSA: timer: Fix zero-division by continue of uninitialized instance by Takashi Iwai · 8 years ago
  10. f3f6c61 ALSA: pcm: Fix avail to return error if stream is suspended by Jeeja KP · 8 years ago
  11. 11749e0 ALSA: timer: fix NULL pointer dereference in read()/ioctl() race by Vegard Nossum · 8 years ago
  12. 4127e80 ALSA: seq: initialize whole fields of automatic variable with union type by Takashi Sakamoto · 8 years ago
  13. 8ddc056 ALSA: timer: fix NULL pointer dereference on memory allocation failure by Vegard Nossum · 8 years ago
  14. 6b760bb ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE by Vegard Nossum · 8 years ago
  15. c2f14ba ALSA: compress: Use memdup_user() rather than duplicating its implementation by Markus Elfring · 8 years ago
  16. e12ec25 ALSA: seq: obsolete change of address limit by Takashi Sakamoto · 8 years ago
  17. 04a56dd ALSA: seq: change ioctl command operation to get data in kernel space by Takashi Sakamoto · 8 years ago
  18. 8ce8eb6 ALSA: seq: add an alternative way to handle ioctl requests by Takashi Sakamoto · 8 years ago
  19. 77dfa8d ALSA: seq: add documentation for snd_seq_kernel_client_ctl by Takashi Sakamoto · 8 years ago
  20. 4a6baf1 Merge tag 'asoc-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 8 years ago
  21. cf81d6b Merge branch 'for-next' into for-linus by Takashi Iwai · 8 years ago
  22. 72a04d6 Merge remote-tracking branches 'asoc/topic/adau', 'asoc/topic/adau7002', 'asoc/topic/adsp', 'asoc/topic/ak4613' and 'asoc/topic/ak4642' into asoc-next by Mark Brown · 8 years ago
  23. a8ff48c ALSA: pcm: Free chmap at PCM free callback, too by Takashi Iwai · 8 years ago
  24. f388cdc ALSA: ctl: Stop notification after disconnection by Takashi Iwai · 8 years ago
  25. 860c199 ALSA: control: add dimension validator for userspace elements by Takashi Sakamoto · 8 years ago
  26. 3fa6993 ALSA: timer: Fix negative queue usage by racy accesses by Takashi Iwai · 8 years ago
  27. 3915bf2 ALSA: seq_timer: use monotonic times internally by Arnd Bergmann · 8 years ago
  28. 76f64b2 ALSA: seq_oss: Change structure initialisation to C99 style by Amitoj Kaur Chawla · 8 years ago
  29. a4f2d87 ALSA: compress: Add function to indicate the stream has gone bad by Charles Keepax · 8 years ago
  30. a158f2b Merge tag 'asoc-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 8 years ago
  31. 515511a Merge remote-tracking branch 'asoc/topic/hdmi' into asoc-next by Mark Brown · 8 years ago
  32. bf10262 Merge remote-tracking branch 'asoc/topic/dmaengine' into asoc-next by Mark Brown · 8 years ago
  33. 8d879be ALSA: pcm: Bail out when chmap is already present by Takashi Iwai · 8 years ago
  34. 875f6ff ALSA: compress: Replace complex if statement with switch by Charles Keepax · 8 years ago
  35. 1d03f2b ALSA: compress: Fix poll error return codes by Charles Keepax · 8 years ago
  36. 5bd0539 ALSA: compress: Remove pointless NULL check by Charles Keepax · 8 years ago
  37. 0b92b0c ALSA: compress: Use snd_compr_get_poll on error path by Charles Keepax · 8 years ago
  38. e099aee ALSA: pcm: Fix poll error return codes by Charles Keepax · 8 years ago
  39. e4ec8cc ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt by Kangjie Lu · 8 years ago
  40. 9a47e9c ALSA: timer: Fix leak in events via snd_timer_user_ccallback by Kangjie Lu · 8 years ago
  41. cec8f96 ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS by Kangjie Lu · 8 years ago
  42. 73fe01c ASoC: dmaengine_pcm: Add support for packed transfers by Matthias Reichl · 8 years ago
  43. d2c5cf8 ALSA: hrtimer: Handle start/stop more properly by Takashi Iwai · 8 years ago
  44. 34ce71a ALSA: timer: remove legacy rtctimer by Alexandre Belloni · 8 years ago
  45. 3aa02cb ALSA: pcm : Call kill_fasync() in stream lock by Takashi Iwai · 8 years ago
  46. 4a462ce ALSA: pcm: Allow 32 bit sample format in IEC958 channel status helper by Jyri Sarha · 8 years ago
  47. 4a44365 ALSA: pcm: add IEC958 channel status helper for hw_params by Jyri Sarha · 8 years ago
  48. 4a07083 ALSA: timer: Use mod_timer() for rearming the system timer by Takashi Iwai · 8 years ago
  49. 91d2178 ALSA: timer: fix gparams ioctl compatibility for different architectures by Takashi Sakamoto · 8 years ago
  50. 6f02174 ALSA: ctl: change return value in compatibility layer so that it's the same value in core implementation by Takashi Sakamoto · 8 years ago
  51. ca80e26 Merge tag 'asoc-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 8 years ago
  52. 89595f5 Merge remote-tracking branch 'asoc/topic/core-pcm' into asoc-next by Mark Brown · 8 years ago
  53. 0ab1ace ALSA: pcm: Avoid "BUG:" string for warnings again by Takashi Iwai · 8 years ago
  54. a1ce94d ALSA: seq: Provide card number / PID via sequencer client info by Martin Koegler · 8 years ago
  55. cdb1ee3 ALSA: compress: fix more typos by Vinod Koul · 8 years ago
  56. 41eb94f ALSA: compress: fix some typos by Vinod Koul · 8 years ago
  57. 862bca5 ALSA: compress: Add SNDRV_PCM_STATE_PREPARED state explanation by Vinod Koul · 8 years ago
  58. 35383a2 ALSA: compress: allow writes in SNDRV_PCM_STATE_PREPARED state by Eric Laurent · 8 years ago
  59. 6defb60 Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  60. 197b958 ALSA: seq: oss: Don't drain at closing a client by Takashi Iwai · 8 years ago
  61. 9712857 Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  62. b24e7ad ALSA: timer: Fix ioctls for X32 ABI by Takashi Iwai · 8 years ago
  63. 3a72494 ALSA: timer: Fix broken compat timer user status ioctl by Takashi Iwai · 8 years ago
  64. 2251fbb ALSA: rawmidi: Fix ioctls X32 ABI by Takashi Iwai · 8 years ago
  65. dd7e3f8 ALSA: rawmidi: Use comapt_put_timespec() by Takashi Iwai · 8 years ago
  66. 513ace7 ALSA: pcm: Fix ioctls for X32 ABI by Takashi Iwai · 8 years ago
  67. 6236d8b ALSA: ctl: Fix ioctls for X32 ABI by Takashi Iwai · 8 years ago
  68. d61b04f Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  69. fe0d128 ALSA: jack: Allow building the jack layer without input device by Takashi Iwai · 8 years ago
  70. 67ec107 ALSA: pcm: Fix rwsem deadlock for non-atomic PCM stream by Takashi Iwai · 8 years ago
  71. 13d5e5d ALSA: seq: Fix double port list deletion by Takashi Iwai · 8 years ago
  72. d99a36f ALSA: seq: Fix leak of pool buffer at concurrent writes by Takashi Iwai · 8 years ago
  73. f65e0d2 ALSA: timer: Call notifier in the same spinlock by Takashi Iwai · 8 years ago
  74. 9984d1b ALSA: timer: Protect the whole snd_timer_close() with open race by Takashi Iwai · 8 years ago
  75. 4dff5c7 ALSA: timer: Fix race at concurrent reads by Takashi Iwai · 8 years ago
  76. ed8b1d6 ALSA: timer: Fix race between stop and interrupt by Takashi Iwai · 8 years ago
  77. 117159f ALSA: timer: Fix wrong instance passed to slave callbacks by Takashi Iwai · 8 years ago
  78. 3bdff24 ALSA: pcm: Add snd_pcm_rate_range_to_bits() by Mengdong Lin · 8 years ago
  79. 094fd3b ALSA: timer: Fix leftover link at closing by Takashi Iwai · 8 years ago
  80. 7f0973e ALSA: seq: Fix lockdep warnings due to double mutex locks by Takashi Iwai · 8 years ago
  81. 81f5775 ALSA: rawmidi: Fix race at copying & updating the position by Takashi Iwai · 8 years ago
  82. 06ab300 ALSA: rawmidi: Make snd_rawmidi_transmit() race-free by Takashi Iwai · 8 years ago
  83. f146357 ALSA: timer: Sync timer deletion at closing the system timer by Takashi Iwai · 8 years ago
  84. f784beb ALSA: timer: Fix link corruption due to double start or stop by Takashi Iwai · 8 years ago
  85. 2cdc7b6 ALSA: seq: Fix yet another races among ALSA timer accesses by Takashi Iwai · 8 years ago
  86. b248371 ALSA: pcm: Fix potential deadlock in OSS emulation by Takashi Iwai · 8 years ago
  87. cc85f7a ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check by Takashi Iwai · 8 years ago
  88. 2d1b5c0 ALSA: seq: Fix race at closing in virmidi driver by Takashi Iwai · 8 years ago
  89. ac1efcf ALSA: timer: fix SND_PCM_TIMER Kconfig text by Randy Dunlap · 8 years ago
  90. 462b3f1 ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architectures by Takashi Iwai · 8 years ago
  91. da10816 ALSA: seq: Degrade the error message for too many opens by Takashi Iwai · 8 years ago
  92. 5991513 ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup() by Takashi Iwai · 8 years ago
  93. e7cc3ed Merge tag 'sound-fix-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  94. 40ed9444 ALSA: timer: Introduce disconnect op to snd_timer_instance by Takashi Iwai · 8 years ago
  95. 230323d ALSA: timer: Handle disconnection more safely by Takashi Iwai · 8 years ago
  96. c0bcdbd ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0 by Takashi Iwai · 8 years ago
  97. 9586495 ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode by Nicolas Boichat · 8 years ago
  98. 43c54b8 ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode by Nicolas Boichat · 8 years ago
  99. 2ba1fe7 ALSA: hrtimer: Fix stall by hrtimer_cancel() by Takashi Iwai · 8 years ago
  100. a016af2 Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago