index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
pgtable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/k...
Stephen Rothwell
2023-05-18
1
-15
/
+186
|
\
|
*
KVM: arm64: Use local TLBI on permission relaxation
Marc Zyngier
2023-05-16
1
-1
/
+1
|
*
KVM: arm64: Add kvm_pgtable_stage2_split()
Ricardo Koller
2023-05-16
1
-0
/
+103
|
*
KVM: arm64: Add helper for creating unlinked stage2 subtrees
Ricardo Koller
2023-05-16
1
-0
/
+53
|
*
KVM: arm64: Add KVM_PGTABLE_WALK flags for skipping CMOs and BBM TLBIs
Ricardo Koller
2023-05-16
1
-11
/
+26
|
*
KVM: arm64: Rename free_removed to free_unlinked
Ricardo Koller
2023-05-16
1
-3
/
+3
*
|
KVM: arm64: Constify start/end/phys fields of the pgtable walker data
Marc Zyngier
2023-04-21
1
-4
/
+4
*
|
KVM: arm64: Infer PA offset from VA in hyp map walker
Oliver Upton
2023-04-21
1
-2
/
+1
*
|
KVM: arm64: Infer the PA offset from IPA in stage-2 map walker
Oliver Upton
2023-04-21
1
-4
/
+28
|
/
*
KVM: arm64: Condition HW AF updates on config option
Oliver Upton
2023-01-12
1
-0
/
+2
*
KVM: arm64: Handle access faults behind the read lock
Oliver Upton
2023-01-12
1
-1
/
+2
*
KVM: arm64: Don't serialize if the access flag isn't set
Oliver Upton
2023-01-12
1
-4
/
+8
*
KVM: arm64: Return EAGAIN for invalid PTE in attr walker
Oliver Upton
2023-01-12
1
-1
/
+1
*
KVM: arm64: Ignore EAGAIN for walks outside of a fault
Oliver Upton
2023-01-12
1
-3
/
+27
*
Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/next
Marc Zyngier
2022-12-05
1
-12
/
+9
|
\
|
*
KVM: arm64: Add per-cpu fixmap infrastructure at EL2
Quentin Perret
2022-11-11
1
-12
/
+0
|
*
KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
Fuad Tabba
2022-11-11
1
-0
/
+9
*
|
KVM: arm64: Reject shared table walks in the hyp code
Oliver Upton
2022-11-22
1
-1
/
+4
*
|
KVM: arm64: Don't acquire RCU read lock for exclusive table walks
Oliver Upton
2022-11-22
1
-2
/
+2
*
|
KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()
Oliver Upton
2022-11-22
1
-3
/
+3
*
|
KVM: arm64: Handle stage-2 faults in parallel
Oliver Upton
2022-11-10
1
-2
/
+3
*
|
KVM: arm64: Make table->block changes parallel-aware
Oliver Upton
2022-11-10
1
-12
/
+3
*
|
KVM: arm64: Make leaf->leaf PTE changes parallel-aware
Oliver Upton
2022-11-10
1
-14
/
+12
*
|
KVM: arm64: Make block->table PTE changes parallel-aware
Oliver Upton
2022-11-10
1
-5
/
+75
*
|
KVM: arm64: Split init and set for table PTE
Oliver Upton
2022-11-10
1
-10
/
+10
*
|
KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
Oliver Upton
2022-11-10
1
-9
/
+22
*
|
KVM: arm64: Protect stage-2 traversal with RCU
Oliver Upton
2022-11-10
1
-1
/
+9
*
|
KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Oliver Upton
2022-11-10
1
-63
/
+22
*
|
KVM: arm64: Use an opaque type for pteps
Oliver Upton
2022-11-10
1
-13
/
+14
*
|
KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
Oliver Upton
2022-11-10
1
-0
/
+23
*
|
KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data
Oliver Upton
2022-11-10
1
-13
/
+5
*
|
KVM: arm64: Pass mm_ops through the visitor context
Oliver Upton
2022-11-10
1
-39
/
+24
*
|
KVM: arm64: Stash observed pte value in visitor context
Oliver Upton
2022-11-10
1
-44
/
+42
*
|
KVM: arm64: Combine visitor arguments into a context structure
Oliver Upton
2022-11-10
1
-137
/
+132
|
/
*
arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition names
Mark Brown
2022-09-09
1
-1
/
+1
*
KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenance
Marc Zyngier
2022-01-14
1
-12
/
+6
*
Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next
Marc Zyngier
2022-01-04
1
-3
/
+3
|
\
|
*
KVM: arm64: Rework kvm_pgtable initialisation
Marc Zyngier
2021-12-16
1
-3
/
+3
*
|
KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
Will Deacon
2021-12-16
1
-0
/
+63
*
|
KVM: arm64: Refcount hyp stage-1 pgtable pages
Quentin Perret
2021-12-16
1
-20
/
+19
|
/
*
KVM: arm64: Enable retrieving protections attributes of PTEs
Quentin Perret
2021-08-11
1
-0
/
+37
*
KVM: arm64: Allow populating software bits
Quentin Perret
2021-08-11
1
-0
/
+5
*
KVM: arm64: Enable forcing page-level stage-2 mappings
Quentin Perret
2021-08-11
1
-5
/
+24
*
KVM: arm64: Tolerate re-creating hyp mappings to set software bits
Quentin Perret
2021-08-11
1
-2
/
+16
*
KVM: arm64: Don't overwrite software bits with owner id
Quentin Perret
2021-08-11
1
-1
/
+1
*
KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
Quentin Perret
2021-08-11
1
-2
/
+2
*
KVM: arm64: Optimize host memory aborts
Quentin Perret
2021-08-11
1
-74
/
+0
*
KVM: arm64: Expose page-table helpers
Quentin Perret
2021-08-11
1
-39
/
+0
*
KVM: arm64: Introduce helper to retrieve a PTE and its level
Marc Zyngier
2021-08-02
1
-0
/
+39
*
Merge branch arm64/for-next/caches into kvmarm-master/next
Marc Zyngier
2021-06-18
1
-3
/
+10
|
\
[next]