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
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-13
/
+8
2024-11-18
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+11
2024-10-25
KVM: arm64: Don't mark "struct page" accessed when making SPTE young
Sean Christopherson
1
-5
/
+1
2024-10-25
KVM: arm64: Use __kvm_faultin_pfn() to handle memory aborts
Sean Christopherson
1
-9
/
+6
2024-10-25
KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock
Sean Christopherson
1
-4
/
+6
2024-10-25
KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
Sean Christopherson
1
-1
/
+1
2024-10-25
KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
Sean Christopherson
1
-1
/
+1
2024-10-16
hugetlb: arm64: add mte support
Yang Shi
1
-0
/
+11
2024-10-08
KVM: arm64: nv: Do not block when unmapping stage-2 if disallowed
Oliver Upton
1
-7
/
+8
2024-08-22
KVM: arm64: Ensure canonical IPA is hugepage-aligned when handling fault
Oliver Upton
1
-1
/
+8
2024-06-19
KVM: arm64: nv: Tag shadow S2 entries with guest's leaf S2 level
Marc Zyngier
1
-2
/
+17
2024-06-19
KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
Christoffer Dall
1
-5
/
+23
2024-06-19
KVM: arm64: nv: Handle shadow stage 2 page faults
Marc Zyngier
1
-9
/
+88
2024-06-19
KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
Marc Zyngier
1
-21
/
+48
2024-05-12
Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...
Paolo Bonzini
1
-3
/
+5
2024-05-03
Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/next
Marc Zyngier
1
-3
/
+5
2024-05-01
KVM: arm64: Move setting the page as dirty out of the critical section
Fuad Tabba
1
-3
/
+5
2024-04-11
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
1
-34
/
+0
2024-03-26
KVM: arm64: Fix out-of-IPA space translation fault handling
Wujie Duan
1
-1
/
+1
2024-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+11
2024-03-07
Merge branch kvm-arm64/kerneldoc into kvmarm/next
Oliver Upton
1
-1
/
+1
2024-02-24
KVM: arm64: Set io memory s2 pte as normalnc for vfio pci device
Ankit Agrawal
1
-4
/
+10
2024-02-16
arm64: kvm: avoid CONFIG_PGTABLE_LEVELS for runtime levels
Ard Biesheuvel
1
-1
/
+1
2024-02-16
arm64: mm: Use 48-bit virtual addressing for the permanent ID map
Ard Biesheuvel
1
-11
/
+4
2024-02-01
KVM: arm64: mmu: fix a kernel-doc warning
Randy Dunlap
1
-1
/
+1
2023-11-30
KVM: arm64: Use helpers to classify exception types reported via ESR
Ard Biesheuvel
1
-18
/
+17
2023-11-27
KVM: arm64: Convert translation level parameter to s8
Ryan Roberts
1
-7
/
+9
2023-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-26
/
+7
2023-10-30
Merge branch kvm-arm64/stage2-vhe-load into kvmarm/next
Oliver Upton
1
-6
/
+7
2023-10-30
Merge branch kvm-arm64/misc into kvmarm/next
Oliver Upton
1
-20
/
+0
2023-10-23
KVM: arm64: Move VTCR_EL2 into struct s2_mmu
Marc Zyngier
1
-6
/
+7
2023-10-16
arm64: kvm: Use cpus_have_final_cap() explicitly
Mark Rutland
1
-1
/
+1
2023-09-30
KVM: arm64: Do not transfer page refcount for THP adjustment
Vincent Donnefort
1
-20
/
+0
2023-09-12
KVM: arm64: Properly return allocated EL2 VA from hyp_alloc_private_va_range()
Marc Zyngier
1
-0
/
+3
2023-08-31
Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2023-08-28
Merge branch kvm-arm64/6.6/misc into kvmarm-master/next
Marc Zyngier
1
-18
/
+68
2023-08-26
KVM: arm64: Remove size-order align in the nVHE hyp private VA range
Vincent Donnefort
1
-17
/
+68
2023-08-17
KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
Sean Christopherson
1
-1
/
+1
2023-08-17
KVM: arm64: Flush only the memslot after write-protect
Raghavendra Rao Ananta
1
-1
/
+1
2023-08-17
KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
Raghavendra Rao Ananta
1
-0
/
+8
2023-08-17
KVM: arm64: Use kvm_arch_flush_remote_tlbs()
Raghavendra Rao Ananta
1
-3
/
+3
2023-08-08
KVM: arm64: Remove redundant kvm_set_pfn_accessed() from user_mem_abort()
Fuad Tabba
1
-1
/
+0
2023-07-12
KVM: arm64: Correctly handle page aging notifiers for unaligned memslot
Oliver Upton
1
-10
/
+8
2023-05-18
arm64: kvm: avoid overflow in integer division
Arnd Bergmann
1
-2
/
+2
2023-05-16
KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
Ricardo Koller
1
-2
/
+13
2023-05-16
KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
Ricardo Koller
1
-27
/
+15
2023-05-16
KVM: arm64: Split huge pages when dirty logging is enabled
Ricardo Koller
1
-4
/
+123
2023-05-16
KVM: arm64: Add kvm_uninit_stage2_mmu()
Ricardo Koller
1
-1
/
+6
2023-05-16
KVM: arm64: Refactor kvm_arch_commit_memory_region()
Ricardo Koller
1
-7
/
+19
2023-05-16
KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
Ricardo Koller
1
-0
/
+4
[next]