summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/contpte.c
AgeCommit message (Expand)AuthorLines
9 daysarm64: contpte: fix set_access_flags() no-op check for SMMU/ATS faultsPiotr Jaroszynski-4/+49
2026-02-12arm64: mm: support batch clearing of the young flag for large foliosBaolin Wang-14/+19
2026-02-12arm64: mm: factor out the address and ptep alignment into a new helperBaolin Wang-8/+21
2025-11-19arm64, tlbflush: don't TLBI broadcast if page reused in write faultHuang Ying-2/+1
2025-07-24Merge branches 'for-next/livepatch', 'for-next/user-contig-bbml2', 'for-next/...Catalin Marinas-11/+202
2025-07-03arm64/mm: Optimize loop to reduce redundant operations of contpte_ptep_getXavier Xia-10/+64
2025-06-30arm64/mm: Elide tlbi in contpte_convert() under BBML2MikoĊ‚aj Lenczewski-1/+138
2025-03-16mm: support tlbbatch flush for a range of PTEsBarry Song-1/+1
2024-09-06mm: arm64: document why pte is not advanced in contpte_ptep_set_access_flags()Barry Song-0/+6
2024-06-05mm: arm64: fix the out-of-bounds issue in contpte_clear_young_dirty_ptesBarry Song-2/+2
2024-05-05mm/arm64: override clear_young_dirty_ptes() batch helperLance Yang-0/+29
2024-03-04arm64/mm: improve comment in contpte_ptep_get_lockless()Ryan Roberts-10/+14
2024-03-04arm64/mm: export contpte symbols only to GPL usersRyan Roberts-11/+11
2024-02-22arm64/mm: automatically fold contpte mappingsRyan Roberts-0/+64
2024-02-22arm64/mm: implement new [get_and_]clear_full_ptes() batch APIsRyan Roberts-0/+17
2024-02-22arm64/mm: implement new wrprotect_ptes() batch APIRyan Roberts-0/+38
2024-02-22arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts-0/+285