1. f13876e ALSA: pcm: Check PCM state at xfern compat ioctl by Takashi Iwai · 7 years ago
  2. 8f22e52 ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger() by Takashi Iwai · 7 years ago
  3. 8d218dd ALSA: seq: oss: Hardening for potential Spectre v1 by Takashi Iwai · 7 years ago
  4. f5e94b4 ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device by Takashi Iwai · 7 years ago
  5. 41412fe ALSA: pcm: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  6. 1ba7862 ALSA: control: Fix missing __user annotation by Takashi Iwai · 7 years ago
  7. f853dca ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr by David Henningsson · 7 years ago
  8. 912e4c3 ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY. by Jeffery Miller · 7 years ago
  9. 8a56ef4 ALSA: rawmidi: Fix missing input substream checks in compat ioctls by Takashi Iwai · 7 years ago
  10. e1a3a98 ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() error by Takashi Iwai · 7 years ago
  11. e15dc99 ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation by Takashi Iwai · 7 years ago
  12. a820ccb ALSA: pcm: Fix UAF at PCM release via PCM timer access by Takashi Iwai · 7 years ago
  13. bc334cb Merge branch 'for-next' into for-linus by Takashi Iwai · 7 years ago
  14. f6d297d ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls by Takashi Iwai · 7 years ago
  15. 5607ddd ALSA: pcm: potential uninitialized return values by Dan Carpenter · 7 years ago
  16. 9066ae7 ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent() by Stefan Roese · 7 years ago
  17. 40cab6e ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams by Takashi Iwai · 7 years ago
  18. 02a5d69 ALSA: pcm: Avoid potential races between OSS ioctls and read/write by Takashi Iwai · 7 years ago
  19. 4654eba Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  20. 09b9ddf ALSA: pcm: Use krealloc() for resizing the rules array by Takashi Iwai · 7 years ago
  21. 5730f9f ALSA: pcm: Remove VLA usage by Takashi Iwai · 7 years ago
  22. 01c0b42 ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats() by Takashi Iwai · 7 years ago
  23. a2ff19f ALSA: seq: Clear client entry before deleting else at closing by Takashi Iwai · 7 years ago
  24. d0f8330 ALSA: seq: Fix possible UAF in snd_seq_check_queue() by Takashi Iwai · 7 years ago
  25. 85d59b5 ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() call by Takashi Iwai · 7 years ago
  26. 7bd8009 ALSA: seq: More protection for concurrent write and ioctl races by Takashi Iwai · 7 years ago
  27. d857393 ALSA: seq: Don't allow resizing pool in use by Takashi Iwai · 7 years ago
  28. 7a33a02 ALSA: vmaster: Zero-clear ctl before calling slave get by Takashi Iwai · 7 years ago
  29. 2e2c177 ALSA: vmaster: Propagate slave error by Takashi Iwai · 7 years ago
  30. dd5f313 ALSA: control: Fix a bunch of whitespace errors by Richard Fitzgerald · 7 years ago
  31. 3b8bd50 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  32. 5a23699 ALSA: control: Fix memory corruption risk in snd_ctl_elem_read by Richard Fitzgerald · 7 years ago
  33. ef21e17 ALSA: Use scnprintf() instead of snprintf() for show by Jaejoong Kim · 7 years ago
  34. d15d662 ALSA: seq: Fix racy pool initializations by Takashi Iwai · 7 years ago
  35. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  36. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  37. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  38. 59aeaf3 snd_ctl_elem_init_enum_names(): switch to vmemdup_user() by Al Viro · 7 years ago
  39. 88a8903 replace_user_tlv(): switch to vmemdup_user() by Al Viro · 7 years ago
  40. 3c7f691 ALSA: pcm: Fix trailing semicolon by Luis de Bethencourt · 7 years ago
  41. 671ec85 ALSA: seq: Process queue tempo/ppq change in a shot by Takashi Iwai · 7 years ago
  42. 4ea5553 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  43. b3defb7 ALSA: seq: Make ioctls race-free by Takashi Iwai · 7 years ago
  44. 23b19b7 ALSA: pcm: Remove yet superfluous WARN_ON() by Takashi Iwai · 7 years ago
  45. c64ed5d ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation by Takashi Iwai · 7 years ago
  46. 9dd55cb Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  47. 900498a ALSA: pcm: Allow aborting mutex lock at OSS read/write loops by Takashi Iwai · 7 years ago
  48. 29159a4 ALSA: pcm: Abort properly at pending signal in OSS read/write loops by Takashi Iwai · 7 years ago
  49. fb51f1c ALSA: pcm: Workaround for weird PulseAudio behavior on rewind error by Takashi Iwai · 7 years ago
  50. 6708913 ALSA: pcm: Add missing error checks in OSS emulation plugin builder by Takashi Iwai · 7 years ago
  51. 7a0a871 ALSA: pcm: Set config update bits only when really changed by Takashi Iwai · 7 years ago
  52. fe08f34 ALSA: pcm: Remove incorrect snd_BUG_ON() usages by Takashi Iwai · 7 years ago
  53. 446bd64 snd_hwdep_dsp_load(): don't bother with access_ok() by Al Viro · 7 years ago
  54. 50947fb Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  55. c1cfd90 ALSA: rawmidi: Avoid racy info ioctl via ctl device by Takashi Iwai · 7 years ago
  56. 362bca57 ALSA: pcm: prevent UAF in snd_pcm_info by Robb Glasser · 7 years ago
  57. 43a3542 ALSA: seq: Remove spurious WARN_ON() at timer check by Takashi Iwai · 7 years ago
  58. 823dbb6 ALSA: pcm: add SNDRV_PCM_FORMAT_{S,U}20 by Maciej S. Szmigiero · 7 years ago
  59. 680ef72 sound: annotate ->poll() instances by Al Viro · 7 years ago
  60. d6c0615 ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization by Takashi Iwai · 7 years ago
  61. 3d4e830 ALSA: timer: Remove kernel warning at compat ioctl error paths by Takashi Iwai · 7 years ago
  62. 20e3f98 ALSA: pcm: update tstamp only if audio_tstamp changed by Henrik Eriksson · 7 years ago
  63. 76727c2c Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 7 years ago
  64. c429bda Merge branch 'for-next' into for-linus by Takashi Iwai · 7 years ago
  65. 132d358 ALSA: seq: Fix OSS sysex delivery in OSS emulation by Takashi Iwai · 7 years ago
  66. 9b7d869 ALSA: timer: Limit max instances per timer by Takashi Iwai · 7 years ago
  67. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  68. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  69. 1f20f9f ALSA: seq: Fix nested rwsem annotation for lockdep splat by Takashi Iwai · 7 years ago
  70. 79fb051 ALSA: timer: Add missing mutex lock for compat ioctls by Takashi Iwai · 7 years ago
  71. 3f1185d ALSA: fix kernel-doc build warning by Randy Dunlap · 7 years ago
  72. 1a01901 Merge branch 'topic/card-disconnect' into for-next by Takashi Iwai · 7 years ago
  73. a91d661 ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removal by Takashi Iwai · 7 years ago
  74. 6ca73de ALSA: pcm: Forcibly stop at disconnect callback by Takashi Iwai · 7 years ago
  75. 8b645e4 ALSA: pcm: Don't call register and disconnect callbacks for internal PCM by Takashi Iwai · 7 years ago
  76. 8009d50 ALSA: seq: Enable 'use' locking in all configurations by Ben Hutchings · 7 years ago
  77. 0011a33 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  78. de16898 ALSA: pcm: remove redundant variable runtime by Colin Ian King · 7 years ago
  79. c44027c ALSA: add snd_card_disconnect_sync() by Takashi Iwai · 7 years ago
  80. 7110599 ALSA: seq: Fix use-after-free at creating a port by Takashi Iwai · 7 years ago
  81. 19b592d ALSA: seq: Add sanity check for user-space pointer delivery by Takashi Iwai · 7 years ago
  82. 545633f Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  83. 5803b02 ALSA: seq: Fix copy_from_user() call inside lock by Takashi Iwai · 7 years ago
  84. 3a9fce3 Merge branch 'topic/timer-api' into for-next by Takashi Iwai · 7 years ago
  85. 38e9a80 ALSA: timer: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  86. c9adcdb ALSA: pcm: Fix structure definition for X32 ABI by Baolin Wang · 7 years ago
  87. 3840583 ALSA: hrtimer: make hrtimer_hw const and __initconst by Bhumika Goyal · 7 years ago
  88. a931b9c ALSA: compress: Remove unused variable by Guneshwor Singh · 7 years ago
  89. c4fd437 ALSA: hwdep: prevent a harmless shift wrapping bug by Dan Carpenter · 7 years ago
  90. fc27fe7 ALSA: seq: Cancel pending autoload work at unbinding device by Takashi Iwai · 7 years ago
  91. c844558 ALSA: core: Use %pS printk format for direct addresses by Helge Deller · 7 years ago
  92. 67616fe ALSA: pcm: Unify ioctl functions for playback and capture streams by Takashi Iwai · 7 years ago
  93. 7d8e829 ALSA: Get rid of card power_lock by Takashi Iwai · 7 years ago
  94. 3454a47 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  95. bcab3a6 ALSA: pcm: Fix power lock unbalance via OSS emulation by Takashi Iwai · 7 years ago
  96. e6b4c52 ALSA: pcm: Correct broken procfs set up by Takashi Iwai · 7 years ago
  97. b8e2204 ALSA: control: TLV data is unavailable at initial state of user-defined element set by Takashi Sakamoto · 7 years ago
  98. da42882 ALSA: control: queue TLV event for a set of user-defined element by Takashi Sakamoto · 7 years ago
  99. fb8027e ALSA: control: delegate TLV eventing to each driver by Takashi Sakamoto · 7 years ago
  100. 1ae0e4c ALSA: timer: Use common error handling code in alsa_timer_init() by Markus Elfring · 7 years ago