index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/mmu: Don't attempt to map leaf if target TDP MMU SPTE is frozen
Sean Christopherson
2022-12-23
1
-3
/
+3
*
KVM: nVMX: Don't stuff secondary execution control if it's not supported
Sean Christopherson
2022-12-23
1
-0
/
+7
*
KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1
Sean Christopherson
2022-12-23
1
-1
/
+2
*
KVM: nVMX: Document that ignoring memory failures for VMCLEAR is deliberate
Sean Christopherson
2022-12-23
1
-4
/
+13
*
KVM: x86: Sanity check inputs to kvm_handle_memory_failure()
Sean Christopherson
2022-12-23
1
-0
/
+3
*
KVM: x86: Simplify kvm_apic_hw_enabled
Peng Hao
2022-12-23
1
-2
/
+2
*
KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warning
Vitaly Kuznetsov
2022-12-23
1
-27
/
+36
*
KVM: x86: ioapic: Fix level-triggered EOI and userspace I/OAPIC reconfigure race
Adamos Ttofari
2022-12-23
1
-2
/
+3
*
KVM: x86/pmu: Prevent zero period event from being repeatedly released
Like Xu
2022-12-23
2
-2
/
+4
*
Merge remote-tracking branch 'kvm/queue' into HEAD
Paolo Bonzini
2022-12-12
16
-235
/
+546
|
\
|
*
Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEAD
Paolo Bonzini
2022-12-02
3
-66
/
+85
|
|
\
|
|
*
KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpers
Sean Christopherson
2022-11-30
2
-15
/
+13
|
|
*
KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh()
Michal Luczaj
2022-11-30
2
-7
/
+5
|
|
*
KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check()
Michal Luczaj
2022-11-30
2
-10
/
+8
|
|
*
KVM: Store immutable gfn_to_pfn_cache properties
Michal Luczaj
2022-11-30
2
-43
/
+36
|
|
*
KVM: x86/xen: add support for 32-bit guests in SCHEDOP_poll
Metin Kaya
2022-11-30
2
-4
/
+36
|
*
|
KVM: x86: Advertise that the SMM_CTL MSR is not supported
Jim Mattson
2022-12-02
1
-0
/
+4
|
*
|
KVM: x86: remove unnecessary exports
Paolo Bonzini
2022-12-02
4
-14
/
+0
|
*
|
KVM: x86: fix APICv/x2AVIC disabled when vm reboot by itself
Yuan ZhaoXiong
2022-12-02
1
-2
/
+3
|
*
|
Merge tag 'kvm-x86-fixes-6.2-1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2022-12-02
10
-51
/
+161
|
|
\
\
|
|
*
|
KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
Anton Romanov
2022-12-01
1
-11
/
+33
|
|
*
|
KVM: VMX: Move MSR_IA32_FEAT_CTL.LOCKED check into "is valid" helper
Sean Christopherson
2022-12-01
1
-5
/
+8
|
|
*
|
KVM: VMX: Allow userspace to set all supported FEATURE_CONTROL bits
Sean Christopherson
2022-12-01
1
-5
/
+31
|
|
*
|
KVM: VMX: Make vmread_error_trampoline() uncallable from C code
Sean Christopherson
2022-12-01
2
-2
/
+18
|
|
*
|
KVM: nVMX: Reword comments about generating nested CR0/4 read shadows
Sean Christopherson
2022-12-01
2
-9
/
+7
|
|
*
|
KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
Jim Mattson
2022-12-01
2
-2
/
+15
|
|
*
|
KVM: VMX: Guest usage of IA32_SPEC_CTRL is likely
Jim Mattson
2022-12-01
1
-1
/
+1
|
|
*
|
KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails
Sean Christopherson
2022-12-01
1
-11
/
+33
|
|
*
|
KVM: SVM: Replace kmap_atomic() with kmap_local_page()
Zhao Liu
2022-12-01
1
-2
/
+2
|
|
*
|
KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid
Sean Christopherson
2022-12-01
1
-2
/
+8
|
|
*
|
KVM: x86: Fail emulation during EMULTYPE_SKIP on any exception
Sean Christopherson
2022-12-01
1
-1
/
+3
|
|
*
|
KVM: x86: Keep the lock order consistent between SRCU and gpc spinlock
Peng Hao
2022-12-01
1
-2
/
+2
|
|
*
|
KVM: VMX: Resume guest immediately when injecting #GP on ECREATE
Sean Christopherson
2022-12-01
1
-1
/
+3
|
|
|
/
|
*
/
KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctl
Javier Martinez Canillas
2022-12-02
1
-8
/
+0
|
|
/
|
*
KVM: x86: fix uninitialized variable use on KVM_REQ_TRIPLE_FAULT
Paolo Bonzini
2022-11-30
1
-1
/
+1
|
*
KVM: Shorten gfn_to_pfn_cache function names
Michal Luczaj
2022-11-30
2
-19
/
+19
|
*
KVM: x86/xen: Add runstate tests for 32-bit mode and crossing page boundary
David Woodhouse
2022-11-30
1
-0
/
+2
|
*
KVM: x86/xen: Allow XEN_RUNSTATE_UPDATE flag behaviour to be configured
David Woodhouse
2022-11-30
3
-14
/
+47
|
*
KVM: x86/xen: Compatibility fixes for shared runstate area
David Woodhouse
2022-11-30
3
-107
/
+270
*
|
Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
2022-12-09
2
-11
/
+6
|
\
\
|
|
/
|
/
|
|
*
Merge branch kvm-arm64/dirty-ring into kvmarm-master/next
Marc Zyngier
2022-12-05
2
-11
/
+6
|
|
\
|
|
*
KVM: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h
Gavin Shan
2022-11-10
1
-2
/
+0
|
|
*
KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL
Gavin Shan
2022-11-10
1
-9
/
+6
*
|
|
KVM: x86: Advertise PREFETCHIT0/1 CPUID to user space
Jiaxi Chen
2022-11-28
2
-1
/
+2
*
|
|
KVM: x86: Advertise AVX-NE-CONVERT CPUID to user space
Jiaxi Chen
2022-11-28
2
-1
/
+2
*
|
|
KVM: x86: Advertise AVX-VNNI-INT8 CPUID to user space
Jiaxi Chen
2022-11-28
2
-1
/
+10
*
|
|
x86: KVM: Advertise AVX-IFMA CPUID to user space
Jiaxi Chen
2022-11-28
2
-1
/
+3
*
|
|
x86: KVM: Advertise AMX-FP16 CPUID to user space
Chang S. Bae
2022-11-28
2
-1
/
+2
*
|
|
x86: KVM: Advertise CMPccXADD CPUID to user space
Jiaxi Chen
2022-11-28
2
-1
/
+2
*
|
|
KVM: x86: Update KVM-only leaf handling to allow for 100% KVM-only leafs
Sean Christopherson
2022-11-28
2
-7
/
+19
[next]