index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
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: fix singlestepping over syscall
Paolo Bonzini
2017-06-22
2
-30
/
+33
*
KVM: async_pf: avoid async pf injection when in guest mode
Wanpeng Li
2017-06-11
3
-4
/
+7
*
KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
Wanpeng Li
2017-06-08
1
-9
/
+11
*
KVM: nVMX: Fix exception injection
Wanpeng Li
2017-06-06
1
-1
/
+1
*
KVM: x86: Fix nmi injection failure when vcpu got blocked
ZhuangYanying
2017-06-01
1
-2
/
+5
*
KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...
Roman Pen
2017-06-01
1
-13
/
+11
*
KVM: SVM: ignore type when setting segment registers
Gioh Kim
2017-05-30
1
-1
/
+1
*
KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debugging
Radim Krčmář
2017-05-30
1
-83
/
+57
*
KVM: x86: Fix virtual wire mode
Jan H. Schönherr
2017-05-26
1
-1
/
+2
*
KVM: nVMX: Fix handling of lmsw instruction
Jan H. Schönherr
2017-05-26
1
-2
/
+5
*
KVM: X86: Fix preempt the preemption timer cancel
Wanpeng Li
2017-05-26
1
-0
/
+2
*
KVM: x86: prevent uninitialized variable warning in check_svme()
Radim Krčmář
2017-05-19
1
-1
/
+1
*
KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()
Radim Krčmář
2017-05-19
1
-1
/
+1
*
KVM: x86: zero base3 of unusable segments
Radim Krčmář
2017-05-19
1
-0
/
+2
*
KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulation
Wanpeng Li
2017-05-19
1
-9
/
+15
*
KVM: x86: Fix potential preemption when get the current kvmclock timestamp
Wanpeng Li
2017-05-19
1
-1
/
+9
*
KVM: Silence underflow warning in avic_get_physical_id_entry()
Dan Carpenter
2017-05-18
1
-1
/
+2
*
KVM: nVMX: fix EPT permissions as reported in exit qualification
Paolo Bonzini
2017-05-15
1
-14
/
+21
*
KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabled
Wanpeng Li
2017-05-15
1
-1
/
+1
*
KVM: x86: Fix load damaged SSEx MXCSR register
Wanpeng Li
2017-05-15
1
-2
/
+7
*
kvm: nVMX: off by one in vmx_write_pml_buffer()
Dan Carpenter
2017-05-15
1
-1
/
+1
*
nVMX: Advertise PML to L1 hypervisor
Bandan Das
2017-05-09
1
-5
/
+11
*
nVMX: Implement emulated Page Modification Logging
Bandan Das
2017-05-09
1
-2
/
+79
*
kvm: x86: Add a hook for arch specific dirty logging emulation
Bandan Das
2017-05-09
3
-0
/
+20
*
kvm: nVMX: Validate CR3 target count on nested VM-entry
Jim Mattson
2017-05-09
1
-0
/
+8
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-05-08
3
-6
/
+6
|
\
|
*
mm: introduce kv[mz]alloc helpers
Michal Hocko
2017-05-08
3
-6
/
+6
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-05-08
22
-1972
/
+446
|
\
\
|
|
/
|
/
|
|
*
kvm: nVMX: Don't validate disabled secondary controls
Jim Mattson
2017-05-05
1
-3
/
+4
|
*
Revert "KVM: Support vCPU-based gfn->hva cache"
Paolo Bonzini
2017-05-03
2
-30
/
+33
|
*
KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING
David Hildenbrand
2017-05-02
3
-17
/
+11
|
*
kvm: nVMX: Remove superfluous VMX instruction fault checks
Jim Mattson
2017-04-27
1
-43
/
+14
|
*
KVM: x86: fix emulation of RSM and IRET instructions
Ladi Prosek
2017-04-27
2
-10
/
+21
|
*
KVM: add explicit barrier to kvm_vcpu_kick
Andrew Jones
2017-04-27
1
-1
/
+1
|
*
KVM: x86: always use kvm_make_request instead of set_bit
Radim Krčmář
2017-04-27
1
-8
/
+2
|
*
KVM: add kvm_{test,clear}_request to replace {test,clear}_bit
Radim Krčmář
2017-04-27
2
-5
/
+5
|
*
KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCK
Marcelo Tosatti
2017-04-21
1
-19
/
+3
|
*
kvm: better MWAIT emulation for guests
Michael S. Tsirkin
2017-04-21
4
-4
/
+48
|
*
KVM: x86: virtualize cpuid faulting
Kyle Huey
2017-04-21
4
-0
/
+47
|
*
KVM: VMX: drop vmm_exclusive module parameter
David Hildenbrand
2017-04-21
1
-31
/
+7
|
*
KVM: nVMX: fix AD condition when handling EPT violation
Radim Krčmář
2017-04-13
1
-1
/
+1
|
*
KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRs
Ladi Prosek
2017-04-12
1
-0
/
+2
|
*
KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplug
Denis Plotnikov
2017-04-12
1
-10
/
+19
|
*
KVM: x86: remaster kvm_write_tsc code
Denis Plotnikov
2017-04-12
1
-39
/
+13
|
*
KVM: x86: use irqchip_kernel() to check for pic+ioapic
David Hildenbrand
2017-04-12
1
-1
/
+1
|
*
KVM: x86: simplify pic_ioport_read()
David Hildenbrand
2017-04-12
1
-6
/
+3
|
*
KVM: x86: set data directly in picdev_read()
David Hildenbrand
2017-04-12
1
-4
/
+3
|
*
KVM: x86: drop picdev_in_range()
David Hildenbrand
2017-04-12
1
-23
/
+12
|
*
KVM: x86: make kvm_pic_reset() static
David Hildenbrand
2017-04-12
2
-3
/
+1
|
*
KVM: x86: simplify pic_unlock()
David Hildenbrand
2017-04-12
1
-9
/
+4
[next]