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-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
2018-08-14
kvm: x86: Set highest physical address bits in non-present/reserved SPTEs
Junaid Shahid
2
-7
/
+44
2018-08-14
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
3
-79
/
+411
2018-08-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2018-08-06
KVM/x86: Use CC_SET()/CC_OUT in arch/x86/kvm/vmx.c
Uros Bizjak
1
-21
/
+24
2018-08-06
KVM: X86: Implement "send IPI" hypercall
Wanpeng Li
3
-1
/
+45
2018-08-06
KVM/x86: Move X86_CR4_OSXSAVE check into kvm_valid_sregs()
Tianyu Lan
1
-4
/
+4
2018-08-06
KVM: x86: Skip pae_root shadow allocation if tdp enabled
Liang Chen
1
-0
/
+3
2018-08-06
KVM/MMU: Combine flushing remote tlb in mmu_set_spte()
Tianyu Lan
1
-3
/
+4
2018-08-06
KVM: vmx: skip VMWRITE of HOST_{FS,GS}_BASE when possible
Sean Christopherson
1
-3
/
+10
2018-08-06
KVM: vmx: skip VMWRITE of HOST_{FS,GS}_SEL when possible
Sean Christopherson
1
-10
/
+14
[next]