1. e58a244 ALSA: rme96: Check the return value of pci_enable_device() in resume callback by Takashi Iwai · 11 years ago
  2. cd217a6 ALSA: hda - Add workarounds for pop-noise on Chromebook with ALC283 by Kailang Yang · 11 years ago
  3. 2af02be ALSA: hda - Fix ALC283 headphone pop-noise better by Kailang Yang · 11 years ago
  4. 528ba52 ALSA: rme96: Add PM support v3 by Knut Petersen · 11 years ago
  5. b43dd41 ALSA: hdspm - Fix SNDRV_HDSPM_IOCTL_GET_LTC by Adrian Knoth · 11 years ago
  6. 1568b88 ALSA: hdspm - Use enums in hdspm_tco_ltc_frames() by Adrian Knoth · 11 years ago
  7. 17d2f00 ALSA: hdspm - Fix default value in SNDRV_HDSPM_IOCTL_GET_LTC by Adrian Knoth · 11 years ago
  8. 74d779a ALSA: pcm: Use snd_printd_ratelimit() by Tim Gardner · 11 years ago
  9. bcbb155 ALSA: pcm: Add snd_printd_ratelimit() by Tim Gardner · 11 years ago
  10. c841ad2 ALSA: hda - Try to allow haswell HDMI audio even without powerwell by David Henningsson · 11 years ago
  11. cd5302c ALSA: hda - Limit internal mic boost for a few more Thinkpad machines by David Henningsson · 11 years ago
  12. aaedfb4 ALSA: hda - Fix the order of a quirk table (janitorial) by David Henningsson · 11 years ago
  13. a4a9e08 ALSA: hda - Fix internal mic boost on three Thinkpad machines by David Henningsson · 11 years ago
  14. b892ca1 ALSA: rme96: Add pcm stream synchronization by Knut Petersen · 11 years ago
  15. e80c60f ALSA: hda - Mute the right widget in auto_mute_via_amp mode by Takashi Iwai · 11 years ago
  16. bc2eee2 ALSA: hda - Allow auto_mute_via_amp on bind mute controls by Takashi Iwai · 11 years ago
  17. f672f31 ALSA: compress: update the MAINTAINER entry by Vinod Koul · 11 years ago
  18. 33bbe14 ALSA: Add MAINTAINERS entry for compressed audio API by Mark Brown · 11 years ago
  19. f5cb0be sound: oss/dmabuf: remove an unneeded temporary variable by Dan Carpenter · 11 years ago
  20. 663819f ALSA: don't push static constants on stack for %*ph by Andy Shevchenko · 11 years ago
  21. e7e58df ALSA: usb-audio: WARN_ON when alts is passed as NULL by Eldad Zack · 11 years ago
  22. 88abb8e ALSA: usb-audio: remove implicit_fb from quirk by Eldad Zack · 11 years ago
  23. 914273c ALSA: usb-audio: remove is_playback from implicit feedback quirks by Eldad Zack · 11 years ago
  24. 95fec88 ALSA: usb-audio: do not initialize and check implicit_fb by Eldad Zack · 11 years ago
  25. f34d065 ALSA: usb-audio: reverse condition logic in set_sync_endpoint by Eldad Zack · 11 years ago
  26. a60945f ALSA: usb-audio: move implicit fb quirks to separate function by Eldad Zack · 11 years ago
  27. 71bb64c ALSA: usb-audio: separate sync endpoint setting from set_format by Eldad Zack · 11 years ago
  28. d133f2c ALSA: usb-audio: remove assignment from if condition by Eldad Zack · 11 years ago
  29. d833cdb ALSA: usb-audio: remove disabled debug code in set_format by Eldad Zack · 11 years ago
  30. bde7bc6 ALSA: hda - Fix jack gating when auto_{mute,mic} is suppressed. by Chih-Chung Chang · 11 years ago
  31. da96fb5 ALSA: hda - Fix invalid multi-io creation on VAIO-Z laptops by Takashi Iwai · 11 years ago
  32. eefb8be ALSA: hda - Remove analog mic pin override from STAC9228 dell-bios quirk by Takashi Iwai · 11 years ago
  33. 7d4f606 ALSA: hda - WAKEEN feature enabling for runtime pm by Wang Xingchao · 11 years ago
  34. 18e6062 ALSA: hda - jack poll once if jackpoll_interval==0 by Wang Xingchao · 11 years ago
  35. 7eaa916 ALSA: hda - Clearing jackpoll_interval avoid pending work by Wang Xingchao · 11 years ago
  36. 85054b2 ALSA: usx2y: remove an unneeded check by Dan Carpenter · 11 years ago
  37. da7db6a ALSA: hda - use azx_writew() for 16-bit length register by Wang Xingchao · 11 years ago
  38. c5177c8 ALSA: hda - Fix the noise after suspend on ALC283 codec by Kailang Yang · 11 years ago
  39. 9bfb284 ALSA: hda/realtek - Selectively call snd_hda_shutup_pins() by Takashi Iwai · 11 years ago
  40. b785a49 ALSA: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  41. 60ea8ca ALSA: hda - Add snd_hda_jack_detect_state() helper function by Takashi Iwai · 11 years ago
  42. e4c3bce ALSA: hda - Headphone mic support for an Asus/Conexant device by David Henningsson · 11 years ago
  43. 68593c9 ALSA: hdspm - remove unneeded semicolon by Fengguang Wu · 11 years ago
  44. a067c03 Merge branch 'for-3.12' into for-next by Takashi Iwai · 11 years ago
  45. ad81f05 Linux 3.11-rc1 by Linus Torvalds · 11 years ago
  46. 54be820 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  47. c25f195 slub: Check for page NULL before doing the node_match check by Steven Rostedt · 12 years ago
  48. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  49. dae3794 sunrpc: now we can just set ->s_d_op by Al Viro · 11 years ago
  50. 786e1448 cgroup: we can use simple_lookup() now by Al Viro · 11 years ago
  51. 6e8cd2c efivarfs: we can use simple_lookup() now by Al Viro · 11 years ago
  52. 74931da make simple_lookup() usable for filesystems that set ->s_d_op by Al Viro · 11 years ago
  53. ec193cf configfs: don't open-code d_alloc_name() by Al Viro · 11 years ago
  54. d3db90b __rpc_lookup_create_exclusive: pass string instead of qstr by Al Viro · 11 years ago
  55. a95e691 rpc_create_*_dir: don't bother with qstr by Al Viro · 11 years ago
  56. 63345b4 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 11 years ago
  57. 18fb38e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  58. be9c6d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  59. 03ce3ca Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  60. f8acc45 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  61. 505608d Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  62. 0da2736 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  63. 560ae37 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  64. 4fa109b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  65. 9663398 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  66. bfd65dd Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  67. d144746 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  68. 833e683 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 11 years ago
  69. c552441 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  70. 8586551 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  71. 239dab4 Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  72. f1c4108 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  73. e9a17bd llist: llist_add() can use llist_add_batch() by Oleg Nesterov · 11 years ago
  74. fb4214d llist: fix/simplify llist_add() and llist_add_batch() by Oleg Nesterov · 11 years ago
  75. 4f5e65a fput: turn "list_head delayed_fput_list" into llist_head by Oleg Nesterov · 11 years ago
  76. 6437250 fs/file_table.c:fput(): add comment by Andrew Morton · 11 years ago
  77. bb458c6 Safer ABI for O_TMPFILE by Al Viro · 11 years ago
  78. d4e1c7e arm: multi_v7_defconfig: Tweaks for omap and sunxi by Olof Johansson · 11 years ago
  79. 88ce3c3 Merge branch 'next' into for-linus by Dmitry Torokhov · 11 years ago
  80. 622f9a8 Merge tag 'fcoe' into for-linus by James Bottomley · 11 years ago
  81. 307f2fb ipv6: only static routes qualify for equal cost multipathing by Hannes Frederic Sowa · 11 years ago
  82. 9b4fe5f via-rhine: fix dma mapping errors by Neil Horman · 11 years ago
  83. 352900b atl1e: fix dma mapping warnings by Neil Horman · 11 years ago
  84. 24ab6be tcp: account all retransmit failures by Yuchung Cheng · 11 years ago
  85. e763852 usb/net/r815x: fix cast to restricted __le32 by hayeswang · 11 years ago
  86. 3ff25e3 usb/net/r8152: fix integer overflow in expression by hayeswang · 11 years ago
  87. 40dadff net: access page->private by using page_private by Sunghan Suh · 11 years ago
  88. 92338dc net: strict_strtoul is obsolete, use kstrtoul instead by “Cosmin · 11 years ago
  89. 1b4fcb8 Merge tag 'ux500-defconfig-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into fixes by Olof Johansson · 11 years ago
  90. 1157d73 arm: multi_v7_defconfig: add i.MX options and NFS root by Vincent Stehlé · 11 years ago
  91. f4b96f5 Merge tag 'omap-for-v3.11/fixes-for-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 11 years ago
  92. 6ac5310 Merge branch '3.10-fixes' into mips-for-linux-next by Ralf Baechle · 11 years ago
  93. b0ec636 Merge branch 'timers/clockevents' of git://git.linaro.org/people/dlezcano/clockevents into timers/urgent by Thomas Gleixner · 11 years ago
  94. baf64b8 perf/x86: Fix incorrect use of do_div() in NMI warning by Dave Hansen · 11 years ago
  95. 971ee28 sched: Fix HRTICK by Peter Zijlstra · 11 years ago
  96. a272dcc tick: broadcast: Check broadcast mode on CPU hotplug by Stephen Boyd · 11 years ago
  97. f2006e2 Merge branch 'linus' into timers/urgent by Thomas Gleixner · 11 years ago
  98. 1b375dc mutex: Move ww_mutex definitions to ww_mutex.h by Maarten Lankhorst · 11 years ago
  99. 058ebd0 perf: Fix perf_lock_task_context() vs RCU by Peter Zijlstra · 11 years ago
  100. 06f4179 perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario by Jiri Olsa · 11 years ago