1. f28ad3b Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  2. 42a0ddc Merge git://github.com/herbertx/crypto by Linus Torvalds · 13 years ago
  3. 53e3ccf Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  4. ab8fe93 Merge branch 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.6-ji into fixes by Olof Johansson · 13 years ago
  5. 09d37c4 Merge branch 'imx-fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes by Olof Johansson · 13 years ago
  6. f750ba9 arm/imx: fix imx6q mmc error when mounting rootfs by Shawn Guo · 13 years ago
  7. 1b92999 arm/imx: fix AUTO_ZRELADDR selection by Shawn Guo · 13 years ago
  8. 59198b6 arm/imx: fix the references to ARCH_MX3 by Shawn Guo · 13 years ago
  9. f1dfaef ARM: mx51/53: set pwm clock parent to ipg_perclk by Richard Zhao · 13 years ago
  10. 8965593 btrfs: rename the option to nospace_cache by David Sterba · 13 years ago
  11. 8f3f1c9 drm/radeon/kms/pm: switch to dynamically allocating clock mode array by Alex Deucher · 13 years ago
  12. bbe26ff drm/radeon/kms: optimize r600_pm_profile_init by Alex Deucher · 13 years ago
  13. a4c9e2e drm/radeon/kms/pm: add a proper pm profile init function for fusion by Alex Deucher · 13 years ago
  14. 10b391b drm/radeon/kms: remove extraneous calls to radeon_pm_compute_clocks() by Alex Deucher · 13 years ago
  15. 69f4cb5 Btrfs: handle bio_add_page failure gracefully in scrub by Arne Jansen · 13 years ago
  16. 6c3d904 drm/exynos: added padding to be 64-bit align. by Inki Dae · 13 years ago
  17. 44a1dab drm: fix kconfig unmet dependency warning by Randy Dunlap · 13 years ago
  18. 0007fa2 Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 13 years ago
  19. a6778e9 drm: add some comments to drm_wait_vblank and drm_queue_vblank_event by Ilija Hadzic · 13 years ago
  20. bfba165 drm/radeon/benchmark: signedness bug in radeon_benchmark_move() by Dan Carpenter · 13 years ago
  21. 8f4ff2b drm: do not sleep on vblank while holding a mutex by Ilija Hadzic · 13 years ago
  22. 398a6d4 MAINTAINERS: exynos: Add EXYNOS DRM maintainer entry by Kyungmin Park · 13 years ago
  23. c5006cf drm: try to restore previous CRTC config if mode set fails by Jesse Barnes · 13 years ago
  24. 091264f drm/radeon/kms: make an aux failure debug only by Alex Deucher · 13 years ago
  25. 87cb73d drm: drop select of SLOW_WORK by Paul Bolle · 13 years ago
  26. b3e067c drm: serialize access to list of debugfs files by Marcin Slusarz · 13 years ago
  27. 3b9832f drm/radeon/kms: fix use of vram scratch page on evergreen/ni by Alex Deucher · 13 years ago
  28. 7a1619b drm/radeon: Make sure CS mutex is held across GPU reset. by Michel Dänzer · 13 years ago
  29. 471dd2e drm: Ensure string is null terminated. by Vinson Lee · 13 years ago
  30. baa91d6 vmwgfx: Only allow 64x64 cursors by Jakob Bornecrantz · 13 years ago
  31. f0c8a65 vmwgfx: Initialize clip rect loop correctly in surface dirty by Jakob Bornecrantz · 13 years ago
  32. c0d1831 vmwgfx: Close screen object system by Jakob Bornecrantz · 13 years ago
  33. b73b5c4 ARM: mach-shmobile: cpuidle single/global and last_state fixes by Magnus Damm · 13 years ago
  34. 9b49139 ARM: mach-shmobile: move helper macro PORTCR to sh_pfc.h by Kuninori Morimoto · 13 years ago
  35. 972c3fb ARM: mach-shmobile: move helper macro PORT_xx to sh_pfc.h by Kuninori Morimoto · 13 years ago
  36. bd8d0cba ARM: mach-shmobile: move helper macro PORT_DATA_xx to sh_pfc.h by Kuninori Morimoto · 13 years ago
  37. 8e6a467 ARM: mach-shmobile: ap4evb: remove white space from end of line by Kuninori Morimoto · 13 years ago
  38. 91d19cd ARM: mach-shmobile: clock-sh7372: remove un-necessary index by Kuninori Morimoto · 13 years ago
  39. c5e7bcd ARM: mach-shmobile: kota2: add comment out separator by Kuninori Morimoto · 13 years ago
  40. 052008e ARM: mach-shmobile: sh73a0: add MMC data pin pull-up by Kuninori Morimoto · 13 years ago
  41. ab4f75c mailmap: Fix up some renesas attributions by Kuninori Morimoto · 13 years ago
  42. efc9673 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 13 years ago
  43. 37bef8f Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linus by Paul Mundt · 13 years ago
  44. 79e7066 sh: clkfwk: Kill off remaining debugfs cruft. by Paul Mundt · 13 years ago
  45. d03299e drivers: sh: Kill off dead pathname for runtime PM stub. by Paul Mundt · 13 years ago
  46. 750a7ee drivers: sh: Generalize runtime PM platform stub. by Paul Mundt · 13 years ago
  47. 149c370 sh: Wire up process_vm syscalls. by Paul Mundt · 13 years ago
  48. 62f30c5 Btrfs: fix deadlock caused by the race between relocation by Miao Xie · 13 years ago
  49. 2f120c0 Btrfs: only map pages if we know we need them when reading the space cache by Josef Bacik · 13 years ago
  50. 76b9e23 Btrfs: fix orphan backref nodes by Miao Xie · 13 years ago
  51. 61b520a Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush} by Miao Xie · 13 years ago
  52. 3254c87 Btrfs: fix unreleased path in btrfs_orphan_cleanup() by Miao Xie · 13 years ago
  53. ba38eb4 Btrfs: fix no reserved space for writing out inode cache by Miao Xie · 13 years ago
  54. 924cd8f Btrfs: fix nocow when deleting the item by Miao Xie · 13 years ago
  55. f7d5721 Merge branch 'mount-fixes' of git://github.com/idryomov/btrfs-unstable into integration by Chris Mason · 13 years ago
  56. 2115133 Btrfs: tweak the delayed inode reservations again by Chris Mason · 13 years ago
  57. 3acc847 crypto: algapi - Fix build problem with NET disabled by Herbert Xu · 13 years ago
  58. 2d5fcc9 pata_of_platform: Don't use NO_IRQ by Anton Vorontsov · 13 years ago
  59. d938e66 Merge branch 'fix/misc' into for-linus by Takashi Iwai · 13 years ago
  60. 43df2a5 ALSA: usb-audio: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  61. 1ec454b x86, perf: Add a build-time sanity test to the x86 decoder by Masami Hiramatsu · 13 years ago
  62. 2f451d2 ALSA: hda - Re-enable the check NO_PRESENCE misc bit by Takashi Iwai · 13 years ago
  63. 9e226b4 ALSA: vmaster - Free slave-links when freeing the master element by Takashi Iwai · 13 years ago
  64. aeb4b88 ALSA: hda - Don't add elements of other codecs to vmaster slave by Takashi Iwai · 13 years ago
  65. 3cdc3ac Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm into fixes by Olof Johansson · 13 years ago
  66. 5e442a4 Revert "proc: fix races against execve() of /proc/PID/fd**" by Linus Torvalds · 13 years ago
  67. 5c79507 drm/nouveau: Fix bandwidth calculation for DisplayPort by Adam Jackson · 13 years ago
  68. 1e482f7 drm/nouveau: by default use low bpp framebuffer on low memory cards by Marcin Slusarz · 13 years ago
  69. 4beb116 drm/nv10: Change the BO size threshold determining the memory placement range. by Francisco Jerez · 13 years ago
  70. 1c77e0f drm/nvc0: enable acceleration for nvc1 by default by Ben Skeggs · 13 years ago
  71. 6688a4d drm/nvc0/gr: fixup the mmio list register writes for 0xc1 by Ben Skeggs · 13 years ago
  72. 4c5df49 drm/nvc1: hacky workaround to fix accel issues by Ben Skeggs · 13 years ago
  73. af6d9fe drm/nvc0/gr: fix some bugs in grctx generation by Ben Skeggs · 13 years ago
  74. 8085976 drm/nvc0: enable acceleration on 0xc8 by default by Ben Skeggs · 13 years ago
  75. d4547ed drm/nvc0/vram: skip disabled PBFB subunits by Ben Skeggs · 13 years ago
  76. 2bfa748 drm/nv40/pm: fix issues on igp chipsets, which don't have memory by Ben Skeggs · 13 years ago
  77. ef5ced4 drm/nouveau: testing the wrong variable by Dan Carpenter · 13 years ago
  78. 12b6d9d drm/nvc0/vram: storage type 0xc3 is not compressed by Christoph Bumiller · 13 years ago
  79. 71856ab drm/nv50: fix stability issue on NV86. by Maxim Levitsky · 13 years ago
  80. 5e60ee7 drm/nouveau: initialize chan->fence.lock before use by Marcin Slusarz · 13 years ago
  81. 7b4b98f drm/nv50/vram: fix incorrect detection of bank count on newer chipsets by Ben Skeggs · 13 years ago
  82. dce411c drm/nv50/gr: typo fix, how about we not reset fifo during graph init? by Ben Skeggs · 13 years ago
  83. ee9f7ef drm/nv50/bios: fixup mpll programming from the init table parser by Ben Skeggs · 13 years ago
  84. 46b3488 drm/nouveau: fix oops if i2c bus not found in nouveau_i2c_identify() by Ben Skeggs · 13 years ago
  85. bde4889 drm: make sure drm_vblank_init() has been called before touching vbl_lock by Ben Skeggs · 13 years ago
  86. 3c52b2b Merge branch 'for-3.2/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra into fixes by Olof Johansson · 13 years ago
  87. 04d21a2 Btrfs: rework error handling in btrfs_mount() by Ilya Dryomov · 13 years ago
  88. 586e46e Btrfs: close devices on all error paths in open_ctree() by Ilya Dryomov · 13 years ago
  89. 4d34b27 Btrfs: avoid null dereference and leaks when bailing from open_ctree() by Ilya Dryomov · 13 years ago
  90. f23c8af Btrfs: fix subvol_name leak on error in btrfs_mount() by Ilya Dryomov · 13 years ago
  91. a90e8b6 Btrfs: fix memory leak in btrfs_parse_early_options() by Ilya Dryomov · 13 years ago
  92. 686448d arm/tegra: enable headphone detection gpio on seaboard by Yufeng Shen · 13 years ago
  93. c406eeb arm/dt: Fix ventana SDHCI power-gpios by Stephen Warren · 13 years ago
  94. 4b91b6f arm/tegra: Don't create duplicate gpio and pinmux devices by Stephen Warren · 13 years ago
  95. 7fb4f39 ALSA: intel8x0: improve virtual environment detection by Konstantin Ozerkov · 13 years ago
  96. 65c397d ALSA: intel8x0: move virtual environment detection code into one place by Konstantin Ozerkov · 13 years ago
  97. c30c8f9 Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes by Olof Johansson · 13 years ago
  98. 45ff6fa Merge branch 'imx/compile-fixes' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes by Olof Johansson · 13 years ago
  99. 22d3832 Merge branch 'mxs/fixes' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes by Olof Johansson · 13 years ago
  100. dd0b382 ARM: at91: Fix USBA gadget registration by Jochen Friedrich · 13 years ago