index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
pgtable.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-22
KVM: arm64: Don't acquire RCU read lock for exclusive table walks
Oliver Upton
1
-2
/
+2
2022-11-22
KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()
Oliver Upton
1
-3
/
+3
2022-11-11
KVM: arm64: Add per-cpu fixmap infrastructure at EL2
Quentin Perret
1
-12
/
+0
2022-11-11
KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
Fuad Tabba
1
-0
/
+9
2022-11-10
KVM: arm64: Handle stage-2 faults in parallel
Oliver Upton
1
-2
/
+3
2022-11-10
KVM: arm64: Make table->block changes parallel-aware
Oliver Upton
1
-12
/
+3
2022-11-10
KVM: arm64: Make leaf->leaf PTE changes parallel-aware
Oliver Upton
1
-14
/
+12
2022-11-10
KVM: arm64: Make block->table PTE changes parallel-aware
Oliver Upton
1
-5
/
+75
2022-11-10
KVM: arm64: Split init and set for table PTE
Oliver Upton
1
-10
/
+10
2022-11-10
KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
Oliver Upton
1
-9
/
+22
2022-11-10
KVM: arm64: Protect stage-2 traversal with RCU
Oliver Upton
1
-1
/
+9
2022-11-10
KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Oliver Upton
1
-63
/
+22
2022-11-10
KVM: arm64: Use an opaque type for pteps
Oliver Upton
1
-13
/
+14
2022-11-10
KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
Oliver Upton
1
-0
/
+23
2022-11-10
KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data
Oliver Upton
1
-13
/
+5
2022-11-10
KVM: arm64: Pass mm_ops through the visitor context
Oliver Upton
1
-39
/
+24
2022-11-10
KVM: arm64: Stash observed pte value in visitor context
Oliver Upton
1
-44
/
+42
2022-11-10
KVM: arm64: Combine visitor arguments into a context structure
Oliver Upton
1
-137
/
+132
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition names
Mark Brown
1
-1
/
+1
2022-01-14
KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenance
Marc Zyngier
1
-12
/
+6
2022-01-04
Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next
Marc Zyngier
1
-3
/
+3
2021-12-16
KVM: arm64: Rework kvm_pgtable initialisation
Marc Zyngier
1
-3
/
+3
2021-12-16
KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
Will Deacon
1
-0
/
+63
2021-12-16
KVM: arm64: Refcount hyp stage-1 pgtable pages
Quentin Perret
1
-20
/
+19
2021-08-11
KVM: arm64: Enable retrieving protections attributes of PTEs
Quentin Perret
1
-0
/
+37
2021-08-11
KVM: arm64: Allow populating software bits
Quentin Perret
1
-0
/
+5
2021-08-11
KVM: arm64: Enable forcing page-level stage-2 mappings
Quentin Perret
1
-5
/
+24
2021-08-11
KVM: arm64: Tolerate re-creating hyp mappings to set software bits
Quentin Perret
1
-2
/
+16
2021-08-11
KVM: arm64: Don't overwrite software bits with owner id
Quentin Perret
1
-1
/
+1
2021-08-11
KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
Quentin Perret
1
-2
/
+2
2021-08-11
KVM: arm64: Optimize host memory aborts
Quentin Perret
1
-74
/
+0
2021-08-11
KVM: arm64: Expose page-table helpers
Quentin Perret
1
-39
/
+0
2021-08-02
KVM: arm64: Introduce helper to retrieve a PTE and its level
Marc Zyngier
1
-0
/
+39
2021-06-18
Merge branch arm64/for-next/caches into kvmarm-master/next
Marc Zyngier
1
-3
/
+10
2021-06-18
KVM: arm64: Move guest CMOs to the fault handlers
Yanan Wang
1
-7
/
+31
2021-06-18
KVM: arm64: Introduce mm_ops member for structure stage2_attr_data
Yanan Wang
1
-4
/
+6
2021-05-25
arm64: Rename arm64-internal cache maintenance functions
Fuad Tabba
1
-2
/
+2
2021-05-25
arm64: __flush_dcache_area to take end parameter instead of size
Fuad Tabba
1
-3
/
+10
2021-03-19
KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flag
Quentin Perret
1
-0
/
+3
2021-03-19
KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flag
Quentin Perret
1
-25
/
+31
2021-03-19
KVM: arm64: Add kvm_pgtable_stage2_find_range()
Quentin Perret
1
-4
/
+85
2021-03-19
KVM: arm64: Refactor the *_map_set_prot_attr() helpers
Quentin Perret
1
-8
/
+8
2021-03-19
KVM: arm64: Use page-table to track page ownership
Quentin Perret
1
-24
/
+102
2021-03-19
KVM: arm64: Always zero invalid PTEs
Quentin Perret
1
-10
/
+16
2021-03-19
KVM: arm64: Make memcache anonymous in pgtable allocator
Quentin Perret
1
-2
/
+2
2021-03-19
KVM: arm64: Refactor kvm_arm_setup_stage2()
Quentin Perret
1
-0
/
+32
2021-03-19
KVM: arm64: Use kvm_arch for stage 2 pgtable
Quentin Perret
1
-3
/
+3
2021-03-19
KVM: arm64: Prepare the creation of s1 mappings at EL2
Quentin Perret
1
-2
/
+0
2021-03-19
KVM: arm64: Factor memory allocation out of pgtable.c
Quentin Perret
1
-38
/
+60
2021-03-19
KVM: arm64: Avoid free_page() in page-table allocator
Quentin Perret
1
-5
/
+5
[prev]
[next]