aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus 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/kernel/git/xen/tipLinus Torvalds1-1/+1
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus 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/kvmarm/kvmarm into HEADPaolo 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', 'for-next/vdso', 'for-next/fiq', 'for-next/epan', 'for-next/kasan-vmalloc', 'for-next/fgt-boot-init', 'for-next/vhe-only' and 'for-next/neon-softirqs-disabled', remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin 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/kernel/git/riscv/linuxLinus Torvalds3-467/+2
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus 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
2021-02-26arm64, kfence: enable KFENCE for ARM64Marco Elver2-1/+11
2021-02-26arm64/mm: define arch_get_mappable_range()Anshuman Khandual1-8/+7
2021-02-24kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov1-6/+14
2021-02-23arm64/mm: Fixed some coding style issuesZhiyuan Dai1-3/+3
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds7-59/+336
2021-02-12Merge branch 'for-next/misc' into for-next/coreWill Deacon3-12/+6
2021-02-12Merge branch 'for-next/kexec' into for-next/coreWill Deacon2-0/+325
2021-02-12Merge branch 'for-next/errata' into for-next/coreWill Deacon1-32/+0
2021-02-12Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon2-14/+4
2021-02-09arm64: cpufeatures: Allow disabling of BTI from the command-lineMarc Zyngier1-1/+1
2021-02-08arm64: entry: consolidate Cortex-A76 erratum 1463225 workaroundMark Rutland1-32/+0
2021-02-08arm64: Turn the MMU-on sequence into a macroMarc Zyngier1-11/+1
2021-02-08arm64: Fix outdated TCR setup commentMarc Zyngier1-2/+2
2021-02-05mm/arm64: Correct obsolete comment in do_page_fault()Miaohe Lin1-1/+1
2021-02-02arm64/ptdump:display the Linear Mapping start markerHailong Liu1-0/+1
2021-02-02arm64: Do not pass tagged addresses to __is_lm_address()Catalin Marinas1-1/+1
2021-01-27arm64: trans_pgd: hibernate: idmap the single page that holds the copy page routinesJames Morse1-0/+49