1. 7560ee0 ALSA: seq: virmidi: Add a drain operation by Stefan Sauer · 3 years ago
  2. 6fadb49 ALSA: seq: Set upper limit of processed events by Takashi Iwai · 3 years, 1 month ago
  3. ad797a0 Merge branch 'for-linus' into for-next by Takashi Iwai · 3 years, 5 months ago
  4. 97367c9 ALSA: seq: Fix racy deletion of subscriber by Takashi Iwai · 3 years, 5 months ago
  5. c5aa827 ALSA: seq: Fix comments of wrong client number for MIDI Passthrough by Takashi Iwai · 3 years, 5 months ago
  6. 498386d Merge branch 'for-next' into for-linus by Takashi Iwai · 3 years, 6 months ago
  7. c485f7e ALSA: seq: oss: Fix error check at system port creation by Takashi Iwai · 3 years, 6 months ago
  8. 83e197a ALSA: seq: Fix race of snd_seq_timer_open() by Takashi Iwai · 3 years, 7 months ago
  9. f9a6bb8 ALSA: seq: Fix assignment in if condition by Takashi Iwai · 3 years, 7 months ago
  10. c09e28c Merge branch 'for-linus' into for-next by Takashi Iwai · 4 years ago
  11. 217bfbb ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info() by Takashi Iwai · 4 years ago
  12. 75b1a8f ALSA: Convert strlcpy to strscpy when return value is unused by Joe Perches · 4 years ago
  13. afcfbcb ALSA: core: Use DIV_ROUND_UP() instead of open-coding it by Lars-Peter Clausen · 4 years ago
  14. 4ebd470 ALSA: seq: Use bool for snd_seq_queue internal flags by Takashi Iwai · 4 years, 1 month ago
  15. 1a6a071 ALSA: seq: remove useless function by Yu Hao · 4 years, 2 months ago
  16. 2759caa ALSA: seq: oss: Avoid mutex lock for a long-time ioctl by Takashi Iwai · 4 years, 3 months ago
  17. 80982c7 ALSA: seq: oss: Serialize ioctls by Takashi Iwai · 4 years, 5 months ago
  18. c0dbbda ALSA: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  19. 25cba461 ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtime by YueHaibing · 4 years, 8 months ago
  20. 6c3171e ALSA: seq: oss: Fix running status after receiving sysex by Takashi Iwai · 4 years, 10 months ago
  21. 4384f16 ALSA: seq: virmidi: Fix running status after receiving sysex by Takashi Iwai · 4 years, 10 months ago
  22. dc74977 ALSA: seq: Fix concurrent access to queue current tick/time by Takashi Iwai · 4 years, 11 months ago
  23. bb51e66 ALSA: seq: Avoid concurrent access to queue flags by Takashi Iwai · 4 years, 11 months ago
  24. 9d0af44 Merge branch 'for-linus' into for-next by Takashi Iwai · 5 years ago
  25. 60adcfd ALSA: seq: Fix racy access for queue timer in proc read by Takashi Iwai · 5 years ago
  26. 731922a ALSA: seq: More constifications by Takashi Iwai · 5 years ago
  27. aad7ebb ALSA: seq: Constify struct snd_midi_op by Takashi Iwai · 5 years ago
  28. 6a34367 ALSA: timer: Fix possible race at assigning a timer instance by Takashi Iwai · 5 years ago
  29. 7554530 ALSA: seq: Fix potential concurrent access to the deleted pool by Takashi Iwai · 5 years ago
  30. ede34f3 ALSA: seq: Break too long mutex context in the write loop by Takashi Iwai · 5 years ago
  31. 3c53c62 Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 5 years ago
  32. c3ea60c ALSA: seq: fix incorrect order of dest_client/dest_ports arguments by Colin Ian King · 6 years ago
  33. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  34. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  35. e57ccca Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  36. c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
  37. b5fd12d ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock() by Takashi Iwai · 6 years ago
  38. 99fff44 Merge branch 'for-linus' into for-next by Takashi Iwai · 6 years ago
  39. 6b580f5 ALSA: seq: Protect racy pool manipulation from OSS sequencer by Takashi Iwai · 6 years ago
  40. 6740ea6 ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helper by Takashi Iwai · 6 years ago
  41. 7c32ae3 ALSA: seq: Cover unsubscribe_port() in list_mutex by Takashi Iwai · 6 years ago
  42. f0654ba Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex" by Takashi Iwai · 6 years ago
  43. 2eabc5e ALSA: seq: Fix race of get-subscription call vs port-delete ioctls by Takashi Iwai · 6 years ago
  44. feb6890 ALSA: seq: Protect in-kernel ioctl calls with mutex by Takashi Iwai · 6 years ago
  45. f823b8a ALSA: seq: Remove superfluous irqsave flags by Takashi Iwai · 6 years ago
  46. 4b24b96 ALSA: seq: Align temporary re-locking with irqsave version by Takashi Iwai · 6 years ago
  47. fd7ae83 ALSA: seq: Use kvmalloc() for cell pools by Takashi Iwai · 6 years ago
  48. 212ac18 ALSA: seq: Fix OOB-reads from strlcpy by Zubin Mithra · 6 years ago
  49. c709f14 ALSA: seq: oss: Fix Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  50. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  51. e8c9225 ALSA: seq: oss: Use the standard fall-through annotation by Takashi Iwai · 6 years ago
  52. 6aea570 ALSA: rawmidi: A lightweight function to discard pending bytes by Takashi Iwai · 6 years ago
  53. b8e1315 ALSA: seq: Do error checks at creating system ports by Takashi Iwai · 6 years ago
  54. c4f1957 ALSA: seq: add error check in snd_seq_system_client_init() by Dan Carpenter · 6 years ago
  55. 82fd4b0 ALSA: seq: virmidi: Fix discarding the unsubscribed output by Takashi Iwai · 6 years ago
  56. eb2caeb ALSA: seq_oss: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  57. 2f3b94e ALSA: seq: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  58. 93ce1b1 ALSA: seq: Drop unused 64bit division macros by Takashi Iwai · 6 years ago
  59. 04702e8 ALSA: seq: Use no intrruptible mutex_lock by Takashi Iwai · 6 years ago
  60. 00976ad5 ALSA: seq: Fix leftovers at probe error path by Takashi Iwai · 6 years ago
  61. fc4bfd9 ALSA: seq: Remove dead codes by Takashi Iwai · 6 years ago
  62. ef965ad ALSA: seq: Minor cleanup of MIDI event parser helpers by Takashi Iwai · 6 years ago
  63. 89b4ab2 ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macros by Takashi Iwai · 6 years ago
  64. f7debfe ALSA: seq: virmidi: Offload the output event processing by Takashi Iwai · 6 years ago
  65. 50e9ffb ALSA: virmidi: Fix too long output trigger loop by Takashi Iwai · 6 years ago
  66. a49a71f ALSA: seq: Fix poll() error return by Takashi Iwai · 6 years ago
  67. c9a4c63 ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctl by Takashi Iwai · 7 years ago
  68. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  69. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  70. 6231a89 ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed" by Colin Ian King · 7 years ago
  71. 21244e3 ALSA: seq: Avoid open-code for getting timer resolution by Takashi Iwai · 7 years ago
  72. 8f22e52 ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger() by Takashi Iwai · 7 years ago
  73. 8d218dd ALSA: seq: oss: Hardening for potential Spectre v1 by Takashi Iwai · 7 years ago
  74. f5e94b4 ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device by Takashi Iwai · 7 years ago
  75. a2ff19f ALSA: seq: Clear client entry before deleting else at closing by Takashi Iwai · 7 years ago
  76. d0f8330 ALSA: seq: Fix possible UAF in snd_seq_check_queue() by Takashi Iwai · 7 years ago
  77. 85d59b5 ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() call by Takashi Iwai · 7 years ago
  78. 7bd8009 ALSA: seq: More protection for concurrent write and ioctl races by Takashi Iwai · 7 years ago
  79. d857393 ALSA: seq: Don't allow resizing pool in use by Takashi Iwai · 7 years ago
  80. d15d662 ALSA: seq: Fix racy pool initializations by Takashi Iwai · 7 years ago
  81. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  82. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  83. 671ec85 ALSA: seq: Process queue tempo/ppq change in a shot by Takashi Iwai · 7 years ago
  84. b3defb7 ALSA: seq: Make ioctls race-free by Takashi Iwai · 7 years ago
  85. 43a3542 ALSA: seq: Remove spurious WARN_ON() at timer check by Takashi Iwai · 7 years ago
  86. 680ef72 sound: annotate ->poll() instances by Al Viro · 7 years ago
  87. 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
  88. c429bda Merge branch 'for-next' into for-linus by Takashi Iwai · 7 years ago
  89. 132d358 ALSA: seq: Fix OSS sysex delivery in OSS emulation by Takashi Iwai · 7 years ago
  90. 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
  91. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  92. 1f20f9f ALSA: seq: Fix nested rwsem annotation for lockdep splat by Takashi Iwai · 7 years ago
  93. 8009d50 ALSA: seq: Enable 'use' locking in all configurations by Ben Hutchings · 7 years ago
  94. 0011a33 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  95. 7110599 ALSA: seq: Fix use-after-free at creating a port by Takashi Iwai · 7 years ago
  96. 19b592d ALSA: seq: Add sanity check for user-space pointer delivery by Takashi Iwai · 7 years ago
  97. 5803b02 ALSA: seq: Fix copy_from_user() call inside lock by Takashi Iwai · 7 years ago
  98. 7e1d90f ALSA: seq: 2nd attempt at fixing race creating a queue by Daniel Mentz · 7 years ago
  99. 4d3a869 ALSA: seq: Fix CONFIG_SND_SEQ_MIDI dependency by Takashi Iwai · 7 years ago
  100. 920f2ec Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago