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.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-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
/
x86
/
kvm
/
mmu
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-01
KVM: x86/mmu: fix determination of max NPT mapping level for private pages
Ackerley Tng
1
-1
/
+1
2024-07-26
KVM: extend kvm_range_has_memory_attributes() to check subset of attributes
Paolo Bonzini
1
-1
/
+1
2024-07-26
KVM: x86: disallow pre-fault for SNP VMs before initialization
Paolo Bonzini
1
-0
/
+3
2024-07-16
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
2
-5
/
+5
2024-07-16
KVM: x86/mmu: Clean up make_huge_page_split_spte() definition and intro
Sean Christopherson
1
-5
/
+3
2024-07-16
KVM: x86/mmu: Bug the VM if KVM tries to split a !hugepage SPTE
Sean Christopherson
1
-5
/
+1
2024-07-16
Merge tag 'kvm-x86-mtrrs-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-25
/
+10
2024-07-16
Merge tag 'kvm-x86-mmu-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-63
/
+35
2024-07-16
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-5
/
+23
2024-07-12
Merge branch 'kvm-prefault' into HEAD
Paolo Bonzini
2
-24
/
+98
2024-07-12
KVM: x86: Implement kvm_arch_vcpu_pre_fault_memory()
Paolo Bonzini
1
-0
/
+73
2024-07-12
KVM: x86/mmu: Make kvm_mmu_do_page_fault() return mapped level
Paolo Bonzini
2
-3
/
+6
2024-07-12
KVM: x86/mmu: Account pf_{fixed,emulate,spurious} in callers of "do page fault"
Sean Christopherson
2
-14
/
+18
2024-07-12
KVM: x86/mmu: Bump pf_taken stat only in the "real" page fault handler
Sean Christopherson
2
-8
/
+2
2024-06-21
KVM: x86/tdp_mmu: Take a GFN in kvm_tdp_mmu_fast_pf_get_last_sptep()
Rick Edgecombe
3
-4
/
+3
2024-06-21
KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTE
Rick Edgecombe
4
-28
/
+28
2024-06-21
Merge branch 'kvm-6.10-fixes' into HEAD
Paolo Bonzini
1
-3
/
+0
2024-06-21
KVM: x86/tdp_mmu: Sprinkle __must_check
Isaku Yamahata
1
-6
/
+7
2024-06-14
KVM: x86/mmu: Avoid reacquiring RCU if TDP MMU fails to allocate an SP
David Matlack
1
-7
/
+5
2024-06-14
KVM: x86/mmu: Unnest TDP MMU helpers that allocate SPs for eager splitting
David Matlack
1
-30
/
+18
2024-06-14
KVM: x86/mmu: Hard code GFP flags for TDP MMU eager split allocations
David Matlack
1
-6
/
+4
2024-06-14
KVM: x86/mmu: Always drop mmu_lock to allocate TDP MMU SPs for eager splitting
David Matlack
1
-15
/
+1
2024-06-14
KVM: x86/mmu: Rephrase comment about synthetic PFERR flags in #PF handler
Sean Christopherson
1
-1
/
+4
2024-06-07
KVM: VMX: Always honor guest PAT on CPUs that support self-snoop
Sean Christopherson
1
-3
/
+5
2024-06-05
KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes
Sean Christopherson
1
-25
/
+8
2024-06-05
KVM: x86/mmu: Don't save mmu_invalidate_seq after checking private attr
Tao Su
1
-3
/
+0
2024-06-04
KVM: x86/mmu: Only allocate shadowed translation cache for sp->role.level <= ...
Hou Wenlong
2
-7
/
+7
2024-06-03
KVM: x86: invalid_list not used anymore in mmu_shrink_scan
Liang Chen
1
-1
/
+0
2024-06-03
Merge branch 'kvm-6.11-sev-snp' into HEAD
Paolo Bonzini
1
-4
/
+44
2024-06-03
KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr"
Sean Christopherson
2
-4
/
+22
2024-06-03
KVM: x86/mmu: Snapshot shadow_phys_bits when kvm.ko is loaded
Sean Christopherson
1
-3
/
+3
2024-05-23
KVM: x86/mmu: Print SPTEs on unexpected #VE
Sean Christopherson
1
-8
/
+32
2024-05-23
KVM: x86/mmu: Add sanity checks that KVM doesn't create EPT #VE SPTEs
Sean Christopherson
3
-0
/
+14
2024-05-23
KVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic zap in TDP MMU
Isaku Yamahata
1
-1
/
+1
2024-05-12
KVM: SEV: Add support to handle RMP nested page faults
Brijesh Singh
1
-0
/
+1
2024-05-12
KVM: MMU: Disable fast path if KVM_EXIT_MEMORY_FAULT is needed
Michael Roth
1
-2
/
+22
2024-05-12
Merge branch 'kvm-coco-hooks' into HEAD
Paolo Bonzini
1
-2
/
+21
2024-05-12
Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-1
/
+6
2024-05-12
Merge tag 'kvm-x86-mmu-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-29
/
+66
2024-05-12
Merge tag 'kvm-x86-vmx-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-7
/
+7
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2
-34
/
+28
2024-05-10
Merge branch 'kvm-coco-pagefault-prep' into HEAD
Paolo Bonzini
3
-74
/
+138
2024-05-10
KVM: x86: Add hook for determining max NPT mapping level
Michael Roth
1
-2
/
+21
2024-05-07
KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns
Sean Christopherson
1
-1
/
+1
2024-05-07
KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
Sean Christopherson
1
-0
/
+3
2024-05-07
KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
Sean Christopherson
1
-0
/
+1
2024-05-07
KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
Sean Christopherson
1
-12
/
+17
2024-05-07
KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
Sean Christopherson
1
-43
/
+44
2024-05-07
KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
Sean Christopherson
1
-0
/
+5
2024-05-07
KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
Sean Christopherson
1
-4
/
+13
[next]