summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/arm.c
AgeCommit message (Expand)Author
2025-02-04Merge tag 'kvmarm-fixes-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2025-02-04KVM: arm64: Fail protected mode init if no vgic hardware is presentOliver Upton
2025-01-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-01-21KVM: arm64: Flush hyp bss section after initialization of variables in bssLokesh Vutla
2025-01-17Merge branch kvm-arm64/misc-6.14 into kvmarm-master/nextMarc Zyngier
2025-01-17Merge branch kvm-arm64/nv-timers into kvmarm-master/nextMarc Zyngier
2025-01-12Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/nextMarc Zyngier
2025-01-12Merge branch kvm-arm64/pkvm-np-guest into kvmarm-master/nextMarc Zyngier
2025-01-08arm64: kvm: Introduce nvhe stack size constantsKalesh Singh
2025-01-02KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory stateMarc Zyngier
2025-01-02KVM: arm64: nv: Sync nested timer state with FEAT_NV2Marc Zyngier
2024-12-20KVM: arm64: Calculate cptr_el2 traps on activating trapsFuad Tabba
2024-12-20KVM: arm64: Use KVM extension checks for allowed protected VM capabilitiesFuad Tabba
2024-12-20KVM: arm64: Plumb the pKVM MMU in KVMQuentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_vcpu_{load,put}()Marc Zyngier
2024-12-20KVM: arm64: Manage software step state at load/putMarc Zyngier
2024-12-20KVM: arm64: Compute MDCR_EL2 at vcpu_load()Oliver Upton
2024-12-20KVM: arm64: Remove vestiges of debug_ptrOliver Upton
2024-12-20KVM: arm64: Evaluate debug owner at vcpu_load()Oliver Upton
2024-12-20KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPUOliver Upton
2024-12-20KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related wartsOliver Upton
2024-12-19arm64/kvm: Configure HYP TCR.PS/DS based on host stage1Ard Biesheuvel
2024-11-11Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2024-10-31KVM: arm64: Get rid of userspace_irqchip_in_useRaghavendra Rao Ananta
2024-10-31KVM: arm64: Move pkvm_vcpu_init_traps() to init_pkvm_hyp_vcpu()Fuad Tabba
2024-10-11KVM: arm64: Don't eagerly teardown the vgic on init errorMarc Zyngier
2024-10-08KVM: arm64: nv: Punt stage-2 recycling to a vCPU requestOliver Upton
2024-09-17Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini
2024-09-12Merge branch kvm-arm64/s2-ptdump into kvmarm-master/nextMarc Zyngier
2024-09-10KVM: arm64: Register ptdump with debugfs on guest creationSebastian Ene
2024-09-04KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson
2024-08-27KVM: arm64: Add helper for last ditch idreg adjustmentsMarc Zyngier
2024-08-07KVM: arm64: Tidying up PAuth code in KVMFuad Tabba
2024-08-02KVM: arm64: fix kdoc warnings in W=1 buildsSebastian Ott
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-07-14Merge branch kvm-arm64/nv-sve into kvmarm/nextOliver Upton
2024-07-14Merge branch kvm-arm64/ctr-el0 into kvmarm/nextOliver Upton
2024-07-14Merge branch kvm-arm64/shadow-mmu into kvmarm/nextOliver Upton
2024-06-20KVM: arm64: Allow the use of SVE+NVOliver Upton
2024-06-20KVM: arm64: unify code to prepare trapsSebastian Ott
2024-06-19KVM: arm64: nv: Support multiple nested Stage-2 mmu structuresMarc Zyngier
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack
2024-06-14KVM: arm64: Add early_param to control WFx trappingColton Lewis
2024-06-04KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba
2024-06-04KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVMFuad Tabba
2024-05-09Merge branch kvm-arm64/mpidr-reset into kvmarm-master/nextMarc Zyngier
2024-05-09KVM: arm64: Only reset vCPU-scoped feature ID regs onceOliver Upton
2024-05-08Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier
2024-05-08KVM: arm64: Destroy mpidr_data for 'late' vCPU creationOliver Upton
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier