1. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  2. 6cf9515 ALSA: pcm: Fix return code in pcm_native.c by Sachin Kamat · 12 years ago
  3. 51d503d ALSA: PCM: Remove redundant null check before kfree by Sachin Kamat · 12 years ago
  4. d93cf06 various: Fix spelling of "registered" in comments. by Adam Buchbinder · 12 years ago
  5. 701ef32 ALSA: core: fix NULL checking in snd_pcm_plug_slave_size() by Xi Wang · 12 years ago
  6. 9af4e7f ALSA: core: fix NULL checking in snd_pcm_plug_client_size() by Xi Wang · 12 years ago
  7. 17a4adb Merge branch 'for-linus' into for-next by Takashi Iwai · 12 years ago
  8. 8bb4d9c ALSA: Fix card refcount unbalance by Takashi Iwai · 12 years ago
  9. a5d00dc Merge branch 'for-linus' into for-next by Takashi Iwai · 12 years ago
  10. 0914f79 ALSA: Avoid endless sleep after disconnect by Takashi Iwai · 12 years ago
  11. a0830db ALSA: Add a reference counter to card instance by Takashi Iwai · 12 years ago
  12. 9b0573c ALSA: PCM: Fix some races at disconnection by Takashi Iwai · 12 years ago
  13. 9c7066a ALSA: core: fix 64-bit SNDRV_PCM_IOCTL_STATUS ABI breakage by Clemens Ladisch · 12 years ago
  14. 4eeaaea ALSA: core: add hooks for audio timestamps by Pierre-Louis Bossart · 12 years ago
  15. 0e8014d ALSA: core: keep track of boundary wrap-around by Pierre-Louis Bossart · 12 years ago
  16. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  17. f5a246e Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  18. bdbf694 switch SNDRV_PCM_IOCTL_LINK to fget_light() by Al Viro · 12 years ago
  19. 9d069dc ALSA: Make snd_sgbuf_get_{ptr|addr}() available for non-SG cases by Takashi Iwai · 12 years ago
  20. fb4a977 ALSA: Compress - add codec parameter checks by Vinod Koul · 12 years ago
  21. 4dc040a ALSA: compress - move the buffer check by Vinod Koul · 12 years ago
  22. e5d6db8 Merge branch 'topic/tlv-chmap' into for-next by Takashi Iwai · 12 years ago
  23. b35cc82 ALSA: compress_core: integer overflow in snd_compr_allocate_buffer() by Dan Carpenter · 12 years ago
  24. 5efbc26 ALSA: Fix leftover chmap UNKNOWN -> MONO conversions by Takashi Iwai · 12 years ago
  25. 0528842 Merge branch 'for-linus' into for-next by Takashi Iwai · 12 years ago
  26. 81cb324 ALSA: compress_core: fix open flags test in snd_compr_open() by Dan Carpenter · 12 years ago
  27. 2dc6fbf ALSA: pcm - Use UNKNOWN chmap for mono streams by Takashi Iwai · 12 years ago
  28. 6e67683 ALSA: Remove VOLATILE flag from chmap ctls by Takashi Iwai · 12 years ago
  29. a8d372f ALSA: control: Fix missing VOLATILE flag at creating controls by Takashi Iwai · 12 years ago
  30. 2d3391e ALSA: PCM: channel mapping API implementation by Takashi Iwai · 12 years ago
  31. 14e4291 Merge branch 'fixes' of git://git.alsa-project.org/alsa-kernel into for-next by Takashi Iwai · 12 years ago
  32. 4266274 ALSA: remove the main version information by Jaroslav Kysela · 12 years ago
  33. 1f3b140 ALSA: fix possible memory leak in snd_mixer_oss_build_input() by Wei Yongjun · 12 years ago
  34. f0b433e Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 12 years ago
  35. 8dea9d3 ALSA: lto, sound: Fix export symbols for !CONFIG_MODULES by Andi Kleen · 12 years ago
  36. 6666cab Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  37. d30a0d8 Merge branch 'topic/next' into for-next by Takashi Iwai · 12 years ago
  38. c810f90 ALSA: PCM: Fix possible memory leaks in the error path by Takashi Iwai · 12 years ago
  39. b778b3f sound: use printk_get_level and printk_skip_level by Joe Perches · 12 years ago
  40. f0913cd Merge branch 'topic/misc' into for-next by Takashi Iwai · 12 years ago
  41. 1464189 ALSA: pcm: Make constraints lists const by Mark Brown · 12 years ago
  42. 4be77a5 ALSA: pcm: Add snd_pcm_rate_bit_to_rate() by Dimitris Papastamos · 12 years ago
  43. 8b21460 ALSA: compress_core: cleanup pointers on stop by Vinod Koul · 12 years ago
  44. 6b18f79 ALSA: compress_core: don't wake up on pause by Vinod Koul · 12 years ago
  45. 3509a03 ALSA: core: group read of pointer, tstamp and jiffies by Pierre-Louis Bossart · 12 years ago
  46. 382e6a8 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 12 years ago
  47. 4f7c39d ALSA: pcm - Add proper state checks to snd_pcm_drain() by Takashi Iwai · 12 years ago
  48. 0910c21 ALSA: pcm - Optimize the call of snd_pcm_update_hw_ptr() in read/write loop by Takashi Iwai · 12 years ago
  49. 779ae5a ALSA: Fix the card number limit of OSS-emulation by Takashi Iwai · 12 years ago
  50. a2e888f ALSA: jack: Update documention to reflect other userspace interfaces by Mark Brown · 12 years ago
  51. f2ec52d ALSA: fix core/vmaster.c kernel-doc warning by Randy Dunlap · 12 years ago
  52. 970e248 Documentation: remove references to /etc/modprobe.conf by Lucas De Marchi · 12 years ago
  53. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  54. ca3e929 Merge branch 'topic/jack' into for-linus by Takashi Iwai · 12 years ago
  55. cb3f2ad Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 12 years ago
  56. 44c76a9 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 12 years ago
  57. 1662591 ALSA: pcm - Avoid GFP_ATOMIC in snd_pcm_link() by Takashi Iwai · 12 years ago
  58. 4af87a9 ALSA: pcm: Constify the list in snd_pcm_hw_constraint_list by Mark Brown · 12 years ago
  59. bd483d4 ALSA: control - Fixe a trailing white space error by Jeffrin Jose · 12 years ago
  60. 2ad787e ALSA: Add a hook capability to vmaster controls by Takashi Iwai · 12 years ago
  61. 51990e8 device.h: cleanup users outside of linux/include (C files) by Paul Gortmaker · 12 years ago
  62. e7df2a3 ALSA: core - Refactor card id string creation code by Takashi Iwai · 12 years ago
  63. 53803ae ALSA: Use a define for the number of jack switch types by Mark Brown · 12 years ago
  64. 7913a49 ALSA: Fixed a trailing white space error by Jeffrin Jose · 12 years ago
  65. 945e503 ALSA: PCM - Add PCM creation API for internal PCMs. by Liam Girdwood · 12 years ago
  66. ea51e50 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 12 years ago
  67. ea9f7a6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  68. 769fab2 ALSA: Fix memory leak on error in snd_compr_set_params() by Jesper Juhl · 12 years ago
  69. d3569d1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  70. 5c845be ALSA: Don't prompt for CONFIG_SND_COMPRESS_OFFLOAD by Takashi Iwai · 13 years ago
  71. a429638 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  72. 9e4ce16 Merge branch 'topic/hda' into for-linus by Takashi Iwai · 13 years ago
  73. 40741dd ALSA: core: add makefile and kconfig file for compress by Vinod Koul · 13 years ago
  74. b21c60a ALSA: core: add support for compress_offload by Vinod Koul · 13 years ago
  75. 3eafc95 ALSA: core: add support for compressed devices by Omair Mohammed Abdullah · 13 years ago
  76. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
  77. bf815bf ALSA: hda - Add missing inclusion of linux/export.h by Takashi Iwai · 13 years ago
  78. 35be544 ALSA: Introduce common helper functions for jack-detection control by Takashi Iwai · 13 years ago
  79. 3f9416c drop "select GCD" from three Kconfig files by Paul Bolle · 13 years ago
  80. 9e226b4 ALSA: vmaster - Free slave-links when freeing the master element by Takashi Iwai · 13 years ago
  81. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  82. 9991357 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  83. 447c6f9 ALSA: control: remove compilation warning on 32-bit by Olof Johansson · 13 years ago
  84. b2409fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  85. d81a6d7 sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed by Paul Gortmaker · 13 years ago
  86. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  87. 31623ca sound: add moduleparam.h to users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
  88. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  89. f7b2bb8 ALSA: hwdep: silence integer overflow warning by Dan Carpenter · 13 years ago
  90. 68d99b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  91. d226657 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 13 years ago
  92. 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
  93. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  94. ffd3d5c ALSA: pcm - remove the dead code from snd_pcm_open_file() by Feng Tang · 13 years ago
  95. 8d44816 ALSA: control: add support for ENUMERATED user space controls by Clemens Ladisch · 13 years ago
  96. 9696cc9 Merge branch 'pm-qos' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  97. 7c2f8e4 ALSA: jack - Add "Line In" input jack constants by David Henningsson · 13 years ago
  98. f92766b ALSA: oss-mixer - use strlcpy() instead strcpy() by Dan Carpenter · 13 years ago
  99. 18a2b96 ALSA: pcm - Export snd_pcm_lib_default_mmap() helper by Takashi Iwai · 13 years ago
  100. bfb9035 treewide: Correct spelling of successfully in comments by Joe Perches · 13 years ago