index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Fix nmi injection failure when vcpu got blocked
ZhuangYanying
2017-06-01
1
-2
/
+5
*
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: x86: Fix load damaged SSEx MXCSR register
Wanpeng Li
2017-05-15
1
-2
/
+7
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-05-09
1
-2
/
+2
|
\
|
*
mm: introduce kv[mz]alloc helpers
Michal Hocko
2017-05-09
1
-2
/
+2
*
|
Revert "KVM: Support vCPU-based gfn->hva cache"
Paolo Bonzini
2017-05-03
1
-20
/
+21
*
|
KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING
David Hildenbrand
2017-05-02
1
-10
/
+1
*
|
KVM: x86: fix emulation of RSM and IRET instructions
Ladi Prosek
2017-04-27
1
-3
/
+12
*
|
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
1
-4
/
+4
*
|
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
1
-0
/
+3
*
|
KVM: x86: virtualize cpuid faulting
Kyle Huey
2017-04-21
1
-0
/
+26
*
|
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: push usage of slots_lock down
David Hildenbrand
2017-04-12
1
-4
/
+0
*
|
KVM: x86: don't take kvm->irq_lock when creating IRQCHIP
David Hildenbrand
2017-04-12
1
-2
/
+0
*
|
KVM: x86: convert kvm_(set|get)_ioapic() into void
David Hildenbrand
2017-04-12
1
-2
/
+2
*
|
KVM: x86: get rid of pic_irqchip()
David Hildenbrand
2017-04-12
1
-13
/
+11
*
|
KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS
David Hildenbrand
2017-04-12
1
-1
/
+10
*
|
kvm: nVMX: Disallow userspace-injected exceptions in guest mode
Jim Mattson
2017-04-07
1
-1
/
+2
*
|
KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
David Hildenbrand
2017-04-07
1
-0
/
+12
*
|
kvm: make KVM_CAP_COALESCED_MMIO architecture agnostic
Paolo Bonzini
2017-04-07
1
-3
/
+0
*
|
KVM: x86: drop legacy device assignment
Paolo Bonzini
2017-04-07
1
-13
/
+1
|
/
*
KVM: x86: cleanup the page tracking SRCU instance
Paolo Bonzini
2017-03-28
1
-0
/
+1
*
KVM: x86: correct async page present tracepoint
Wanpeng Li
2017-03-23
1
-1
/
+1
*
KVM: x86: use pic/ioapic destructor when destroy vm
Peter Xu
2017-03-23
1
-2
/
+2
*
sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...
Ingo Molnar
2017-03-02
1
-0
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-02-23
1
-87
/
+187
|
\
|
*
KVM: x86: remove code for lazy FPU handling
Paolo Bonzini
2017-02-17
1
-6
/
+1
|
*
KVM: race-free exit from KVM_RUN without POSIX signals
Paolo Bonzini
2017-02-17
1
-1
/
+5
|
*
KVM: Support vCPU-based gfn->hva cache
Cao, Lei
2017-02-16
1
-21
/
+20
|
*
kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection
Paolo Bonzini
2017-02-15
1
-19
/
+25
|
*
KVM: x86: do not scan IRR twice on APICv vmentry
Paolo Bonzini
2017-02-15
1
-6
/
+3
|
*
KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callers
Paolo Bonzini
2017-02-15
1
-1
/
+3
|
*
kvm: nVMX: move nested events check to kvm_vcpu_running
Paolo Bonzini
2017-02-15
1
-3
/
+3
|
*
KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bit
Arnd Bergmann
2017-02-09
1
-0
/
+4
|
*
Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2017-02-09
1
-1
/
+2
|
|
\
|
*
|
KVM: x86: fix compilation
Paolo Bonzini
2017-02-08
1
-1
/
+1
|
*
|
KVM: x86: add KVM_HC_CLOCK_PAIRING hypercall
Marcelo Tosatti
2017-02-07
1
-0
/
+66
|
*
|
kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.c
Junaid Shahid
2017-01-27
1
-3
/
+0
|
*
|
Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Radim Krčmář
2017-01-17
1
-0
/
+3
|
|
\
\
|
*
|
|
KVM: x86: add VCPU stat for KVM_REQ_EVENT processing
Paolo Bonzini
2017-01-09
1
-0
/
+2
|
*
|
|
kvm: svm: Use the hardware provided GPA instead of page walk
Tom Lendacky
2017-01-09
1
-10
/
+35
|
*
|
|
kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.
Junaid Shahid
2017-01-09
1
-1
/
+1
|
*
|
|
kvm: x86: export maximum number of mmu_page_hash collisions
David Matlack
2017-01-09
1
-0
/
+2
[next]