index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
kvm_pgtable.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-27
KVM: arm64: Support up to 5 levels of translation in kvm_pgtable
Ryan Roberts
1
-1
/
+1
2023-11-27
KVM: arm64: Convert translation level parameter to s8
Ryan Roberts
1
-15
/
+16
2023-11-27
KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1
Ryan Roberts
1
-12
/
+37
2023-11-27
arm64/mm: Add lpa2_is_enabled() kvm_lpa2_is_enabled() stubs
Ryan Roberts
1
-0
/
+2
2023-08-17
KVM: arm64: Define kvm_tlb_flush_vmid_range()
Raghavendra Rao Ananta
1
-0
/
+10
2023-07-12
KVM: arm64: Correctly handle page aging notifiers for unaligned memslot
Oliver Upton
1
-17
/
+9
2023-07-01
Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-4
/
+75
2023-06-15
Merge branch kvm-arm64/eager-page-splitting into kvmarm/next
Oliver Upton
1
-4
/
+75
2023-05-24
KVM: arm64: Reload PTE after invoking walker callback on preorder traversal
Fuad Tabba
1
-3
/
+3
2023-05-16
KVM: arm64: Add kvm_pgtable_stage2_split()
Ricardo Koller
1
-0
/
+19
2023-05-16
KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
Ricardo Koller
1
-0
/
+18
2023-05-16
KVM: arm64: Add helper for creating unlinked stage2 subtrees
Ricardo Koller
1
-0
/
+26
2023-05-16
KVM: arm64: Add KVM_PGTABLE_WALK flags for skipping CMOs and BBM TLBIs
Ricardo Koller
1
-0
/
+8
2023-05-16
KVM: arm64: Rename free_removed to free_unlinked
Ricardo Koller
1
-4
/
+4
2023-04-21
KVM: arm64: Infer the PA offset from IPA in stage-2 map walker
Oliver Upton
1
-0
/
+1
2023-01-13
KVM: arm64: Ignore EAGAIN for walks outside of a fault
Oliver Upton
1
-0
/
+3
2023-01-13
KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()
Oliver Upton
1
-0
/
+5
2022-12-05
Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/next
Marc Zyngier
1
-0
/
+22
2022-11-22
KVM: arm64: Reject shared table walks in the hyp code
Oliver Upton
1
-2
/
+15
2022-11-22
KVM: arm64: Don't acquire RCU read lock for exclusive table walks
Oliver Upton
1
-6
/
+8
2022-11-22
KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()
Oliver Upton
1
-71
/
+73
2022-11-11
KVM: arm64: Add per-cpu fixmap infrastructure at EL2
Quentin Perret
1
-0
/
+14
2022-11-11
KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
Fuad Tabba
1
-0
/
+8
2022-11-10
KVM: arm64: Handle stage-2 faults in parallel
Oliver Upton
1
-1
/
+2
2022-11-10
KVM: arm64: Protect stage-2 traversal with RCU
Oliver Upton
1
-0
/
+49
2022-11-10
KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Oliver Upton
1
-0
/
+3
2022-11-10
KVM: arm64: Use an opaque type for pteps
Oliver Upton
1
-1
/
+8
2022-11-10
KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
Oliver Upton
1
-0
/
+11
2022-11-10
KVM: arm64: Pass mm_ops through the visitor context
Oliver Upton
1
-0
/
+1
2022-11-10
KVM: arm64: Stash observed pte value in visitor context
Oliver Upton
1
-0
/
+1
2022-11-10
KVM: arm64: Combine visitor arguments into a context structure
Oliver Upton
1
-4
/
+11
2022-10-09
KVM: arm64: Work out supported block level at compile time
Oliver Upton
1
-5
/
+13
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition names
Mark Brown
1
-3
/
+3
2022-01-04
Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next
Marc Zyngier
1
-5
/
+4
2021-12-16
KVM: arm64: Rework kvm_pgtable initialisation
Marc Zyngier
1
-5
/
+4
2021-12-16
KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
Will Deacon
1
-0
/
+21
2021-08-11
KVM: arm64: Enable retrieving protections attributes of PTEs
Quentin Perret
1
-0
/
+20
2021-08-11
KVM: arm64: Allow populating software bits
Quentin Perret
1
-1
/
+11
2021-08-11
KVM: arm64: Enable forcing page-level stage-2 mappings
Quentin Perret
1
-25
/
+41
2021-08-11
KVM: arm64: Optimize host memory aborts
Quentin Perret
1
-30
/
+0
2021-08-11
KVM: arm64: Expose page-table helpers
Quentin Perret
1
-0
/
+40
2021-08-02
KVM: arm64: Introduce helper to retrieve a PTE and its level
Marc Zyngier
1
-0
/
+20
2021-06-18
KVM: arm64: Introduce two cache maintenance callbacks
Yanan Wang
1
-17
/
+25
2021-03-19
KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flag
Quentin Perret
1
-0
/
+2
2021-03-19
KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flag
Quentin Perret
1
-14
/
+29
2021-03-19
KVM: arm64: Add kvm_pgtable_stage2_find_range()
Quentin Perret
1
-0
/
+29
2021-03-19
KVM: arm64: Use page-table to track page ownership
Quentin Perret
1
-0
/
+20
2021-03-19
KVM: arm64: Make memcache anonymous in pgtable allocator
Quentin Perret
1
-3
/
+3
2021-03-19
KVM: arm64: Refactor kvm_arm_setup_stage2()
Quentin Perret
1
-0
/
+26
2021-03-19
KVM: arm64: Use kvm_arch for stage 2 pgtable
Quentin Perret
1
-2
/
+3
[next]