1. f02f2f1 ALSA: usx2y: Prefer struct_size over open coded arithmetic by Len Baker · 3 years, 3 months ago
  2. ea57e87 ALSA: usx2y: fix spelling mistakes by gushengxian · 3 years, 6 months ago
  3. f20fdd4 Merge branch 'topic/pci-rescan-prep-v2' into for-next by Takashi Iwai · 3 years, 7 months ago
  4. b6cc78d ALSA: Drop superfluous argument from snd_power_wait() by Takashi Iwai · 3 years, 7 months ago
  5. e8bfa15 ALSA: usx2y: Nuke pcm_list by Takashi Iwai · 3 years, 7 months ago
  6. 2ac7a12 ALSA: usx2y: Cleanup probe and disconnect callbacks by Takashi Iwai · 3 years, 7 months ago
  7. cae0cf6 ALSA: usx2y: Don't call free_pages_exact() with NULL address by Takashi Iwai · 3 years, 7 months ago
  8. 64a06f1 ALSA: usx2y: Fix shmem initialization by Takashi Iwai · 3 years, 7 months ago
  9. c1f2484 ALSA: usxy2: Fix potential doubly allocations by Takashi Iwai · 3 years, 7 months ago
  10. 02d382a ALSA: usx2y: Fix potential memory leaks by Takashi Iwai · 3 years, 7 months ago
  11. a11aa85 ALSA: usx2y: Avoid self-killing by Takashi Iwai · 3 years, 7 months ago
  12. 4e268db ALSA: usx2y: Fix potential leaks of uninitialized memory by Takashi Iwai · 3 years, 7 months ago
  13. a829dd5 ALSA: usx2y: Coding style fixes by Takashi Iwai · 3 years, 7 months ago
  14. 4c0a58e ALSA: usx2y: Fix spaces by Takashi Iwai · 3 years, 7 months ago
  15. bae3ce4 ALSA: usx2y: Avoid camelCase by Takashi Iwai · 3 years, 7 months ago
  16. 6417f03 module: remove never implemented MODULE_SUPPORTED_DEVICE by Leon Romanovsky · 3 years, 10 months ago
  17. f246023 sound: usx2y: move to use usb_control_msg_send() by Greg Kroah-Hartman · 4 years, 3 months ago
  18. 3b7672c Revert "sound: usx2y: move to use usb_control_msg_send()" by Oliver Neukum · 4 years, 3 months ago
  19. ec8eece sound: usx2y: move to use usb_control_msg_send() by Greg Kroah-Hartman · 4 years, 3 months ago
  20. 9ad06eb ALSA: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  21. 7686e34 ALSA: usx2y: Fix potential NULL dereference by Takashi Iwai · 4 years, 8 months ago
  22. ffd11d1 ALSA: usx2y: use for_each_pcm_streams() macro by Kuninori Morimoto · 4 years, 11 months ago
  23. 7ec03ff ALSA: usx2y: More constifications by Takashi Iwai · 5 years ago
  24. 4962447 ALSA: usx2y: Constify struct snd_usb_audio_quirk entries by Takashi Iwai · 5 years ago
  25. 2ead9d0 ALSA: usb: Constify snd_pcm_hardware definitions by Takashi Iwai · 5 years ago
  26. df4654b ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_status by Nathan Chancellor · 5 years ago
  27. 9c0d064 ALSA: usb: Drop superfluous ioctl PCM ops by Takashi Iwai · 5 years ago
  28. 3f0c972 ALSA: usx2y: Use managed buffer allocation by Takashi Iwai · 5 years ago
  29. 0af0a4f ALSA: usb: Remove superfluous snd_dma_continuous_data() by Takashi Iwai · 5 years ago
  30. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  31. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  32. cbb88db ALSA: usx2y: fix a double free bug by Wenwen Wang · 6 years ago
  33. 36b8def ALSA: us122l: Use alloc_pages_exact() by Takashi Iwai · 6 years ago
  34. 734b5a0 ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, take#2 by Takashi Iwai · 6 years ago
  35. a2c6433 ALSA: usx2y: Fix potential NULL pointer dereference by Aditya Pakki · 6 years ago
  36. 4d1b530 ALSA: usb: Drop superfluous PCM preallocation error checks by Takashi Iwai · 6 years ago
  37. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  38. 2958105 ALSA: usx2y: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  39. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  40. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  41. 3d46d71 usx2y: don't bother with memdup_user() for 16-byte structure by Al Viro · 7 years ago
  42. fc1c428 usx2y: don't bother with access_ok() in ->dsp_load() by Al Viro · 7 years ago
  43. 680ef72 sound: annotate ->poll() instances by Al Viro · 7 years ago
  44. 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
  45. f9a1c37 ALSA: usx2y: Fix invalid stream URBs by Takashi Iwai · 7 years ago
  46. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  47. 1f10034 ALSA: usx2y: Add sanity checks for invalid EPs by Takashi Iwai · 7 years ago
  48. 7682e39 ALSA: usx2y: Suppress kernel warning at page allocation failures by Takashi Iwai · 7 years ago
  49. d2d9770 ALSA: usx2y: Use common error handling code in submit_urbs() by Markus Elfring · 7 years ago
  50. 80753cd ALSA: us122l: Use common error handling code in us122l_create_card() by Markus Elfring · 7 years ago
  51. 10304d7 ALSA: usx2y: Put missing KERN_CONT prefix by Takashi Iwai · 7 years ago
  52. 31cb1fb ALSA: usb: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  53. 6fd9ff7 ALSA: usx2y: Delete an error message for a failed memory allocation in two functions by Markus Elfring · 7 years ago
  54. 5e463d6 ALSA: usbusx2y: constify usb_device_id. by Arvind Yadav · 7 years ago
  55. 7ab64ae ALSA: us122l: constify usb_device_id. by Arvind Yadav · 7 years ago
  56. 5c7e7d5 ALSA: us122l: clean up US144 handling by Johan Hovold · 8 years ago
  57. a5f8661 ALSA: usb-audio: replace /proc/bus/usb by /dev/bus/usb by Mauro Carvalho Chehab · 8 years ago
  58. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  59. 82bd59b ALSA: usx2y: fix inconsistent indenting on if statement by Colin Ian King · 9 years ago
  60. 5da7f92 ALSA: usx2y: Move UAPI definition into include/uapi/sound/usb_stream.h by Takashi Iwai · 10 years ago
  61. 1fb8510 ALSA: pcm: Add snd_pcm_stop_xrun() helper by Takashi Iwai · 10 years ago
  62. e2439a5 ALSA: usx2y: Don't peep the card internal object by Takashi Iwai · 11 years ago
  63. 874b8d4 ALSA: usb: Convert to snd_card_new() with a device pointer by Takashi Iwai · 11 years ago
  64. ac536a8 ALSA: us122l: Fix pcm_usb_stream mmapping regression by Takashi Iwai · 11 years ago
  65. a9d14bc ALSA: snd-usb-usx2y: remove bogus frame checks by Daniel Mack · 11 years ago
  66. 68538bf Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next by Takashi Iwai · 11 years ago
  67. 85054b2 ALSA: usx2y: remove an unneeded check by Dan Carpenter · 11 years ago
  68. 5be1efb ALSA: usx2y: Fix unlocked snd_pcm_stop() call by Takashi Iwai · 11 years ago
  69. 0af49ff ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE() by Antonio Ospite · 12 years ago
  70. da177dd ALSA: usx2y: remove some old dead code by Dan Carpenter · 12 years ago
  71. c75c5ab ALSA: USB: adjust for changed 3.8 USB API by Clemens Ladisch · 12 years ago
  72. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  73. 6e8d5d2 ALSA: usx2y: Fix typo in usbusx2yaudio.c and usx2yhwdeppcm.c by Masanari Iida · 13 years ago
  74. a429638 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  75. d0f3a2e ALSA: snd-usb-us122l: Delete calls to preempt_disable by Karsten Wiese · 13 years ago
  76. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
  77. 424f075 USB: convert sound/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  78. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  79. 31623ca sound: add moduleparam.h to users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
  80. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  81. cdce2db ALSA: snd-usb-us122l: Fix missing NULL checks by Karsten Wiese · 14 years ago
  82. fa2eb00 sound: fixed typos by Andrea Gelmini · 14 years ago
  83. 1d2019f ALSA: sound/usb/usx2y: simplify conditional by Nicolas Kaiser · 14 years ago
  84. f09d045 Merge branch 'topic/usb' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into devel by Jaroslav Kysela · 15 years ago
  85. 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
  86. e577999 ALSA: usb-audio: refactor code by Daniel Mack · 15 years ago
  87. 3e1aebe ALSA: usb-audio: header file cleanups by Daniel Mack · 15 years ago
  88. de48c7b ALSA: usbaudio: consolidate header files by Daniel Mack · 15 years ago
  89. 2b6f6c0 ALSA: snd-usb-us122l: add product IDs of US-122MKII and US-144MKII by Tobias Hansen · 15 years ago
  90. a014bba sound: usxxx: cleanup chip field by Clemens Ladisch · 15 years ago
  91. d82af9f sound: usb: make the USB MIDI module more independent by Clemens Ladisch · 15 years ago
  92. e87a3dd Merge branch 'fix/misc' into topic/misc by Takashi Iwai · 15 years ago
  93. a688e48 ALSA: snd-usb-us122l: corrent error number for not probing US-144 on ehci-hcd by Tobias Hansen · 15 years ago
  94. f0f37e2f const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  95. 4f27234 ALSA: snd-usb-us122l: add support for US-144 by Tobias Hansen · 15 years ago
  96. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  97. 3f5d346 ALSA: usx2y - reparent sound device by Takashi Iwai · 15 years ago
  98. 2008f13 ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some drivers by Takashi Iwai · 16 years ago
  99. a7b554a Merge branch 'fix/usx2y' into for-linus by Takashi Iwai · 16 years ago
  100. 5d4af1b ALSA: us122l: add snd_us122l_free() by Karsten Wiese · 16 years ago