aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/fault-armv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying1-1/+1
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King1-3/+3
2013-11-15mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov1-3/+3
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-2/+1
2011-10-31arm: remove several unnecessary module.h include instancesPaul Gortmaker1-1/+0
2011-02-21ARM: pgtable: add pud-level codeRussell King1-1/+6
2010-11-26ARM: pgtable: introduce pteval_t to represent a pte valueRussell King1-1/+1
2010-10-28ARM: 6464/2: fix spinlock recursion in adjust_pte()Mika Westerberg1-2/+26
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra1-2/+2
2010-09-19ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT cachesCatalin Marinas1-2/+2
2010-09-19ARM: 6379/1: Assume new page cache pages have dirty D-cacheCatalin Marinas1-2/+2
2010-05-17Merge branch 'devel-stable' into develRussell King1-0/+1
2010-04-14ARM: remove unnecessary cache flushRussell King1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-20ARM: make_coherent(): fix problems with highpte, part 2Russell King1-3/+4
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-2/+3
2010-01-20ARM: make_coherent: avoid recalculating the pfn for the modified pageRussell King1-6/+6
2010-01-20ARM: make_coherent: fix problems with highpte, part 1Russell King1-2/+11
2010-01-20ARM: make_coherent: convert adjust_pte() to use p*d_none_or_clear_bad()Russell King1-20/+4
2010-01-20ARM: make_coherent: split adjust_pte() in twoRussell King1-20/+32
2009-12-23ARM: Fix wrong shared bit for CPU write buffer bug testRussell King1-3/+2
2009-12-04ARM: Reduce __flush_dcache_page() visibilityRussell King1-0/+2
2009-12-01ARM: ZERO_PAGE: Avoid flush_dcache_page() for zero pageRussell King1-0/+7
2009-10-12ARM: force dcache flush if dcache_dirty bit setNitin Gupta1-6/+3
2009-01-28[ARM] 5366/1: fix shared memory coherency with VIVT L1 + L2 cachesNicolas Pitre1-1/+4
2008-10-09Merge branch 'ptebits' into develRussell King1-5/+6
2008-10-01[ARM] Introduce new PTE memory type bitsRussell King1-5/+6
2008-09-05[ARM] sparse: fix several warningsRussell King1-0/+1
2008-09-01[ARM] cachetype: move definitions to separate headerRussell King1-0/+1
2008-07-27[ARM] Fix shared mmap when more than two maps of the same file existRussell King1-3/+7
2008-07-03[ARM] 5092/1: Fix the I-cache invalidation on ARMv6 and later CPUsCatalin Marinas1-0/+4
2007-02-16[ARM] 4191/1: Remove redundant __flush_dcache_page() function prototypeGeorge G. Davis1-2/+0
2006-12-13[ARM] Unuse another Linux PTE bitRussell King1-1/+1
2005-10-29[PATCH] mm: arm ready for split ptlockHugh Dickins1-1/+6
2005-06-20[PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing cachesRussell King1-20/+11
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+223