index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-27
KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VID
Chao Gao
5
-0
/
+39
2025-02-27
KVM: x86: Inline kvm_get_apic_mode() in lapic.h
Sean Christopherson
2
-7
/
+5
2025-02-27
KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base()
Sean Christopherson
2
-10
/
+4
2025-02-21
KVM: nSVM: Enter guest mode before initializing nested NPT MMU
Sean Christopherson
2
-6
/
+6
2025-02-21
KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop
Sean Christopherson
5
-11
/
+17
2025-02-21
KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local APIC isn't in-kernel
Sean Christopherson
1
-1
/
+5
2025-02-17
KVM: x86/mmu: Ensure NX huge page recovery thread is alive before waking
Sean Christopherson
1
-7
/
+26
2025-02-17
kvm: defer huge page recovery vhost task to later
Keith Busch
2
-6
/
+19
2025-02-17
x86: Convert unreachable() to BUG()
Peter Zijlstra
1
-1
/
+1
2025-02-08
KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
Sean Christopherson
3
-8
/
+7
2024-12-27
KVM: SVM: Allow guest writes to set MSR_AMD64_DE_CFG bits
Sean Christopherson
1
-9
/
+0
2024-12-27
KVM: x86: Play nice with protected guests in complete_hypercall_exit()
Sean Christopherson
1
-1
/
+1
2024-12-27
KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module init
Sean Christopherson
3
-5
/
+29
2024-12-14
KVM: x86/mmu: Ensure that kvm_release_pfn_clean() takes exact pfn from kvm_fa...
Nikolay Kuratov
2
-3
/
+12
2024-12-05
Revert "KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setu...
Sean Christopherson
1
-33
/
+21
2024-12-05
KVM: x86: Break CONFIG_KVM_X86's direct dependency on KVM_INTEL || KVM_AMD
Sean Christopherson
1
-1
/
+1
2024-12-05
KVM: x86: add back X86_LOCAL_APIC dependency
Arnd Bergmann
1
-1
/
+1
2024-12-05
KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE
Sean Christopherson
1
-5
/
+13
2024-12-05
KVM: x86: switch hugepage recovery thread to vhost_task
Paolo Bonzini
2
-37
/
+32
2024-11-08
KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN
Sean Christopherson
1
-1
/
+3
2024-11-08
KVM: x86: Unconditionally set irr_pending when updating APICv state
Sean Christopherson
1
-11
/
+18
2024-11-08
kvm: svm: Fix gctx page leak on invalid inputs
Dionna Glaze
1
-4
/
+4
2024-11-04
KVM: SVM: Propagate error from snp_guest_req_init() to userspace
Sean Christopherson
1
-2
/
+5
2024-11-04
KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabled
Sean Christopherson
2
-6
/
+26
2024-10-20
KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
Sean Christopherson
1
-1
/
+5
2024-10-20
KVM: VMX: reset the segment cache after segment init in vmx_vcpu_reset()
Maxim Levitsky
1
-3
/
+3
2024-10-20
KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range()
Sean Christopherson
1
-0
/
+11
2024-10-20
KVM: x86/mmu: Zap only SPs that shadow gPTEs when deleting memslot
Sean Christopherson
1
-10
/
+6
2024-10-06
Merge tag 'kvmarm-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
3
-19
/
+15
2024-10-06
KVM: x86: leave kvm.ko out of the build if no vendor module is requested
Paolo Bonzini
2
-4
/
+7
2024-10-03
KVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMU
Paolo Bonzini
1
-14
/
+46
2024-09-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
28
-977
/
+1222
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+8
2024-09-17
Merge tag 'kvm-x86-vmx-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
11
-37
/
+102
2024-09-17
Merge tag 'kvm-x86-svm-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
4
-22
/
+32
2024-09-17
Merge tag 'kvm-x86-pat_vmx_msrs-6.12' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
6
-45
/
+66
2024-09-17
Merge tag 'kvm-x86-mmu-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
6
-378
/
+360
2024-09-17
Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
14
-473
/
+594
2024-09-17
Merge branch 'kvm-redo-enable-virt' into HEAD
Paolo Bonzini
5
-30
/
+36
2024-09-17
Merge branch 'kvm-memslot-zap-quirk' into HEAD
Paolo Bonzini
1
-1
/
+41
2024-09-15
Merge tag 'for-linus-6.11' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-11
/
+7
2024-09-15
Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop"
Paolo Bonzini
2
-11
/
+7
2024-09-10
KVM: SVM: let alternatives handle the cases when RSB filling is required
Amit Shah
1
-6
/
+2
2024-09-09
KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if the GVA is valid
Sean Christopherson
1
-2
/
+3
2024-09-09
KVM: x86/mmu: Use KVM_PAGES_PER_HPAGE() instead of an open coded equivalent
Sean Christopherson
1
-1
/
+1
2024-09-09
KVM: x86/mmu: Add KVM_RMAP_MANY to replace open coded '1' and '1ul' literals
Sean Christopherson
1
-15
/
+16
2024-09-09
KVM: x86/mmu: Fold mmu_spte_age() into kvm_rmap_age_gfn_range()
Sean Christopherson
1
-28
/
+22
2024-09-09
KVM: x86/mmu: Morph kvm_handle_gfn_range() into an aging specific helper
Sean Christopherson
1
-46
/
+22
2024-09-09
KVM: x86/mmu: Honor NEED_RESCHED when zapping rmaps and blocking is allowed
Sean Christopherson
1
-10
/
+6
2024-09-09
KVM: x86/mmu: Add a helper to walk and zap rmaps for a memslot
Sean Christopherson
1
-3
/
+12
[next]