1. 29226b1 ARM: 8675/1: MCPM: ensure not to enter __hyp_soft_restart from loopback and cpu_power_down by Sudeep Holla · 8 years ago
  2. ba3fae0 ARM/clk: move the ICST library to drivers/clk by Linus Walleij · 8 years ago
  3. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  4. ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
  5. d4f4cf7 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  6. 64fc2a9 ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol by Florian Fainelli · 8 years ago
  7. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  8. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  9. fc1b138 arch/arm: add option to skip sync on DMA map and unmap by Alexander Duyck · 8 years ago
  10. a3c9b14 arm/bL_switcher: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  11. 82fa407 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  12. 7a53eea Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  13. b60752f ARM: sa1111: provide to_sa1111_device() macro by Russell King · 8 years ago
  14. cf6e4ca ARM: sa1111: add sa1111_get_irq() by Russell King · 8 years ago
  15. 1629c9a ARM: sa1111: clean up duplication in IRQ chip implementation by Russell King · 8 years ago
  16. 17cf501 ARM: sa1111: implement a gpio_chip for SA1111 GPIOs by Russell King · 8 years ago
  17. ccb7d85 ARM: sa1111: move irq cleanup to separate function by Russell King · 8 years ago
  18. deee856 ARM: sa1111: use devm_clk_get() by Russell King · 8 years ago
  19. 7d53c1f ARM: sa1111: use devm_kzalloc() by Russell King · 8 years ago
  20. eac8dbf ARM: sa1111: ensure we only touch RAB bus type devices when removing by Russell King · 8 years ago
  21. 07f56e6 ARM: locomo: fix locomo irq handling by Russell King · 8 years ago
  22. 87d5dd6 ARM: sa1111: fix missing clk_disable() by Russell King · 8 years ago
  23. 06dfe5c ARM: sa1111: fix pcmcia suspend/resume by Russell King · 8 years ago
  24. 7c0091e ARM: sa1111: fix pcmcia interrupt mask polarity by Russell King · 8 years ago
  25. cb03440 ARM: sa1111: fix error code propagation in sa1111_probe() by Russell King · 8 years ago
  26. ca75d60 miscdevice: Add helper macro for misc device boilerplate by PrasannaKumar Muralidharan · 8 years ago
  27. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  28. de06dbf Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  29. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  30. 1b3bf84 Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-next by Russell King · 9 years ago
  31. 050c542 ARM: scoop: use gpiochip data pointer by Linus Walleij · 9 years ago
  32. 17f29d3 ARM: 8523/1: sa1111: ensure no negative value gets returned on positive match by Marek Szyprowski · 9 years ago
  33. e972c37 ARM: 8519/1: ICST: try other dividends than 1 by Linus Walleij · 9 years ago
  34. 5070fb1 ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz() by Linus Walleij · 9 years ago
  35. 5083c54 Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  36. 86d5e65 ARM: scoop: Be sure to clamp return value by Linus Walleij · 9 years ago
  37. 7530527 ARM: use const and __initconst for smp_operations by Masahiro Yamada · 9 years ago
  38. 041c795 Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  39. 2b6b3b7 ARM/dmaengine: edma: Merge the two drivers under drivers/dma/ by Peter Ujfalusi · 9 years ago
  40. b2c843a ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers by Peter Ujfalusi · 9 years ago
  41. ca304fa ARM/dmaengine: edma: Public API to use private struct pointer by Peter Ujfalusi · 9 years ago
  42. 700c371 ARM: common: edma: Internal API to use pointer to 'struct edma' by Peter Ujfalusi · 9 years ago
  43. dc9b6055 ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver by Peter Ujfalusi · 9 years ago
  44. d4cb7f4 ARM: davinci/common: Convert edma driver to handle one eDMA instance per driver by Peter Ujfalusi · 9 years ago
  45. d28c2b3 ARM: common: edma: Remove unused functions by Peter Ujfalusi · 9 years ago
  46. 696d8b7 ARM: common: edma: Fix channel parameter for irq callbacks by Peter Ujfalusi · 9 years ago
  47. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  48. c706c7e Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  49. 39aa437 Merge branch 'queue/irq/arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next/cleanup by Olof Johansson · 9 years ago
  50. 787047e ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggable by Stephen Boyd · 9 years ago
  51. e8d36d5 ARM: kill off set_irq_flags usage by Rob Herring · 9 years ago
  52. b9dce3a ARM/sa1111: Prepare sa1111_irq_handler for irq argument removal by Thomas Gleixner · 9 years ago
  53. 6bf9e97 ARM/locomo: Prepare locomo_handler for irq argument removal by Thomas Gleixner · 9 years ago
  54. f575398 ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 10 years ago
  55. 6d0786a ARM/locomo: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  56. 8c7febe Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  57. e8a0b37d Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  58. 056c0ac ARM: sa1100: convert SA11x0 related code to use new chained handler helper by Russell King · 9 years ago
  59. 27a513c Merge branch 'devel-stable' into for-next by Russell King · 10 years ago
  60. 05c9ca8 Merge branch 'bsym' into for-next by Russell King · 10 years ago
  61. 0b7402d ARM: 8366/1: move Dual-Timer SP804 driver to drivers/clocksource by Sudeep Holla · 10 years ago
  62. 1e5f051 ARM: 8365/1: introduce sp804_timer_disable and remove arm_timer.h inclusion by Sudeep Holla · 10 years ago
  63. 14327c6 ARM: replace BSYM() with badr assembly macro by Russell King · 10 years ago
  64. c2d4bb9 ARM: common: edma: clear completion interrupts on stop by John Ogness · 10 years ago
  65. 7895f73 ARM: MCPM: remove residency argument from mcpm_cpu_suspend() by Nicolas Pitre · 10 years ago
  66. 1c2c7d5 ARM: MCPM: add references to the available documentation in the code by Nicolas Pitre · 10 years ago
  67. 7cc8b99 ARM: MCPM: make internal helpers private to the core code by Nicolas Pitre · 10 years ago
  68. 77404d8 ARM: MCPM: remove backward compatibility code by Nicolas Pitre · 10 years ago
  69. e6c81cc Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  70. d3a8754 ARM: MCPM: move the algorithmic complexity to the core code by Nicolas Pitre · 10 years ago
  71. 7270d11 arm/bL_switcher: Kill tick suspend hackery by Thomas Gleixner · 10 years ago
  72. 77e32c8 clockevents: Manage device's state separately for the core by Viresh Kumar · 10 years ago
  73. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  74. 26ceb12 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  75. 3a647c1 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  76. 4ed89f2 ARM: convert printk(KERN_* to pr_* by Russell King · 10 years ago
  77. a850c42 ARM: common: edma: edma_pm_resume may be unused by Arnd Bergmann · 10 years ago
  78. a2b1175 ARM: common: edma: add suspend resume hook by Daniel Mack · 10 years ago
  79. 5305e4d dma: edma: move device registration to platform code by Arnd Bergmann · 10 years ago
  80. d155fc7 ARM: common: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  81. ea58459 Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  82. 88d5e52 driver:gpio remove all usage of gpio_remove retval in driver by abdoulaye berthe · 10 years ago
  83. 929a015 ARM: edma: Fix configuration parsing for SoCs with multiple eDMA3 CC by Peter Ujfalusi · 10 years ago
  84. c7a19c7 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  85. b3345d7 Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  86. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  87. eb3fe7d ARM: edma: Add edma_assign_channel_eventq() to move channel to a give queue by Peter Ujfalusi · 10 years ago
  88. 85a7076 ARM: edma: Set default queue to lowest priority by Peter Ujfalusi · 10 years ago
  89. 41fa421 arm: bL_switcher:k Use ktime_get_real_ns() by Thomas Gleixner · 10 years ago
  90. 3721924 ARM: 8081/1: MCPM: provide infrastructure to allow for MCPM loopback by Nicolas Pitre · 10 years ago
  91. 12af701 Merge tag 'versatile-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next/soc by Olof Johansson · 10 years ago
  92. 1bde990 ARM: timer-sp: allow getting timer1 clock from DT to fallback to legacy clock by Rob Herring · 11 years ago
  93. 6aab4c2 ARM: 8068/1: scoop: Remove unused variable by Fabio Estevam · 11 years ago
  94. eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 11 years ago
  95. 1fb3334 Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 11 years ago
  96. a727eaf Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next by Linus Torvalds · 11 years ago
  97. 3f8517e ARM: 8063/1: bL_switcher: fix individual online status reporting of removed CPUs by Nicolas Pitre · 11 years ago
  98. 3a5e23c Merge tag 'davinci-for-v3.16/edma' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/drivers by Olof Johansson · 11 years ago
  99. 7741fa1 Merge tag 'davinci-fixes-for-v3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/drivers by Olof Johansson · 11 years ago
  100. 166aaf3 ARM: 8029/1: mcpm: Rename the power_down_finish() functions to be less confusing by Dave Martin · 11 years ago