index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
nvhe
/
mem_protect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: Convert translation level parameter to s8
Ryan Roberts
2023-11-27
1
-3
/
+3
*
KVM: arm64: Move VTCR_EL2 into struct s2_mmu
Marc Zyngier
2023-10-23
1
-4
/
+4
*
Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-07-01
1
-3
/
+71
|
\
|
*
Merge branch kvm-arm64/ffa-proxy into kvmarm/next
Oliver Upton
2023-06-15
1
-0
/
+68
|
|
\
|
|
*
KVM: arm64: Add FF-A helpers to share/unshare memory with secure world
Will Deacon
2023-06-01
1
-0
/
+68
|
*
|
KVM: arm64: Rename free_removed to free_unlinked
Ricardo Koller
2023-05-16
1
-3
/
+3
|
|
/
*
/
KVM: arm64: Prevent unconditional donation of unmapped regions from the host
Will Deacon
2023-05-19
1
-7
/
+7
|
/
*
KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()
Marc Zyngier
2023-04-14
1
-0
/
+7
*
Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/next
Marc Zyngier
2022-12-05
1
-38
/
+466
|
\
|
*
KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
Quentin Perret
2022-11-11
1
-6
/
+11
|
*
KVM: arm64: Instantiate guest stage-2 page-tables at EL2
Quentin Perret
2022-11-11
1
-2
/
+123
|
*
KVM: arm64: Add per-cpu fixmap infrastructure at EL2
Quentin Perret
2022-11-11
1
-1
/
+0
|
*
KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
Fuad Tabba
2022-11-11
1
-0
/
+14
|
*
KVM: arm64: Rename 'host_kvm' to 'host_mmu'
Will Deacon
2022-11-11
1
-23
/
+23
|
*
KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2
Quentin Perret
2022-11-11
1
-0
/
+48
|
*
KVM: arm64: Prevent the donation of no-map pages
Quentin Perret
2022-11-11
1
-6
/
+16
|
*
KVM: arm64: Implement do_donate() helper for donating memory
Will Deacon
2022-11-11
1
-0
/
+239
|
*
KVM: arm64: Unify identifiers used to distinguish host and hypervisor
Will Deacon
2022-11-11
1
-8
/
+0
*
|
Merge branch kvm-arm64/parallel-faults into kvmarm-master/next
Marc Zyngier
2022-12-05
1
-9
/
+12
|
\
\
|
*
|
KVM: arm64: Handle stage-2 faults in parallel
Oliver Upton
2022-11-10
1
-1
/
+1
|
*
|
KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Oliver Upton
2022-11-10
1
-0
/
+6
|
*
|
KVM: arm64: Stash observed pte value in visitor context
Oliver Upton
2022-11-10
1
-3
/
+2
|
*
|
KVM: arm64: Combine visitor arguments into a context structure
Oliver Upton
2022-11-10
1
-6
/
+4
|
|
/
*
/
KVM: arm64: Use correct accessor to parse stage-1 PTEs
Quentin Perret
2022-10-25
1
-1
/
+1
|
/
*
KVM: arm64: Remove redundant hyp_assert_lock_held() assertions
Will Deacon
2022-06-09
1
-4
/
+0
*
KVM: arm64: Align the VMID allocation with the arm64 ASID
Julien Grall
2022-02-08
1
-2
/
+1
*
Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next
Marc Zyngier
2022-01-04
1
-2
/
+2
|
\
|
*
KVM: arm64: Rework kvm_pgtable initialisation
Marc Zyngier
2021-12-16
1
-2
/
+2
*
|
Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/next
Marc Zyngier
2021-12-16
1
-75
/
+425
|
\
\
|
*
|
KVM: arm64: Expose unshare hypercall to the host
Will Deacon
2021-12-16
1
-0
/
+33
|
*
|
KVM: arm64: Implement do_unshare() helper for unsharing memory
Will Deacon
2021-12-16
1
-0
/
+115
|
*
|
KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()
Will Deacon
2021-12-16
1
-88
/
+33
|
*
|
KVM: arm64: Implement do_share() helper for sharing memory
Will Deacon
2021-12-16
1
-0
/
+237
|
*
|
KVM: arm64: Introduce wrappers for host and hyp spin lock accessors
Will Deacon
2021-12-16
1
-6
/
+26
|
|
/
*
/
KVM: arm64: Move host EL1 code out of hyp/ directory
Will Deacon
2021-12-06
1
-0
/
+1
|
/
*
Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2021-10-31
1
-7
/
+4
|
\
|
*
Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/next
Marc Zyngier
2021-10-18
1
-7
/
+1
|
|
\
|
|
*
KVM: arm64: Move sanitized copies of CPU features
Fuad Tabba
2021-10-11
1
-6
/
+0
|
|
*
KVM: arm64: Move __get_fault_info() and co into their own include file
Marc Zyngier
2021-10-11
1
-1
/
+1
|
*
|
KVM: arm64: Prevent re-finalisation of pKVM for a given CPU
Will Deacon
2021-10-11
1
-0
/
+3
|
|
/
*
/
KVM: arm64: Fix host stage-2 PGD refcount
Quentin Perret
2021-10-05
1
-1
/
+12
|
/
*
Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/next
Marc Zyngier
2021-08-20
1
-3
/
+3
|
\
|
*
KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCE
Marc Zyngier
2021-08-20
1
-2
/
+2
|
*
KVM: arm64: Unify stage-2 programming behind __load_stage2()
Marc Zyngier
2021-08-20
1
-1
/
+1
*
|
KVM: arm64: Minor optimization of range_is_memory
David Brazdil
2021-08-20
1
-5
/
+8
*
|
Merge tag 'kvmarm-fixes-5.14-2' into kvm-arm64/mmu/el2-tracking
Marc Zyngier
2021-08-20
1
-1
/
+1
|
\
\
|
*
|
KVM: arm64: Fix off-by-one in range_is_memory
David Brazdil
2021-07-29
1
-1
/
+1
|
|
/
*
|
KVM: arm64: Return -EPERM from __pkvm_host_share_hyp()
Quentin Perret
2021-08-11
1
-1
/
+1
*
|
KVM: arm64: Restrict EL2 stage-1 changes in protected mode
Quentin Perret
2021-08-11
1
-0
/
+88
*
|
KVM: arm64: Remove __pkvm_mark_hyp
Quentin Perret
2021-08-11
1
-19
/
+0
[next]