index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
nvhe
/
hyp-main.c
Age
Commit message (
Expand
)
Author
2024-10-01
KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVM
Mark Brown
2024-08-27
KVM: arm64: Add save/restore support for FPMR
Marc Zyngier
2024-06-04
KVM: arm64: Ensure that SME controls are disabled in protected mode
Fuad Tabba
2024-06-04
KVM: arm64: Eagerly restore host fpsimd/sve state in pKVM
Fuad Tabba
2024-06-04
KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helper
Fuad Tabba
2024-05-01
KVM: arm64: Simplify vgic-v3 hypercalls
Marc Zyngier
2024-04-12
KVM: arm64: Exclude FP ownership from kvm_vcpu_arch
Marc Zyngier
2024-04-12
KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_arch
Marc Zyngier
2023-09-12
KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID
Jean-Philippe Brucker
2023-08-17
KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
Raghavendra Rao Ananta
2023-06-15
Merge branch kvm-arm64/hvhe into kvmarm/next
Oliver Upton
2023-06-15
Merge branch kvm-arm64/ffa-proxy into kvmarm/next
Oliver Upton
2023-06-12
KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration
Marc Zyngier
2023-06-01
KVM: arm64: Block unsafe FF-A calls from the host
Will Deacon
2023-05-16
KVM: arm64: Use local TLBI on permission relaxation
Marc Zyngier
2022-11-11
KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()
Will Deacon
2022-11-11
KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
Fuad Tabba
2022-04-28
KVM: arm64: Introduce pkvm_alloc_private_va_range()
Kalesh Singh
2021-12-16
KVM: arm64: Expose unshare hypercall to the host
Will Deacon
2021-10-18
Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/next
Marc Zyngier
2021-10-11
KVM: arm64: Initialize trap registers for protected VMs
Fuad Tabba
2021-10-11
KVM: arm64: Don't include switch.h into nvhe/kvm-main.c
Marc Zyngier
2021-10-11
KVM: arm64: Disable privileged hypercalls after pKVM finalisation
Will Deacon
2021-08-11
KVM: arm64: Restrict EL2 stage-1 changes in protected mode
Quentin Perret
2021-08-11
KVM: arm64: Remove __pkvm_mark_hyp
Quentin Perret
2021-05-15
KVM: arm64: Commit pending PC adjustemnts before returning to userspace
Marc Zyngier
2021-04-13
Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/next
Marc Zyngier
2021-04-01
KVM: arm64: Use BUG and BUG_ON in nVHE hyp
Andrew Scull
2021-03-19
KVM: arm64: Protect the .hyp sections from the host
Quentin Perret
2021-03-19
KVM: arm64: Wrap the host with a stage 2
Quentin Perret
2021-03-19
KVM: arm64: Prepare the creation of s1 mappings at EL2
Quentin Perret
2021-03-19
Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2
Marc Zyngier
2021-03-18
KVM: arm64: Fix host's ZCR_EL2 restore on nVHE
Marc Zyngier
2021-03-18
KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirty
Marc Zyngier
2021-03-09
KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
Marc Zyngier
2021-03-06
KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
Marc Zyngier
2021-01-23
KVM: arm64: Remove patching of fn pointers in hyp
David Brazdil
2020-12-22
KVM: arm64: Move skip_host_instruction to adjust_pc.h
David Brazdil
2020-12-04
KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2
David Brazdil
2020-12-04
KVM: arm64: Add SMC handler in nVHE EL2
David Brazdil
2020-12-04
KVM: arm64: Move hyp-init params to a per-CPU struct
David Brazdil
2020-11-27
KVM: arm64: Simplify __kvm_enable_ssbs()
Marc Zyngier
2020-11-09
KVM: arm64: Turn host HVC handling into a dispatch table
Marc Zyngier
2020-09-15
KVM: arm64: nVHE: Fix pointers during SMCCC convertion
Andrew Scull
2020-09-15
KVM: arm64: nVHE: Migrate hyp interface to SMCCC
Andrew Scull
2020-09-15
KVM: arm64: nVHE: Switch to hyp context for EL2
Andrew Scull