summaryrefslogtreecommitdiff
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-04-131-0/+1
* set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport2021-04-134-8/+18
* set_memory: allow set_direct_map_*_noflush() for multiple pagesMike Rapoport2021-04-131-2/+2
* Merge branch 'akpm-current/current'Stephen Rothwell2021-04-133-16/+51
|\
| * arm64: kasan: allow to init memory when setting tagsAndrey Konovalov2021-04-122-16/+27
| * mm/vmalloc: provide fallback arch huge vmap support functionsNicholas Piggin2021-04-121-4/+3
| * arm64: inline huge vmap supported functionsNicholas Piggin2021-04-121-3/+20
| * mm: HUGE_VMAP arch support cleanupNicholas Piggin2021-04-121-0/+8
* | Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell2021-04-132-2/+18
|\ \
| * | arm64: add __nocfi to functions that jump to a physical addressSami Tolvanen2021-04-081-1/+1
| * | arm64: use function_nocfi with __pa_symbolSami Tolvanen2021-04-081-1/+1
| * | arm64: implement function_nocfiSami Tolvanen2021-04-081-0/+16
| |/
* | Merge remote-tracking branch 'kvm-arm/next'Stephen Rothwell2021-04-1316-48/+348
|\ \
| * \ Merge branch 'kvm-arm64/debug-5.13' into kvmarm-master/nextMarc Zyngier2021-04-111-0/+2
| |\ \
| | * | KVM: arm64: Don't print warning when trapping SPE registersAlexandru Elisei2021-04-111-0/+2
| * | | Merge remote-tracking branch 'arm64/for-next/vhe-only' into kvmarm-master/nextMarc Zyngier2021-04-081-0/+17
| |\ \ \
| * \ \ \ Merge branch 'kvm-arm64/ptp' into kvmarm-master/nextMarc Zyngier2021-04-081-0/+3
| |\ \ \ \
| | * | | | arm/arm64: Probe for the presence of KVM hypervisorWill Deacon2021-03-311-0/+3
| * | | | | Merge branch 'kvm-arm64/nvhe-wxn' into kvmarm-master/nextMarc Zyngier2021-04-081-3/+4
| |\ \ \ \ \
| | * | | | | KVM: arm64: Force SCTLR_EL2.WXN when running nVHEMarc Zyngier2021-03-181-1/+1
| | * | | | | KVM: arm64: Turn SCTLR_ELx_FLAGS into INIT_SCTLR_EL2_MMU_ONMarc Zyngier2021-03-181-3/+4
| | |/ / / /
| * | | | | Merge branch 'kvm-arm64/nvhe-sve' into kvmarm-master/nextMarc Zyngier2021-04-081-0/+2
| |\ \ \ \ \
| | * | | | | arm64: sve: Provide sve_cond_update_zcr_vq fallback when !ARM64_SVEXiaofei Tan2021-03-311-0/+2
| * | | | | | Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier2021-04-082-1/+2
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Log source when panicking from nVHE hypAndrew Scull2021-04-011-0/+2
| | * | | | | | KVM: arm64: Use BUG and BUG_ON in nVHE hypAndrew Scull2021-04-011-1/+0
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'kvm-arm64/memslot-fixes' into kvmarm-master/nextMarc Zyngier2021-04-081-1/+0
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Hide kvm_mmu_wp_memory_region()Gavin Shan2021-04-071-1/+0
| | |/ / / / /
| * | | | | | Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/nextMarc Zyngier2021-04-0811-43/+260
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructureMarc Zyngier2021-03-254-31/+3
| | * | | | | | KVM: arm64: Generate final CTR_EL0 value when running in Protected modeMarc Zyngier2021-03-251-0/+13
| | * | | | | | KVM: arm64: Protect the .hyp sections from the hostQuentin Perret2021-03-191-0/+1
| | * | | | | | KVM: arm64: Wrap the host with a stage 2Quentin Perret2021-03-191-0/+1
| | * | | | | | KVM: arm64: Provide sanitized mmfr* registers at EL2Quentin Perret2021-03-191-0/+2
| | * | | | | | KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret2021-03-191-0/+2
| | * | | | | | KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret2021-03-192-16/+31
| | * | | | | | KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret2021-03-191-0/+29
| | * | | | | | KVM: arm64: Use page-table to track page ownershipQuentin Perret2021-03-191-0/+20
| | * | | | | | KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret2021-03-191-3/+3
| | * | | | | | KVM: arm64: Refactor __load_guest_stage2()Quentin Perret2021-03-191-2/+7
| | * | | | | | KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret2021-03-191-0/+26
| | * | | | | | KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret2021-03-191-0/+3
| | * | | | | | KVM: arm64: Use kvm_arch in kvm_s2_mmuQuentin Perret2021-03-192-2/+6
| | * | | | | | KVM: arm64: Use kvm_arch for stage 2 pgtableQuentin Perret2021-03-191-2/+3
| | * | | | | | KVM: arm64: Elevate hypervisor mappings creation at EL2Quentin Perret2021-03-191-1/+1
| | * | | | | | KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret2021-03-194-0/+21
| | * | | | | | arm64: asm: Provide set_sctlr_el2 macroQuentin Perret2021-03-191-3/+11
| | * | | | | | KVM: arm64: Factor out vector address calculationQuentin Perret2021-03-191-0/+8
| | * | | | | | KVM: arm64: Provide __flush_dcache_area at EL2Quentin Perret2021-03-191-0/+2
| | * | | | | | KVM: arm64: Enable access to sanitized CPU features at EL2Quentin Perret2021-03-193-0/+27