aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/copypage-v4mc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-26ARM: 8845/1: use unified assembler in c filesStefan Agner1-1/+2
2018-11-08ARM: 8805/2: remove unneeded naked function usageNicolas Pitre1-10/+9
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying1-1/+1
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-7/+2
2012-03-20arm: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-01-26ARM: pgtable: consolidate set_pte_ext(TOP_PTE,...) + tlb flushRussell King1-2/+1
2012-01-26ARM: pgtable: use mk_pte rather than pfn_pte(page_to_pfn())Russell King1-1/+1
2012-01-26ARM: pgtable: move TOP_PTE address definitions to arch/arm/mm/mm.hRussell King1-7/+3
2011-09-13locking, ARM: Annotate low level hw locks as rawThomas Gleixner1-3/+3
2010-09-19ARM: 6379/1: Assume new page cache pages have dirty D-cacheCatalin Marinas1-1/+1
2009-10-05ARM: Pass VMA to copy_user_highpage() implementationsRussell King1-1/+1
2009-03-12[ARM] 5421/1: ftrace: fix crash due to tracing of __naked functionsUwe Kleine-König1-1/+1
2009-01-24[ARM] fix StrongARM-11x0 page copy implementationRussell King1-1/+1
2008-11-28[ARM] fix a couple clear_user_highpage assembly constraintsNicolas Pitre1-4/+4
2008-11-27[ARM] clearpage: provide our own clear_user_highpage()Russell King1-14/+14
2008-11-27[ARM] copypage: provide our own copy_user_highpage()Russell King1-9/+12
2008-10-01[ARM] Introduce new PTE memory type bitsRussell King1-1/+1
2006-12-30[ARM] 4078/1: Fix ARM copypage cache coherency problemsRichard Purdie1-0/+6
2006-12-13[ARM] Unuse another Linux PTE bitRussell King1-1/+1
2006-09-20[ARM] Cleanup arch/arm/mm a littleRussell King1-2/+2
2005-05-16[PATCH] ARM: Fix build errorRussell King1-3/+3
2005-05-10[PATCH] ARM: Move copy/clear user_page locking into implementationRussell King1-0/+111