index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
include
/
nvhe
Age
Commit message (
Expand
)
Author
Lines
2026-04-08
Merge branch kvm-arm64/pkvm-protected-guest into kvmarm-master/next
Marc Zyngier
-5
/
+26
2026-03-30
KVM: arm64: Rename PKVM_PAGE_STATE_MASK
Will Deacon
-3
/
+3
2026-03-30
KVM: arm64: Register 'selftest_vm' in the VM table
Will Deacon
-0
/
+2
2026-03-30
KVM: arm64: Implement the MEM_UNSHARE hypercall for protected VMs
Will Deacon
-0
/
+1
2026-03-30
KVM: arm64: Implement the MEM_SHARE hypercall for protected VMs
Will Deacon
-0
/
+1
2026-03-30
KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMs
Will Deacon
-0
/
+1
2026-03-30
KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
Will Deacon
-0
/
+1
2026-03-30
KVM: arm64: Introduce hypercall to force reclaim of a protected page
Will Deacon
-0
/
+8
2026-03-30
KVM: arm64: Support translation faults in inject_host_exception()
Will Deacon
-0
/
+2
2026-03-30
KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
Will Deacon
-0
/
+2
2026-03-30
KVM: arm64: Introduce __pkvm_host_donate_guest()
Will Deacon
-0
/
+2
2026-03-30
KVM: arm64: Split teardown hypercall into two phases
Will Deacon
-1
/
+3
2026-03-30
KVM: arm64: Remove unused PKVM_ID_FFA definition
Will Deacon
-1
/
+0
2026-03-11
KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp
Vincent Donnefort
-0
/
+35
2026-03-11
KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remote
Vincent Donnefort
-0
/
+45
2026-03-11
KVM: arm64: Add trace reset to the nVHE/pKVM hyp
Vincent Donnefort
-0
/
+2
2026-03-11
KVM: arm64: Sync boot clock with the nVHE/pKVM hyp
Vincent Donnefort
-0
/
+2
2026-03-11
KVM: arm64: Add tracing capability for the nVHE/pKVM hyp
Vincent Donnefort
-0
/
+23
2026-03-11
KVM: arm64: Initialise hyp_nr_cpus for nVHE hyp
Vincent Donnefort
-2
/
+0
2026-03-11
KVM: arm64: Add clock support to nVHE/pKVM hyp
Vincent Donnefort
-0
/
+16
2025-09-15
KVM: arm64: Introduce separate hypercalls for pKVM VM reservation and initial...
Fuad Tabba
-0
/
+2
2025-09-15
KVM: arm64: Clarify comments to distinguish pKVM mode from protected VMs
Fuad Tabba
-1
/
+1
2025-09-15
KVM: arm64: Add build-time check for duplicate DECLARE_REG use
Fuad Tabba
-1
/
+2
2025-05-21
KVM: arm64: np-guest CMOs with PMD_SIZE fixmap
Vincent Donnefort
-1
/
+3
2025-05-21
KVM: arm64: Add a range to __pkvm_host_test_clear_young_guest()
Vincent Donnefort
-1
/
+1
2025-05-21
KVM: arm64: Add a range to __pkvm_host_wrprotect_guest()
Vincent Donnefort
-1
/
+1
2025-05-21
KVM: arm64: Add a range to __pkvm_host_unshare_guest()
Vincent Donnefort
-1
/
+1
2025-05-21
KVM: arm64: Add a range to __pkvm_host_share_guest()
Vincent Donnefort
-1
/
+1
2025-05-21
KVM: arm64: Introduce for_each_hyp_page
Vincent Donnefort
-8
/
+8
2025-05-21
Merge branch kvm-arm64/pkvm-selftest-6.16 into kvm-arm64/pkvm-np-thp-6.16
Marc Zyngier
-0
/
+6
2025-05-06
KVM: arm64: Extend pKVM selftest for np-guests
Quentin Perret
-2
/
+2
2025-05-06
KVM: arm64: Selftest for pKVM transitions
Quentin Perret
-0
/
+6
2025-04-28
KVM: arm64: Move hyp state to hyp_vmemmap
Quentin Perret
-6
/
+23
2025-04-28
KVM: arm64: Introduce {get,set}_host_state() helpers
Quentin Perret
-1
/
+11
2025-04-28
KVM: arm64: Use 0b11 for encoding PKVM_NOPAGE
Quentin Perret
-3
/
+1
2025-04-28
KVM: arm64: Fix pKVM page-tracking comments
Quentin Perret
-10
/
+19
2025-03-14
KVM: arm64: Create each pKVM hyp vcpu after its corresponding host vcpu
Fuad Tabba
-6
/
+0
2025-03-14
KVM: arm64: Distinct pKVM teardown memcache for stage-2
Vincent Donnefort
-1
/
+1
2025-01-12
Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/next
Marc Zyngier
-223
/
+7
2024-12-20
KVM: arm64: Remove fixed_config.h header
Fuad Tabba
-206
/
+5
2024-12-20
KVM: arm64: Rework specifying restricted features for protected VMs
Fuad Tabba
-1
/
+0
2024-12-20
KVM: arm64: Initialize feature id registers for protected VMs
Fuad Tabba
-0
/
+3
2024-12-20
KVM: arm64: Consolidate allowed and restricted VM feature checks
Marc Zyngier
-36
/
+19
2024-12-20
KVM: arm64: Introduce __pkvm_host_mkyoung_guest()
Quentin Perret
-0
/
+1
2024-12-20
KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()
Quentin Perret
-0
/
+1
2024-12-20
KVM: arm64: Introduce __pkvm_host_wrprotect_guest()
Quentin Perret
-0
/
+1
2024-12-20
KVM: arm64: Introduce __pkvm_host_relax_guest_perms()
Quentin Perret
-0
/
+1
2024-12-20
KVM: arm64: Introduce __pkvm_host_unshare_guest()
Quentin Perret
-0
/
+7
2024-12-20
KVM: arm64: Introduce __pkvm_host_share_guest()
Quentin Perret
-1
/
+5
2024-12-20
KVM: arm64: Introduce __pkvm_vcpu_{load,put}()
Marc Zyngier
-0
/
+7
[next]