1. a6dc772 Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  2. 02a6ec6 Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  3. 9a2533c Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  4. d4fdc32 Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  5. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  6. 0e52d98 Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengine by Russell King · 12 years ago
  7. 89269ef ARM: 7481/1: OMAP2+: omap2plus_defconfig: enable OMAP DMA engine by Javier Martinez Canillas · 12 years ago
  8. 8a23fa1 ARM: omap: remove mmc platform data dma_mask and initialization by Russell King · 12 years ago
  9. b74253f ARM: 7479/1: mm: avoid NULL dereference when flushing gate_vma with VIVT caches by Will Deacon · 12 years ago
  10. 15ac49b ARM: Fix undefined instruction exception handling by Russell King · 12 years ago
  11. c5dff4f ARM: 7480/1: only call smp_send_stop() on SMP by Javier Martinez Canillas · 12 years ago
  12. 5a783cb ARM: 7478/1: errata: extend workaround for erratum #720789 by Will Deacon · 12 years ago
  13. 24b3552 ARM: 7477/1: vfp: Always save VFP state in vfp_pm_suspend on UP by Colin Cross · 12 years ago
  14. a84b895 ARM: 7476/1: vfp: only clear vfp state for current cpu in vfp_pm_suspend by Colin Cross · 12 years ago
  15. 4c36595 ARM: 7468/1: ftrace: Trace function entry before updating index by Colin Cross · 12 years ago
  16. a76d7bd ARM: 7467/1: mutex: use generic xchg-based implementation for ARMv6+ by Will Deacon · 12 years ago
  17. 98bd8b9 ARM: 7466/1: disable interrupt before spinning endlessly by Shawn Guo · 12 years ago
  18. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  19. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  20. 7463449 atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() test by Catalin Marinas · 12 years ago
  21. 0cc41e4 arch: remove direct definitions of KERN_<LEVEL> uses by Joe Perches · 12 years ago
  22. 7041717 arch/arm/mach-netx/fb.c: reuse dummy clk routines for CONFIG_HAVE_CLK=n by Viresh Kumar · 12 years ago
  23. 3e701cd Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  24. 6f51f51 Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  25. 8da8533 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac by Linus Torvalds · 12 years ago
  26. f50f118 Merge tag 'boards2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  27. b7574a2 Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  28. 9ec9716 Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 12 years ago
  29. 97ef952 ARM: dma-mapping: add support for DMA_ATTR_SKIP_CPU_SYNC attribute by Marek Szyprowski · 12 years ago
  30. dc2832e ARM: dma-mapping: add support for dma_get_sgtable() by Marek Szyprowski · 12 years ago
  31. 955c757 ARM: dma-mapping: add support for DMA_ATTR_NO_KERNEL_MAPPING attribute by Marek Szyprowski · 12 years ago
  32. 64ccc9c common: dma-mapping: add support for generic dma_mmap_* calls by Marek Szyprowski · 12 years ago
  33. 9fa8af9 ARM: dma-mapping: fix error path for memory allocation failure by Marek Szyprowski · 12 years ago
  34. 50262a4 ARM: dma-mapping: add more sanity checks in arm_dma_mmap() by Marek Szyprowski · 12 years ago
  35. e9da6e9 ARM: dma-mapping: remove custom consistent dma region by Marek Szyprowski · 12 years ago
  36. c2078e4 Merge branch 'devel' by Mauro Carvalho Chehab · 12 years ago
  37. a5d5f7d ARM: 7465/1: Handle >4GB memory sizes in device tree and mem=size@start option by Peter Maydell · 12 years ago
  38. a652aa7 arm: da850: configure LCDC fifo threshold by Manjunathappa, Prakash · 12 years ago
  39. a410963 Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  40. c7aa00d ARM: 7475/1: sys_trace: allow all syscall arguments to be updated via ptrace by Will Deacon · 12 years ago
  41. 6628521 ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYS by Al Viro · 12 years ago
  42. 8178378 ARM: 7473/1: deal with handlerless restarts without leaving the kernel by Al Viro · 12 years ago
  43. 0a267fa ARM: 7472/1: pull all work_pending logics into C function by Al Viro · 12 years ago
  44. 8d4150c ARM: 7471/1: Revert "7442/1: Revert "remove unused restart trampoline"" by Will Deacon · 12 years ago
  45. ad82cc0 ARM: 7470/1: Revert "7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK"" by Will Deacon · 12 years ago
  46. cea8f46 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  47. 91b006d Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus by Russell King · 12 years ago
  48. 84eda28 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  49. 25918f9 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  50. f948ad0 Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 12 years ago
  51. 44a6b84 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  52. 945c40c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  53. 9fc3777 Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  54. fa7c865 ARM: mxs: fix compile error caused by prom_update_property change by Shawn Guo · 12 years ago
  55. a6a3dd1 ARM: dt: tegra trimslice: enable USB2 port by Stephen Warren · 12 years ago
  56. 01ad806 ARM: dt: tegra trimslice: add vbus-gpio property by Stephen Warren · 12 years ago
  57. 43cb4a0 Merge branch 'board-specific' of git://github.com/hzhuang1/linux into late/board by Arnd Bergmann · 12 years ago
  58. c1f9c42 Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixes by Arnd Bergmann · 12 years ago
  59. 7784350 ARM: Kirkwood: Replace mrvl with marvell by Andrew Lunn · 12 years ago
  60. 30e0f58 ARM: Dove: Fixup ge00 initialisation by Hannes Reinecke · 12 years ago
  61. b540943 ARM: Kirkwood: Fix PHY disable clk problems by Simon Baatz · 12 years ago
  62. f479db4 ARM: Kirkwood: Ensure runit clock always ticks. by Andrew Lunn · 12 years ago
  63. 4912130 ARM: versatile: Don't use platform clock for Integrator & VE by Pawel Moll · 12 years ago
  64. 8cef081 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fixes by Arnd Bergmann · 12 years ago
  65. d9053b4 Merge branch 'for-florian' of git://gitorious.org/linux-omap-dss2/linux into fbdev-next by Florian Tobias Schandinat · 12 years ago
  66. 9161c3b Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 12 years ago
  67. 6dd53aa Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  68. 05f3ad2 ARM: tegra: defconfig: Enable tps6586x gpio by Laxman Dewangan · 12 years ago
  69. dbf7b59 Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  70. d14b7a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  71. 3d55c29 ARM: tegra: harmony: add regulator supply name and its input supply by Laxman Dewangan · 12 years ago
  72. 4b7a7d8 arm: remove km_type definitions by Cong Wang · 13 years ago
  73. 97e7292 Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  74. a5ebba6 Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  75. e81218f Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  76. 3645f0c Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  77. f1d2c07 Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  78. a17f29a Merge tag 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  79. f01b9b7 Merge tag 'newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  80. fde7543 Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  81. 1a4120b Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  82. 4f2d658 Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  83. e66d637 Merge tag 'dma' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  84. 5e512d0 Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  85. 451ce7f Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  86. b85c14f Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  87. 4d460fd Merge tag 'regulator-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 12 years ago
  88. 537cd80 Merge branch 'samsung/devel-2' into late/soc by Arnd Bergmann · 12 years ago
  89. 088eb2a8 Merge tag 'v3.5-rc7' into late/soc by Arnd Bergmann · 12 years ago
  90. 42be66f ARM: S3C64XX: Add header file protection macros in pm-core.h by Sachin Kamat · 12 years ago
  91. 2d05bf6 Merge branch 'samsung/defconfig' into next/defconfig by Arnd Bergmann · 12 years ago
  92. 8c0383b ARM: exynos_defconfig: enable more platforms in defconfig by Olof Johansson · 12 years ago
  93. d003e09 Merge branch 'next/board-samsung-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/boards by Arnd Bergmann · 12 years ago
  94. 608f593 Merge tag 'v3.5-rc7' into next/boards by Arnd Bergmann · 12 years ago
  95. 233de29 Merge branch 'lpc32xx/core2' of git://git.antcom.de/linux-2.6 into next/soc by Arnd Bergmann · 12 years ago
  96. 1fc5f7d Merge branch 'lpc32xx/dts2' of git://git.antcom.de/linux-2.6 into next/dt by Arnd Bergmann · 12 years ago
  97. c49a183 ARM: LPC32xx: Add PWM support by Alexandre Pereira da Silva · 12 years ago
  98. 1f37a3a ARM: LPC32xx: Add PWM clock by Alexandre Pereira da Silva · 12 years ago
  99. e39942f ARM: LPC32xx: Set system serial based on cpu unique id by Alexandre Pereira da Silva · 12 years ago
  100. de63985 ARM: LPC32xx: Add PWM to base dts file by Alexandre Pereira da Silva · 12 years ago