index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
2024-11-01
KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
Sean Christopherson
1
-1
/
+5
2024-10-04
KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)
Sean Christopherson
3
-12
/
+34
2024-10-04
KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()
Sean Christopherson
1
-23
/
+23
2024-10-04
KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits
Sean Christopherson
1
-1
/
+14
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-06
KVM: x86: don't fall through case statements without annotations
Linus Torvalds
1
-0
/
+1
2024-09-05
KVM: Remove HIGH_RES_TIMERS dependency
Steven Rostedt
1
-1
/
+0
2024-09-02
KVM: x86: Only advertise KVM_CAP_READONLY_MEM when supported by VM
Tom Dohrmann
1
-1
/
+2
2024-08-28
KVM: SEV: Update KVM_AMD_SEV Kconfig entry and mention SEV-SNP
Vitaly Kuznetsov
1
-2
/
+4
2024-08-22
KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missing
Ravi Bangoria
1
-0
/
+3
2024-08-22
KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASE
Maxim Levitsky
1
-0
/
+12
2024-08-22
KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
Sean Christopherson
1
-0
/
+2
2024-08-22
KVM: x86/mmu: Check that root is valid/loaded when pre-faulting SPTEs
Sean Christopherson
1
-1
/
+3
2024-08-22
KVM: x86/mmu: Fixup comments missed by the REMOVED_SPTE=>FROZEN_SPTE rename
Yan Zhao
3
-8
/
+8
2024-08-13
KVM: x86: Make x2APIC ID 100% readonly
Sean Christopherson
1
-7
/
+15
2024-08-13
KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
Isaku Yamahata
1
-4
/
+2
2024-08-13
KVM: x86: hyper-v: Remove unused inline function kvm_hv_free_pa_page()
Yue Haibing
1
-1
/
+0
2024-08-13
KVM: SVM: Fix an error code in sev_gmem_post_populate()
Dan Carpenter
1
-2
/
+3
2024-08-13
KVM: SVM: Fix uninitialized variable bug
Dan Carpenter
1
-1
/
+1
2024-08-02
Merge branch 'kvm-fixes' into HEAD
Paolo Bonzini
6
-20
/
+23
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: guest_memfd: let kvm_gmem_populate() operate only on private gfns
Paolo Bonzini
1
-7
/
+0
2024-07-26
KVM: extend kvm_range_has_memory_attributes() to check subset of attributes
Paolo Bonzini
1
-1
/
+1
2024-07-26
KVM: guest_memfd: move check for already-populated page to common code
Paolo Bonzini
1
-1
/
+1
2024-07-26
KVM: remove kvm_arch_gmem_prepare_needed()
Paolo Bonzini
1
-5
/
+0
2024-07-26
KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*
Paolo Bonzini
2
-4
/
+4
2024-07-26
KVM: x86: disallow pre-fault for SNP VMs before initialization
Paolo Bonzini
4
-0
/
+15
2024-07-26
KVM: x86: Eliminate log spam from limited APIC timer periods
Jim Mattson
1
-1
/
+1
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
41
-1499
/
+2659
2024-07-16
KVM: x86/pmu: Add kvm_pmu_call() to simplify static calls of kvm_pmu_ops
Wei Wang
1
-12
/
+12
2024-07-16
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
15
-232
/
+242
2024-07-16
KVM: x86: Replace static_call_cond() with static_call()
Wei Wang
4
-29
/
+29
2024-07-16
Merge branch 'kvm-6.11-sev-attestation' into HEAD
Paolo Bonzini
2
-0
/
+193
2024-07-16
KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
Michael Roth
1
-0
/
+56
2024-07-16
KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
Brijesh Singh
2
-0
/
+137
2024-07-16
KVM: x86: Suppress MMIO that is triggered during task switch emulation
Sean Christopherson
1
-1
/
+7
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-vmx-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
8
-52
/
+77
2024-07-16
Merge tag 'kvm-x86-svm-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
4
-20
/
+29
2024-07-16
Merge tag 'kvm-x86-pmu-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
6
-69
/
+77
2024-07-16
Merge tag 'kvm-x86-mtrrs-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
6
-690
/
+64
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
22
-185
/
+190
2024-07-16
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
8
-82
/
+62
2024-07-16
Merge tag 'kvm-x86-fixes-6.10-11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2024-07-15
Merge tag 'x86_alternatives_for_v6.11_rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+1
2024-07-12
Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-2
/
+2
2024-07-12
Merge branch 'kvm-prefault' into HEAD
Paolo Bonzini
4
-24
/
+102
[next]