summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2022-08-17KVM: arm64: Reject 32bit user PSTATE on asymmetric systemsOliver Upton
2022-08-17KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systemsOliver Upton
2022-07-27Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/nextMarc Zyngier
2022-07-27KVM: arm64: Don't open code ARRAY_SIZE()Oliver Upton
2022-07-27KVM: arm64: Move nVHE-only helpers into kvm/stacktrace.cMarc Zyngier
2022-07-27KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functionsMarc Zyngier
2022-07-27KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unitMarc Zyngier
2022-07-27KVM: arm64: Move PROTECTED_NVHE_STACKTRACE aroundMarc Zyngier
2022-07-26KVM: arm64: Introduce pkvm_dump_backtrace()Kalesh Singh
2022-07-26KVM: arm64: Save protected-nVHE (pKVM) hyp stacktraceKalesh Singh
2022-07-26KVM: arm64: Allocate shared pKVM hyp stacktrace buffersKalesh Singh
2022-07-26KVM: arm64: Add PROTECTED_NVHE_STACKTRACE KconfigKalesh Singh
2022-07-26KVM: arm64: Introduce hyp_dump_backtrace()Kalesh Singh
2022-07-26KVM: arm64: Implement non-protected nVHE hyp stack unwinderKalesh Singh
2022-07-26KVM: arm64: Prepare non-protected nVHE hypervisor stacktraceKalesh Singh
2022-07-26KVM: arm64: On stack overflow switch to hyp overflow_stackKalesh Singh
2022-07-17Merge branch kvm-arm64/sysreg-cleanup-5.20 into kvmarm-master/nextMarc Zyngier
2022-07-17KVM: arm64: Get rid or outdated commentsMarc Zyngier
2022-07-17KVM: arm64: Descope kvm_arm_sys_reg_{get,set}_reg()Marc Zyngier
2022-07-17KVM: arm64: Get rid of find_reg_by_id()Marc Zyngier
2022-07-17KVM: arm64: vgic: Tidy-up calls to vgic_{get,set}_common_attr()Marc Zyngier
2022-07-17KVM: arm64: vgic: Consolidate userspace access for base address settingMarc Zyngier
2022-07-17KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address settingMarc Zyngier
2022-07-17KVM: arm64: vgic: Use {get,put}_user() instead of copy_{from.to}_userMarc Zyngier
2022-07-17KVM: arm64: vgic-v2: Consolidate userspace access for MMIO registersMarc Zyngier
2022-07-17KVM: arm64: vgic-v3: Consolidate userspace access for MMIO registersMarc Zyngier
2022-07-17KVM: arm64: vgic-v3: Use u32 to manage the line level from userspaceMarc Zyngier
2022-07-17KVM: arm64: vgic-v3: Convert userspace accessors over to FIELD_GET/FIELD_PREPMarc Zyngier
2022-07-17KVM: arm64: vgic-v3: Make the userspace accessors use sysreg APIMarc Zyngier
2022-07-17KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()Marc Zyngier
2022-07-17KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr()Marc Zyngier
2022-07-17KVM: arm64: Get rid of reg_from/to_user()Marc Zyngier
2022-07-17KVM: arm64: Consolidate sysreg userspace accessesMarc Zyngier
2022-07-17KVM: arm64: Rely on index_to_param() for size checks on userspace accessMarc Zyngier
2022-07-17KVM: arm64: Introduce generic get_user/set_user helpers for system registersMarc Zyngier
2022-07-17KVM: arm64: Reorder handling of invariant sysregs from userspaceMarc Zyngier
2022-07-17KVM: arm64: Add get_reg_by_id() as a sys_reg_desc retrieving helperMarc Zyngier
2022-07-17Merge branch kvm-arm64/misc-5.20 into kvmarm-master/nextMarc Zyngier
2022-07-17KVM: arm64: Fix hypervisor address symbolizationKalesh Singh
2022-07-06KVM: arm64: Don't return from void functionQuentin Perret
2022-06-29KVM: arm64: nvhe: Add intermediates to 'targets' instead of extra-yMasahiro Yamada
2022-06-29KVM: arm64: nvhe: Rename confusing obj-yMasahiro Yamada
2022-06-29Merge branch kvm-arm64/burn-the-flags into kvmarm-master/nextMarc Zyngier
2022-06-29KVM: arm64: Move the handling of !FP outside of the fast pathMarc Zyngier
2022-06-29KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flagMarc Zyngier
2022-06-29KVM: arm64: Move vcpu WFIT flag to the state flag setMarc Zyngier
2022-06-29KVM: arm64: Move vcpu SVE/SME flags to the state flag setMarc Zyngier
2022-06-29KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag setMarc Zyngier
2022-06-10KVM: arm64: Move vcpu PC/Exception flags to the input flag setMarc Zyngier
2022-06-09KVM: arm64: Move vcpu configuration flags into their own setMarc Zyngier