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
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacks
Marios Pomonis
2020-02-14
1
-0
/
+2
*
KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacks
Marios Pomonis
2020-02-14
1
-4
/
+7
*
KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacks
Marios Pomonis
2020-02-14
1
-4
/
+10
*
KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacks
Marios Pomonis
2020-02-14
1
-2
/
+7
*
KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacks
Marios Pomonis
2020-02-14
1
-2
/
+14
*
KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)
Paolo Bonzini
2019-12-21
1
-1
/
+4
*
KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES
Paolo Bonzini
2019-12-21
1
-2
/
+7
*
KVM: x86: do not modify masked bits of shared MSRs
Paolo Bonzini
2019-12-21
1
-2
/
+3
*
KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
Sean Christopherson
2019-11-28
1
-4
/
+4
*
KVM/x86: Fix invvpid and invept register operand size in 64-bit mode
Uros Bizjak
2019-11-28
1
-2
/
+2
*
kvm: x86: mmu: Recovery of shattered NX large pages
Junaid Shahid
2019-11-16
3
-0
/
+144
*
kvm: mmu: ITLB_MULTIHIT mitigation
Paolo Bonzini
2019-11-16
3
-12
/
+167
*
KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active
Paolo Bonzini
2019-11-16
2
-13
/
+11
*
KVM: x86: add tracepoints around __direct_map and FNAME(fetch)
Paolo Bonzini
2019-11-16
3
-7
/
+67
*
KVM: x86: Add is_executable_pte()
Ben Hutchings
2019-11-16
1
-0
/
+5
*
KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON
Paolo Bonzini
2019-11-16
1
-3
/
+9
*
KVM: x86: remove now unneeded hugepage gfn adjustment
Paolo Bonzini
2019-11-16
2
-7
/
+4
*
KVM: x86: make FNAME(fetch) and __direct_map more similar
Paolo Bonzini
2019-11-16
2
-44
/
+39
*
kvm: x86: Do not release the page inside mmu_set_spte()
Junaid Shahid
2019-11-16
2
-16
/
+10
*
kvm: Convert kvm_lock to a mutex
Junaid Shahid
2019-11-16
2
-7
/
+7
*
KVM: x86: extend usage of RET_MMIO_PF_* constants
Paolo Bonzini
2019-11-16
2
-57
/
+54
*
KVM: x86: simplify ept_misconfig
Paolo Bonzini
2019-11-16
3
-28
/
+21
*
kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
Pawan Gupta
2019-11-16
1
-0
/
+19
*
KVM: x86: use Intel speculation bugs and features as derived in generic x86 code
Paolo Bonzini
2019-11-16
2
-0
/
+16
*
kvm: mmu: Don't read PDPTEs when paging is not enabled
Junaid Shahid
2019-11-16
1
-2
/
+2
*
KVM: nVMX: handle page fault in vmread fix
Jack Wang
2019-10-17
1
-1
/
+1
*
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
2
-0
/
+8
*
KVM: x86: always stop emulation on page fault
Jan Dakinevich
2019-10-05
1
-1
/
+3
*
KVM: nVMX: handle page fault in vmread
Paolo Bonzini
2019-09-21
1
-2
/
+5
*
KVM: x86: work around leak of uninitialized stack contents
Fuqian Huang
2019-09-21
1
-0
/
+7
*
KVM: x86: Don't update RIP or do single-step on faulting emulation
Sean Christopherson
2019-09-06
1
-4
/
+5
*
KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed
Like Xu
2019-08-04
1
-2
/
+2
*
KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPIC
Wanpeng Li
2019-07-10
1
-1
/
+1
*
KVM: x86: degrade WARN to pr_warn_ratelimited
Paolo Bonzini
2019-07-10
1
-3
/
+3
*
KVM: x86/pmu: do not mask the value that is written to fixed PMUs
Paolo Bonzini
2019-06-22
1
-5
/
+8
*
kvm: svm/avic: fix off-by-one in checking host APIC ID
Suthikulpanit, Suravee
2019-05-31
1
-1
/
+5
*
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-21
1
-11
/
+22
*
KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing
Vitaly Kuznetsov
2019-05-16
1
-2
/
+2
*
Documentation: Move L1TF to separate directory
Thomas Gleixner
2019-05-14
1
-2
/
+2
*
x86/kvm/vmx: Add MDS protection when L1D Flush is not active
Thomas Gleixner
2019-05-14
1
-0
/
+3
*
x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests
Andi Kleen
2019-05-14
1
-1
/
+1
*
kvm: x86: Report STIBP on GET_SUPPORTED_CPUID
Eduardo Habkost
2019-05-14
1
-2
/
+3
*
x86/bugs: Add AMD's SPEC_CTRL MSR usage
Konrad Rzeszutek Wilk
2019-05-14
3
-4
/
+10
*
x86/bugs: Add AMD's variant of SSB_NO
Konrad Rzeszutek Wilk
2019-05-14
1
-1
/
+1
*
Revert "svm: Fix AVIC incomplete IPI emulation"
Suthikulpanit, Suravee
2019-04-27
1
-4
/
+15
*
KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPU
Sean Christopherson
2019-04-27
1
-10
/
+11
*
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
Sean Christopherson
2019-04-03
2
-14
/
+12
*
KVM: X86: Fix residual mmio emulation request to userspace
Wanpeng Li
2019-03-23
2
-0
/
+2
[next]