aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)Author
2009-11-04ARMv7: Check whether the SMP/nAMP mode was already enabledTony Thompson
2009-11-02ARM: ensure initial page tables are setup for SMP systemsRussell King
2009-10-29ARM: Fix errata 411920 workaroundsRussell King
2009-10-29ARM: Fix sparsemem with SPARSEMEM_EXTREME enabledRussell King
2009-10-25ARM: Use GFP_DMA only for masks _less_ than 32-bitRussell King
2009-10-21ARM: 5769/1: CPU_ARM920T: remove dead Maverick EP9312 URLHartley Sweeten
2009-10-12ARM: force dcache flush if dcache_dirty bit setNitin Gupta
2009-10-11ARM: Add kmap_atomic type debuggingRussell King
2009-10-07ARM: 5747/1: Fix the start_pg value in free_memmap()Catalin Marinas
2009-10-07ARM: 5746/1: Handle possible translation errors in ARMv6/v7 coherent_user_rangeCatalin Marinas
2009-10-05ARM: 5742/1: ARM: add debug check for invalid kernel page faultsImre Deak
2009-10-02ARM: 5728/1: Proper prefetch abort handling on ARMv6 and ARMv7Kirill A. Shutemov
2009-10-02ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()Kirill A. Shutemov
2009-10-02ARM: 5740/1: fix valid_phys_addr_range() range checkGreg Ungerer
2009-09-28ARM: Don't allow highmem on SMP platforms without h/w TLB ops broadcastRussell King
2009-09-28ARM: Fix warning: unused variable 'highmem'Russell King
2009-09-24Merge branch 'origin' into for-linusRussell King
2009-09-24cpumask: use mm_cpumask() wrapper: armRusty Russell
2009-09-22Merge branch 'master' into for-linusRussell King
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven
2009-09-20ARM: Add support for checking access permissions on prefetch abortsRussell King
2009-09-20ARM: Separate out access error checkingRussell King
2009-09-20ARM: Ensure correct might_sleep() check in pagefault pathRussell King
2009-09-20ARM: Update page fault handling for new OOM techniquesRussell King
2009-09-20ARM: Provide definitions and helpers for decoding the FSR registerRussell King
2009-09-19Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6Russell King
2009-09-15ARM: 5580/2: ARM TCM (Tightly-Coupled Memory) support v3Linus Walleij
2009-09-15ARM: 5700/1: ARM: Introduce ARM_L1_CACHE_SHIFT to define cache line sizeKirill A. Shutemov
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre
2009-09-12Merge branch 'master' into develRussell King
2009-09-12Merge branch 'devel-stable' into develRussell King
2009-09-12Merge branch 'nomadik' into devel-stableRussell King
2009-09-12ARM: Fix pfn_valid() for sparse memoryRussell King
2009-09-04ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic() with ...Nicolas Pitre
2009-09-02ARM: 5687/1: fix an oops with highmemNicolas Pitre
2009-08-17ARM: implement highpteRussell King
2009-08-15ARM: Fix broken highmem supportRussell King
2009-07-24Include linux/sched.h in arch/arm/mm/fault.cCatalin Marinas
2009-07-24nommu: Do not set PRRR and NMRR in proc-v7.S if !MMUCatalin Marinas
2009-07-24nommu: Add #ifdef CONFIG_MMU around the PTE sanity checksCatalin Marinas
2009-07-24nommu: Include asm/setup.h in arch/arm/mm/nommu.cCatalin Marinas
2009-07-24nommu: Add noMMU support to the DMA APICatalin Marinas
2009-07-24nommu: Fix the fault processing for the MMU-less caseCatalin Marinas
2009-07-24Thumb-2: Implement the unified arch/arm/mm supportCatalin Marinas
2009-07-11[ARM] remove L_PTE_BUFFERABLE and L_PTE_CACHEABLERussell King
2009-07-05[ARM] export __cpu_flush_dcache_pageRussell King
2009-07-02[ARM] 5587/1: nomadik: add l2ccAlessandro Rubini
2009-06-22Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds
2009-06-19[ARM] 5540/1: 32-bit Thumb-2 {ld,st}{m,rd} alignment fault fixup supportGeorge G. Davis