1. 4aba098 ARM: Fix wrong register in proc-arm6_7.S data abort handler by Russell King · 15 years ago
  2. 2045124 ARM: 5888/1: arm: Update comments in cacheflush.h and remove unnecessary V6 and V7 comments by Tony Lindgren · 15 years ago
  3. 1f667c6 ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec work by Tony Lindgren · 15 years ago
  4. ad3e6c0 ARM: 5885/1: arm: Flush TLB entries in setup_mm_for_reboot() by Tony Lindgren · 15 years ago
  5. 1f0e14b Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  6. aff7b4f ARM: Ensure ARMv6/7 mm files are built using appropriate assembler options by Russell King · 15 years ago
  7. 4b52940 mm: make totalhigh_pages unsigned long by Andreas Fenkart · 15 years ago
  8. 0de9a00 Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 by Russell King · 15 years ago
  9. 070f1f1 ARM: 5858/1: Remove unused vma_vm_flags macro from v7wbi_flush_user_tlb_range by Bahadir Balban · 15 years ago
  10. 548c6af [ARM] pxa: enable L2 if present in XSC3 by Haojian Zhuang · 15 years ago
  11. dc8601a [ARM] pxa: do not enable L2 after MMU is enabled by Haojian Zhuang · 15 years ago
  12. 6dc995a ARM: fix PAGE_KERNEL by Russell King · 15 years ago
  13. 52e8bfd ARM: Fix wrong shared bit for CPU write buffer bug test by Russell King · 15 years ago
  14. 4da8b82 ARM: Kill CONFIG_CPU_32 by Russell King · 15 years ago
  15. 2395d66 ARM: 5853/1: ARM: Fix build break on ARM v6 and v7 by Anand Gadiyar · 15 years ago
  16. 6665398 Merge branch 'cache' (early part) by Russell King · 15 years ago
  17. 1cc76b5 Merge branch 'for-rmk' of git://git.marvell.com/orion by Russell King · 15 years ago
  18. bf32eb8 Merge branch 'pending-l2x0' into cache by Russell King · 15 years ago
  19. 2c9b9c8 ARM: add size argument to __cpuc_flush_dcache_page by Russell King · 15 years ago
  20. ccaf5f0 ARM: 5848/1: kill flush_ioremap_region() by Nicolas Pitre · 15 years ago
  21. 3d10743 ARM: cache-l2x0: make better use of background cache handling by Russell King · 15 years ago
  22. 0eb948d ARM: cache-l2x0: avoid taking spinlock for every iteration by Russell King · 15 years ago
  23. e77414e fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh by Al Viro · 15 years ago
  24. f0e5d2c ARM: dove: fix the mm mmu flags of the pj4 procinfo by Saeed Bishara · 15 years ago
  25. 0719dc3 Merge branch 'devel-stable' into devel by Russell King · 15 years ago
  26. 4567c4a Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stable by Russell King · 15 years ago
  27. c6baa19 Merge branch 'pending-dma-coherent' into devel by Russell King · 15 years ago
  28. 5cb2faa Merge branch 'pending-misc' (early part) into devel by Russell King · 15 years ago
  29. 6060e8d ARM: I-cache: flush executable mappings in flush_cache_range() by Russell King · 15 years ago
  30. ea201db ARM: I-cache: avoid flushing in flush_cache_mm() by Russell King · 15 years ago
  31. 9e95922 ARM: I-cache: Add invalidation for VIVT ASID tagged caches by Russell King · 15 years ago
  32. 115b224 ARM: 5794/1: Flush the D-cache during copy_user_highpage() by Catalin Marinas · 15 years ago
  33. f91fb05 ARM: Remove __flush_icache_all() from __flush_dcache_page() by Russell King · 15 years ago
  34. 2df341e ARM: Move __flush_icache_all() out of flush_pfn_alias() by Russell King · 15 years ago
  35. 7b0a100 ARM: Reduce __flush_dcache_page() visibility by Russell King · 15 years ago
  36. 48371cd ARM: 5845/1: l2x0: check whether l2x0 already enabled by Srinidhi Kasagar · 15 years ago
  37. d7931d9 Merge branch 'for-rmk' of git://git.marvell.com/orion into devel-stable by Russell King · 15 years ago
  38. 421fe93 ARM: ZERO_PAGE: Avoid flush_dcache_page() for zero page by Russell King · 15 years ago
  39. b7dc0b2 ARM: Avoid evaluating page_address() multiple times by Russell King · 15 years ago
  40. 2f0b192 ARM: Avoid duplicated implementation for VIVT cache flushing by Russell King · 15 years ago
  41. d0a92fd [ARM] pxa/treo: add Palm Centro 685 support by Tomáš Čech · 15 years ago
  42. 573a652 ARM: Add Tauros2 L2 cache controller support by Lennert Buytenhek · 15 years ago
  43. edabd38 ARM: add base support for Marvell Dove SoC by Saeed Bishara · 15 years ago
  44. 26a26d3 ARM: dma-mapping: switch ARMv7 DMA mappings to retain 'memory' attribute by Russell King · 15 years ago
  45. acaac25 ARM: dma-mapping: get rid of setting/clearing the reserved page bit by Russell King · 15 years ago
  46. 31ebf94 ARM: dma-mapping: Factor out noMMU dma buffer allocation code by Russell King · 15 years ago
  47. ebd7a84 ARM: dma-mapping: clean up coherent arch dma allocation by Russell King · 15 years ago
  48. 88c58f3 ARM: dma-mapping: move consistent_init into CONFIG_MMU section by Russell King · 15 years ago
  49. 695ae0a ARM: dma-mapping: factor dma_free_coherent() common code by Russell King · 15 years ago
  50. 04da569 ARM: dma-mapping: fix nommu dma_alloc_coherent() by Russell King · 15 years ago
  51. 3e82d01 ARM: dma-mapping: fix coherent arch dma_alloc_coherent() by Russell King · 15 years ago
  52. 7a9a32a ARM: dma-mapping: functions to allocate/free a coherent buffer by Russell King · 15 years ago
  53. 13ccf3a ARM: dma-mapping: split out vmregion code from dma coherent mapping code by Russell King · 15 years ago
  54. 3941683 ARM: 5791/1: ARM: MM: use 64bytes of L1 cache on plat S5PC1xx by Marek Szyprowski · 15 years ago
  55. 749f583 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/xscaleiop into devel-stable by Russell King · 15 years ago
  56. 1b3a02eb ARMv7: Check whether the SMP/nAMP mode was already enabled by Tony Thompson · 15 years ago
  57. 4b46d64 ARM: ensure initial page tables are setup for SMP systems by Russell King · 15 years ago
  58. df71dfd ARM: Fix errata 411920 workarounds by Russell King · 15 years ago
  59. 345a322 iop: implement sched_clock() by Mikael Pettersson · 15 years ago
  60. 657e12f ARM: Fix sparsemem with SPARSEMEM_EXTREME enabled by Russell King · 15 years ago
  61. c06e004 ARM: Use GFP_DMA only for masks _less_ than 32-bit by Russell King · 15 years ago
  62. c768e676 ARM: 5769/1: CPU_ARM920T: remove dead Maverick EP9312 URL by Hartley Sweeten · 15 years ago
  63. 787b2fa ARM: force dcache flush if dcache_dirty bit set by Nitin Gupta · 15 years ago
  64. 6a5e293 ARM: Add kmap_atomic type debugging by Russell King · 15 years ago
  65. 3257f43 ARM: 5747/1: Fix the start_pg value in free_memmap() by Catalin Marinas · 15 years ago
  66. 32cfb1b ARM: 5746/1: Handle possible translation errors in ARMv6/v7 coherent_user_range by Catalin Marinas · 15 years ago
  67. 1d21271 ARM: 5742/1: ARM: add debug check for invalid kernel page faults by Imre Deak · 15 years ago
  68. d25ef8b ARM: 5728/1: Proper prefetch abort handling on ARMv6 and ARMv7 by Kirill A. Shutemov · 15 years ago
  69. 4fb2847 ARM: 5727/1: Pass IFSR register to do_PrefetchAbort() by Kirill A. Shutemov · 15 years ago
  70. 6806bfe ARM: 5740/1: fix valid_phys_addr_range() range check by Greg Ungerer · 15 years ago
  71. e616c59 ARM: Don't allow highmem on SMP platforms without h/w TLB ops broadcast by Russell King · 15 years ago
  72. 041d785 ARM: Fix warning: unused variable 'highmem' by Russell King · 15 years ago
  73. baea7b9 Merge branch 'origin' into for-linus by Russell King · 15 years ago
  74. 56f8ba8 cpumask: use mm_cpumask() wrapper: arm by Rusty Russell · 15 years ago
  75. ae19ffb Merge branch 'master' into for-linus by Russell King · 15 years ago
  76. cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
  77. df297bf ARM: Add support for checking access permissions on prefetch aborts by Russell King · 15 years ago
  78. d374bf1 ARM: Separate out access error checking by Russell King · 15 years ago
  79. bf45699 ARM: Ensure correct might_sleep() check in pagefault path by Russell King · 15 years ago
  80. b42c634 ARM: Update page fault handling for new OOM techniques by Russell King · 15 years ago
  81. c88d6aa ARM: Provide definitions and helpers for decoding the FSR register by Russell King · 15 years ago
  82. 40d743b Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 by Russell King · 15 years ago
  83. bc58177 ARM: 5580/2: ARM TCM (Tightly-Coupled Memory) support v3 by Linus Walleij · 15 years ago
  84. 910a17e ARM: 5700/1: ARM: Introduce ARM_L1_CACHE_SHIFT to define cache line size by Kirill A. Shutemov · 15 years ago
  85. 2f82af0 Nicolas Pitre has a new email address by Nicolas Pitre · 15 years ago
  86. 87d721ad Merge branch 'master' into devel by Russell King · 15 years ago
  87. ddd559b Merge branch 'devel-stable' into devel by Russell King · 15 years ago
  88. 7010381 Merge branch 'nomadik' into devel-stable by Russell King · 15 years ago
  89. b7cfda9 ARM: Fix pfn_valid() for sparse memory by Russell King · 15 years ago
  90. 7929eb9 ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic() with highmem by Nicolas Pitre · 15 years ago
  91. 13f96d8 ARM: 5687/1: fix an oops with highmem by Nicolas Pitre · 15 years ago
  92. 65cec8e ARM: implement highpte by Russell King · 15 years ago
  93. dde5828 ARM: Fix broken highmem support by Russell King · 15 years ago
  94. 412bb0a Include linux/sched.h in arch/arm/mm/fault.c by Catalin Marinas · 15 years ago
  95. bdaaaec nommu: Do not set PRRR and NMRR in proc-v7.S if !MMU by Catalin Marinas · 15 years ago
  96. 8b79d5f nommu: Add #ifdef CONFIG_MMU around the PTE sanity checks by Catalin Marinas · 15 years ago
  97. b32f3af nommu: Include asm/setup.h in arch/arm/mm/nommu.c by Catalin Marinas · 15 years ago
  98. ab6494f nommu: Add noMMU support to the DMA API by Catalin Marinas · 15 years ago
  99. 09529f7 nommu: Fix the fault processing for the MMU-less case by Catalin Marinas · 15 years ago
  100. 347c8b7 Thumb-2: Implement the unified arch/arm/mm support by Catalin Marinas · 15 years ago