开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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
2023-01-12
KVM: arm64: Ignore EAGAIN for walks outside of a fault
Oliver Upton
2023-01-12
KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()
Oliver Upton
2022-12-05
Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/next
Marc Zyngier
2022-11-22
KVM: arm64: Reject shared table walks in the hyp code
Oliver Upton
2022-11-22
KVM: arm64: Don't acquire RCU read lock for exclusive table walks
Oliver Upton
2022-11-22
KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()
Oliver Upton
2022-11-11
KVM: arm64: Add per-cpu fixmap infrastructure at EL2
Quentin Perret
2022-11-11
KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
Fuad Tabba
2022-11-10
KVM: arm64: Handle stage-2 faults in parallel
Oliver Upton
2022-11-10
KVM: arm64: Protect stage-2 traversal with RCU
Oliver Upton
2022-11-10
KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Oliver Upton
2022-11-10
KVM: arm64: Use an opaque type for pteps
Oliver Upton
2022-11-10
KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
Oliver Upton
2022-11-10
KVM: arm64: Pass mm_ops through the visitor context
Oliver Upton
2022-11-10
KVM: arm64: Stash observed pte value in visitor context
Oliver Upton
2022-11-10
KVM: arm64: Combine visitor arguments into a context structure
Oliver Upton
2022-10-09
KVM: arm64: Work out supported block level at compile time
Oliver Upton
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition names
Mark Brown
2022-01-04
Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next
Marc Zyngier
2021-12-16
KVM: arm64: Rework kvm_pgtable initialisation
Marc Zyngier
2021-12-16
KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
Will Deacon
2021-08-11
KVM: arm64: Enable retrieving protections attributes of PTEs
Quentin Perret
2021-08-11
KVM: arm64: Allow populating software bits
Quentin Perret
2021-08-11
KVM: arm64: Enable forcing page-level stage-2 mappings
Quentin Perret
2021-08-11
KVM: arm64: Optimize host memory aborts
Quentin Perret
2021-08-11
KVM: arm64: Expose page-table helpers
Quentin Perret
2021-08-02
KVM: arm64: Introduce helper to retrieve a PTE and its level
Marc Zyngier
2021-06-18
KVM: arm64: Introduce two cache maintenance callbacks
Yanan Wang
2021-03-19
KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flag
Quentin Perret
2021-03-19
KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flag
Quentin Perret
2021-03-19
KVM: arm64: Add kvm_pgtable_stage2_find_range()
Quentin Perret
2021-03-19
KVM: arm64: Use page-table to track page ownership
Quentin Perret
2021-03-19
KVM: arm64: Make memcache anonymous in pgtable allocator
Quentin Perret
2021-03-19
KVM: arm64: Refactor kvm_arm_setup_stage2()
Quentin Perret
2021-03-19
KVM: arm64: Use kvm_arch for stage 2 pgtable
Quentin Perret
2021-03-19
KVM: arm64: Prepare the creation of s1 mappings at EL2
Quentin Perret
2021-03-19
KVM: arm64: Factor memory allocation out of pgtable.c
Quentin Perret
2021-01-25
KVM: arm64: Filter out the case of only changing permissions from stage-2 map...
Yanan Wang
2020-09-11
KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
Will Deacon
2020-09-11
KVM: arm64: Add support for stage-2 cache flushing in generic page-table
Quentin Perret
2020-09-11
KVM: arm64: Add support for stage-2 write-protect in generic page-table
Quentin Perret
2020-09-11
KVM: arm64: Add support for stage-2 page-aging in generic page-table
Will Deacon
2020-09-11
KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
Will Deacon
2020-09-11
KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables
Will Deacon
2020-09-11
KVM: arm64: Use generic allocator for hyp stage-1 page-tables
Will Deacon
2020-09-11
KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables
Will Deacon
2020-09-11
KVM: arm64: Add stand-alone page-table walker infrastructure
Will Deacon