index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()
Haozhong Zhang
2015-11-10
3
-10
/
+18
*
KVM: x86: Replace call-back compute_tsc_offset() with a common function
Haozhong Zhang
2015-11-10
3
-19
/
+12
*
KVM: x86: Replace call-back set_tsc_khz() with a common function
Haozhong Zhang
2015-11-10
3
-58
/
+41
*
KVM: x86: Add a common TSC scaling function
Haozhong Zhang
2015-11-10
2
-45
/
+43
*
KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch
Haozhong Zhang
2015-11-10
2
-16
/
+19
*
KVM: x86: Collect information for setting TSC scaling ratio
Haozhong Zhang
2015-11-10
2
-0
/
+7
*
KVM: x86: declare a few variables as __read_mostly
Paolo Bonzini
2015-11-10
1
-7
/
+7
*
KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common
Paolo Bonzini
2015-11-10
4
-21
/
+10
*
KVM: VMX: Fix commit which broke PML
Kai Huang
2015-11-05
1
-13
/
+11
*
KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()
Laszlo Ersek
2015-11-04
1
-1
/
+3
*
KVM: x86: allow RSM from 64-bit mode
Paolo Bonzini
2015-11-04
1
-5
/
+25
*
KVM: VMX: fix SMEP and SMAP without EPT
Radim Krčmář
2015-11-04
1
-9
/
+10
*
KVM: x86: move kvm_set_irq_inatomic to legacy device assignment
Paolo Bonzini
2015-11-04
2
-34
/
+37
*
KVM: device assignment: remove pointless #ifdefs
Paolo Bonzini
2015-11-04
1
-25
/
+0
*
KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic
Paolo Bonzini
2015-11-04
1
-6
/
+8
*
KVM: x86: zero apic_arb_prio on reset
Radim Krčmář
2015-11-04
1
-0
/
+2
*
KVM: x86: handle SMBASE as physical address in RSM
Radim Krčmář
2015-11-04
1
-4
/
+3
*
KVM: x86: add read_phys to x86_emulate_ops
Radim Krčmář
2015-11-04
1
-0
/
+10
*
KVM: x86: removing unused variable
Saurabh Sengar
2015-11-04
1
-11
/
+5
*
KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()
Takuya Yoshikawa
2015-10-19
2
-4
/
+5
*
kvm: x86: zero EFER on INIT
Paolo Bonzini
2015-10-19
2
-8
/
+6
*
KVM: x86: move steal time initialization to vcpu entry time
Marcelo Tosatti
2015-10-16
1
-7
/
+2
*
KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()
Takuya Yoshikawa
2015-10-16
1
-6
/
+11
*
KVM: x86: MMU: Remove mapping_level_dirty_bitmap()
Takuya Yoshikawa
2015-10-16
1
-8
/
+16
*
KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()
Takuya Yoshikawa
2015-10-16
2
-18
/
+17
*
KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)()
Takuya Yoshikawa
2015-10-16
1
-8
/
+7
*
KVM: x86: MMU: Make force_pt_level bool
Takuya Yoshikawa
2015-10-16
2
-6
/
+6
*
kvm: svm: Only propagate next_rip when guest supports it
Joerg Roedel
2015-10-16
2
-1
/
+31
*
KVM: x86: manually unroll bad_mt_xwr loop
Paolo Bonzini
2015-10-16
1
-8
/
+10
*
KVM: nVMX: expose VPID capability to L1
Wanpeng Li
2015-10-16
1
-2
/
+7
*
KVM: nVMX: nested VPID emulation
Wanpeng Li
2015-10-16
1
-7
/
+32
*
KVM: nVMX: emulate the INVVPID instruction
Wanpeng Li
2015-10-16
1
-1
/
+60
*
KVM: VMX: introduce __vmx_flush_tlb to handle specific vpid
Wanpeng Li
2015-10-14
1
-8
/
+13
*
KVM: VMX: adjust interface to allocate/free_vpid
Wanpeng Li
2015-10-14
1
-13
/
+12
*
KVM: x86: don't notify userspace IOAPIC on edge EOI
Radim Krčmář
2015-10-14
1
-2
/
+4
*
KVM: x86: fix edge EOI and IOAPIC reconfig race
Radim Krčmář
2015-10-14
2
-2
/
+6
*
kvm: x86: set KVM_REQ_EVENT when updating IRR
Radim Krčmář
2015-10-14
1
-0
/
+2
*
Merge branch 'kvm-master' into HEAD
Paolo Bonzini
2015-10-14
2
-4
/
+8
|
\
|
*
KVM: x86: fix RSM into 64-bit protected mode
Paolo Bonzini
2015-10-14
1
-3
/
+7
|
*
KVM: x86: fix previous commit for 32-bit
Paolo Bonzini
2015-10-14
1
-1
/
+1
*
|
Merge branch 'kvm-master' into HEAD
Paolo Bonzini
2015-10-13
2
-80
/
+81
|
\
|
|
*
KVM: x86: fix SMI to halted VCPU
Paolo Bonzini
2015-10-13
1
-0
/
+3
|
*
KVM: x86: clean up kvm_arch_vcpu_runnable
Paolo Bonzini
2015-10-13
1
-10
/
+29
|
*
KVM: x86: map/unmap private slots in __x86_set_memory_region
Paolo Bonzini
2015-10-13
1
-32
/
+30
|
*
KVM: x86: build kvm_userspace_memory_region in x86_set_memory_region
Paolo Bonzini
2015-10-13
2
-38
/
+19
*
|
KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
Feng Wu
2015-10-01
2
-10
/
+177
*
|
KVM: Update Posted-Interrupts Descriptor when vCPU is preempted
Feng Wu
2015-10-01
1
-0
/
+80
*
|
KVM: x86: select IRQ_BYPASS_MANAGER
Feng Wu
2015-10-01
2
-0
/
+55
*
|
KVM: x86: Update IRTE for posted-interrupts
Feng Wu
2015-10-01
3
-0
/
+118
*
|
KVM: make kvm_set_msi_irq() public
Feng Wu
2015-10-01
1
-2
/
+3
[next]