index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: nVMX: fix nested tsc scaling
Peter Feiner
2016-08-18
1
-4
/
+12
*
KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write
Radim Krčmář
2016-08-18
1
-0
/
+13
*
KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APIC
Radim Krčmář
2016-08-18
1
-63
/
+44
*
nvmx: mark ept single context invalidation as supported
Bandan Das
2016-08-04
1
-7
/
+7
*
nvmx: remove comment about missing nested vpid support
Bandan Das
2016-08-04
1
-1
/
+0
*
KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=off
Wanpeng Li
2016-08-04
1
-0
/
+3
*
Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2016-08-04
1
-0
/
+3
|
\
|
*
KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific he...
Eric Auger
2016-07-22
1
-0
/
+3
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-08-02
14
-376
/
+868
|
\
\
|
*
|
KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLD
Jim Mattson
2016-08-01
1
-11
/
+15
|
*
|
kvm: x86: nVMX: maintain internal copy of current VMCS
David Matlack
2016-08-01
1
-3
/
+28
|
*
|
KVM: x86: bump KVM_MAX_VCPU_ID to 1023
Radim Krčmář
2016-07-14
2
-4
/
+11
|
*
|
KVM: x86: add a flag to disable KVM x2apic broadcast quirk
Radim Krčmář
2016-07-14
2
-14
/
+44
|
*
|
KVM: x86: add KVM_CAP_X2APIC_API
Radim Krčmář
2016-07-14
4
-10
/
+49
|
*
|
KVM: pass struct kvm to kvm_set_routing_entry
Radim Krčmář
2016-07-14
1
-1
/
+2
|
*
|
KVM: x86: reset lapic base in kvm_lapic_reset
Radim Krčmář
2016-07-14
1
-4
/
+4
|
*
|
KVM: VMX: optimize APIC ID read with APICv
Radim Krčmář
2016-07-14
1
-3
/
+0
|
*
|
KVM: x86: reset APIC ID when enabling LAPIC
Radim Krčmář
2016-07-14
1
-2
/
+3
|
*
|
KVM: x86: use hardware-compatible format for APIC ID register
Radim Krčmář
2016-07-14
3
-22
/
+52
|
*
|
KVM: x86: use generic function for MSI parsing
Radim Krčmář
2016-07-14
1
-12
/
+7
|
*
|
KVM: x86: dynamic kvm_apic_map
Radim Krčmář
2016-07-14
2
-6
/
+14
|
*
|
KVM: x86: use physical LAPIC array for logical x2APIC
Radim Krčmář
2016-07-14
1
-36
/
+37
|
*
|
KVM: x86: add kvm_apic_map_get_dest_lapic
Radim Krčmář
2016-07-14
1
-132
/
+98
|
*
|
kvm: vmx: advertise support for ept execute only
Bandan Das
2016-07-14
1
-0
/
+3
|
*
|
kvm: mmu: track read permission explicitly for shadow EPT page tables
Bandan Das
2016-07-14
3
-10
/
+23
|
*
|
kvm: mmu: don't set the present bit unconditionally
Bandan Das
2016-07-14
3
-8
/
+10
|
*
|
kvm: mmu: remove is_present_gpte()
Bandan Das
2016-07-14
4
-8
/
+3
|
*
|
kvm: mmu: extend the is_present check to 32 bits
Bandan Das
2016-07-14
1
-1
/
+1
|
*
|
KVM: VMX: introduce vm_{entry,exit}_control_reset_shadow
Paolo Bonzini
2016-07-11
1
-2
/
+12
|
*
|
KVM: nVMX: keep preemption timer enabled during L2 execution
Paolo Bonzini
2016-07-11
1
-2
/
+13
|
*
|
KVM: nVMX: avoid incorrect preemption timer vmexit in nested guest
Wanpeng Li
2016-07-11
1
-0
/
+2
|
*
|
KVM: VMX: reflect broken preemption timer in vmcs_config
Paolo Bonzini
2016-07-11
1
-3
/
+2
|
*
|
KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
Wei Yongjun
2016-07-05
1
-1
/
+1
|
*
|
KVM: vmx: fix missed cancellation of TSC deadline timer
Wanpeng Li
2016-07-01
1
-24
/
+24
|
*
|
KVM: x86: introduce cancel_hv_tscdeadline
Wanpeng Li
2016-07-01
1
-8
/
+10
|
*
|
KVM: vmx: fix underflow in TSC deadline calculation
Paolo Bonzini
2016-07-01
1
-3
/
+3
|
*
|
KVM: x86: use guest_exit_irqoff
Paolo Bonzini
2016-07-01
3
-12
/
+9
|
*
|
KVM: x86: always use "acknowledge interrupt on exit"
Paolo Bonzini
2016-07-01
1
-4
/
+3
|
*
|
KVM: remove kvm_guest_enter/exit wrappers
Paolo Bonzini
2016-07-01
1
-2
/
+2
|
*
|
kvm: x86: use getboottime64
Arnd Bergmann
2016-06-23
1
-5
/
+5
|
*
|
KVM: VMX: enable guest access to LMCE related MSRs
Ashok Raj
2016-06-23
2
-6
/
+38
|
*
|
KVM: VMX: validate individual bits of guest MSR_IA32_FEATURE_CONTROL
Haozhong Zhang
2016-06-23
1
-1
/
+24
|
*
|
KVM: VMX: move msr_ia32_feature_control to vcpu_vmx
Haozhong Zhang
2016-06-23
1
-7
/
+6
|
|
/
|
*
kvm: vmx: hook preemption timer support
Yunhong Jiang
2016-06-16
2
-2
/
+181
|
*
kvm: vmx: rename vmx_pre/post_block to pi_pre/post_block
Yunhong Jiang
2016-06-16
1
-2
/
+15
|
*
KVM: x86: support using the vmx preemption timer for tsc deadline timer
Yunhong Jiang
2016-06-16
4
-1
/
+97
|
*
kvm: lapic: separate start_sw_tscdeadline from start_apic_timer
Yunhong Jiang
2016-06-16
1
-26
/
+31
|
*
KVM: remove kvm_vcpu_compatible
Paolo Bonzini
2016-06-16
2
-9
/
+3
|
*
KVM: x86: Fix typos
Andrea Gelmini
2016-06-14
5
-5
/
+5
|
*
kvm/x86: remove unnecessary header file inclusion
Kai Huang
2016-06-03
1
-2
/
+0
[next]