summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2021-06-24Merge branch 'for-next/caches' into for-next/coreWill Deacon2-92/+95
2021-05-26arm64: assembler: add set_this_cpu_offsetMark Rutland1-10/+2
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba2-35/+35
2021-05-25arm64: sync_icache_aliases to take end parameter instead of sizeFuad Tabba1-11/+10
2021-05-25arm64: __clean_dcache_area_pou to take end parameter instead of sizeFuad Tabba2-6/+5
2021-05-25arm64: __clean_dcache_area_pop to take end parameter instead of sizeFuad Tabba2-6/+5
2021-05-25arm64: __clean_dcache_area_poc to take end parameter instead of sizeFuad Tabba1-9/+7
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba1-5/+4
2021-05-25arm64: dcache_by_line_op to take end parameter instead of sizeFuad Tabba1-1/+6
2021-05-25arm64: __inval_dcache_area to take end parameter instead of sizeFuad Tabba2-8/+10
2021-05-25arm64: Fix comments to refer to correct function __flush_icache_rangeFuad Tabba1-1/+1
2021-05-25arm64: Do not enable uaccess for invalidate_icache_rangeFuad Tabba1-10/+1
2021-05-25arm64: Do not enable uaccess for flush_icache_rangeFuad Tabba1-23/+34
2021-05-16Merge tag 'for-linus-5.13b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2021-05-14arm64: Fix race condition on PG_dcache_clean in __sync_icache_dcache()Catalin Marinas1-1/+3
2021-05-14arm64: do not set SWIOTLB_NO_FORCE when swiotlb is requiredChristoph Hellwig1-1/+2
2021-05-10arm64: mte: initialize RGSR_EL1.SEED in __cpu_setupPeter Collingbourne1-0/+12
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-10/+2
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+3
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu1-2/+1
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu1-2/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-2/+0
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin1-1/+1
2021-04-30arm64: inline huge vmap supported functionsNicholas Piggin1-26/+0
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin1-5/+5
2021-04-26Merge tag 'for-linus-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-49/+93
2021-04-23arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas3-10/+2
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-0/+3
2021-04-23xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini1-1/+1
2021-04-15Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas3-20/+68
2021-04-08arm64: Add __init section marker to some functionsJisheng Zhang2-3/+3
2021-03-29arm64: kasan: abstract _text and _end to KERNEL_START/ENDLecopzer Chen1-3/+3
2021-03-29arm64: kasan: don't populate vmalloc area for CONFIG_KASAN_VMALLOCLecopzer Chen1-5/+14
2021-03-28arm64: setup: name `tcr` registerMark Rutland1-23/+16
2021-03-28arm64: setup: name `mair` registerMark Rutland1-3/+6
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin1-1/+17
2021-03-22arm64: mm: correct the inside linear map range during hotplug checkPavel Tatashin1-2/+19
2021-03-19arm64: mm: use XN table mapping attributes for the linear regionArd Biesheuvel1-7/+30
2021-03-19arm64: mm: add missing P4D definitions and use them consistentlyArd Biesheuvel2-5/+5
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret1-0/+3
2021-03-11arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel1-1/+1
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas1-1/+2
2021-03-08arm64/mm: Reorganize pfn_valid()Anshuman Khandual1-5/+16
2021-03-08arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memoryAnshuman Khandual1-0/+12
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-467/+2
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+3
2021-02-26kfence: add test suiteMarco Elver1-1/+1
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver1-1/+1