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-23
kvm: x86: hyperv: delete dead code in kvm_hv_hypercall()
Dan Carpenter
1
-8
/
+7
2018-03-23
KVM: SVM: add struct kvm_svm to hold SVM specific KVM vars
Sean Christopherson
1
-55
/
+79
2018-03-23
KVM: VMX: add struct kvm_vmx to hold VMX specific KVM vars
Sean Christopherson
1
-15
/
+31
2018-03-23
KVM: x86: move setting of ept_identity_map_addr to vmx.c
Sean Christopherson
3
-2
/
+14
2018-03-23
KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vm
Sean Christopherson
2
-0
/
+24
2018-03-23
KVM: nVMX: sync vmcs02 segment regs prior to vmx_set_cr0
Sean Christopherson
1
-5
/
+5
2018-03-21
KVM: nVMX: fix vmentry failure code when L2 state would require emulation
Paolo Bonzini
1
-1
/
+3
2018-03-21
KVM: nVMX: Do not load EOI-exitmap while running L2
Liran Alon
2
-2
/
+21
2018-03-21
kvm/x86: fix icebp instruction handling
Linus Torvalds
1
-1
/
+8
2018-03-17
x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASE
Vitaly Kuznetsov
1
-1
/
+2
2018-03-17
x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->thread
Vitaly Kuznetsov
1
-3
/
+10
2018-03-17
KVM: X86: Provide a capability to disable PAUSE intercepts
Wanpeng Li
4
-7
/
+26
2018-03-17
KVM: X86: Provide a capability to disable HLT intercepts
Wanpeng Li
5
-2
/
+43
2018-03-17
KVM: X86: Provide a capability to disable MWAIT intercepts
Wanpeng Li
4
-14
/
+31
2018-03-17
KVM: x86: Add support for VMware backdoor Pseudo-PMCs
Arbel Moshe
4
-17
/
+75
2018-03-17
KVM: x86: SVM: Intercept #GP to support access to VMware backdoor ports
Liran Alon
1
-0
/
+26
2018-03-17
KVM: x86: VMX: Intercept #GP to support access to VMware backdoor ports
Liran Alon
1
-0
/
+24
2018-03-17
KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoor
Liran Alon
1
-0
/
+28
2018-03-17
KVM: x86: Add emulation_type to not raise #UD on emulation failure
Liran Alon
1
-3
/
+8
2018-03-17
KVM: x86: Always allow access to VMware backdoor I/O ports
Liran Alon
1
-0
/
+11
2018-03-17
KVM: x86: Add module parameter for supporting VMware backdoor
Liran Alon
2
-0
/
+6
2018-03-17
KVM: x86: add kvm_fast_pio() to consolidate fast PIO code
Sean Christopherson
3
-25
/
+23
2018-03-17
KVM: VMX: use kvm_fast_pio_in for handling IN I/O
Sean Christopherson
1
-3
/
+6
2018-03-17
KVM: vVMX: signal failure for nested VMEntry if emulation_required
Sean Christopherson
1
-0
/
+15
2018-03-17
KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guest
Sean Christopherson
1
-0
/
+2
2018-03-17
KVM: VMX: give unrestricted guest full control of CR3
Sean Christopherson
1
-2
/
+2
2018-03-17
KVM: VMX: don't force CR4.PAE/PSE for unrestricted guest
Sean Christopherson
1
-14
/
+22
2018-03-17
KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUEST
Sean Christopherson
1
-3
/
+4
2018-03-17
KVM: VMX: don't configure EPT identity map for unrestricted guest
Sean Christopherson
1
-2
/
+3
2018-03-17
KVM: VMX: don't configure RM TSS for unrestricted guest
Sean Christopherson
1
-0
/
+3
2018-03-17
x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmasked
Vitaly Kuznetsov
1
-1
/
+9
2018-03-17
x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vect...
Vitaly Kuznetsov
1
-10
/
+22
2018-03-17
x86/kvm/hyper-v: add reenlightenment MSRs support
Vitaly Kuznetsov
2
-1
/
+32
2018-03-17
KVM: x86: Update the exit_qualification access bits while walking an address
KarimAllah Ahmed
1
-2
/
+9
2018-03-17
KVM: x86: Make enum conversion explicit in kvm_pdptr_read()
Matthias Kaehlcke
1
-1
/
+1
2018-03-17
KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
Vitaly Kuznetsov
1
-1
/
+9
2018-03-17
KVM: x86: Add support for AMD Core Perf Extension in guest
Janakarajan Natarajan
3
-15
/
+130
2018-03-16
KVM: x86: Fix device passthrough when SME is active
Tom Lendacky
1
-1
/
+3
2018-03-08
KVM: nVMX: Enforce NMI controls on vmentry of L2 guests
Krish Sadhukhan
1
-2
/
+27
2018-03-08
x86/MSR: Move native_* variants to msr.h
Borislav Petkov
2
-2
/
+0
2018-03-06
KVM: nVMX: expose VMX capabilities for nested hypervisors to userspace
Paolo Bonzini
2
-5
/
+40
2018-03-06
KVM: nVMX: introduce struct nested_vmx_msrs
Paolo Bonzini
1
-174
/
+178
2018-03-06
KVM: x86: KVM_CAP_SYNC_REGS
Ken Hofsass
1
-15
/
+87
2018-03-06
kvm: x86: hyperv: guest->host event signaling via eventfd
Roman Kagan
3
-1
/
+113
2018-03-06
kvm: x86: factor out kvm.arch.hyperv (de)init
Roman Kagan
3
-1
/
+14
2018-03-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-17
/
+146
2018-03-02
KVM: x86: fix vcpu initialization with userspace lapic
Radim Krčmář
2
-7
/
+6
2018-03-02
KVM: X86: Allow userspace to define the microcode version
Wanpeng Li
3
-5
/
+11
2018-03-02
KVM: X86: Introduce kvm_get_msr_feature()
Wanpeng Li
1
-3
/
+15
2018-03-01
KVM: SVM: Add MSR-based feature support for serializing LFENCE
Tom Lendacky
2
-1
/
+36
[prev]
[next]