1. 78ae8b1 ARM: 7009/1: l2x0: Add OF based initialization by Rob Herring · 13 years ago
  2. 4a771c5 arm: gic: Add empty stub for gic_set_irq_secure function by Rohit Vaswani · 13 years ago
  3. 9193e5f Merge "ARM: 7068/1: process: change from __backtrace to dump_stack in show_regs" into msm-3.0 by Linux Build Service Account · 13 years ago
  4. 0a80147 ARM: 7068/1: process: change from __backtrace to dump_stack in show_regs by Laura Abbott · 13 years ago
  5. 2f27a17 msm: board-dt: ARM generic timer DT support by Sathish Ambley · 13 years ago
  6. df590cc ARM: local timers: Add A15 architected timer support by Marc Zyngier · 13 years ago
  7. 483e483 ARM: local timers: introduce a new registration interface by Marc Zyngier · 13 years ago
  8. 6de5581 ARM: 7325/1: fix v7 boot with lockdep enabled by Rabin Vincent · 13 years ago
  9. 9fba2a5 msm: rtb: Macroize more of the readl/writel code by Laura Abbott · 13 years ago
  10. 26e4486 arm: gic: Configure the GIC to run in secure mode by Rohit Vaswani · 13 years ago
  11. 0f9c776 arm: log readl/writel accesses by Laura Abbott · 13 years ago
  12. eb81fb3 arm: fiq: Provide empty stubs for fiq functions by Rohit Vaswani · 13 years ago
  13. 933e6a6 mmc: msm_sdcc: vote against IDLE power collapse by Subhash Jadavani · 13 years ago
  14. 0bb2b56 arm: irq: Allow for specification of no preallocated irqs by Michael Bohan · 13 years ago
  15. d428ab2 arm: irq: Remove check for hardirq mask size by Michael Bohan · 13 years ago
  16. 181621e ARM: GIC: Add global gic_handle_irq() function by Marc Zyngier · 13 years ago
  17. 0fd8629 ARM: 7115/4: move __exception and friends to asm/exception.h by Jamie Iles · 13 years ago
  18. 680392b ARM: gic: allow GIC to support non-banked setups by Marc Zyngier · 13 years ago
  19. 050113e ARM: gic: fix irq_alloc_descs handling for sparse irq by Rob Herring · 13 years ago
  20. 0fc0d94 ARM: gic: add OF based initialization by Rob Herring · 13 years ago
  21. c383e04 ARM: gic: add irq_domain support by Rob Herring · 13 years ago
  22. eecb28c ARM: gic: Consolidate PPI handling with request_percpu_irq() API by Trilok Soni · 13 years ago
  23. 360aa42 mmc: msm_sdcc: Handle SD card detection based on polarity by Krishna Konda · 13 years ago
  24. d3dc306 ARM: 7017/1: Use generic BUG() handler by Simon Glass · 13 years ago
  25. 692c3e25 ARM: gic: Use cpu pm notifiers to save gic state by Colin Cross · 14 years ago
  26. 450ea48 locking, ARM: Annotate low level hw locks as raw by Thomas Gleixner · 15 years ago
  27. 1d2d6d2 Merge changes I79bc950f,Idfe44bb8,I9832f0ff into msm-3.0 by Linux Build Service Account · 13 years ago
  28. 5f0bc5c Merge "msm: Remove msm specific implementation of io_remap_pfn_range." into msm-3.0 by Linux Build Service Account · 13 years ago
  29. a9a5be9 Merge changes Ica870d27,Ibaddc7f1 into msm-3.0 by Linux Build Service Account · 13 years ago
  30. 179c22f msm: Remove msm specific implementation of io_remap_pfn_range. by Naveen Ramaraj · 13 years ago
  31. 3294275 mm: add wrapper function for writing word to kernel text space by Neil Leeder · 13 years ago
  32. 8f6490b Merge "ARM: GIC: move gic_chip_data structure declaration to header" into msm-3.0 by Linux Build Service Account · 13 years ago
  33. f5b3b2b ARM: local timers: Add A15 architected timer support by Marc Zyngier · 13 years ago
  34. ac9270d Merge "ARM: Fix bank_pfn_end macro overflow" into msm-3.0 by Linux Build Service Account · 13 years ago
  35. 2252d0f ARM: GIC: move gic_chip_data structure declaration to header by Changhwan Youn · 13 years ago
  36. b40b91e ARM: Fix bank_pfn_end macro overflow by Olav Haugan · 13 years ago
  37. d074fa2 Merge remote-tracking branch 'common/android-3.0' into msm-3.0 by Bryan Huntsman · 13 years ago
  38. e53c201 Merge changes I1f7824c9,Ib8f02b76 into msm-3.0 by Linux Build Service Account · 13 years ago
  39. 903bfa5 ARM: perf: add support for the Cortex-A15 PMU by Will Deacon · 13 years ago
  40. acdc46f ARM: perf: add support for the Cortex-A5 PMU by Will Deacon · 13 years ago
  41. 1c11da6 mmc: msm_sdcc: Use MCI_VERSION to identify the Controller's version by Pratibhasagar V · 13 years ago
  42. bffe692 ARM: hwcaps: add new HWCAP defines for ARMv7-A by Will Deacon · 13 years ago
  43. 70c80d8 ARM: hwcaps: use shifts instead of hardcoded constants by Will Deacon · 13 years ago
  44. f06ab97 arm: mm: add functions to temporarily allow write to kernel text by Neil Leeder · 13 years ago
  45. fea6018 msm: 9615: Use gpio-regulator driver for SDC1 by Krishna Konda · 13 years ago
  46. 7cac2e4 Merge "arm: support very early callback into board functions" into msm-3.0 by Linux Build Service Account · 13 years ago
  47. 2bb3e31 Merge commit 'v3.0.8' into android-3.0 by Colin Cross · 13 years ago
  48. 16a5b1f Merge "ARM: 7123/1: smp: Add an IPI handler callable from C code" into msm-3.0 by Linux Build Service Account · 13 years ago
  49. f4aea21 ARM: common: fiq_debugger: add suspend/resume handlers by Dima Zavin · 13 years ago
  50. efde655 ARM: common: fiq_debugger: add uart_enable/disable platform callbacks by Dima Zavin · 13 years ago
  51. f81fb56 arm: support very early callback into board functions by Larry Bassel · 13 years ago
  52. 9369940 ARM: 7123/1: smp: Add an IPI handler callable from C code by Shawn Guo · 13 years ago
  53. 6469dfb irq: add irq_domain translation infrastructure by Grant Likely · 13 years ago
  54. 8c0d0e3 arm/dt: Add dt machine definition by Grant Likely · 13 years ago
  55. 8b7fd32 ARM: smp: implement arch_trigger_all_cpus_backtrace using IPI by Dima Zavin · 13 years ago
  56. 91e31f5 Merge "ARM: smp: Fix Unknown IPI message 0x1" into msm-3.0 by Linux Build Service Account · 13 years ago
  57. 7f685e5 ARM: smp: Fix Unknown IPI message 0x1 by Santosh Shilimkar · 13 years ago
  58. 8e7b857 arm: Implement ticket spin-locks by Brent DeGraaf · 13 years ago
  59. 8705131 arm: Fix a compilation error for the omap2plus defconfig. by Naveen Ramaraj · 13 years ago
  60. edee2d3 ARM: entry: re-allocate registers in irq entry assembly macros by Russell King · 13 years ago
  61. 357c24c ARM: introduce handle_IRQ() not to dump exception stack by Russell King - ARM Linux · 13 years ago
  62. 85fa070 8064: mmc: Disable CMD23 support for virtio by Sahitya Tummala · 13 years ago
  63. b07e1ae mmc: 8064: Disable runtime PM for SDCC on Simulator by Sahitya Tummala · 13 years ago
  64. d9df327 mmc: changes to get SDCC work with multi-target binary for 8960 and 8064 by Sahitya Tummala · 13 years ago
  65. f6c97c8 mmc: msm_sdcc: Unconditionally send CMD52 after CMD53 by Oluwafemi Adeyemi · 13 years ago
  66. 189f188 PMEM: Pre reserve virtual address range for on demand devices. by Naveen Ramaraj · 13 years ago
  67. 28d5b74 ARM: 7099/1: futex: preserve oldval in SMP __futex_atomic_op by Will Deacon · 13 years ago
  68. 0dbf5d8 ARM: 7014/1: cache-l2x0: Fix L2 Cache size calculation. by Srinivas Kandagatla · 13 years ago
  69. 99ba53a mmc: msm_sdcc: set low voltage for VDD pad rail during sleep by Subhash Jadavani · 13 years ago
  70. ae683e8 arm: remove support for non-standard memory tags by Larry Bassel · 13 years ago
  71. 3f2bc4d Initial Contribution by Bryan Huntsman · 13 years ago
  72. 5ea3a7c ARM: cache-l2x0: update workaround for PL310 errata 727915 by Colin Cross · 13 years ago
  73. e55d4fa Merge commit 'v3.0-rc5' into android-3.0 by Colin Cross · 13 years ago
  74. 2bc58a6 ARM: 6959/1: SMP build fix for entry-macro-multi.S by Magnus Damm · 13 years ago
  75. 628c494 ARM: etm: Support multiple ETMs/PTMs. by Arve Hjønnevåg · 14 years ago
  76. 81e4312 ARM: etm: Configure data tracing by Arve Hjønnevåg · 14 years ago
  77. 5228a59 ARM: Add 'card_present' state to mmc_platfrom_data by Dmitry Shmidt · 14 years ago
  78. b44b7d7 Recreate asm/mach/mmc.h include file by Colin Cross · 14 years ago
  79. c1db50b ARM: Add generic fiq serial debugger by Iliyan Malchev · 14 years ago
  80. 73a0ce9 ARM: Add fiq_glue by Arve Hjønnevåg · 14 years ago
  81. 076f80c [ARM] Do not call flush_cache_user_range with mmap_sem held by Dima Zavin · 15 years ago
  82. 571503e Merge branch 'setns' by Linus Torvalds · 13 years ago
  83. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 13 years ago
  84. 2a56d22 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  85. 239df0f Merge branches 'devel', 'devel-stable' and 'fixes' into for-linus by Russell King · 13 years ago
  86. 04b18ff arm: use asm-generic/bitops/le.h by Akinobu Mita · 13 years ago
  87. a2812e1 arch: add #define for each of optimized find bitops by Akinobu Mita · 13 years ago
  88. d427958 ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7 by Catalin Marinas · 13 years ago
  89. a85fab1 ARM: add sendmmsg syscall by Russell King · 13 years ago
  90. 2846d84 ARM: 6940/1: fiq: Briefly document driver responsibilities for suspend/resume by Dave Martin · 13 years ago
  91. dc2eb92 ARM: 6938/1: fiq: Refactor {get,set}_fiq_regs() for Thumb-2 by Dave Martin · 13 years ago
  92. 7b7bf49 ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEM by Will Deacon · 13 years ago
  93. 818b667 Remove unused PROC_CHANGE_PENALTY constant by Stephen Boyd · 13 years ago
  94. 9e14f67 arm: mmu_gather rework by Peter Zijlstra · 13 years ago
  95. 03eb141 Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 into devel-stable by Russell King · 13 years ago
  96. ec19628 Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and 'spear' into for-linus by Russell King · 13 years ago
  97. 4b60e5f Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generic', 'consolidate-smp', 'consolidate-stmp' and 'consolidate-zones' into consolidate by Russell King · 13 years ago
  98. 57cc4f7 clockevents: ARM sp804: allow clockevent name to be specified by Russell King · 13 years ago
  99. fb593cf clocksource: ARM sp804: allow clocksource name to be specified by Russell King · 13 years ago
  100. 603605a ARM: 6939/1: fix missing 'cpu_relax()' declaration by Marc Zyngier · 13 years ago