1. bae0ca2 ARM: 7953/1: mm: ensure TLB invalidation is complete before enabling MMU by Will Deacon · 10 years ago
  2. f3db3f4 ARM: 7885/1: Save/Restore 64-bit TTBR registers on LPAE suspend/resume by Mahesh Sivasubramanian · 11 years ago
  3. 457c240 ARM: asm: Add ARM_BE8() assembly helper by Ben Dooks · 11 years ago
  4. 141b974 Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linus by Russell King · 11 years ago
  5. 84b6504 ARM: 7823/1: errata: workaround Cortex-A15 erratum 773022 by Will Deacon · 11 years ago
  6. 6abdd49 ARM: mm: use inner-shareable barriers for TLB and user cache operations by Will Deacon · 11 years ago
  7. bf3f0f3 ARM: 7784/1: mm: ensure SMP alternates assemble to exactly 4 bytes with Thumb-2 by Will Deacon · 11 years ago
  8. 8bd26e3 arm: delete __cpuinit/__CPUINIT usage from all ARM users by Paul Gortmaker · 11 years ago
  9. 3c0c01a Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
  10. 3e0a07f ARM: 7773/1: PJ4B: Add support for errata 4742 by Gregory CLEMENT · 11 years ago
  11. 049be07 ARM: 7754/1: Fix the CPU ID and the mask associated to the PJ4B by Gregory CLEMENT · 11 years ago
  12. c90ad5c ARM: add Cortex-R7 Processor Info by Jonathan Austin · 12 years ago
  13. aa1aadc ARM: suspend: fix CPU suspend code for !CONFIG_MMU configurations by Will Deacon · 12 years ago
  14. 946342d Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'smp-hotplug' into for-linus by Russell King · 11 years ago
  15. b361d61 ARM: 7695/1: mvebu: Enable pj4b on LPAE compilations by Gregory CLEMENT · 11 years ago
  16. ae8a8b9 ARM: 7691/1: mm: kill unused TLB_CAN_READ_FROM_L1_CACHE and use ALT_SMP instead by Will Deacon · 11 years ago
  17. 120ecfa ARM: 7678/1: Work around faulty ISAR0 register in some Krait CPUs by Stepan Moskovchenko · 11 years ago
  18. 8164f7a ARM: 7680/1: Detect support for SDIV/UDIV from ISAR0 register by Stephen Boyd · 11 years ago
  19. d106de3 ARM: 7614/1: mm: fix wrong branch from Cortex-A9 to PJ4b by Haojian Zhuang · 12 years ago
  20. 62e4d35 ARM: 7609/1: disable errata work-arounds which access secure registers by Rob Herring · 12 years ago
  21. c271433 Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  22. de49019 arm: mm: Add support for PJ4B cpu and init routines by Gregory CLEMENT · 12 years ago
  23. 153cd8e ARM: 7553/1: proc-v7: Ensure correct instruction set after cpu_reset by Dave Martin · 12 years ago
  24. 6323fa2 ARM: mm: update __v7_setup() to the new LoUIS cache maintenance API by Santosh Shilimkar · 12 years ago
  25. 078c045 ARM: 7384/1: ThumbEE: Disable userspace TEEHBR access for !CONFIG_ARM_THUMBEE by Jonathan Austin · 12 years ago
  26. efbc74a ARM: 7345/1: errata: update workaround for A9 erratum #743622 by Will Deacon · 12 years ago
  27. 612539e ARM: 7296/1: proc-v7.S: remove HARVARD_CACHE preprocessor guards by Will Deacon · 13 years ago
  28. 868dbf9 ARM: 7295/1: cortex-a7: move proc_info out of !CONFIG_ARM_LPAE block by Will Deacon · 13 years ago
  29. 2e0e943 Merge branch 'devel-stable' into for-linus by Russell King · 13 years ago
  30. a32737e Merge branches 'fixes' and 'misc' into for-linus by Russell King · 13 years ago
  31. ba90c51 ARM: 7197/1: errata: Remove SMP dependency for erratum 751472 by Dave Martin · 13 years ago
  32. b424473 ARM: 7202/1: Add Cortex-A7 proc info by Pawel Moll · 13 years ago
  33. 1b6ba46 ARM: LPAE: MMU setup for the 3-level page table format by Catalin Marinas · 13 years ago
  34. 8d2cd3a ARM: LPAE: Factor out classic-MMU specific code into proc-v7-2level.S by Catalin Marinas · 13 years ago
  35. 1a4baaf ARM: proc-*.S: place cpu_reset functions into .idmap.text section by Will Deacon · 13 years ago
  36. 1fdb24e Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  37. 06afb1a Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v', 'pgt' (early part) and 'smp' into for-linus by Russell King · 13 years ago
  38. 15e0d9e ARM: pm: let platforms select cpu_suspend support by Arnd Bergmann · 13 years ago
  39. 1aede68 ARM: pm: no need to save/restore context ID register by Russell King · 13 years ago
  40. de8e71c ARM: pm: only use preallocated page table during resume by Russell King · 13 years ago
  41. e8ce0eb ARM: pm: preallocate a page table for suspend/resume by Russell King · 13 years ago
  42. 2590415 ARM: pm: avoid writing the auxillary control register for ARMv7 by Russell King · 13 years ago
  43. f35235a ARM: pm: some ARMv7 requires a dsb in resume to ensure correctness by Russell King · 13 years ago
  44. 0f81bb6 ARM: 7066/1: proc-v7: disable SCTLR.TE when disabling MMU by Will Deacon · 13 years ago
  45. 6645cb6 ARM: Fix build errors caused by adding generic macros by Russell King · 13 years ago
  46. f4daf06 ARM: proc: add definition of cpu_reset for ARMv6 and ARMv7 cores by Will Deacon · 13 years ago
  47. 7665d9d ARM: proc: add proc info for Cortex-A15MP using classic page tables by Will Deacon · 14 years ago
  48. 15eb169 ARM: proc: add Cortex-A5 proc info by Pawel Moll · 13 years ago
  49. dc939cd ARM: proc: convert v7 proc infos into a common macro by Pawel Moll · 13 years ago
  50. 78a8f3c ARM: mm: proc-v7: Use the new processor struct macros by Dave Martin · 13 years ago
  51. 111b20d ARM: pm: ensure ARMv7 CPUs save and restore the TLS register by Russell King · 13 years ago
  52. 7a0ee92 ARM: pm: proc-v7: fix missing struct processor pointers for suspend code by Russell King · 13 years ago
  53. 07989b7 Revert "ARM: 6943/1: mm: use TTBR1 instead of reserved context ID" by Russell King · 13 years ago
  54. 52af9c6 ARM: 6943/1: mm: use TTBR1 instead of reserved context ID by Will Deacon · 13 years ago
  55. d427958 ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7 by Catalin Marinas · 13 years ago
  56. a84bd2e Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into fixes by Russell King · 13 years ago
  57. 29ea23f ARM: Make consolidated PM sleep code depend on PM_SLEEP by Russell King · 13 years ago
  58. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  59. 2472f3c Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', 'irqdata', 'pm', 'sh', 'smp', 'spear', 'ux500' and 'via' into devel by Russell King · 13 years ago
  60. fcbdc5fe ARM: 6772/1: errata: possible fault MMU translations following an ASID switch by Will Deacon · 13 years ago
  61. f6b0fa0 ARM: pm: add generic CPU suspend/resume support by Russell King · 13 years ago
  62. 9a27c27 ARM: 6743/1: errata: interrupted ICALLUIS may prevent completion of broadcasted operation by Will Deacon · 13 years ago
  63. 874d5d3 ARM: 6623/1: Thumb-2: Fix out-of-range offset for Thumb-2 in proc-v7.S by Dave Martin · 14 years ago
  64. 28cdac6 Merge branch 'pgt' (early part) into devel by Russell King · 14 years ago
  65. 4073723 Merge branch 'misc' into devel by Russell King · 14 years ago
  66. 36bb94b ARM: pgtable: provide RDONLY page table bit rather than WRITE bit by Russell King · 14 years ago
  67. 9522d7e ARM: pgtable: invert L_PTE_EXEC to L_PTE_XN by Russell King · 14 years ago
  68. d30e45e ARM: pgtable: switch order of Linux vs hardware page tables by Russell King · 14 years ago
  69. 6323875 ARM: 6501/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in mm/proc-v7.S by Dave Martin · 14 years ago
  70. 64d2dc3 ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processors by Leif Lindholm · 14 years ago
  71. 247055a ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs by Catalin Marinas · 14 years ago
  72. 809b4e0 Merge branch 'devel-stable' into devel by Russell King · 14 years ago
  73. a0a5568 Merge branch 'hotplug' into devel by Russell King · 14 years ago
  74. 5085f3f ARM: hotplug cpu: Keep processor information, startup code & __lookup_processor_type by Russell King · 14 years ago
  75. c0bb586 ARM: 6435/1: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9 by Tony Lindgren · 14 years ago
  76. f00ec48 ARM: Allow SMP kernels to boot on UP systems by Russell King · 14 years ago
  77. 475d92f ARM: 6416/1: errata: faulty hazard checking in the Store Buffer may lead to data corruption by Will Deacon · 14 years ago
  78. 14eff18 ARM: 6398/1: add proc info for ARM11MPCore/Cortex-A9 from ARM by Daniel Walker · 14 years ago
  79. a672e99 ARM: 6389/1: errata: incorrect hazard handling in the SCU may lead to data corruption by Will Deacon · 14 years ago
  80. 9f05027 ARM: 6388/1: errata: DMB operation may be faulty by Will Deacon · 14 years ago
  81. 6491848 ARM: 6387/1: errata: check primary part ID in proc-v7.S by Will Deacon · 14 years ago
  82. 9ca03a2 ARM: Factor out common code from cpu_proc_fin() by Russell King · 14 years ago
  83. f159f4e ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6 by Tony Lindgren · 14 years ago
  84. 2045124 ARM: 5888/1: arm: Update comments in cacheflush.h and remove unnecessary V6 and V7 comments by Tony Lindgren · 15 years ago
  85. 1f667c6 ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec work by Tony Lindgren · 15 years ago
  86. 1b3a02eb ARMv7: Check whether the SMP/nAMP mode was already enabled by Tony Thompson · 15 years ago
  87. 4b46d64 ARM: ensure initial page tables are setup for SMP systems by Russell King · 15 years ago
  88. 4fb2847 ARM: 5727/1: Pass IFSR register to do_PrefetchAbort() by Kirill A. Shutemov · 15 years ago
  89. bdaaaec nommu: Do not set PRRR and NMRR in proc-v7.S if !MMU by Catalin Marinas · 15 years ago
  90. 347c8b7 Thumb-2: Implement the unified arch/arm/mm support by Catalin Marinas · 15 years ago
  91. 2cf4d45 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  92. 1946d6e [ARM] ARMv7 errata: only apply fixes when running on applicable CPU by Russell King · 15 years ago
  93. 2658485 Add core support for ARMv6/v7 big-endian by Catalin Marinas · 15 years ago
  94. 23d1c51 ARMv7: Document the PRRR and NMRR registers setting by Catalin Marinas · 15 years ago
  95. 213fb2a ARMv7: Enable the SWP instruction by Catalin Marinas · 15 years ago
  96. ba3c026 ARMv7: Mark the PTWs inner WBWA on SMP and WB on UP by Tony Thompson · 15 years ago
  97. faa7bc5 Check whether the TLB operations need broadcasting on SMP systems by Catalin Marinas · 15 years ago
  98. 2142bab Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  99. 0516e46 [ARM] 5489/1: ARM errata: Data written to the L2 cache can be overwritten with stale data by Catalin Marinas · 15 years ago
  100. 855c551 [ARM] 5490/1: ARM errata: Processor deadlock when a false hazard is created by Catalin Marinas · 15 years ago