1. 3028eb8 ASoC: Add trace events for jack detection by Mark Brown · 14 years ago
  2. 1badabd ASoC: Add post-CODEC bias level callback for machine driver by Mark Brown · 14 years ago
  3. 001ae4c ASoC: Constify struct snd_soc_codec_driver by Mark Brown · 14 years ago
  4. fdf0f54 ASoC: soc-core: Allow machine drivers to override compress_type by Dimitris Papastamos · 14 years ago
  5. 3335ddc ASoC: soc-cache: Use reg_def_copy instead of reg_cache_default by Dimitris Papastamos · 14 years ago
  6. ff819b8 ASoC: soc-core: Generalize snd_soc_prefix_map and rename to snd_soc_codec_conf by Dimitris Papastamos · 14 years ago
  7. 119bd78 ASoC: Change the base value of compress_type by Dimitris Papastamos · 14 years ago
  8. 23bbce3 ASoC: Add compress_type as a member to snd_soc_codec by Dimitris Papastamos · 14 years ago
  9. c3acec2 ASoC: Move active copy of CODEC read and write into runtime structure by Mark Brown · 14 years ago
  10. 1ee46eb ASoC: Make the DAI ops constant in the DAI structure by Mark Brown · 14 years ago
  11. 8bc3c2c ASoC: Tune performance of WM8958 revision A by Mark Brown · 14 years ago
  12. 131d810 ASoC: Allow user-specified WM8958 multiband compressor configurations by Mark Brown · 14 years ago
  13. 2eea392 ASoC: Add support for optional auxiliary dailess codecs by Jarkko Nikula · 14 years ago
  14. df0701b ASoC: soc-cache: Ensure consistent cache naming by Dimitris Papastamos · 14 years ago
  15. 821edd2 ASoC: Add WM8958 microphone detection support by Mark Brown · 14 years ago
  16. d6addcc ASoC: Add WM8958 Multi-band compressor support by Mark Brown · 14 years ago
  17. c4431df ASoC: Implement support for enhanced AIF3 on WM8958 by Mark Brown · 14 years ago
  18. 559e0df mfd: Add initial WM8958 support by Mark Brown · 14 years ago
  19. 851cad5 ASoC: Remove cyclic dependency between soc.h and soc-dapm.h/soc-dai.h by Jarkko Nikula · 14 years ago
  20. 9e18e18 Merge branch 'next-samsung-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into for-2.6.38 by Mark Brown · 14 years ago
  21. 12b3052 capabilities/syslog: open code cap_syslog logic to fix build failure by Eric Paris · 14 years ago
  22. fe9d1159 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  23. e1e18ee i2c: Mark i2c_adapter.id as deprecated by Jean Delvare · 14 years ago
  24. dfdee5f i2c: Delete unused adapter IDs by Jean Delvare · 14 years ago
  25. 968ab18 include/linux/kernel.h: Move logging bits to include/linux/printk.h by Linus Torvalds · 14 years ago
  26. 7023166 Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6 by Linus Torvalds · 14 years ago
  27. ead9b91 ASoC: Add optional name_prefix for codec kcontrol, widget and route names by Jarkko Nikula · 14 years ago
  28. 344ac14 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into sh/urgent by Paul Mundt · 14 years ago
  29. dce1431 fsl-diu-fb: drop dead ioctl define by Mike Frysinger · 14 years ago
  30. 9457b24 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  31. 00dad7f Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  32. edaa4d6 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  33. 0a85df0 vlan: Add function to retrieve EtherType from vlan packets. by Hao Zheng · 14 years ago
  34. 7c13a0d Merge git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  35. 7803c05 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  36. 8a9f772 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  37. 28397ba Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  38. 99efb93 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  39. 0f90933 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  40. fef7764 backlight: add low threshold to pwm backlight by Arun Murthy · 14 years ago
  41. 0efba16 leds: driver for National Semiconductors LP5523 chip by Samu Onkalo · 14 years ago
  42. 500fe14 leds: driver for National Semiconductor LP5521 chip by Samu Onkalo · 14 years ago
  43. 5ada28b led-class: always implement blinking by Johannes Berg · 14 years ago
  44. 27d20fd radix-tree: fix RCU bug by Nick Piggin · 14 years ago
  45. eaf06b2 Restrict unprivileged access to kernel syslog by Dan Rosenberg · 14 years ago
  46. 43b3a0c include/linux/highmem.h needs hardirq.h by Catalin Marinas · 14 years ago
  47. 3f9d35b atomic: add atomic_inc_not_zero_hint() by Eric Dumazet · 14 years ago
  48. 8705a1b include/linux/resource.h needs types.h by Jean Delvare · 14 years ago
  49. ac5aa2e netfilter: NF_HOOK_COND has wrong conditional by Eric Paris · 14 years ago
  50. a7f387d ASoC: soc-cache: Add support for rbtree based register caching by Dimitris Papastamos · 14 years ago
  51. cc28fb8 ASoC: soc-cache: Add support for LZO register caching by Dimitris Papastamos · 14 years ago
  52. 7a30a3d ASoC: soc-cache: Add support for flat register caching by Dimitris Papastamos · 14 years ago
  53. 84e9093 ASoC: Add DAPM trace events by Mark Brown · 14 years ago
  54. a8b1d34 ASoC: Add trace events for ASoC register read/write by Mark Brown · 14 years ago
  55. cedb4a7 block: remove unused copy_io_context() by Jens Axboe · 14 years ago
  56. eed0152 perf_events: Fix time tracking in samples by Stephane Eranian · 14 years ago
  57. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  58. 00fb0d9 Merge branch 'for-2.6.37' into for-2.6.38 by Mark Brown · 14 years ago
  59. c28a992 ASoC: Remove broken WM8350 direction constants by Mark Brown · 14 years ago
  60. 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 14 years ago
  61. 00e375e Merge branch 'for-2.6.37/drivers' into for-linus by Jens Axboe · 14 years ago
  62. 7dfbbdc drm/ttm: Be consistent on ttm_bo_init() failures by Thomas Hellstrom · 14 years ago
  63. 65f8e44 tty: Fix formatting in tty.h by Alan Cox · 14 years ago
  64. 5c4dd22 Merge branch 'musb-v2.6.37-rc2' of git://gitorious.org/usb/usb into work-linus by Greg Kroah-Hartman · 14 years ago
  65. 99870bd sh: intc: Fix up initializers for gcc 4.5. by Paul Mundt · 14 years ago
  66. 3205bc2 drm/ttm: Documentation update by Thomas Hellstrom · 14 years ago
  67. 6070bf3 kernel: Constify temporary variable in roundup() by Tetsuo Handa · 14 years ago
  68. a91be2a usb.h: fix ioctl kernel-doc info by Randy Dunlap · 14 years ago
  69. 18543a6 net: Detect and ignore netif_stop_queue() calls before register_netdev() by Guillaume Chazarain · 14 years ago
  70. a7bcf21 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  71. 934648f Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  72. 7ff9c07 ext4: Add new ext4 inode tracepoints by Theodore Ts'o · 14 years ago
  73. 43b81f8 net dst: need linux/cache.h for ____cacheline_aligned_in_smp. by Paul Mundt · 14 years ago
  74. 65670a1 Merge branch 'rmobile/core' into rmobile-fixes-for-linus by Paul Mundt · 14 years ago
  75. 21e1426 Merge branches 'sh/pio-death', 'sh/nommu', 'sh/clkfwk', 'sh/core' and 'sh/intc-extension' into sh-fixes-for-linus by Paul Mundt · 14 years ago
  76. 6af26c6 sh: add clk_round_parent() to optimize parent clock rate by Guennadi Liakhovetski · 14 years ago
  77. 3a45b86 ASoC: Move pop time from DAPM context to sound card by Jarkko Nikula · 14 years ago
  78. a605215 ASoC: Add sound card directory under debugfs/asoc/ by Jarkko Nikula · 14 years ago
  79. ce6120c ASoC: Decouple DAPM from CODECs by Liam Girdwood · 14 years ago
  80. 4b4a270 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  81. 0660a9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 14 years ago
  82. 9c75646 USB: musb: blackfin: push clkin value to platform resources by Bob Liu · 14 years ago
  83. 6b8c92b netlink: Make nlmsg_find_attr take a const nlmsghdr*. by Nelson Elhage · 14 years ago
  84. 2f6ba57 mmc: sh_mmcif: Convert extern inline to static inline. by Paul Mundt · 14 years ago
  85. 2c24a5d caif: SPI-driver bugfix - incorrect padding. by Sjur Brændeland · 14 years ago
  86. f2527ec caif: Bugfix for socket priority, bindtodev and dbg channel. by André Carvalho de Matos · 14 years ago
  87. b50b521 Input: export input_reset_device() for use in KGDB by Dmitry Torokhov · 14 years ago
  88. 95716c0 Input: adp5588-keys - unify common header defines by Michael Hennerich · 14 years ago
  89. c375370 ASoC: Push snd_soc_write() and snd_soc_read() into the source file by Mark Brown · 14 years ago
  90. 21b75b0 nfsd4: fix 4.1 connection registration race by J. Bruce Fields · 14 years ago
  91. 9e3be1e Merge branch 'for-2.6.37' into HEAD by Mark Brown · 14 years ago
  92. 7fe19da preempt: fix kernel build with !CONFIG_BKL by Arnd Bergmann · 14 years ago
  93. 2c7387e asm-generic/stat.h: support 64-bit file time_t for stat() by Chris Metcalf · 14 years ago
  94. 6e1bd1a Merge branch 'for-2.6.37' into for-2.6.38 by Mark Brown · 14 years ago
  95. 90ae83f Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  96. 50440c6 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  97. ce9d8d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  98. 82279e6 Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  99. e30d985 i2c-i801: Add Intel Patsburg device ID by Seth Heasley · 14 years ago
  100. cbf4bd3 i2c: Drop unused I2C_CLASS_TV flags by Jean Delvare · 14 years ago