aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/copypage-xscale.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-08-14ARM: xscale: fix multi-cpu compilationArnd Bergmann1-2/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-11-12ARM: 8811/1: always list both ldrd/strd registers explicitlyNicolas Pitre1-20/+20
2018-11-08ARM: 8805/2: remove unneeded naked function usageNicolas Pitre1-36/+35
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-8/+1
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-6/+0
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
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-12/+14
2008-11-27[ARM] copypage: provide our own copy_user_highpage()Russell King1-8/+11
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-06-08[PATCH] ARM: Fix Xscale copy_page implementationRussell King1-0/+131