1. 9e226b4 ALSA: vmaster - Free slave-links when freeing the master element by Takashi Iwai · 13 years ago
  2. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  3. 9991357 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  4. 447c6f9 ALSA: control: remove compilation warning on 32-bit by Olof Johansson · 13 years ago
  5. b2409fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  6. d81a6d7 sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed by Paul Gortmaker · 13 years ago
  7. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  8. 31623ca sound: add moduleparam.h to users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
  9. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  10. f7b2bb8 ALSA: hwdep: silence integer overflow warning by Dan Carpenter · 13 years ago
  11. 68d99b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  12. d226657 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 13 years ago
  13. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  14. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  15. ffd3d5c ALSA: pcm - remove the dead code from snd_pcm_open_file() by Feng Tang · 13 years ago
  16. 8d44816 ALSA: control: add support for ENUMERATED user space controls by Clemens Ladisch · 13 years ago
  17. 9696cc9 Merge branch 'pm-qos' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  18. 7c2f8e4 ALSA: jack - Add "Line In" input jack constants by David Henningsson · 13 years ago
  19. f92766b ALSA: oss-mixer - use strlcpy() instead strcpy() by Dan Carpenter · 13 years ago
  20. 18a2b96 ALSA: pcm - Export snd_pcm_lib_default_mmap() helper by Takashi Iwai · 13 years ago
  21. bfb9035 treewide: Correct spelling of successfully in comments by Joe Perches · 13 years ago
  22. d5b702a ALSA: pcm: add snd_pcm_hw_rule_noresample() by Clemens Ladisch · 13 years ago
  23. 0308110 Merge branch 'fix/misc' into topic/misc by Takashi Iwai · 13 years ago
  24. 763437a ALSA: pcm - fix race condition in wait_for_avail() by Arjan van de Ven · 13 years ago
  25. e8db0be PM QoS: Move and rename the implementation files by Jean Pihet · 13 years ago
  26. 08ede03 ALSA: core: release the constraint check for replace ops by Lu Guanqun · 13 years ago
  27. 983929c ALSA: core: trivial code style fix by Lu Guanqun · 13 years ago
  28. 0a2d31b Merge branch 'fix/kconfig' into for-linus by Takashi Iwai · 13 years ago
  29. 94094c8 ALSA: timer - Add NULL-check for invalid slave timer by Takashi Iwai · 13 years ago
  30. 0584ffa ALSA: timer - Fix Oops at closing slave timer by Takashi Iwai · 13 years ago
  31. 0d7e92d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  32. ec2cf68 ALSA: rtctimer.c needs module.h by Randy Dunlap · 13 years ago
  33. ca9380f ALSA: sound/core/pcm_compat.c: adjust array index by Julia Lawall · 13 years ago
  34. 7562343 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  35. 0003230 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  36. e55d92b get rid of create_proc_entry() abuses - proc_mkdir() is there for purpose by Al Viro · 13 years ago
  37. acb03d4 ALSA: Make snd_pcm_debug_name usable outside pcm_lib by Eliot Blennerhassett · 13 years ago
  38. 3101ba0 ALSA: Use krealloc() in possible places by Takashi Iwai · 13 years ago
  39. b3c705a ALSA: rawmidi - Use workq for event handling by Takashi Iwai · 13 years ago
  40. 890ee02 ALSA: Use %pV for snd_printk() by Takashi Iwai · 13 years ago
  41. 78fa2c4 ALSA: core: remove unused variables. by Luca Tettamanti · 13 years ago
  42. f2b3614 ALSA: PCM - Don't check DMA time-out too shortly by Takashi Iwai · 13 years ago
  43. 02e5fbf Merge branch 'topic/misc' into for-linus by Takashi Iwai · 13 years ago
  44. 217658f ALSA: sound, core, pcm_lib: fix xrun_log by Ben Gardiner · 13 years ago
  45. ec08b14 ALSA: sound, core, pcm_lib: xrun_log: log also in_interrupt by Ben Gardiner · 13 years ago
  46. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  47. d8e4f9a ALSA: core - Don't use "default' for default by Takashi Iwai · 13 years ago
  48. 17fbb5b Merge branch 'fix/misc' into topic/misc by Takashi Iwai · 13 years ago
  49. 12ff414 ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0() by Kelly Anderson · 13 years ago
  50. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  51. cdccfc8 Merge branch 'fix/misc' into topic/misc by Takashi Iwai · 13 years ago
  52. a45e3d6 ALSA: Fix yet another race in disconnection by Takashi Iwai · 13 years ago
  53. 3674f19 ALSA: vmalloc buffers should use normal mmap by Benjamin Herrenschmidt · 13 years ago
  54. 66b5b97 ALSA: Add snd_ctl_replace() to dynamically replace a control by Dimitris Papastamos · 13 years ago
  55. d351cf4 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 13 years ago
  56. 27b92d4 Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 13 years ago
  57. 5b7c757 ALSA: sound/core: merge list_del()/list_add_tail() to list_move_tail() by Nicolas Kaiser · 13 years ago
  58. cc99a08 Merge branch 'fix/misc' into topic/misc by Takashi Iwai · 13 years ago
  59. 3cbdd75 ALSA: Add snd_ctl_activate_id() by Takashi Iwai · 16 years ago
  60. 0e82e5f ALSA: control: clean up snd_ctl_hole_check() by Clemens Ladisch · 13 years ago
  61. 7c73358 ALSA: control: fix numid conflict check for new controls by Clemens Ladisch · 13 years ago
  62. b6aa63e sound:core:seq:seq_ports.c Remove one to many n's in a word. by Justin P. Mattock · 13 years ago
  63. eeda276b ALSA: fix one memory leak in sound jack by Lu Guanqun · 13 years ago
  64. fea952e ALSA: core: sparse cleanups by Clemens Ladisch · 13 years ago
  65. 2243c4d ALSA: hrtimer: remove superfluous tasklet invocation by Clemens Ladisch · 13 years ago
  66. b1d4f7f ALSA: hrtimer: handle delayed timer interrupts by Clemens Ladisch · 13 years ago
  67. 66dc918 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  68. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  69. e38302f Merge branch 'topic/misc' into for-linus by Takashi Iwai · 14 years ago
  70. 9600732 ALSA: core, oxygen, virtuoso: add an enum control info helper by Clemens Ladisch · 14 years ago
  71. 3daa7ea ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near() by Jesper Juhl · 14 years ago
  72. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  73. 87a1c8a ALSA: pcm: remember to always call va_end() on stuff that we va_start() by Jesper Juhl · 14 years ago
  74. 354d14b Merge branch 'topic/workq-update' into topic/misc by Takashi Iwai · 14 years ago
  75. 60686aa ALSA: Fix SNDCTL_DSP_RESET ioctl for OSS emulation by Takashi Iwai · 14 years ago
  76. 03cfe6f ALSA: support module on-demand loading for seq and timer by Kay Sievers · 14 years ago
  77. ea49b16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  78. 109fef9 ALSA: timer: automatically load the high-resolution timer by Clemens Ladisch · 14 years ago
  79. 47228e4 ALSA: pcm: optimize xrun detection in no-period-wakeup mode by Clemens Ladisch · 14 years ago
  80. 59ff878 ALSA: pcm: detect xruns in no-period-wakeup mode by Clemens Ladisch · 14 years ago
  81. ab69a49 ALSA: pcm: support for period wakeup disabling by Clemens Ladisch · 14 years ago
  82. c80c1d5 ALSA: sound/core/pcm_lib.c: Remove unnecessary semicolons by Joe Perches · 14 years ago
  83. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  84. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  85. 33081ad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  86. b9da057 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  87. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  88. 39aba96 driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices by Kay Sievers · 14 years ago
  89. 84cc5c0 Merge branch 'fix/misc' into topic/misc by Takashi Iwai · 14 years ago
  90. aa73aec ALSA: rawmidi: fix oops (use after free) when unloading a driver module by Clemens Ladisch · 14 years ago
  91. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  92. e799d0b Merge remote branch 'alsa/devel' into topic/misc by Takashi Iwai · 14 years ago
  93. 4e83998 Merge branch 'fix/misc' into topic/misc by Takashi Iwai · 14 years ago
  94. 838c364 ALSA: OSS mixer emulation - fix locking by Jaroslav Kysela · 14 years ago
  95. 5591bf0 ALSA: prevent heap corruption in snd_ctl_new() by Dan Rosenberg · 14 years ago
  96. 901d46d ALSA: pcm - Fix race with proc files by Takashi Iwai · 14 years ago
  97. 8699a0b ALSA: pcm - Fix unbalanced pm_qos_request by Takashi Iwai · 14 years ago
  98. 4437ecd ALSA: core: Allow card id change to the same string by Peter Ujfalusi · 14 years ago
  99. 47023ec sound: Use static const char * const where possible by Joe Perches · 14 years ago
  100. c8bdfac Merge branch 'fix/misc' into topic/misc by Takashi Iwai · 14 years ago