index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-19
x86/kvm: Update spectre-v1 mitigation
Dan Williams
1
-11
/
+10
2018-03-19
x86/retpoline: Fill return stack buffer on vmexit
David Woodhouse
2
-0
/
+8
2018-03-19
kvm: vmx: Scrub hardware GPRs at VM-exit
Jim Mattson
2
-1
/
+32
2018-03-19
KVM: SVM: Make use of asm.h
Avi Kivity
1
-26
/
+20
2018-03-19
KVM: VMX: Make use of asm.h
Avi Kivity
1
-39
/
+30
2018-03-03
KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in ...
Tianyu Lan
1
-2
/
+2
2018-03-03
KVM/x86: Check input paging mode when cs.l is set
Lan Tianyu
1
-0
/
+26
2018-03-03
KVM: x86: Add memory barrier on vmcs field lookup
Andrew Honig
1
-1
/
+11
2018-03-03
KVM: X86: Fix load RFLAGS w/o the fixed bit
Wanpeng Li
1
-1
/
+1
2018-03-03
KVM: apic: fix LDR calculation in x2apic mode
Gleb Natapov
1
-1
/
+1
2018-03-03
KVM: x86: Don't re-execute instruction when not passing CR2 value
Liran Alon
1
-1
/
+1
2018-03-03
KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...
Gleb Natapov
2
-4
/
+8
2018-02-13
KVM: SVM: obey guest PAT
Paolo Bonzini
1
-0
/
+7
2018-02-13
KVM: vmx: Inject #GP on invalid PAT CR
Nadav Amit
3
-2
/
+7
2018-02-13
KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
Ladi Prosek
1
-0
/
+2
2018-01-01
KVM: Fix stack-out-of-bounds read in write_mmio
Wanpeng Li
1
-4
/
+4
2018-01-01
KVM: VMX: remove I/O port 0x80 bypass on Intel hosts
Andrew Honig
1
-5
/
+0
2018-01-01
KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
Haozhong Zhang
1
-1
/
+1
2018-01-01
kvm/x86: Avoid async PF preempting the kernel incorrectly
Boqun Feng
1
-1
/
+1
2017-11-26
KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...
Wanpeng Li
1
-8
/
+26
2017-11-26
KVM: SVM: Add a missing 'break' statement
Jan H. Schönherr
1
-0
/
+1
2017-10-12
kvm: nVMX: Don't allow L2 to access the hardware CR8
Jim Mattson
1
-0
/
+8
2017-09-15
KVM: async_pf: avoid async pf injection when in guest mode
Wanpeng Li
3
-4
/
+7
2017-09-15
KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
Wanpeng Li
1
-9
/
+11
2017-09-15
KVM: x86: zero base3 of unusable segments
Radim Krčmář
1
-0
/
+2
2017-09-15
KVM: x86: fix use of uninitialized memory as segment descriptor in emulator.
Gleb Natapov
1
-1
/
+3
2017-09-15
KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulation
Wanpeng Li
1
-9
/
+15
2017-03-16
Revert "KVM: x86: expose MSR_TSC_AUX to userspace"
Ben Hutchings
1
-16
/
+1
2017-02-26
kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
Jim Mattson
1
-6
/
+5
2017-02-23
KVM: x86: drop error recovery in em_jmp_far and em_ret_far
Radim Krčmář
1
-25
/
+11
2017-02-23
KVM: Disable irq while unregistering user notifier
Ignacio Alvarado
1
-2
/
+11
2017-02-23
KVM: x86: fix wbinvd_dirty_mask use-after-free
Ido Yariv
1
-1
/
+3
2016-11-20
KVM: nVMX: Fix memory corruption when using VMCS shadowing
Jim Mattson
1
-2
/
+15
2016-11-20
KVM: nVMX: fix lifetime issues for vmcs02
Paolo Bonzini
1
-16
/
+33
2016-08-23
KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
Paolo Bonzini
1
-0
/
+5
2016-06-15
kvm: x86: do not leak guest xcr0 into host interrupt handlers
David Matlack
1
-5
/
+5
2016-05-01
KVM: x86: Inject pending interrupt even if pending nmi exist
Yuki Shibuya
1
-7
/
+5
2016-05-01
KVM: i8254: change PIT discard tick policy
Radim Krčmář
1
-5
/
+7
2016-02-27
KVM: vmx: fix MPX detection
Paolo Bonzini
1
-1
/
+2
2016-02-13
KVM: x86: correctly print #AC in traces
Paolo Bonzini
1
-1
/
+1
2016-02-13
KVM: x86: expose MSR_TSC_AUX to userspace
Paolo Bonzini
1
-1
/
+16
2016-01-23
kvm: x86: only channel 0 of the i8254 is linked to the HPET
Paolo Bonzini
2
-1
/
+3
2016-01-23
KVM: x86: Reload pit counters for all channels when restoring state
Andrew Honig
1
-3
/
+6
2015-11-27
KVM: svm: unconditionally intercept #DB
Paolo Bonzini
1
-11
/
+3
2015-11-17
KVM: x86: work around infinite loop in microcode when #AC is delivered
Eric Northup
3
-1
/
+13
2015-11-17
Revert "KVM: MMU: fix validation of mmio page fault"
Ben Hutchings
1
-0
/
+45
2015-10-13
KVM: x86: trap AMD MSRs for the TSeg base and mask
Paolo Bonzini
1
-0
/
+2
2015-10-13
KVM: MMU: fix validation of mmio page fault
Xiao Guangrong
1
-45
/
+0
2015-08-12
KVM: x86: properly restore LVT0
Radim Krčmář
1
-0
/
+1
2015-08-12
KVM: x86: make vapics_in_nmi_mode atomic
Radim Krčmář
2
-3
/
+3
[next]