index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
nvhe
/
pkvm.c
Age
Commit message (
Expand
)
Author
2026-05-07
KVM: arm64: Seed pkvm_ownership_selftest vcpu memcache
Fuad Tabba
2026-04-24
KVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu()
Fuad Tabba
2026-04-01
KVM: arm64: Don't hold 'vm_table_lock' across guest page reclaim
Will Deacon
2026-04-01
KVM: arm64: Allow get_pkvm_hyp_vm() to take a reference to a dying VM
Will Deacon
2026-04-01
KVM: arm64: Prevent teardown finalisation of referenced 'hyp_vm'
Will Deacon
2026-03-30
KVM: arm64: Register 'selftest_vm' in the VM table
Will Deacon
2026-03-30
KVM: arm64: Implement the MEM_UNSHARE hypercall for protected VMs
Will Deacon
2026-03-30
KVM: arm64: Implement the MEM_SHARE hypercall for protected VMs
Will Deacon
2026-03-30
KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMs
Will Deacon
2026-03-30
KVM: arm64: Introduce hypercall to force reclaim of a protected page
Will Deacon
2026-03-30
KVM: arm64: Change 'pkvm_handle_t' to u16
Will Deacon
2026-03-30
KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
Will Deacon
2026-03-30
KVM: arm64: Split teardown hypercall into two phases
Will Deacon
2026-02-13
KVM: arm64: Remove redundant kern_hyp_va() in unpin_host_sve_state()
Fuad Tabba
2026-02-13
KVM: arm64: Fix ID register initialization for non-protected pKVM guests
Fuad Tabba
2026-02-05
Merge branch kvm-arm64/pkvm-no-mte into kvmarm-master/next
Marc Zyngier
2026-01-23
KVM: arm64: Use kvm_has_mte() in pKVM trap initialization
Fuad Tabba
2026-01-23
Merge branch kvm-arm64/pkvm-features-6.20 into kvmarm-master/next
Marc Zyngier
2026-01-15
KVM: arm64: Include VM type when checking VM capabilities in pKVM
Fuad Tabba
2026-01-15
KVM: arm64: Fix MTE flag initialization for protected VMs
Fuad Tabba
2026-01-15
KVM: arm64: Fix Trace Buffer trap polarity for protected VMs
Fuad Tabba
2026-01-15
KVM: arm64: Fix Trace Buffer trapping for protected VMs
Fuad Tabba
2026-01-08
KVM: arm64: Copy FGT traps to unprotected pKVM VCPU on VCPU load
Alexandru Elisei
2025-11-24
KVM: arm64: vgic-v3: Fix GICv3 trapping in protected mode
Marc Zyngier
2025-10-13
KVM: arm64: Compute per-vCPU FGTs at vcpu_load()
Oliver Upton
2025-09-15
KVM: arm64: Introduce separate hypercalls for pKVM VM reservation and initial...
Fuad Tabba
2025-09-15
KVM: arm64: Consolidate pKVM hypervisor VM initialization logic
Fuad Tabba
2025-09-15
KVM: arm64: Separate allocation and insertion of pKVM VM table entries
Fuad Tabba
2025-09-15
KVM: arm64: Decouple hyp VM creation state from its handle
Fuad Tabba
2025-09-15
KVM: arm64: Clarify comments to distinguish pKVM mode from protected VMs
Fuad Tabba
2025-09-15
KVM: arm64: Rename pkvm.enabled to pkvm.is_protected
Fuad Tabba
2025-04-28
KVM: arm64: Track SVE state in the hypervisor vcpu structure
Fuad Tabba
2025-03-19
Merge branch 'kvm-arm64/pkvm-6.15' into kvmarm/next
Oliver Upton
2025-03-14
KVM: arm64: Create each pKVM hyp vcpu after its corresponding host vcpu
Fuad Tabba
2025-03-14
KVM: arm64: Initialize HCRX_EL2 traps in pKVM
Fuad Tabba
2025-03-14
KVM: arm64: Distinct pKVM teardown memcache for stage-2
Vincent Donnefort
2025-03-05
KVM: arm64: Copy MIDR_EL1 into hyp VM when it is writable
Oliver Upton
2025-03-05
KVM: arm64: Copy guest CTR_EL0 into hyp VM
Oliver Upton
2025-01-12
Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/next
Marc Zyngier
2025-01-08
KVM: arm64: Fix FEAT_MTE in pKVM
Vladimir Murzin
2024-12-20
KVM: arm64: Convert the SVE guest vcpu flag to a vm flag
Fuad Tabba
2024-12-20
KVM: arm64: Remove PtrAuth guest vcpu flag
Fuad Tabba
2024-12-20
KVM: arm64: Calculate cptr_el2 traps on activating traps
Fuad Tabba
2024-12-20
KVM: arm64: Remove redundant setting of HCR_EL2 trap bit
Fuad Tabba
2024-12-20
KVM: arm64: Remove fixed_config.h header
Fuad Tabba
2024-12-20
KVM: arm64: Set protected VM traps based on its view of feature registers
Fuad Tabba
2024-12-20
KVM: arm64: Fix RAS trapping in pKVM for protected VMs
Fuad Tabba
2024-12-20
KVM: arm64: Initialize feature id registers for protected VMs
Fuad Tabba
2024-12-20
KVM: arm64: Use KVM extension checks for allowed protected VM capabilities
Fuad Tabba
2024-12-20
KVM: arm64: Remove KVM_ARM_VCPU_POWER_OFF from protected VMs allowed features...
Fuad Tabba
[next]