1. e8c9225 ALSA: seq: oss: Use the standard fall-through annotation by Takashi Iwai · 6 years ago
  2. 3c4cfa7 ALSA: memalloc: Add fall-through annotation by Takashi Iwai · 6 years ago
  3. 6aea570 ALSA: rawmidi: A lightweight function to discard pending bytes by Takashi Iwai · 6 years ago
  4. 64b6acf ALSA: pcm: Update hardware pointer before start capture by Ricardo Biehl Pasquali · 6 years ago
  5. 70f7922 Merge branch 'topic/pcm-indirect-fixes' into for-next by Takashi Iwai · 6 years ago
  6. 5a7b44a ALSA: rawmidi: Initialize allocated buffers by Takashi Iwai · 6 years ago
  7. 42e748a ALSA: memalloc: Add non-cached buffer type by Takashi Iwai · 6 years ago
  8. 28f3f4f ALSA: memalloc: Simplify snd_malloc_dev_pages() calls by Takashi Iwai · 6 years ago
  9. 0348683 ALSA: memalloc: Don't align the size to power-of-two by Takashi Iwai · 6 years ago
  10. b8e1315 ALSA: seq: Do error checks at creating system ports by Takashi Iwai · 6 years ago
  11. c4f1957 ALSA: seq: add error check in snd_seq_system_client_init() by Dan Carpenter · 6 years ago
  12. 6f128fa4 ALSA: pcm: signedness bug in snd_pcm_plug_alloc() by Dan Carpenter · 6 years ago
  13. 62ba568 ALSA: pcm: Return 0 when size < start_threshold in capture by Ricardo Biehl Pasquali · 6 years ago
  14. 82fd4b0 ALSA: seq: virmidi: Fix discarding the unsubscribed output by Takashi Iwai · 6 years ago
  15. eb2caeb ALSA: seq_oss: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  16. 2f3b94e ALSA: seq: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  17. a640329 ALSA: compress: Remove empty init and exit by Takashi Iwai · 6 years ago
  18. 93ce1b1 ALSA: seq: Drop unused 64bit division macros by Takashi Iwai · 6 years ago
  19. 04702e8 ALSA: seq: Use no intrruptible mutex_lock by Takashi Iwai · 6 years ago
  20. 00976ad5 ALSA: seq: Fix leftovers at probe error path by Takashi Iwai · 6 years ago
  21. fc4bfd9 ALSA: seq: Remove dead codes by Takashi Iwai · 6 years ago
  22. ef965ad ALSA: seq: Minor cleanup of MIDI event parser helpers by Takashi Iwai · 6 years ago
  23. 5a6cd13 ALSA: pcm: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  24. 89b4ab2 ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macros by Takashi Iwai · 6 years ago
  25. f7debfe ALSA: seq: virmidi: Offload the output event processing by Takashi Iwai · 6 years ago
  26. 16c796e Merge branch 'for-linus' into topic/virmidi by Takashi Iwai · 6 years ago
  27. f8b6c0c ALSA: pcm: Fix sparse warning wrt PCM format type by Takashi Iwai · 6 years ago
  28. 50e9ffb ALSA: virmidi: Fix too long output trigger loop by Takashi Iwai · 6 years ago
  29. 191bb51 ALSA: pcm: Use standard lower_32_bits() and upper_32_bits() by Takashi Iwai · 6 years ago
  30. a49a71f ALSA: seq: Fix poll() error return by Takashi Iwai · 6 years ago
  31. dfef01e ALSA: memalloc: Don't exceed over the requested size by Takashi Iwai · 6 years ago
  32. d10ee9c ALSA: timer: catch invalid timer object creation by Srikanth K H · 6 years ago
  33. ef4db23 ALSA: rawmidi: Use kvmalloc() for buffers by Takashi Iwai · 6 years ago
  34. f5beb59 ALSA: rawmidi: Minor code refactoring by Takashi Iwai · 6 years ago
  35. 7fdc9b0 ALSA: rawmidi: Simplify error paths by Takashi Iwai · 6 years ago
  36. 5bed913 ALSA: rawmidi: Tidy up coding styles by Takashi Iwai · 6 years ago
  37. ed6b83d Merge branch 'for-linus' into for-next by Takashi Iwai · 6 years ago
  38. 39675f7 ALSA: rawmidi: Change resized buffers atomically by Takashi Iwai · 6 years ago
  39. ff2d6ac ALSA: pcm: Fix snd_interval_refine first/last with open min/max by Timo Wischer · 7 years ago
  40. d64c5cf ALSA: pcm: Allow drivers to set R/W wait time. by Liam Girdwood · 7 years ago
  41. e647f5a5 ALSA: pcm: Use snd_pcm_stop_xrun() for xrun injection by Takashi Iwai · 7 years ago
  42. 9cd641e ALSA: pcm: trace XRUN event at injection, too by Takashi Iwai · 7 years ago
  43. c9a4c63 ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctl by Takashi Iwai · 7 years ago
  44. b41f794 ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctl by Takashi Iwai · 7 years ago
  45. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  46. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  47. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  48. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  49. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  50. 6a73cf4 sound: Use octal not symbolic permissions by Joe Perches · 7 years ago
  51. 6231a89 ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed" by Colin Ian King · 7 years ago
  52. ed14d9a Merge branch 'topic/timer-fixes' into for-next by Takashi Iwai · 7 years ago
  53. 9d4d207 ALSA: timer: Assure timer resolution access always locked by Takashi Iwai · 7 years ago
  54. 21244e3 ALSA: seq: Avoid open-code for getting timer resolution by Takashi Iwai · 7 years ago
  55. fdcb576 ALSA: timer: Simplify timer hw resolution calls by Takashi Iwai · 7 years ago
  56. 3ae1809 ALSA: timer: Fix pause event notification by Ben Hutchings · 7 years ago
  57. dc82e524 ALSA: core: Assure control device to be registered at last by Takashi Iwai · 7 years ago
  58. 8def12d Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  59. 841bdb7 ALSA: vmaster: use position offset macro of TLV data by Takashi Sakamoto · 7 years ago
  60. 3f12888 ALSA: control: fix a redundant-copy issue by Wenwen Wang · 7 years ago
  61. 10aa7ca ALSA: pcm: Hide local_irq_disable/enable() and local_irqsave/restore() by Anna-Maria Gleixner · 7 years ago
  62. f13876e ALSA: pcm: Check PCM state at xfern compat ioctl by Takashi Iwai · 7 years ago
  63. 8f22e52 ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger() by Takashi Iwai · 7 years ago
  64. 4d31c6e Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  65. 8d218dd ALSA: seq: oss: Hardening for potential Spectre v1 by Takashi Iwai · 7 years ago
  66. f5e94b4 ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device by Takashi Iwai · 7 years ago
  67. 41412fe ALSA: pcm: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  68. 1ba7862 ALSA: control: Fix missing __user annotation by Takashi Iwai · 7 years ago
  69. f853dca ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr by David Henningsson · 7 years ago
  70. 912e4c3 ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY. by Jeffery Miller · 7 years ago
  71. 8a56ef4 ALSA: rawmidi: Fix missing input substream checks in compat ioctls by Takashi Iwai · 7 years ago
  72. c99c5a3 ALSA: pcm: Unify delay calculation in snd_pcm_status() and snd_pcm_delay() by Takashi Iwai · 7 years ago
  73. 6448fcb ALSA: pcm: Unify playback and capture poll callbacks by Takashi Iwai · 7 years ago
  74. 763e506 ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpers by Takashi Iwai · 7 years ago
  75. e1a3a98 ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() error by Takashi Iwai · 7 years ago
  76. e15dc99 ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation by Takashi Iwai · 7 years ago
  77. a820ccb ALSA: pcm: Fix UAF at PCM release via PCM timer access by Takashi Iwai · 7 years ago
  78. bc334cb Merge branch 'for-next' into for-linus by Takashi Iwai · 7 years ago
  79. f6d297d ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls by Takashi Iwai · 7 years ago
  80. 5607ddd ALSA: pcm: potential uninitialized return values by Dan Carpenter · 7 years ago
  81. 9066ae7 ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent() by Stefan Roese · 7 years ago
  82. 40cab6e ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams by Takashi Iwai · 7 years ago
  83. 02a5d69 ALSA: pcm: Avoid potential races between OSS ioctls and read/write by Takashi Iwai · 7 years ago
  84. 4654eba Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  85. 09b9ddf ALSA: pcm: Use krealloc() for resizing the rules array by Takashi Iwai · 7 years ago
  86. 5730f9f ALSA: pcm: Remove VLA usage by Takashi Iwai · 7 years ago
  87. 01c0b42 ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats() by Takashi Iwai · 7 years ago
  88. a2ff19f ALSA: seq: Clear client entry before deleting else at closing by Takashi Iwai · 7 years ago
  89. d0f8330 ALSA: seq: Fix possible UAF in snd_seq_check_queue() by Takashi Iwai · 7 years ago
  90. 85d59b5 ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() call by Takashi Iwai · 7 years ago
  91. 7bd8009 ALSA: seq: More protection for concurrent write and ioctl races by Takashi Iwai · 7 years ago
  92. d857393 ALSA: seq: Don't allow resizing pool in use by Takashi Iwai · 7 years ago
  93. 7a33a02 ALSA: vmaster: Zero-clear ctl before calling slave get by Takashi Iwai · 7 years ago
  94. 2e2c177 ALSA: vmaster: Propagate slave error by Takashi Iwai · 7 years ago
  95. dd5f313 ALSA: control: Fix a bunch of whitespace errors by Richard Fitzgerald · 7 years ago
  96. 3b8bd50 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  97. 5a23699 ALSA: control: Fix memory corruption risk in snd_ctl_elem_read by Richard Fitzgerald · 7 years ago
  98. ef21e17 ALSA: Use scnprintf() instead of snprintf() for show by Jaejoong Kim · 7 years ago
  99. d15d662 ALSA: seq: Fix racy pool initializations by Takashi Iwai · 7 years ago
  100. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago