summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Merge branch 'origin' into for-linusRussell King3-8/+8
2009-09-24cpumask: use mm_cpumask() wrapper: armRusty Russell2-6/+6
2009-09-22Merge branch 'master' into for-linusRussell King3-49/+68
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-2/+2
2009-09-20ARM: Add support for checking access permissions on prefetch abortsRussell King1-3/+6
2009-09-20ARM: Separate out access error checkingRussell King1-11/+22
2009-09-20ARM: Ensure correct might_sleep() check in pagefault pathRussell King1-0/+7
2009-09-20ARM: Update page fault handling for new OOM techniquesRussell King1-33/+14
2009-09-20ARM: Provide definitions and helpers for decoding the FSR registerRussell King1-3/+15
2009-09-19Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6Russell King1-1/+1
2009-09-15ARM: 5580/2: ARM TCM (Tightly-Coupled Memory) support v3Linus Walleij1-0/+8
2009-09-15ARM: 5700/1: ARM: Introduce ARM_L1_CACHE_SHIFT to define cache line sizeKirill A. Shutemov1-0/+5
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-09-12Merge branch 'master' into develRussell King4-47/+129
2009-09-12Merge branch 'devel-stable' into develRussell King8-35/+130
2009-09-12Merge branch 'nomadik' into devel-stableRussell King1-1/+1
2009-09-12ARM: Fix pfn_valid() for sparse memoryRussell King1-0/+32
2009-09-04ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic() with ...Nicolas Pitre1-0/+8
2009-09-02ARM: 5687/1: fix an oops with highmemNicolas Pitre1-1/+8
2009-08-17ARM: implement highpteRussell King1-0/+1
2009-08-15ARM: Fix broken highmem supportRussell King2-46/+81
2009-07-24Include linux/sched.h in arch/arm/mm/fault.cCatalin Marinas1-0/+1
2009-07-24nommu: Do not set PRRR and NMRR in proc-v7.S if !MMUCatalin Marinas1-1/+1
2009-07-24nommu: Add #ifdef CONFIG_MMU around the PTE sanity checksCatalin Marinas1-0/+2
2009-07-24nommu: Include asm/setup.h in arch/arm/mm/nommu.cCatalin Marinas1-0/+1
2009-07-24nommu: Add noMMU support to the DMA APICatalin Marinas1-22/+72
2009-07-24nommu: Fix the fault processing for the MMU-less caseCatalin Marinas1-0/+22
2009-07-24Thumb-2: Implement the unified arch/arm/mm supportCatalin Marinas3-11/+30
2009-07-11[ARM] remove L_PTE_BUFFERABLE and L_PTE_CACHEABLERussell King1-6/+0
2009-07-05[ARM] export __cpu_flush_dcache_pageRussell King1-0/+1
2009-07-02[ARM] 5587/1: nomadik: add l2ccAlessandro Rubini1-1/+1
2009-06-22Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-20/+126
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-19[ARM] 5540/1: 32-bit Thumb-2 {ld,st}{m,rd} alignment fault fixup supportGeorge G. Davis1-20/+119
2009-06-18Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King1-0/+7
2009-06-16[ARM] pxa/treo680: initial supportTomas 'Sleep_Walker' Cech1-0/+7
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds7-23/+103
2009-06-14Merge branch 'u300' into develRussell King1-0/+14
2009-06-11Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King5-20/+82
2009-06-02[ARM] ARMv7 errata: only apply fixes when running on applicable CPURussell King1-11/+25
2009-05-31[ARM] Kconfig: remove 'default n'Russell King1-3/+0
2009-05-30Add core support for ARMv6/v7 big-endianCatalin Marinas4-0/+23
2009-05-30ARMv7: Document the PRRR and NMRR registers settingCatalin Marinas1-2/+30
2009-05-30ARMv7: Enable the SWP instructionCatalin Marinas1-4/+4
2009-05-30ARMv7: Mark the PTWs inner WBWA on SMP and WB on UPTony Thompson1-3/+9
2009-05-30Check whether the TLB operations need broadcasting on SMP systemsCatalin Marinas2-8/+13
2009-05-30RealView: Add support for the RealView/PBX platformColin Tuckley1-3/+3
2009-05-25Merge branch 'iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Russell King2-0/+7
2009-05-19omap iommu: simple virtual address space managementHiroshi DOYU2-0/+7
2009-05-02Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-2/+73