summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2021-06-30arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual
2021-06-30arm64: drop pfn_valid_within() and simplify pfn_valid()Mike Rapoport
2021-06-30arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy
2021-05-25arm64: mm: don't use CON and BLK mapping if KFENCE is enabledJisheng Zhang
2021-05-16Merge tag 'for-linus-5.13b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-05-14arm64: Fix race condition on PG_dcache_clean in __sync_icache_dcache()Catalin Marinas
2021-05-14arm64: do not set SWIOTLB_NO_FORCE when swiotlb is requiredChristoph Hellwig
2021-05-10arm64: mte: initialize RGSR_EL1.SEED in __cpu_setupPeter Collingbourne
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin
2021-04-30arm64: inline huge vmap supported functionsNicholas Piggin
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin
2021-04-26Merge tag 'for-linus-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-04-23arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-04-23xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini
2021-04-15Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas
2021-04-08arm64: Add __init section marker to some functionsJisheng Zhang
2021-03-29arm64: kasan: abstract _text and _end to KERNEL_START/ENDLecopzer Chen
2021-03-29arm64: kasan: don't populate vmalloc area for CONFIG_KASAN_VMALLOCLecopzer Chen
2021-03-28arm64: setup: name `tcr` registerMark Rutland
2021-03-28arm64: setup: name `mair` registerMark Rutland
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin
2021-03-22arm64: mm: correct the inside linear map range during hotplug checkPavel Tatashin
2021-03-19arm64: mm: use XN table mapping attributes for the linear regionArd Biesheuvel
2021-03-19arm64: mm: add missing P4D definitions and use them consistentlyArd Biesheuvel
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret
2021-03-11arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas
2021-03-08arm64/mm: Reorganize pfn_valid()Anshuman Khandual
2021-03-08arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memoryAnshuman Khandual
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-02-26kfence: add test suiteMarco Elver
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver
2021-02-26arm64, kfence: enable KFENCE for ARM64Marco Elver
2021-02-26arm64/mm: define arch_get_mappable_range()Anshuman Khandual
2021-02-24kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov
2021-02-23arm64/mm: Fixed some coding style issuesZhiyuan Dai
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-12Merge branch 'for-next/misc' into for-next/coreWill Deacon
2021-02-12Merge branch 'for-next/kexec' into for-next/coreWill Deacon