index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE
Sean Christopherson
2020-10-01
1
-1
/
+2
*
KVM: Remove CREATE_IRQCHIP/SET_PIT2 race
Steve Rutherford
2020-10-01
1
-2
/
+8
*
kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE mode
Jim Mattson
2020-08-26
1
-1
/
+1
*
kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE mode
Jim Mattson
2020-08-26
1
-1
/
+1
*
KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit mode
Sean Christopherson
2020-07-16
1
-0
/
+2
*
KVM: X86: Fix MSR range of APIC registers in X2APIC mode
Xiaoyao Li
2020-06-30
1
-2
/
+2
*
kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.c
Kai Huang
2020-06-25
1
-31
/
+0
*
KVM: x86: Fix APIC page invalidation race
Eiichi Tsukata
2020-06-22
1
-5
/
+2
*
KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce
Jim Mattson
2020-05-20
1
-1
/
+1
*
x86/KVM: Clean up host's steal time structure
Boris Ostrovsky
2020-04-29
1
-8
/
+3
*
x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missed
Boris Ostrovsky
2020-04-29
1
-20
/
+29
*
x86/kvm: Cache gfn to pfn translation
Boris Ostrovsky
2020-04-29
1
-0
/
+10
*
KVM: x86: Allocate new rmap and large page tracking when moving memslot
Sean Christopherson
2020-04-17
1
-0
/
+11
*
KVM: nVMX: Properly handle userspace interrupt window request
Sean Christopherson
2020-04-17
1
-5
/
+5
*
KVM: x86: Remove spurious clearing of async #PF MSR
Sean Christopherson
2020-03-05
1
-2
/
+0
*
KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
Sean Christopherson
2020-03-05
1
-4
/
+0
*
KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM
Sean Christopherson
2020-02-11
1
-20
/
+17
*
KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM
Sean Christopherson
2020-02-11
1
-1
/
+1
*
KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
Sean Christopherson
2020-02-11
1
-1
/
+1
*
KVM: x86: Don't let userspace set host-reserved cr4 bits
Sean Christopherson
2020-02-11
1
-1
/
+34
*
x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bit
Boris Ostrovsky
2020-02-11
1
-0
/
+3
*
KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platform
Sean Christopherson
2020-02-11
1
-0
/
+4
*
KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks i...
Marios Pomonis
2020-02-11
1
-2
/
+8
*
KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacks
Marios Pomonis
2020-02-11
1
-2
/
+6
*
KVM: x86: Grab KVM's srcu lock when setting nested state
Sean Christopherson
2019-12-13
1
-0
/
+3
*
KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES
Paolo Bonzini
2019-12-13
1
-2
/
+7
*
KVM: x86: do not modify masked bits of shared MSRs
Paolo Bonzini
2019-12-13
1
-2
/
+3
*
KVM: x86: introduce is_pae_paging
Paolo Bonzini
2019-11-20
1
-4
/
+4
*
kvm: x86: mmu: Recovery of shattered NX large pages
Junaid Shahid
2019-11-12
1
-0
/
+11
*
kvm: mmu: ITLB_MULTIHIT mitigation
Paolo Bonzini
2019-11-12
1
-0
/
+9
*
kvm: Convert kvm_lock to a mutex
Junaid Shahid
2019-11-12
1
-7
/
+7
*
kvm: x86, powerpc: do not allow clearing largepages debugfs entry
Paolo Bonzini
2019-11-12
1
-3
/
+3
*
kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
Pawan Gupta
2019-11-12
1
-0
/
+19
*
KVM: x86: use Intel speculation bugs and features as derived in generic x86 code
Paolo Bonzini
2019-11-12
1
-0
/
+8
*
KVM: X86: Fix userspace set invalid CR4
Wanpeng Li
2019-10-11
1
-17
/
+21
*
KVM: x86: Manually calculate reserved bits when loading PDPTRS
Sean Christopherson
2019-10-05
1
-3
/
+8
*
KVM: x86: set ctxt->have_exception in x86_decode_insn()
Jan Dakinevich
2019-10-05
1
-0
/
+6
*
KVM: x86: always stop emulation on page fault
Jan Dakinevich
2019-10-05
1
-1
/
+3
*
KVM: x86: work around leak of uninitialized stack contents
Fuqian Huang
2019-09-19
1
-0
/
+7
*
KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernels
Sean Christopherson
2019-09-16
1
-4
/
+6
*
x86/kvm: move kvm_load/put_guest_xcr0 into atomic context
WANG Chao
2019-09-16
1
-6
/
+4
*
kvm: mmu: Fix overflow on kvm mmu page limit calculation
Ben Gardon
2019-09-16
1
-2
/
+2
*
KVM: hyperv: define VP assist page helpers
Ladi Prosek
2019-09-16
1
-1
/
+1
*
KVM: x86: Don't update RIP or do single-step on faulting emulation
Sean Christopherson
2019-09-06
1
-4
/
+5
*
KVM: Fix leak vCPU's VMCS value into other pCPU
Wanpeng Li
2019-08-16
1
-0
/
+16
*
KVM: x86: degrade WARN to pr_warn_ratelimited
Paolo Bonzini
2019-07-10
1
-3
/
+3
*
KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID
Thomas Huth
2019-06-09
1
-0
/
+3
*
KVM: x86: fix return value for reserved EFER
Paolo Bonzini
2019-05-31
1
-1
/
+1
*
KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writes
Sean Christopherson
2019-05-22
1
-13
/
+24
*
KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
Sean Christopherson
2019-05-05
1
-2
/
+19
[next]