1. f2bb614 ALSA: line6: Clear prev_fbuf and prev_fsize properly by Takashi Iwai · 10 years ago
  2. 3d3ae44 ALSA: line6: Fix racy loopback handling by Takashi Iwai · 10 years ago
  3. d6ca69d ALSA: line6: Minor tidy up in line6_probe() by Takashi Iwai · 10 years ago
  4. aca514b ALSA: line6: Let snd_card_new() allocate private data by Takashi Iwai · 10 years ago
  5. f66fd99 ALSA: line6: Drop interface argument from private_init and disconnect callbacks by Takashi Iwai · 10 years ago
  6. 62a109d ALSA: line6: Skip volume manipulation during silence copying by Takashi Iwai · 10 years ago
  7. c849153 ALSA: line6: Do clipping in volume / monitor manipulations by Takashi Iwai · 10 years ago
  8. e90576c ALSA: line6: Consolidate PCM stream buffer allocation and free by Takashi Iwai · 10 years ago
  9. ccaac9e ALSA: line6: Use dev_err() by Takashi Iwai · 10 years ago
  10. d8131e6 ALSA: line6: Consolidate URB unlink and sync helpers by Takashi Iwai · 10 years ago
  11. ad0119a ALSA: line6: Rearrange PCM structure by Takashi Iwai · 10 years ago
  12. ab5cdcb ALSA: line6: Drop voodoo workarounds by Takashi Iwai · 10 years ago
  13. 9fb754b ALSA: line6: Use incremental loop by Takashi Iwai · 10 years ago
  14. f2a7622 ALSA: line6: Drop superfluous spinlock for trigger by Takashi Iwai · 10 years ago
  15. 5343ecf4 ALSA: line6: Fix the error recovery in line6_pcm_acquire() by Takashi Iwai · 10 years ago
  16. 6aa7f8e ALSA: line6: Use logical OR by Takashi Iwai · 10 years ago
  17. eab22e4 ALSA: line6: Fix missing error handling in line6_pcm_acquire() by Takashi Iwai · 10 years ago
  18. bc518ba ALSA: line6: Reduce superfluous spinlock in midi.c by Takashi Iwai · 10 years ago
  19. b55004f ALSA: line6: Remove unused line6_nop_read() by Takashi Iwai · 10 years ago
  20. 6b562f6 ALSA: line6: Fix memory leak at probe error path by Takashi Iwai · 10 years ago
  21. 644d908 ALSA: line6: Minor refactoring by Takashi Iwai · 10 years ago
  22. f44edd7 ALSA: line6/toneport: Implement LED controls via LED class by Takashi Iwai · 10 years ago
  23. bf115fc ALSA: line6/toneport: Fix wrong argument for toneport_has_led() by Takashi Iwai · 10 years ago
  24. eedd0e9 ALSA: line6: Don't forget to call driver's destructor at error path by Takashi Iwai · 10 years ago
  25. 6dd1c05 ALSA: line6/toneport: Move setup_timer() at the beginning by Takashi Iwai · 10 years ago
  26. 8a3b7c0 ALSA: line6: Remove superfluous NULL checks in each driver by Takashi Iwai · 10 years ago
  27. 2a324fc ALSA: line6: Abort if inconsistent usbdev is found at disconnect by Takashi Iwai · 10 years ago
  28. 270fd9c ALSA: line6: Yet more cleanup of superfluous NULL checks by Takashi Iwai · 10 years ago
  29. c078a4a ALSA: line6: Remove driver version from header comment by Chris Rorvick · 10 years ago
  30. c6fffce ALSA: line6: Refer to manufacturer as "Line 6" by Chris Rorvick · 10 years ago
  31. 35ae48a ALSA: line6: Remove superfluous NULL checks by Chris Rorvick · 10 years ago
  32. 4d79fb1 ALSA: line6: Drop line6_send_program() and line6_transmit_parameter() by Takashi Iwai · 10 years ago
  33. 7372319 ALSA: line6: Make line6_send_raw_message() static by Takashi Iwai · 10 years ago
  34. 5a47531 ALSA: line6: Sync PCM stop at disconnect by Takashi Iwai · 10 years ago
  35. 31ca192 ALSA: line6: Remove superfluous disconnect call in suspend handler by Takashi Iwai · 10 years ago
  36. b2a3b02 ALSA: line6: Remove CHECK_RETURN macro by Takashi Iwai · 10 years ago
  37. 10e3a02 ALSA: line6: Drop MISSING_CASE macro by Takashi Iwai · 10 years ago
  38. 2cd53fa ALSA: line6: Remove driver version string by Takashi Iwai · 10 years ago
  39. 85a9339 ALSA: line6: Reorganize card resource handling by Takashi Iwai · 10 years ago
  40. 84ac9bb ALSA: line6: Drop superfluous irqsave/irqrestore in PCM trigger callback by Takashi Iwai · 10 years ago
  41. 7d70c81 ALSA: line6: Don't handle PCM trigger for other cards by Takashi Iwai · 10 years ago
  42. a019f5e ALSA: line6: Remove superfluous out-of-memory error messages by Takashi Iwai · 10 years ago
  43. 45a82f1 ALSA: line6: Drop usb_device sysfs symlink by Takashi Iwai · 10 years ago
  44. 988d350 ALSA: line6: Drop invalid SNDRV_PCM_INFO_RESUME flag by Takashi Iwai · 10 years ago
  45. aaa68d2 ALSA: line6: Drop superfluous snd_device for rawmidi by Takashi Iwai · 10 years ago
  46. b45a7c5 ALSA: line6: Drop superfluous snd_device for PCM by Takashi Iwai · 10 years ago
  47. 075587b ALSA: line6: Handle impulse response via control API by Takashi Iwai · 10 years ago
  48. ccddbe4 ALSA: line6: Split to each driver by Takashi Iwai · 10 years ago
  49. 0f2524b ALSA: line6: Use setup_timer() and mod_timer() by Takashi Iwai · 10 years ago
  50. 61864d8 ALSA: move line6 usb driver into sound/usb by Takashi Iwai · 10 years ago
  51. d29b854 staging: line6: Make *_disconnect() functions static by Chris Rorvick · 10 years ago
  52. a46c467 staging: line6: Call *_disconnect() via pointer by Chris Rorvick · 10 years ago
  53. 01f6b2b staging: line6: Call *_process_message() via pointer by Chris Rorvick · 10 years ago
  54. 1cad3e8 staging: line6: Pass *_process_message() `usb_line6' pointers by Chris Rorvick · 10 years ago
  55. a221dd4 staging: line6: Pass *_init() `usb_line6' pointers by Chris Rorvick · 10 years ago
  56. 16d603d staging: line6: Move audio endpoints to properties by Chris Rorvick · 10 years ago
  57. b95d2e4 staging: line6: Remove stale Pocket POD PCM endpoints by Chris Rorvick · 10 years ago
  58. 9e165be staging: line6: Move control endpoints to properties by Chris Rorvick · 10 years ago
  59. 7b9584f staging: line6: Move altsetting to properties by Chris Rorvick · 10 years ago
  60. b98a811 staging: line6: Filter on UX2 interfaces by Chris Rorvick · 10 years ago
  61. 3a3eae6 staging: line6: Filter on Pocket POD interface by Chris Rorvick · 10 years ago
  62. 951dd31 staging: line6: Split out POD HD500 interfaces by Chris Rorvick · 10 years ago
  63. 7ad0731 staging: line6: Split out PODxt Live interfaces by Chris Rorvick · 10 years ago
  64. 7b3e4d4 staging: line6: List out capabilities individually by Chris Rorvick · 10 years ago
  65. 4d94754 staging: line6: Use explicit indexes when defining properties by Chris Rorvick · 10 years ago
  66. 4cb1a4a staging: line6: Rename capability macros by Chris Rorvick · 10 years ago
  67. 5a85847 staging: line6: Remove useless comments by Chris Rorvick · 10 years ago
  68. f45be7d staging: line6: Remove idVendor and idProduct macros by Chris Rorvick · 10 years ago
  69. a23a8bf staging: line6: Key off of device type by Chris Rorvick · 10 years ago
  70. c33a20b staging: line6: Index properties array with device type by Chris Rorvick · 10 years ago
  71. 410dca8 staging: line6: Define a device type enum by Chris Rorvick · 10 years ago
  72. daf54a5 staging: line6: Cleanup device table by Chris Rorvick · 10 years ago
  73. e45bfe5 staging: line6: Remove unsupported X3 devices by Chris Rorvick · 10 years ago
  74. c667ee1 staging: line6: Remove line6_pod_transmit_paramter() by Chris Rorvick · 10 years ago
  75. 5c3396f staging: line6: Remove `device_bit' from properties by Chris Rorvick · 10 years ago
  76. 690ea44 Staging: line6: remove spaces before commas. by Jonas Lundqvist · 10 years ago
  77. a248ce0 staging: line6: toneport.c: Fix for possible null pointer dereference by Rickard Strandqvist · 10 years ago
  78. eaa27f3 linux 3.19-rc4 by Linus Torvalds · 10 years ago
  79. 0cbaed1 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  80. 505569d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  81. 5ab551d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  82. ddb321a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  83. 1e6c3e8 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  84. b800c91 mm: fix corner case in anon_vma endless growing prevention by Konstantin Khlebnikov · 10 years ago
  85. 690eac5 mm: Don't count the stack guard page towards RLIMIT_STACK by Linus Torvalds · 10 years ago
  86. 8e654dd Merge branch 'core/urgent' into locking/urgent, to collect all pending locking fixes by Ingo Molnar · 10 years ago
  87. 4850d37 Merge tag 'vfio-v3.19-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  88. aff8ad5 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  89. eb74926 Merge tag 'sound-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  90. 28023d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  91. 1dd34da Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  92. d80b34c9 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  93. aa92913 Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 10 years ago
  94. dc9319f Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  95. 20ebb34 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  96. 03c751a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  97. b3d574a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  98. 1e34792 ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile error by Victor Kamensky · 10 years ago
  99. 606185b HID: roccat: potential out of bounds in pyra_sysfs_write_settings() by Dan Carpenter · 10 years ago
  100. a63b03e mutex: Always clear owner field upon mutex_unlock() by Chris Wilson · 10 years ago