1. d93bea0 Merge tag 'mxs-multiplatform-3.10' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/multiplatform by Arnd Bergmann · 11 years ago
  2. 71f6424 Merge branch 'mxs/cleanup' into next/multiplatform by Arnd Bergmann · 11 years ago
  3. 9bc128e Merge tag 'ux500-multiplatform-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/multiplatform by Arnd Bergmann · 11 years ago
  4. 835f9c3 Merge tag 'v3.9-rc3' into next/multiplatform by Arnd Bergmann · 11 years ago
  5. f5f2915 Merge tag 'bcm2835-for-3.10-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi into next/multiplatform by Arnd Bergmann · 11 years ago
  6. f6f1bda ARM: ux500: build hotplug.o for ARMv7-a by Arnd Bergmann · 11 years ago
  7. 7f01e5a ARM: ux500: move to multiplatform by Arnd Bergmann · 11 years ago
  8. e657bcf ARM: ux500: make remaining headers local by Arnd Bergmann · 11 years ago
  9. eba5274 ARM: ux500: make irqs.h local to platform by Arnd Bergmann · 11 years ago
  10. 174e779 ARM: ux500: get rid of <mach/[hardware|db8500-regs].h> by Linus Walleij · 11 years ago
  11. e5a1f68 staging: ste_rmi4: kill platform_data hack by Arnd Bergmann · 11 years ago
  12. ab0fc6c ARM: ux500: move mach/msp.h to <linux/platform_data/*> by Arnd Bergmann · 11 years ago
  13. 9b81906 clk: ux500: pass clock base adresses in init call by Linus Walleij · 11 years ago
  14. 9bed3e0 ARM: ux500: make debug macro stand-alone by Linus Walleij · 11 years ago
  15. f87b95d ARM: ux500: move debugmacro to debug includes by Linus Walleij · 11 years ago
  16. 55b175d ARM: ux500: split out prcmu initialization by Arnd Bergmann · 11 years ago
  17. 90c29f9 mfd: db8500-prcmu: drop unused includes by Linus Walleij · 11 years ago
  18. 1e22a8c ARM: ux500: move PM-related PRCMU functions to machine by Linus Walleij · 11 years ago
  19. b047d98 mfd: db8500-prcmu: get base address from resource by Linus Walleij · 11 years ago
  20. 9a47a8d mfd: prcmu: pass a base and size with the early initcall by Linus Walleij · 11 years ago
  21. d696e3f ARM: mxs: enable multiplatform build by Shawn Guo · 11 years ago
  22. e91411b ARM: mxs: rename debug-macro.S for multiplatform build by Shawn Guo · 11 years ago
  23. 4568099 ARM: mxs: call mxs_pm_init() as a machine_desc hook by Shawn Guo · 11 years ago
  24. e933a1a clocksource: mxs_timer: Add semicolon at end of line by Fabio Estevam · 11 years ago
  25. 806a94f arm: vt8500: Add wm8850 config options to multi_v7_defconfig by Tony Prisk · 11 years ago
  26. 0b48d3a ARM: mxs: remove unused headers by Shawn Guo · 11 years ago
  27. 39490ab ARM: mxs: merge imx23 and imx28 into one machine_desc by Shawn Guo · 11 years ago
  28. 3cb7825 ARM: mxs: remove common.h by Shawn Guo · 11 years ago
  29. 1bff2d7 ARM: mxs: move mxs_get_ocotp() into mach-mxs.c by Shawn Guo · 11 years ago
  30. 0265b6c ARM: mxs: remove mm.c by Shawn Guo · 11 years ago
  31. 1f62956 ARM: mxs: use debug_ll_io_init for low-level debug by Shawn Guo · 11 years ago
  32. 69d75a0 ARM: mxs: get ocotp base address from device tree by Shawn Guo · 11 years ago
  33. 974a9af ARM: mxs: remove system.c by Shawn Guo · 11 years ago
  34. 8f7cf881 ARM: mxs: get reset address from device tree by Shawn Guo · 11 years ago
  35. c226221 ARM: mxs: remove empty hardware.h by Shawn Guo · 11 years ago
  36. 114fe75 ASoC: mxs-saif: remove mach header inclusion by Shawn Guo · 11 years ago
  37. 987869a iio: mxs-lradc: remove unneeded mach header inclusion by Shawn Guo · 11 years ago
  38. 36d1da1 rtc: stmp3xxx: use stmp_reset_block() instead by Shawn Guo · 11 years ago
  39. 0c672aa clk: mxs: remove the use of mach level IO accessor by Shawn Guo · 11 years ago
  40. 38d6590 clk: mxs: get base address from device tree by Shawn Guo · 11 years ago
  41. 2835705 ARM: mxs: remove unneeded mach-types.h inclusion by Shawn Guo · 11 years ago
  42. 6a8e95b ARM: mxs: move icoll driver into drivers/irqchip by Shawn Guo · 11 years ago
  43. cec6bae ARM: mxs: call stmp_reset_block() in icoll by Shawn Guo · 11 years ago
  44. 8256aa7 ARM: mxs: get icoll base address from device tree by Shawn Guo · 11 years ago
  45. c74512b ARM: mxs: move timer driver into drivers/clocksource by Shawn Guo · 11 years ago
  46. 7a9c39f ARM: mxs: select STMP_DEVICE and use it for timer code by Shawn Guo · 11 years ago
  47. 220d2f2 ARM: mxs: remove cpu_is_mx23() call from timer code by Shawn Guo · 11 years ago
  48. be35bd2 ARM: mxs: get timrot base address from device tree by Shawn Guo · 11 years ago
  49. 2efb950 ARM: mxs: look up timrot clock from device tree by Shawn Guo · 11 years ago
  50. 633ef4c ARM: mxs: use CLKSRC_OF helper to initialize timer by Shawn Guo · 11 years ago
  51. 3ed628a Merge remote-tracking branch 'arm-soc/clksrc/cleanup' into mxs/cleanup by Shawn Guo · 11 years ago
  52. 07961ac Linux 3.9-rc5 by Linus Torvalds · 11 years ago
  53. 0bb4428 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  54. a7b436d Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  55. d299c29 Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  56. dbf520a Revert "lockdep: check that no locks held at freeze time" by Paul Walmsley · 11 years ago
  57. 13d2080 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  58. bce95c6 dw_dmac: adjust slave_id accordingly to request line base by Andy Shevchenko · 12 years ago
  59. f73bb9b dmaengine: dw_dma: fix endianess for DT xlate function by Arnd Bergmann · 12 years ago
  60. 46a1f21 PNP: List Rafael Wysocki as a maintainer by Rafael J. Wysocki · 11 years ago
  61. b92eded Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  62. 6e2a450 rbd: don't zero-fill non-image object requests by Alex Elder · 11 years ago
  63. 3615db4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  64. ed17688 ia64 idle: delete stale (*idle)() function pointer by Len Brown · 11 years ago
  65. 67e17c1 Merge branch 'for-curr' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  66. d8fe29e Btrfs: don't drop path when printing out tree errors in scrub by Josef Bacik · 11 years ago
  67. f85eda8 target: Fix RESERVATION_CONFLICT status regression for iscsi-target special case by Nicholas Bellinger · 11 years ago
  68. 5dade71 tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bit by Nicholas Bellinger · 11 years ago
  69. 09a9f1d Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs" by Michel Lespinasse · 11 years ago
  70. 0776ce0 Merge tag 'usb-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  71. 045ecc2 Merge tag 'tty-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  72. 865752e Merge tag 'staging-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  73. 97f084b Merge tag 'driver-core-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  74. 1b6a4db Merge tag 'char-misc-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  75. dfca53f Merge tag 'pm+acpi-3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  76. 8b1e54c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  77. d3f72cf Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  78. 5e24850 Merge tag 'fbdev-fixes-3.9-rc4' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 11 years ago
  79. 2c3de1c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  80. 482b0b5 usb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BD by Konstantin Holoborodko · 11 years ago
  81. c613c5f mg_disk: fix error return code in mg_probe() by Wei Yongjun · 11 years ago
  82. 82d130f Btrfs: fix wrong return value of btrfs_lookup_csum() by Miao Xie · 11 years ago
  83. 39847c4 Btrfs: fix wrong reservation of csums by Miao Xie · 11 years ago
  84. a797502 Btrfs: fix double free in the btrfs_qgroup_account_ref() by Wang Shilong · 11 years ago
  85. fdf30d1 Btrfs: limit the global reserve to 512mb by Josef Bacik · 11 years ago
  86. db1d607 Btrfs: hold the ordered operations mutex when waiting on ordered extents by Josef Bacik · 11 years ago
  87. 6e137ed Btrfs: fix space accounting for unlink and rename by Josef Bacik · 11 years ago
  88. f4881bc Btrfs: fix space leak when we fail to reserve metadata space by Josef Bacik · 11 years ago
  89. adaa4b8 Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holes by Jan Schmidt · 11 years ago
  90. 6125c2be Merge branch 'acpi-fixes' into fixes by Rafael J. Wysocki · 11 years ago
  91. 887ede6 Merge branch 'pm-fixes' into fixes by Rafael J. Wysocki · 11 years ago
  92. 063ab6d Merge branch 'prima2/multiplatform' into next/multiplatform by Arnd Bergmann · 11 years ago
  93. 9064171 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr/next-fixes by Linus Torvalds · 11 years ago
  94. 33b65f1 Merge tag 'stable/for-linus-3.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  95. f896604 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
  96. a8c4528 Merge tag 'iommu-fixes-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
  97. 3e84f48 vfs/splice: Fix missed checks in new __kernel_write() helper by Al Viro · 11 years ago
  98. c26377e xen/events: avoid race with raising an event in unmask_evtchn() by David Vrabel · 11 years ago
  99. d3eb2c8 xen/mmu: Move the setting of pvops.write_cr3 to later phase in bootup. by Konrad Rzeszutek Wilk · 11 years ago
  100. 76fc253 xen/acpi-stub: Disable it b/c the acpi_processor_add is no longer called. by Konrad Rzeszutek Wilk · 11 years ago