summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2021-01-23KVM: arm64: Remove patching of fn pointers in hypDavid Brazdil
2021-01-23KVM: arm64: Fix constant-pool users in hypDavid Brazdil
2021-01-23KVM: arm64: Apply hyp relocations at runtimeDavid Brazdil
2021-01-23KVM: arm64: Generate hyp relocation dataDavid Brazdil
2021-01-23KVM: arm64: Add symbol at the beginning of each hyp sectionDavid Brazdil
2021-01-23KVM: arm64: Set up .hyp.rodata ELF sectionDavid Brazdil
2021-01-23KVM: arm64: Rename .idmap.text in hyp linker scriptDavid Brazdil
2021-01-21KVM: arm64: Filter out v8.1+ events on v8.0 HWMarc Zyngier
2021-01-21KVM: arm64: Compute TPIDR_EL2 ignoring MTE tagSteven Price
2021-01-14KVM: arm64: Use the reg_to_encoding() macro instead of sys_reg()Alexandru Elisei
2021-01-14KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to returnDavid Brazdil
2021-01-14KVM: arm64: Simplify handling of absent PMU system registersMarc Zyngier
2021-01-14KVM: arm64: Hide PMU registers from userspace when not availableMarc Zyngier
2021-01-08Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2021-01-07Merge branch 'kvm-master' into kvm-nextPaolo Bonzini
2021-01-04KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTSMarc Zyngier
2020-12-31KVM: arm64: Remove spurious semicolon in reg_to_encoding()Marc Zyngier
2020-12-30KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotationMarc Zyngier
2020-12-27KVM: arm64: Consolidate dist->ready setting into kvm_vgic_map_resources()Marc Zyngier
2020-12-27KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()Alexandru Elisei
2020-12-27KVM: arm64: Update comment in kvm_vgic_map_resources()Alexandru Elisei
2020-12-23KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()Alexandru Elisei
2020-12-23KVM: arm64: arch_timer: Remove VGIC initialization checkAlexandru Elisei
2020-12-22KVM: arm64: Declutter host PSCI 0.1 handlingMarc Zyngier
2020-12-22KVM: arm64: Move skip_host_instruction to adjust_pc.hDavid Brazdil
2020-12-22KVM: arm64: Remove unused includes in psci-relay.cDavid Brazdil
2020-12-22KVM: arm64: Minor cleanup of hyp variables used in hostDavid Brazdil
2020-12-22KVM: arm64: Use lm_alias in nVHE-only VA conversionDavid Brazdil
2020-12-22KVM: arm64: Prevent use of invalid PSCI v0.1 function IDsDavid Brazdil
2020-12-22KVM: arm64: Don't access PMCR_EL0 when no PMU is availableMarc Zyngier
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-12-10Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier
2020-12-04Merge remote-tracking branch 'origin/kvm-arm64/misc-5.11' into kvmarm-master/...Marc Zyngier
2020-12-04KVM: arm64: Fix EL2 mode availability checksDavid Brazdil
2020-12-04KVM: arm64: Trap host SMCs in protected modeDavid Brazdil
2020-12-04KVM: arm64: Keep nVHE EL2 vector installedDavid Brazdil
2020-12-04KVM: arm64: Intercept host's SYSTEM_SUSPEND PSCI SMCsDavid Brazdil
2020-12-04KVM: arm64: Intercept host's CPU_SUSPEND PSCI SMCsDavid Brazdil
2020-12-04KVM: arm64: Intercept host's CPU_ON SMCsDavid Brazdil
2020-12-04KVM: arm64: Add function to enter host from KVM nVHE hyp codeDavid Brazdil
2020-12-04KVM: arm64: Extract __do_hyp_init into a helper functionDavid Brazdil
2020-12-04KVM: arm64: Forward safe PSCI SMCs coming from hostDavid Brazdil
2020-12-04KVM: arm64: Add offset for hyp VA <-> PA conversionDavid Brazdil
2020-12-04KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil
2020-12-04KVM: arm64: Add SMC handler in nVHE EL2David Brazdil
2020-12-04KVM: arm64: Create nVHE copy of cpu_logical_mapDavid Brazdil
2020-12-04KVM: arm64: Support per_cpu_ptr in nVHE hyp codeDavid Brazdil
2020-12-04KVM: arm64: Add .hyp.data..ro_after_init ELF sectionDavid Brazdil
2020-12-04KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil