index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-13
KVM: vmx: hyper-v: don't pass EPT configuration info to vmx_hv_remote_flush_t...
Vitaly Kuznetsov
1
-1
/
+5
2018-10-09
KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=m
Paolo Bonzini
1
-1
/
+5
2018-10-04
kvm: nVMX: fix entry with pending interrupt if APICv is enabled
Paolo Bonzini
1
-12
/
+26
2018-10-04
KVM: VMX: hide flexpriority from guest when disabled at the module level
Paolo Bonzini
1
-1
/
+5
2018-10-04
KVM: VMX: check for existence of secondary exec controls before accessing
Sean Christopherson
1
-3
/
+4
2018-10-01
KVM: x86: fix L1TF's MMIO GFN calculation
Sean Christopherson
1
-4
/
+20
2018-10-01
KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGS
Liran Alon
1
-2
/
+11
2018-10-01
KVM: x86: Do not use kvm_x86_ops->mpx_supported() directly
Liran Alon
2
-2
/
+2
2018-10-01
KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled
Liran Alon
1
-6
/
+20
2018-09-24
KVM: x86: never trap MSR_KERNEL_GS_BASE
Paolo Bonzini
1
-37
/
+10
2018-09-20
KVM: nVMX: Fix bad cleanup on error of get/set nested state IOCTLs
Liran Alon
1
-8
/
+14
2018-09-20
KVM: x86: Control guest reads of MSR_PLATFORM_INFO
Drew Schmitt
1
-0
/
+10
2018-09-20
KVM: x86: Turbo bits in MSR_PLATFORM_INFO
Drew Schmitt
1
-1
/
+0
2018-09-20
nVMX x86: Check VPID value on vmentry of L2 guests
Krish Sadhukhan
1
-0
/
+3
2018-09-20
nVMX x86: check posted-interrupt descriptor addresss on vmentry of L2
Krish Sadhukhan
1
-1
/
+5
2018-09-20
KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICv
Liran Alon
2
-1
/
+31
2018-09-20
KVM: VMX: check nested state and CR4.VMXE against SMM
Paolo Bonzini
1
-2
/
+11
2018-09-20
kvm: x86: make kvm_{load|put}_guest_fpu() static
Sebastian Andrzej Siewior
1
-23
/
+23
2018-09-20
KVM: VMX: use preemption timer to force immediate VMExit
Sean Christopherson
3
-2
/
+29
2018-09-20
KVM: VMX: modify preemption timer bit only when arming timer
Sean Christopherson
1
-29
/
+32
2018-09-20
KVM: VMX: immediately mark preemption timer expired only for zero value
Sean Christopherson
1
-6
/
+8
2018-09-20
KVM: SVM: Switch to bitmap_zalloc()
Andy Shevchenko
1
-3
/
+2
2018-09-20
KVM/MMU: Fix comment in walk_shadow_page_lockless_end()
Tianyu Lan
1
-1
/
+1
2018-09-20
KVM: x86: don't reset root in kvm_mmu_setup()
Wei Yang
1
-1
/
+6
2018-09-20
kvm: mmu: Don't read PDPTEs when paging is not enabled
Junaid Shahid
1
-2
/
+2
2018-09-20
x86/kvm/lapic: always disable MMIO interface in x2APIC mode
Vitaly Kuznetsov
1
-3
/
+19
2018-09-07
KVM: LAPIC: Fix pv ipis out-of-bounds access
Wanpeng Li
1
-7
/
+20
2018-09-07
KVM: nVMX: Fix loss of pending IRQ/NMI before entering L2
Liran Alon
1
-0
/
+22
2018-09-07
Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...
Radim Krčmář
1
-5
/
+0
2018-09-07
KVM: Remove obsolete kvm_unmap_hva notifier backend
Marc Zyngier
1
-5
/
+0
2018-08-30
KVM: x86: Unexport x86_emulate_instruction()
Sean Christopherson
2
-1
/
+15
2018-08-30
KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()
Sean Christopherson
3
-16
/
+16
2018-08-30
KVM: x86: Do not re-{try,execute} after failed emulation in L2
Sean Christopherson
2
-2
/
+11
2018-08-30
KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_fault
Sean Christopherson
1
-6
/
+12
2018-08-30
KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTE
Sean Christopherson
2
-3
/
+3
2018-08-30
KVM: x86: Invert emulation re-execute behavior to make it opt-in
Sean Christopherson
2
-2
/
+2
2018-08-30
KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulation
Sean Christopherson
1
-2
/
+2
2018-08-30
KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instr
Sean Christopherson
1
-2
/
+2
2018-08-30
KVM: SVM: remove unused variable dst_vaddr_end
Colin Ian King
1
-2
/
+1
2018-08-30
KVM: nVMX: avoid redundant double assignment of nested_run_pending
Vitaly Kuznetsov
1
-3
/
+0
2018-08-26
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+0
2018-08-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-26
/
+58
2018-08-22
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
1
-2
/
+5
2018-08-22
KVM: VMX: fixes for vmentry_l1d_flush module parameter
Paolo Bonzini
1
-10
/
+16
2018-08-22
KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
Thomas Gleixner
1
-4
/
+4
2018-08-22
KVM: vmx: Inject #UD for SGX ENCLS instruction in guest
Sean Christopherson
1
-1
/
+29
2018-08-22
x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush()
Yi Wang
1
-9
/
+9
2018-08-22
x86: kvm: avoid unused variable warning
Arnd Bergmann
1
-3
/
+1
2018-08-20
x86/kvm/vmx: Remove duplicate l1d flush definitions
Josh Poimboeuf
1
-3
/
+0
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-342
/
+1555
[next]