1. 51c816f ALSA: oss: Fix assignment in if condition by Takashi Iwai · 3 years, 7 months ago
  2. 940ba1f ALSA: core: avoid -Wempty-body warnings by Arnd Bergmann · 3 years, 10 months ago
  3. 75b1a8f ALSA: Convert strlcpy to strscpy when return value is unused by Joe Perches · 4 years ago
  4. 6b5edf1 ALSA: oss: Use DIV_ROUND_CLOSEST() instead of open-coding it by Lars-Peter Clausen · 4 years ago
  5. 11cb881 ALSA: pcm: oss: Fix a few more UBSAN fixes by Takashi Iwai · 4 years, 1 month ago
  6. 175b8d8 ALSA: pcm: oss: Fix potential out-of-bounds shift by Takashi Iwai · 4 years, 1 month ago
  7. 949a1eb ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity check by Takashi Iwai · 4 years, 4 months ago
  8. c0dbbda ALSA: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  9. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  10. 6d28484 Merge branch 'for-linus' into for-next by Takashi Iwai · 4 years, 7 months ago
  11. 9ad06eb ALSA: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  12. ac957e8 ALSA: pcm: oss: Place the plugin buffer overflow checks correctly (for 5.7) by Takashi Iwai · 4 years, 8 months ago
  13. ff7e06a ALSA: pcm: oss: Fix regression by buffer overflow fix (again) by Takashi Iwai · 4 years, 9 months ago
  14. aa21c3d Merge branch 'for-next' into for-linus by Takashi Iwai · 4 years, 9 months ago
  15. 5461e05 ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checks by Takashi Iwai · 4 years, 10 months ago
  16. 3bbf9e2 ALSA: pcm: oss: Simplify plugin frame size calculations by Takashi Iwai · 4 years, 10 months ago
  17. cf4afed9 Merge branch 'for-linus' into for-next by Takashi Iwai · 4 years, 10 months ago
  18. f2ecf90 ALSA: pcm: oss: Avoid plugin buffer overflow by Takashi Iwai · 4 years, 10 months ago
  19. 146f669 ALSA: pcm: oss: Unlock mutex temporarily for sleeping at read/write by Takashi Iwai · 4 years, 11 months ago
  20. 9478bd4 ALSA: core: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  21. ba71d22 ALSA: pcm: Use standard macros for fixing PCM format cast by Takashi Iwai · 5 years ago
  22. b40fe4b ALSA: oss: More constifications by Takashi Iwai · 5 years ago
  23. 454f5ec1 ALSA: mixer: oss: Constify snd_mixer_oss_assign_table definition by Takashi Iwai · 5 years ago
  24. 3cf2890 Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
  25. 4cc8d65 ALSA: pcm: oss: Avoid potential buffer overflows by Takashi Iwai · 5 years ago
  26. 2022ca0 compat_ioctl: remove translation for sound ioctls by Arnd Bergmann · 6 years ago
  27. 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
  28. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  29. 92bfa66 ALSA: pcm: oss: Use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  30. f4fa968 ALSA: core: Don't refer to snd_cards array directly by Takashi Iwai · 6 years ago
  31. ca0214e ALSA: pcm: Fix possible OOB access in PCM oss plugins by Takashi Iwai · 6 years ago
  32. de89750 ALSA: pcm: Drop unused snd_pcm_substream.file field by Takashi Iwai · 6 years ago
  33. 65766ee ALSA: oss: Use kvzalloc() for local buffer allocations by Takashi Iwai · 6 years ago
  34. 6f128fa4 ALSA: pcm: signedness bug in snd_pcm_plug_alloc() by Dan Carpenter · 6 years ago
  35. 5a6cd13 ALSA: pcm: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  36. f8b6c0c ALSA: pcm: Fix sparse warning wrt PCM format type by Takashi Iwai · 6 years ago
  37. 191bb51 ALSA: pcm: Use standard lower_32_bits() and upper_32_bits() by Takashi Iwai · 6 years ago
  38. 6a73cf4 sound: Use octal not symbolic permissions by Joe Perches · 7 years ago
  39. e15dc99 ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation by Takashi Iwai · 7 years ago
  40. bc334cb Merge branch 'for-next' into for-linus by Takashi Iwai · 7 years ago
  41. f6d297d ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls by Takashi Iwai · 7 years ago
  42. 5607ddd ALSA: pcm: potential uninitialized return values by Dan Carpenter · 7 years ago
  43. 40cab6e ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams by Takashi Iwai · 7 years ago
  44. 02a5d69 ALSA: pcm: Avoid potential races between OSS ioctls and read/write by Takashi Iwai · 7 years ago
  45. 01c0b42 ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats() by Takashi Iwai · 7 years ago
  46. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  47. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  48. c64ed5d ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation by Takashi Iwai · 7 years ago
  49. 9dd55cb Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  50. 900498a ALSA: pcm: Allow aborting mutex lock at OSS read/write loops by Takashi Iwai · 7 years ago
  51. 29159a4 ALSA: pcm: Abort properly at pending signal in OSS read/write loops by Takashi Iwai · 7 years ago
  52. 6708913 ALSA: pcm: Add missing error checks in OSS emulation plugin builder by Takashi Iwai · 7 years ago
  53. 7a0a871 ALSA: pcm: Set config update bits only when really changed by Takashi Iwai · 7 years ago
  54. fe08f34 ALSA: pcm: Remove incorrect snd_BUG_ON() usages by Takashi Iwai · 7 years ago
  55. 680ef72 sound: annotate ->poll() instances by Al Viro · 8 years ago
  56. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  57. 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
  58. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  59. 35f8001 ALSA: core: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 8 years ago
  60. fed5794 ALSA: pcm: Build OSS writev/readv helpers conditionally by Takashi Iwai · 8 years ago
  61. 13f72c8 ALSA: pcm: Kill set_fs() in PCM OSS layer by Takashi Iwai · 8 years ago
  62. dcab5fb ALSA: pcm/oss: mark snd_pcm_plug_slave_format arg as const by Arnd Bergmann · 8 years ago
  63. e76bf3c ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kernel stack by Takashi Sakamoto · 8 years ago
  64. b55f9fd ALSA: pcm: use helper function to refer parameter as read-only by Takashi Sakamoto · 8 years ago
  65. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  66. 658355b5 ALSA: oss: don't opencode IS_REACHABLE() by Fabian Frederick · 8 years ago
  67. b248371 ALSA: pcm: Fix potential deadlock in OSS emulation by Takashi Iwai · 9 years ago
  68. 4632537 ALSA: oss: consolidate kmalloc/memset 0 call to kzalloc by Nicholas Mc Guire · 9 years ago
  69. 83266b6 ALSA: Fix compat_ioctl handling for OSS emulations by Takashi Iwai · 9 years ago
  70. 5a1f8c4 ALSA: oss: underflow in snd_mixer_oss_proc_write() by Dan Carpenter · 9 years ago
  71. cd6a650 ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS by Jie Yang · 10 years ago
  72. ec0e993 ALSA: core: Drop superfluous error/debug messages after malloc failures by Takashi Iwai · 10 years ago
  73. f6dbe1b ALSA: snd_pcm_oss_period_size: Use round{up,down}_pow_of_two() by Lars-Peter Clausen · 10 years ago
  74. 61efcee ALSA: oss: Use standard printk helpers by Takashi Iwai · 11 years ago
  75. 80d7d77 ALSA: Drop unused name argument in snd_register_oss_device() by Takashi Iwai · 11 years ago
  76. 701ef32 ALSA: core: fix NULL checking in snd_pcm_plug_slave_size() by Xi Wang · 12 years ago
  77. 9af4e7f ALSA: core: fix NULL checking in snd_pcm_plug_client_size() by Xi Wang · 12 years ago
  78. 8bb4d9c ALSA: Fix card refcount unbalance by Takashi Iwai · 12 years ago
  79. 0914f79 ALSA: Avoid endless sleep after disconnect by Takashi Iwai · 12 years ago
  80. a0830db ALSA: Add a reference counter to card instance by Takashi Iwai · 12 years ago
  81. 1f3b140 ALSA: fix possible memory leak in snd_mixer_oss_build_input() by Wei Yongjun · 12 years ago
  82. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
  83. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  84. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  85. f92766b ALSA: oss-mixer - use strlcpy() instead strcpy() by Dan Carpenter · 13 years ago
  86. 78fa2c4 ALSA: core: remove unused variables. by Luca Tettamanti · 14 years ago
  87. fea952e ALSA: core: sparse cleanups by Clemens Ladisch · 14 years ago
  88. 3daa7ea ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near() by Jesper Juhl · 14 years ago
  89. 60686aa ALSA: Fix SNDCTL_DSP_RESET ioctl for OSS emulation by Takashi Iwai · 14 years ago
  90. e799d0b Merge remote branch 'alsa/devel' into topic/misc by Takashi Iwai · 14 years ago
  91. 838c364 ALSA: OSS mixer emulation - fix locking by Jaroslav Kysela · 14 years ago
  92. 9fe856e sound: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  93. 02f4865 ALSA: core - Define llseek fops by Takashi Iwai · 15 years ago
  94. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  95. e763692 ALSA: pcm_lib - return back hw_ptr_interrupt by Jaroslav Kysela · 15 years ago
  96. f240406 ALSA: pcm_lib - cleanup & merge hw_ptr update functions by Jaroslav Kysela · 15 years ago
  97. ad1cd74 ALSA: rename "PC Speaker" controls to "Speaker" by Jaroslav Kysela · 15 years ago
  98. d355c82a ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep" by Jaroslav Kysela · 15 years ago
  99. fa28519 Merge branch 'topic/oss' into for-linus by Takashi Iwai · 15 years ago
  100. 4f7454a ALSA: Add const prefix to proc helper functions by Takashi Iwai · 15 years ago