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
/
pgtable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: Ensure target address is granule-aligned for range TLBI
Will Deacon
2024-04-01
1
-4
/
+7
*
KVM: arm64: Don't pass a TLBI level hint when zapping table entries
Will Deacon
2024-04-01
1
-5
/
+7
*
KVM: arm64: Don't defer TLB invalidation when zapping table entries
Will Deacon
2024-04-01
1
-1
/
+3
*
Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
2024-03-11
1
-5
/
+19
|
\
|
*
KVM: arm64: Introduce new flag for non-cacheable IO memory
Ankit Agrawal
2024-02-24
1
-5
/
+19
*
|
KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()
Will Deacon
2024-02-13
1
-2
/
+0
|
/
*
KVM: arm64: Support up to 5 levels of translation in kvm_pgtable
Ryan Roberts
2023-11-27
1
-0
/
+9
*
KVM: arm64: Convert translation level parameter to s8
Ryan Roberts
2023-11-27
1
-30
/
+36
*
KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1
Ryan Roberts
2023-11-27
1
-3
/
+12
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-11-02
1
-2
/
+2
|
\
|
*
Merge branch kvm-arm64/stage2-vhe-load into kvmarm/next
Oliver Upton
2023-10-30
1
-1
/
+1
|
|
\
|
|
*
KVM: arm64: Move VTCR_EL2 into struct s2_mmu
Marc Zyngier
2023-10-23
1
-1
/
+1
|
*
|
KVM: arm64: Always invalidate TLB for stage-2 permission faults
Oliver Upton
2023-10-30
1
-1
/
+1
|
|
/
*
|
arm64: Avoid cpus_have_const_cap() for ARM64_HAS_BTI
Mark Rutland
2023-10-16
1
-1
/
+1
*
|
arm64: kvm: Use cpus_have_final_cap() explicitly
Mark Rutland
2023-10-16
1
-1
/
+1
|
/
*
KVM: arm64: Use TLBI range-based instructions for unmap
Raghavendra Rao Ananta
2023-08-17
1
-7
/
+33
*
KVM: arm64: Invalidate the table entries upon a range
Raghavendra Rao Ananta
2023-08-17
1
-1
/
+2
*
KVM: arm64: Define kvm_tlb_flush_vmid_range()
Raghavendra Rao Ananta
2023-08-17
1
-0
/
+20
*
KVM: arm64: Correctly handle page aging notifiers for unaligned memslot
Oliver Upton
2023-07-12
1
-9
/
+38
*
Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-07-01
1
-21
/
+207
|
\
|
*
Merge branch kvm-arm64/ampere1-hafdbs-mitigation into kvmarm/next
Oliver Upton
2023-06-16
1
-3
/
+11
|
|
\
|
|
*
arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2
Oliver Upton
2023-06-16
1
-3
/
+11
|
*
|
Merge branch kvm-arm64/misc into kvmarm/next
Oliver Upton
2023-06-15
1
-1
/
+6
|
|
\
\
|
|
*
|
KVM: arm64: Use BTI for nvhe
Mostafa Saleh
2023-05-30
1
-1
/
+6
|
*
|
|
Merge branch kvm-arm64/hvhe into kvmarm/next
Oliver Upton
2023-06-15
1
-2
/
+4
|
|
\
\
\
|
|
*
|
|
KVM: arm64: Adjust EL2 stage-1 leaf AP bits when ARM64_KVM_HVHE is set
Marc Zyngier
2023-06-12
1
-2
/
+4
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch kvm-arm64/eager-page-splitting into kvmarm/next
Oliver Upton
2023-06-15
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: Drop last page ref in kvm_pgtable_stage2_free_removed()
Oliver Upton
2023-05-31
1
-0
/
+3
*
|
|
KVM: arm64: Reload PTE after invoking walker callback on preorder traversal
Fuad Tabba
2023-05-24
1
-1
/
+13
|
/
/
*
|
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
[next]