summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/copypage.c
AgeCommit message (Expand)Author
2023-05-16arm64: Also reset KASAN tag if page is not PG_mte_taggedPeter Collingbourne
2023-02-22arm64: Reset KASAN tag in copy_highpage with HW tags onlyPeter Collingbourne
2022-11-29arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas
2022-11-29arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas
2022-07-07arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"Catalin Marinas
2022-05-04arm64: fix types in copy_highpage()Tong Tiangen
2020-12-22arm64: mte: reset the page tag in page->flagsVincenzo Frascino
2020-09-04arm64: Avoid unnecessary clear_user_page() indirectionCatalin Marinas
2020-09-04arm64: mte: Tags-aware copy_{user_,}highpage() implementationsVincenzo Frascino
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2015-12-17arm64: Defer dcache flush in __cpu_copy_user_pageAshok Kumar
2014-07-08arm64: export __cpu_{clear,copy}_user_page functionsMark Salter
2012-09-17arm64: MMU fault handling and page table managementCatalin Marinas