1. 998f26f ALSA: control: Fix racy management of user ctl memory size account by Takashi Iwai · 3 years, 9 months ago
  2. 66c6d1e ALSA: control: Add memory consumption limit to user controls by Takashi Sakamoto · 3 years, 9 months ago
  3. 016c205 ALSA: control - add the missing prev_lops2 initialization by Jaroslav Kysela · 3 years, 9 months ago
  4. 22d8de6 ALSA: control - add generic LED trigger module as the new control layer by Jaroslav Kysela · 3 years, 10 months ago
  5. 3f0638a ALSA: control - add layer registration routines by Jaroslav Kysela · 3 years, 10 months ago
  6. 1fa4445 ALSA: control - introduce snd_ctl_notify_one() helper by Jaroslav Kysela · 3 years, 10 months ago
  7. 75b1a8f ALSA: Convert strlcpy to strscpy when return value is unused by Joe Perches · 4 years ago
  8. afcfbcb ALSA: core: Use DIV_ROUND_UP() instead of open-coding it by Lars-Peter Clausen · 4 years, 1 month ago
  9. 95a793c ALSA: ctl: fix error path at adding user-defined element set by Takashi Sakamoto · 4 years, 2 months ago
  10. f7b6603 ALSA: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 3 months ago
  11. 6564d0a ALSA: ctl: Workaround for lockdep warning wrt card->ctl_files_rwlock by Takashi Iwai · 4 years, 4 months ago
  12. 18d122c ALSA: compat_ioctl: avoid compat_alloc_user_space by Arnd Bergmann · 4 years, 4 months ago
  13. 3b2549a ALSA: control: potential uninitialized return value by Dan Carpenter · 5 years ago
  14. fbd3eb7 ALSA: control: Add verification for kctl accesses by Takashi Iwai · 5 years ago
  15. f15ee21 ALSA: core: Constify snd_device_ops definitions by Takashi Iwai · 5 years ago
  16. d61fe22 ALSA: ctl: allow TLV read operation for callback type of element in locked case by Takashi Sakamoto · 5 years ago
  17. ff16351 ALSA: ctl: remove dimen member from elem_info structure by Takashi Sakamoto · 5 years ago
  18. 3c53c62 Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 6 years ago
  19. 65be958 ALSA: control: Use struct_size() by Takashi Iwai · 6 years ago
  20. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  21. c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
  22. 3103c08 ALSA: control: Consolidate helpers for adding and replacing ctl elements by Takashi Iwai · 6 years ago
  23. e1a7bfe ALSA: control: Fix race between adding and removing a user element by Takashi Iwai · 6 years ago
  24. 1ba7862 ALSA: control: Fix missing __user annotation by Takashi Iwai · 7 years ago
  25. dd5f313 ALSA: control: Fix a bunch of whitespace errors by Richard Fitzgerald · 7 years ago
  26. 5a23699 ALSA: control: Fix memory corruption risk in snd_ctl_elem_read by Richard Fitzgerald · 7 years ago
  27. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  28. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  29. 59aeaf3 snd_ctl_elem_init_enum_names(): switch to vmemdup_user() by Al Viro · 7 years ago
  30. 88a8903 replace_user_tlv(): switch to vmemdup_user() by Al Viro · 7 years ago
  31. 680ef72 sound: annotate ->poll() instances by Al Viro · 8 years ago
  32. 7d8e829 ALSA: Get rid of card power_lock by Takashi Iwai · 7 years ago
  33. b8e2204 ALSA: control: TLV data is unavailable at initial state of user-defined element set by Takashi Sakamoto · 7 years ago
  34. da42882 ALSA: control: queue TLV event for a set of user-defined element by Takashi Sakamoto · 7 years ago
  35. fb8027e ALSA: control: delegate TLV eventing to each driver by Takashi Sakamoto · 7 years ago
  36. 241bc82 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  37. 88c54cd ALSA: core: Fix unexpected error at replacing user TLV by Takashi Iwai · 7 years ago
  38. 5bbb1ab ALSA: control: use counting semaphore as write lock for ELEM_WRITE operation by Takashi Sakamoto · 7 years ago
  39. becf9e5 ALSA: control: code refactoring for ELEM_READ/ELEM_WRITE operations by Takashi Sakamoto · 7 years ago
  40. 7b42cfa ALSA: control: queue events within locking of controls_rwsem for ELEM_WRITE operation by Takashi Sakamoto · 7 years ago
  41. 6d4d41f ALSA: control: code refactoring for TLV request handler to user element set by Takashi Sakamoto · 7 years ago
  42. 450296f ALSA: control: code refactoring TLV ioctl handler by Takashi Sakamoto · 7 years ago
  43. 30d8340 ALSA: control: obsolete user_ctl_lock by Takashi Sakamoto · 7 years ago
  44. 4c8099e ALSA: control: use counting semaphore as write lock for TLV write/command operations by Takashi Sakamoto · 7 years ago
  45. 28a0989 ALSA: control: queue events within locking of controls_rwsem for TLV operation by Takashi Sakamoto · 7 years ago
  46. 920f2ec Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  47. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  48. 4e361d3 ALSA: control: remove entry limitation for list operation by Takashi Sakamoto · 8 years ago
  49. 53e7bf4 ALSA: control: Simplify snd_ctl_elem_list() implementation by Takashi Iwai · 8 years ago
  50. 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
  51. cf81d6b Merge branch 'for-next' into for-linus by Takashi Iwai · 8 years ago
  52. f388cdc ALSA: ctl: Stop notification after disconnection by Takashi Iwai · 9 years ago
  53. 860c199 ALSA: control: add dimension validator for userspace elements by Takashi Sakamoto · 9 years ago
  54. c0bcdbd ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0 by Takashi Iwai · 9 years ago
  55. e1c78df ALSA: ctl: fix to handle several elements added by one operation for userspace element by Takashi Sakamoto · 10 years ago
  56. c30cf8c ALSA: control: Fix a typo of SNDRV_CTL_ELEM_ACCESS_TLV_* with SNDRV_CTL_TLV_OP_* by Takashi Iwai · 10 years ago
  57. cab2ed7 ALSA: ctl: fill identical information to return value when adding userspace elements by Takashi Sakamoto · 10 years ago
  58. c378c3b ALSA: ctl: fix a bug to return no identical information in info operation for userspace controls by Takashi Sakamoto · 10 years ago
  59. c78497e ALSA: ctl: confirm to return all identical information in 'activate' event by Takashi Sakamoto · 10 years ago
  60. 39d1186 ALSA: ctl: evaluate macro instead of numerical value by Takashi Sakamoto · 10 years ago
  61. e79d74a ALSA: control: Fix breakage of user ctl element addition by Takashi Iwai · 10 years ago
  62. e6826ef Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  63. be3bb82 ALSA: control: Add sanity checks for user ctl id name string by Takashi Iwai · 10 years ago
  64. ec0e993 ALSA: core: Drop superfluous error/debug messages after malloc failures by Takashi Iwai · 10 years ago
  65. 2225e79 ALSA: core: reduce stack usage related to snd_ctl_new() by Takashi Sakamoto · 10 years ago
  66. 4ed5666 ALSA: core: use precomputed table to check userspace control params by Takashi Sakamoto · 10 years ago
  67. e6ff384 ALSA: control: fix failure to return new numerical ID in 'replace' event data by Takashi Sakamoto · 10 years ago
  68. d34890c ALSA: control: fix failure to return numerical ID in 'add' event by Takashi Sakamoto · 10 years ago
  69. 40a4b26 ALSA: Simplify snd_device_register() variants by Takashi Iwai · 10 years ago
  70. 0fcd9f4 ALSA: control: Embed struct device by Takashi Iwai · 10 years ago
  71. 23c18d4 ALSA: control: Provide a helper to look for the preferred subdevice by Takashi Iwai · 11 years ago
  72. 31584ed ALSA: snd_ctl_activate_id(): Fix index look-up by Lars-Peter Clausen · 10 years ago
  73. 12cddbd ALSA: control: Add missing kerneldoc comments to exported functions by Takashi Iwai · 10 years ago
  74. a7e6fb9 ALSA: control: Allow to pass items zero to snd_ctl_enum_info() by Takashi Iwai · 10 years ago
  75. df803e1 ALSA: control: Warn if too long string is passed to snd_ctl_enum_info() by Takashi Iwai · 10 years ago
  76. 0cea76f ALSA: control: Define SNDRV_CTL_TLV_OP_* constants by Takashi Iwai · 10 years ago
  77. 883a1d4 ALSA: control: Make sure that id->index does not overflow by Lars-Peter Clausen · 11 years ago
  78. ac902c1 ALSA: control: Handle numid overflow by Lars-Peter Clausen · 11 years ago
  79. fd9f26e ALSA: control: Don't access controls outside of protected regions by Lars-Peter Clausen · 11 years ago
  80. 82262a46 ALSA: control: Fix replacing user controls by Lars-Peter Clausen · 11 years ago
  81. 07f4d9d ALSA: control: Protect user controls against concurrent access by Lars-Peter Clausen · 11 years ago
  82. bb00945 ALSA: control: Use standard printk helpers by Takashi Iwai · 11 years ago
  83. 8eeaa2f ALSA: Replace with IS_ENABLED() by Takashi Iwai · 11 years ago
  84. eb7c06e ALSA: add/change some comments describing function return values by Yacine Belkadi · 12 years ago
  85. 0914f79 ALSA: Avoid endless sleep after disconnect by Takashi Iwai · 12 years ago
  86. a0830db ALSA: Add a reference counter to card instance by Takashi Iwai · 12 years ago
  87. a8d372f ALSA: control: Fix missing VOLATILE flag at creating controls by Takashi Iwai · 12 years ago
  88. bd483d4 ALSA: control - Fixe a trailing white space error by Jeffrin Jose · 13 years ago
  89. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  90. 447c6f9 ALSA: control: remove compilation warning on 32-bit by Olof Johansson · 13 years ago
  91. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  92. 8d44816 ALSA: control: add support for ENUMERATED user space controls by Clemens Ladisch · 13 years ago
  93. 08ede03 ALSA: core: release the constraint check for replace ops by Lu Guanqun · 13 years ago
  94. 983929c ALSA: core: trivial code style fix by Lu Guanqun · 13 years ago
  95. 78fa2c4 ALSA: core: remove unused variables. by Luca Tettamanti · 14 years ago
  96. 66b5b97 ALSA: Add snd_ctl_replace() to dynamically replace a control by Dimitris Papastamos · 14 years ago
  97. d351cf4 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 14 years ago
  98. 3cbdd75 ALSA: Add snd_ctl_activate_id() by Takashi Iwai · 16 years ago
  99. 0e82e5f ALSA: control: clean up snd_ctl_hole_check() by Clemens Ladisch · 14 years ago
  100. 7c73358 ALSA: control: fix numid conflict check for new controls by Clemens Ladisch · 14 years ago