1. 46a0a54 ARM: OMAP: boards: Fix OMAP_GPIO_IRQ usage with gpio_to_irq() by Tarun Kanti DebBarma · 13 years ago
  2. a26d3c4 Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup by Arnd Bergmann · 13 years ago
  3. 1b35af5 ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changes by Tony Lindgren · 13 years ago
  4. a5bee30 Merge branch 'iomap' into cleanup by Tony Lindgren · 13 years ago
  5. 4d8cfec Merge branch 'cleanup-3.4' of git://github.com/hzhuang1/linux into next/cleanup by Arnd Bergmann · 13 years ago
  6. a3a3c46 Merge branch 'davinci/cleanups' into next/cleanup by Arnd Bergmann · 13 years ago
  7. 6ea96e1 ARM: davinci: add back dummy header files by Arnd Bergmann · 13 years ago
  8. 96a3eab Merge branch 'imx-cleanup' of git://git.pengutronix.de/git/imx/linux-2.6 into next/cleanup by Arnd Bergmann · 13 years ago
  9. a5a928c ARM: Remove redundant ';' from avic_irq_set_priority() by Jesper Juhl · 13 years ago
  10. 29781fa ARM: mx3: Let mx31 and mx35 share the same CCM header file by Fabio Estevam · 13 years ago
  11. 48d7956 ARM: plat-mxc: audmux-v1: Remove unneeded ifdef's by Fabio Estevam · 13 years ago
  12. 12db958 ARM: davinci: dm644x: don't force vpfe registeration on all boards by Manjunath Hadli · 13 years ago
  13. 314d7389 ARM: davinci: dm644x: fix inconsistent variable naming by Manjunath Hadli · 13 years ago
  14. 51f31cb ARM: davinci: dm644x: improve readability using macro by Manjunath Hadli · 13 years ago
  15. 5cfb19a ARM: davinci: streamline sysmod access by Manjunath Hadli · 13 years ago
  16. 39c6d2d ARM: davinci: create new common platform header for davinci by Manjunath Hadli · 13 years ago
  17. acea7c7 ARM: OMAP2+: Limit omap_read/write usage to legacy USB drivers by Tony Lindgren · 13 years ago
  18. 2c799ce ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h by Tony Lindgren · 13 years ago
  19. ee0839c ARM: OMAP2+: Move most of plat/io.h into local iomap.h by Tony Lindgren · 13 years ago
  20. 2e3ee9f ARM: OMAP1: Move most of plat/io.h into local iomap.h by Tony Lindgren · 13 years ago
  21. 63325ff ARM: OMAP1: Move 16xx GPIO system clock to platform init code by Tony Lindgren · 13 years ago
  22. a4f3419 ARM: OMAP: Move omap_init_consistent_dma_size() to local common.h by Tony Lindgren · 13 years ago
  23. 258ee92 ARM: OMAP2+: Move SDRC related functions from io.h into local common.h by Tony Lindgren · 13 years ago
  24. 645c56a ARM: OMAP2xxx: PM: remove obsolete timer disable code in the suspend path by Paul Walmsley · 13 years ago
  25. 0aac881 ARM: OMAP: McSPI: Remove unused flag from struct omap2_mcspi_device_config by Jarkko Nikula · 13 years ago
  26. 7372a4c arch/arm/mach-shmobile/board-ag5evm.c: included linux/dma-mapping.h twice by Danny Kukawka · 13 years ago
  27. 74eb436 ARM: mach-shmobile: r8a7779 PFC IPSR4 fix by Magnus Damm · 13 years ago
  28. 689189f ARM: mach-shmobile: sh73a0 PSTR 32-bit access fix by Magnus Damm · 13 years ago
  29. 35eb304b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into rmobile-fixes-for-linus by Paul Mundt · 13 years ago
  30. 61b8008 Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux into for-armsoc by Russell King · 13 years ago
  31. 6b0d1ab Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  32. 230f984 ARM: remove disable_fiq and arch_ret_to_user macros by Rob Herring · 13 years ago
  33. 243c865 ARM: make entry-macro.S depend on !MULTI_IRQ_HANDLER by Rob Herring · 13 years ago
  34. 78cbaac ARM: rpc: make default fiq handler run-time installed by Rob Herring · 13 years ago
  35. 13a5045 ARM: make arch_ret_to_user macro optional by Rob Herring · 13 years ago
  36. 5180bb3 ARM/audit: include audit header and fix audit arch by Eric Paris · 13 years ago
  37. 3ddd4d0 ARM: OMAP: fix voltage domain build errors with PM_OPP disabled by Russell King · 13 years ago
  38. e23e8c0 ARM/PCI: Remove ARM's duplicate definition of 'pcibios_max_latency' by Myron Stowe · 13 years ago
  39. 910ba59 ARM: 7336/1: smp_twd: Don't register CPUFREQ notifiers if local timers are not initialised by Santosh Shilimkar · 13 years ago
  40. be2874c Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  41. fee6a3c ARM: 7327/1: need to include asm/system.h in asm/processor.h by Olof Johansson · 13 years ago
  42. 46e33c6 ARM: 7326/2: PL330: fix null pointer dereference in pl330_chan_ctrl() by Javi Merino · 13 years ago
  43. 4272f98 ARM: 7164/3: PL330: Fix the size of the dst_cache_ctrl field by Javi Merino · 13 years ago
  44. 8e43a90 ARM: 7325/1: fix v7 boot with lockdep enabled by Rabin Vincent · 13 years ago
  45. 08a183f ARM: 7323/1: Do not allow ARM_LPAE on pre-ARMv7 architectures by Catalin Marinas · 13 years ago
  46. a5368e7 Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes by Arnd Bergmann · 13 years ago
  47. 88fa269 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Arnd Bergmann · 13 years ago
  48. b14a299 Merge branch 'omap-fixes-warnings' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  49. a269c2f Merge branch 'omap-fixes-urgent' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  50. ed5016d Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  51. cf84475 ARM: at91: drop ide driver in favor of the pata one by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  52. 59594e13 ARM: at91: add accessor to manage SMC by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  53. e8c9dc9 ARM: at91: USB AT91 gadget registration for module by Nicolas Ferre · 13 years ago
  54. 70d669d ARM: omap: resolve nebulous 'Error setting wl12xx data' by Russell King · 13 years ago
  55. 4f8a428 ARM: omap: fix wrapped error messages in omap_hwmod.c by Russell King · 13 years ago
  56. 8930b4e ARM: omap: fix section mismatch warnings in mux.c caused by hsmmc.c by Russell King · 13 years ago
  57. a98f77b ARM: omap: fix section mismatch warning for sdp3430_twl_gpio_setup() by Russell King · 13 years ago
  58. e3958fe ARM: omap: fix section mismatch error for omap_4430sdp_display_init() by Russell King · 13 years ago
  59. 45176f4 ARM: omap: fix section mismatch warning for omap_secondary_startup() by Russell King · 13 years ago
  60. d5de63f ARM: omap: preemptively fix section mismatch in omap4_sdp4430_wifi_mux_init() by Russell King · 13 years ago
  61. 27d8d3b ARM: omap: fix section mismatch warning in mux.c by Russell King · 13 years ago
  62. 0bf68f5 ARM: omap: fix uninformative vc/i2c configuration error message by Russell King · 13 years ago
  63. 2d5b479 ARM: omap: fix vc.c PMIC error message by Russell King · 13 years ago
  64. e6fa35a ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build error by Russell King · 13 years ago
  65. e9c6c5d ep93xx: fix build of vision_ep93xx.c by H Hartley Sweeten · 13 years ago
  66. ffafe77 Merge branch 'v3.3-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Arnd Bergmann · 13 years ago
  67. 0dcd627 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra into fixes by Arnd Bergmann · 13 years ago
  68. 1e056dd ARM: OMAP2xxx: PM: fix OMAP2xxx-specific UART idle bug in v3.3 by Paul Walmsley · 13 years ago
  69. 7205335 ARM: orion: Fix USB phy for orion5x. by Andrew Lunn · 13 years ago
  70. b065403 ARM: orion: Fix Orion5x GPIO regression from MPP cleanup by Andrew Lunn · 13 years ago
  71. 19e00f2f Merge tag 'tty-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  72. be4b028 tty: serial: OMAP: block idle while the UART is transferring data in PIO mode by Paul Walmsley · 13 years ago
  73. d980e0f ARM: omap: fix oops in arch/arm/mach-omap2/vp.c when pmic is not found by Russell King · 13 years ago
  74. bdf800c ARM: 7322/1: Print BUG instead of undefined instruction on BUG_ON() by Stephen Boyd · 13 years ago
  75. b46c0f7 ARM: 7321/1: cache-v7: Disable preemption when reading CCSIDR by Stephen Boyd · 13 years ago
  76. b8b9987 ARM: 7320/1: Fix proc_info table alignment by Marc Zyngier · 13 years ago
  77. da91178 ARM: EXYNOS: Add cpu-offset property in gic device tree node by Thomas Abraham · 13 years ago
  78. 35bded8 ARM: EXYNOS: Bring exynos4-dt up to date by Karol Lewandowski · 13 years ago
  79. 3686396 ARM: OMAP3: cm-t35: fix section mismatch warning by Igor Grinberg · 13 years ago
  80. fef67c5 ARM: OMAP2: Fix the OMAP2 only build break seen with 2011+ ARM tool-chains by Santosh Shilimkar · 13 years ago
  81. 2416dc8 Merge branch 'fixes-dt' into fixes by Tony Lindgren · 13 years ago
  82. 98e9685 Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 13 years ago
  83. a5f17d1 Merge tag 'v3.3-rc2' into depends/rmk/for-armsoc by Olof Johansson · 13 years ago
  84. 0783a9b ARM: tegra: paz00: fix wrong UART port on mini-pcie plug by Marc Dietrich · 13 years ago
  85. 5f21f12 ARM: tegra: paz00: fix wrong SD1 power gpio by Marc Dietrich · 13 years ago
  86. ab74a91 Merge branch 'v3.3-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 13 years ago
  87. d914202 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  88. ca43784 ARM: bcmring: fix build failure in mach-bcmring/arch.c by Paul Gortmaker · 13 years ago
  89. 864e5e3 ARM: bcmring: remove unused DMA map code by JD Zheng · 13 years ago
  90. 4554c13 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  91. d125666 Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  92. 5a97d0a ARM: 7314/1: kuser: consistently use usr_ret for returning from helpers by Will Deacon · 13 years ago
  93. 00482a4 ARM: at91: implement the standby function for pm/cpuidle by Daniel Lezcano · 13 years ago
  94. b59160f ARM: at91: remove wait_for_interrupt definition by Daniel Lezcano · 13 years ago
  95. fa50ae9 ARM: at91: declare header name by Daniel Lezcano · 13 years ago
  96. c54b7bb ARM: at91: coding style fixes by Daniel Lezcano · 13 years ago
  97. 9918cea ARM: at91: code removal of CAP9 SoC by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  98. 57225b7 Merge remote-tracking branch 'armsoc/depends/rmk/for-armsoc' into at91-3.4-base by Nicolas Ferre · 13 years ago
  99. 6d3ec1a ARM: 7302/1: Add TLB flushing for both entries in a PMD by Catalin Marinas · 13 years ago
  100. 91756ac ARM: 7303/1: perf: add empty NODE event definitions for Cortex-A5 and Cortex-A15 by Will Deacon · 13 years ago