summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2021-04-08arm64: Move ICH_ sysreg bits from arm-gic-v3.h to sysreg.hHector Martin
2021-04-08asm-generic/io.h: implement pci_remap_cfgspace using ioremap_npHector Martin
2021-04-08arm64: Implement ioremap_np() to map MMIO as nGnRnEHector Martin
2021-04-08arm64: cputype: Add CPU implementor & types for the Apple M1 coresHector Martin
2021-04-07KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei
2021-04-07KVM: arm64: Hide kvm_mmu_wp_memory_region()Gavin Shan
2021-04-06arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose
2021-04-06KVM: arm64: Move SPE availability check to VCPU loadSuzuki K Poulose
2021-04-05arm64: Add TRBE definitionsAnshuman Khandual
2021-04-05arm64: Add support for trace synchronization barrierSuzuki K Poulose
2021-04-01arm64: fix inline asm in load_unaligned_zeropad()Peter Collingbourne
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull
2021-04-01KVM: arm64: Use BUG and BUG_ON in nVHE hypAndrew Scull
2021-03-31arm64: sve: Provide sve_cond_update_zcr_vq fallback when !ARM64_SVEXiaofei Tan
2021-03-31arm/arm64: Probe for the presence of KVM hypervisorWill Deacon
2021-03-30Merge tag 'kvmarm-fixes-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2021-03-29arm64: smp: Add missing prototype for some smp.c functionsChen Lifu
2021-03-28arm64: stacktrace: Move start_backtrace() out of the headerMark Brown
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin
2021-03-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-03-25arm64: barrier: Remove spec_bar() macroLinus Walleij
2021-03-25KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructureMarc Zyngier
2021-03-25KVM: arm64: Generate final CTR_EL0 value when running in Protected modeMarc Zyngier
2021-03-25arm64: kernel: disable CNP on CarmelRich Wiley
2021-03-25arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh
2021-03-24arm64: irq: allow FIQs to be handledMark Rutland
2021-03-24arm64: Always keep DAIF.[IF] in syncHector Martin
2021-03-24arm64: don't use GENERIC_IRQ_MULTI_HANDLERMarc Zyngier
2021-03-24KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose
2021-03-24arm64: vdso: Avoid ISB after reading from cntvct_el0Will Deacon
2021-03-19arm64: mm: use XN table mapping attributes for user/kernel mappingsArd Biesheuvel
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: Protect the .hyp sections from the hostQuentin Perret
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret
2021-03-19KVM: arm64: Provide sanitized mmfr* registers at EL2Quentin Perret
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret
2021-03-19KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret
2021-03-19KVM: arm64: Use page-table to track page ownershipQuentin Perret
2021-03-19KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret
2021-03-19KVM: arm64: Refactor __load_guest_stage2()Quentin Perret
2021-03-19KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret
2021-03-19KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret
2021-03-19KVM: arm64: Use kvm_arch in kvm_s2_mmuQuentin Perret
2021-03-19KVM: arm64: Use kvm_arch for stage 2 pgtableQuentin Perret
2021-03-19KVM: arm64: Elevate hypervisor mappings creation at EL2Quentin Perret
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret
2021-03-19arm64: asm: Provide set_sctlr_el2 macroQuentin Perret
2021-03-19KVM: arm64: Factor out vector address calculationQuentin Perret