1. d25ef8b ARM: 5728/1: Proper prefetch abort handling on ARMv6 and ARMv7 by Kirill A. Shutemov · 15 years ago
  2. 4fb2847 ARM: 5727/1: Pass IFSR register to do_PrefetchAbort() by Kirill A. Shutemov · 15 years ago
  3. 6806bfe ARM: 5740/1: fix valid_phys_addr_range() range check by Greg Ungerer · 15 years ago
  4. e616c59 ARM: Don't allow highmem on SMP platforms without h/w TLB ops broadcast by Russell King · 15 years ago
  5. 041d785 ARM: Fix warning: unused variable 'highmem' by Russell King · 15 years ago
  6. baea7b9 Merge branch 'origin' into for-linus by Russell King · 15 years ago
  7. 56f8ba8 cpumask: use mm_cpumask() wrapper: arm by Rusty Russell · 15 years ago
  8. ae19ffb Merge branch 'master' into for-linus by Russell King · 15 years ago
  9. cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
  10. df297bf ARM: Add support for checking access permissions on prefetch aborts by Russell King · 15 years ago
  11. d374bf1 ARM: Separate out access error checking by Russell King · 15 years ago
  12. bf45699 ARM: Ensure correct might_sleep() check in pagefault path by Russell King · 15 years ago
  13. b42c634 ARM: Update page fault handling for new OOM techniques by Russell King · 15 years ago
  14. c88d6aa ARM: Provide definitions and helpers for decoding the FSR register by Russell King · 15 years ago
  15. 40d743b Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 by Russell King · 15 years ago
  16. bc58177 ARM: 5580/2: ARM TCM (Tightly-Coupled Memory) support v3 by Linus Walleij · 15 years ago
  17. 910a17e ARM: 5700/1: ARM: Introduce ARM_L1_CACHE_SHIFT to define cache line size by Kirill A. Shutemov · 15 years ago
  18. 2f82af0 Nicolas Pitre has a new email address by Nicolas Pitre · 15 years ago
  19. 87d721ad Merge branch 'master' into devel by Russell King · 15 years ago
  20. ddd559b Merge branch 'devel-stable' into devel by Russell King · 15 years ago
  21. 7010381 Merge branch 'nomadik' into devel-stable by Russell King · 15 years ago
  22. b7cfda9 ARM: Fix pfn_valid() for sparse memory by Russell King · 15 years ago
  23. 7929eb9 ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic() with highmem by Nicolas Pitre · 15 years ago
  24. 13f96d8 ARM: 5687/1: fix an oops with highmem by Nicolas Pitre · 15 years ago
  25. 65cec8e ARM: implement highpte by Russell King · 15 years ago
  26. dde5828 ARM: Fix broken highmem support by Russell King · 15 years ago
  27. 412bb0a Include linux/sched.h in arch/arm/mm/fault.c by Catalin Marinas · 15 years ago
  28. bdaaaec nommu: Do not set PRRR and NMRR in proc-v7.S if !MMU by Catalin Marinas · 15 years ago
  29. 8b79d5f nommu: Add #ifdef CONFIG_MMU around the PTE sanity checks by Catalin Marinas · 15 years ago
  30. b32f3af nommu: Include asm/setup.h in arch/arm/mm/nommu.c by Catalin Marinas · 15 years ago
  31. ab6494f nommu: Add noMMU support to the DMA API by Catalin Marinas · 15 years ago
  32. 09529f7 nommu: Fix the fault processing for the MMU-less case by Catalin Marinas · 15 years ago
  33. 347c8b7 Thumb-2: Implement the unified arch/arm/mm support by Catalin Marinas · 15 years ago
  34. f7a55fa [ARM] remove L_PTE_BUFFERABLE and L_PTE_CACHEABLE by Russell King · 15 years ago
  35. ba9b42e [ARM] export __cpu_flush_dcache_page by Russell King · 15 years ago
  36. 0b260fd [ARM] 5587/1: nomadik: add l2cc by Alessandro Rubini · 15 years ago
  37. 9e268be Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  38. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 16 years ago
  39. c2860d4 [ARM] 5540/1: 32-bit Thumb-2 {ld,st}{m,rd} alignment fault fixup support by George G. Davis · 15 years ago
  40. 187f81b Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel by Russell King · 15 years ago
  41. e6c3f4b [ARM] pxa/treo680: initial support by Tomas 'Sleep_Walker' Cech · 15 years ago
  42. 2cf4d45 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  43. b7c11ec Merge branch 'u300' into devel by Russell King · 15 years ago
  44. 42578c8 Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel by Russell King · 15 years ago
  45. 1946d6e [ARM] ARMv7 errata: only apply fixes when running on applicable CPU by Russell King · 15 years ago
  46. a22f277 [ARM] Kconfig: remove 'default n' by Russell King · 15 years ago
  47. 2658485 Add core support for ARMv6/v7 big-endian by Catalin Marinas · 15 years ago
  48. 23d1c51 ARMv7: Document the PRRR and NMRR registers setting by Catalin Marinas · 15 years ago
  49. 213fb2a ARMv7: Enable the SWP instruction by Catalin Marinas · 15 years ago
  50. ba3c026 ARMv7: Mark the PTWs inner WBWA on SMP and WB on UP by Tony Thompson · 15 years ago
  51. faa7bc5 Check whether the TLB operations need broadcasting on SMP systems by Catalin Marinas · 15 years ago
  52. 1b504bb RealView: Add support for the RealView/PBX platform by Colin Tuckley · 15 years ago
  53. 56a4593 Merge branch 'iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git into devel by Russell King · 15 years ago
  54. 69d3a84 omap iommu: simple virtual address space management by Hiroshi DOYU · 16 years ago
  55. 2142bab Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  56. 0516e46 [ARM] 5489/1: ARM errata: Data written to the L2 cache can be overwritten with stale data by Catalin Marinas · 15 years ago
  57. 855c551 [ARM] 5490/1: ARM errata: Processor deadlock when a false hazard is created by Catalin Marinas · 15 years ago
  58. 7ce236f [ARM] 5487/1: ARM errata: Stale prediction on replaced interworking branch by Catalin Marinas · 15 years ago
  59. 9cba3cc [ARM] 5488/1: ARM errata: Invalidation of the Instruction Cache operation can fail by Catalin Marinas · 15 years ago
  60. d98aac7 [ARM] 5480/1: U300-v5 integrate into the ARM architecture by Linus Walleij · 15 years ago
  61. 991da17 arm: Use __INIT macro instead of .text.init. by Tim Abbott · 15 years ago
  62. 81854f8 [ARM] pxa: Add support for suspend on PalmTX, T5 and LD by Marek Vasut · 16 years ago
  63. fe68e68 [ARM] 5439/1: Do not clear bit 10 of DFSR during abort handling on ARMv6 by Catalin Marinas · 16 years ago
  64. f000328 [ARM] Kirkwood: small L2 code cleanup by Nicolas Pitre · 16 years ago
  65. d75de08 [ARM] Kirkwood: invalidate L2 cache before enabling it by Maxime Bizon · 16 years ago
  66. 9759d22 Merge branch 'master' into devel by Russell King · 16 years ago
  67. f0bba9f9 [ARM] 5435/1: fix compile warning in sanity_check_meminfo() by Mikael Pettersson · 16 years ago
  68. 542f869 Merge branch 'for-rmk' of git://gitorious.org/linux-gemini/mainline into devel by Russell King · 16 years ago
  69. 28853ac ARM: Add support for FA526 v2 by Paulius Zaleckas · 16 years ago
  70. fbf2b1f Merge branch 'highmem' into devel by Russell King · 16 years ago
  71. 9a38e98 Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel by root · 16 years ago
  72. 49cbe78 [ARM] pxa: add base support for Marvell's PXA168 processor line by Eric Miao · 16 years ago
  73. 7d83f8f Merge branch 'master' of git://git.marvell.com/orion into devel by Russell King · 16 years ago
  74. 3f973e2 [ARM] ignore high memory with VIPT aliasing caches by Nicolas Pitre · 16 years ago
  75. 3902a15 [ARM] xsc3: add highmem support to L2 cache handling code by Nicolas Pitre · 16 years ago
  76. 1bb7726 [ARM] Feroceon: add highmem support to L2 cache handling code by Nicolas Pitre · 16 years ago
  77. 4337745 [ARM] introduce dma_cache_maint_page() by Nicolas Pitre · 16 years ago
  78. 3835f6c [ARM] mem_init(): make highmem pages available for use by Nicolas Pitre · 16 years ago
  79. d73cd42 [ARM] kmap support by Nicolas Pitre · 16 years ago
  80. 5f0fbf9 [ARM] fixmap support by Nicolas Pitre · 16 years ago
  81. 97fb44e Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel by Russell King · 16 years ago
  82. cb88214 [ARM] MX31/MX35: Add l2x0 cache support by Sascha Hauer · 16 years ago
  83. 1522ac3 [ARM] Fix virtual to physical translation macro corner cases by Russell King · 16 years ago
  84. 446c92b [ARM] 5421/1: ftrace: fix crash due to tracing of __naked functions by Uwe Kleine-König · 16 years ago
  85. e4707dd [ARM] 5422/1: ARM: MMU: add a Non-cacheable Normal executable memory type by Paul Walmsley · 16 years ago
  86. 25ef4a6 [ARM] 5416/1: Use unused address in v6_early_abort by Seth Forshee · 16 years ago
  87. 3fd9825 [ARM] 5402/1: fix a case of wrap-around in sanity_check_meminfo() by Nicolas Pitre · 16 years ago
  88. 08e445b [ARM] 5366/1: fix shared memory coherency with VIVT L1 + L2 caches by Nicolas Pitre · 16 years ago
  89. 24f11ec [ARM] fix section-based ioremap by Russell King · 16 years ago
  90. 7dd8c4f [ARM] fix StrongARM-11x0 page copy implementation by Russell King · 16 years ago
  91. 98007c2 [ARM] 5364/1: allow flush_ioremap_region() to be used from modules by Nicolas Pitre · 16 years ago
  92. 9c93af1 NOMMU: Rename ARM's struct vm_region by David Howells · 16 years ago
  93. c613bbb Merge branch 'mxc-pu-imxfb' of git://pasiphae.extern.pengutronix.de/git/imx/linux-2.6 into devel by Russell King · 16 years ago
  94. 7e1548a Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into devel by Russell King · 16 years ago
  95. 67306da [ARM] Ensure linux/hardirqs.h is included where required by Russell King · 16 years ago
  96. 6ce1b87 [ARM] eliminate NULL test and memset after alloc_bootmem by Julia Lawall · 16 years ago
  97. baa745a [ARM] Fix alignment fault handling for ARMv6 and later CPUs by Russell King · 16 years ago
  98. c5b84b3 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel by Russell King · 16 years ago
  99. 59c7bcd [ARM] pxa: add base PXA935 support due to CPUID change by Eric Miao · 16 years ago
  100. 657e1de Merge branch 'for-rmk-realview' of git://linux-arm.org/linux-2.6 into devel by Russell King · 16 years ago