summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)Author
2022-11-07Merge tag 'v5.15.61' into 5.15-2.1.x-imxDaiane Angolini
2022-08-17KVM: arm64: Don't return from void functionQuentin Perret
2022-03-21Merge tag 'v5.15.30' into lf-5.15.yJason Liu
2022-03-11arm64: Use the clearbhb instruction in mitigationsJames Morse
2022-03-11arm64: Mitigate spectre style branch history side channelsJames Morse
2022-03-11arm64: Add percpu vectors for EL1James Morse
2022-03-11KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse
2022-03-11Merge tag 'v5.15.27' into lf-5.15.yJason Liu
2022-02-08KVM: arm64: Avoid consuming a stale esr value when SError occurJames Morse
2022-02-01KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenanceMarc Zyngier
2022-02-01KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHEMarc Zyngier
2021-12-17KVM: arm64: Save PSTATE early on exitMarc Zyngier
2021-12-01Merge tag 'v5.15.5' into lf-5.15.yJason Liu
2021-11-25KVM: arm64: Fix host stage-2 finalizationQuentin Perret
2021-11-18KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland
2021-11-02arm/arm64: KVM: drop qman mmio cacheable mapping hackLaurentiu Tudor
2021-11-02arm64: KVM: support flushing device memoryLaurentiu Tudor
2021-10-05KVM: arm64: Report corrupted refcount at EL2Quentin Perret
2021-10-05KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret
2021-09-20KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build ruleZenghui Yu
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport
2021-08-20Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier
2021-08-20Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier
2021-08-20KVM: arm64: Minor optimization of range_is_memoryDavid Brazdil
2021-08-20Merge tag 'kvmarm-fixes-5.14-2' into kvm-arm64/mmu/el2-trackingMarc Zyngier
2021-08-20KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_archFuad Tabba
2021-08-20KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debugFuad Tabba
2021-08-20KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba
2021-08-20KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba
2021-08-20KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCEMarc Zyngier
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier
2021-08-20KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier
2021-08-18KVM: arm64: Make hyp_panic() more robust when protected mode is enabledWill Deacon
2021-08-11KVM: arm64: Return -EPERM from __pkvm_host_share_hyp()Quentin Perret
2021-08-11KVM: arm64: Make __pkvm_create_mappings staticQuentin Perret
2021-08-11KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret
2021-08-11KVM: arm64: Refactor protected nVHE stage-1 lockingQuentin Perret
2021-08-11KVM: arm64: Remove __pkvm_mark_hypQuentin Perret
2021-08-11KVM: arm64: Mark host bss and rodata section as sharedQuentin Perret
2021-08-11KVM: arm64: Enable retrieving protections attributes of PTEsQuentin Perret
2021-08-11KVM: arm64: Introduce addr_is_memory()Quentin Perret
2021-08-11KVM: arm64: Expose pkvm_hyp_idQuentin Perret
2021-08-11KVM: arm64: Expose host stage-2 manipulation helpersQuentin Perret
2021-08-11KVM: arm64: Add helpers to tag shared pages in SW bitsQuentin Perret
2021-08-11KVM: arm64: Allow populating software bitsQuentin Perret
2021-08-11KVM: arm64: Enable forcing page-level stage-2 mappingsQuentin Perret
2021-08-11KVM: arm64: Tolerate re-creating hyp mappings to set software bitsQuentin Perret
2021-08-11KVM: arm64: Don't overwrite software bits with owner idQuentin Perret
2021-08-11KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNOREDQuentin Perret