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
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-23
Revert "kvm: x86: optimize dr6 restore"
Radim Krčmář
1
-9
/
+4
2018-10-17
kvm: x86: Introduce KVM_CAP_EXCEPTION_PAYLOAD
Jim Mattson
1
-0
/
+5
2018-10-17
kvm: vmx: Defer setting of DR6 until #DB delivery
Jim Mattson
1
-17
/
+52
2018-10-17
kvm: x86: Defer setting of CR2 until #PF delivery
Jim Mattson
1
-4
/
+45
2018-10-17
kvm: x86: Add payload operands to kvm_multiple_exception
Jim Mattson
1
-7
/
+15
2018-10-17
kvm: x86: Add exception payload fields to kvm_vcpu_events
Jim Mattson
1
-16
/
+45
2018-10-17
kvm: x86: Add has_payload and payload to kvm_queued_exception
Jim Mattson
1
-0
/
+8
2018-10-17
x86/kvm/nVMX: nested state migration for Enlightened VMCS
Vitaly Kuznetsov
1
-2
/
+4
2018-10-17
KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability
Vitaly Kuznetsov
1
-0
/
+15
2018-10-17
KVM: hyperv: define VP assist page helpers
Ladi Prosek
1
-1
/
+1
2018-10-17
x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
Paolo Bonzini
1
-1
/
+1
2018-10-17
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
Vitaly Kuznetsov
1
-10
/
+10
2018-10-17
kvm: x86: optimize dr6 restore
Paolo Bonzini
1
-4
/
+9
2018-10-17
KVM: x86: hyperv: implement PV IPI send hypercalls
Vitaly Kuznetsov
1
-0
/
+1
2018-10-17
KVM: LAPIC: Tune lapic_timer_advance_ns automatically
Wanpeng Li
1
-1
/
+1
2018-10-01
KVM: x86: Do not use kvm_x86_ops->mpx_supported() directly
Liran Alon
1
-1
/
+1
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
KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICv
Liran Alon
1
-1
/
+9
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
1
-1
/
+7
2018-09-20
kvm: mmu: Don't read PDPTEs when paging is not enabled
Junaid Shahid
1
-2
/
+2
2018-08-30
KVM: x86: Unexport x86_emulate_instruction()
Sean Christopherson
1
-1
/
+13
2018-08-30
KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()
Sean Christopherson
1
-2
/
+2
2018-08-30
KVM: x86: Do not re-{try,execute} after failed emulation in L2
Sean Christopherson
1
-0
/
+6
2018-08-30
KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTE
Sean Christopherson
1
-2
/
+2
2018-08-30
KVM: x86: Invert emulation re-execute behavior to make it opt-in
Sean Christopherson
1
-1
/
+1
2018-08-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+1
2018-08-22
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
1
-2
/
+5
2018-08-22
x86: kvm: avoid unused variable warning
Arnd Bergmann
1
-3
/
+1
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-17
/
+91
2018-08-14
kvm: x86: Set highest physical address bits in non-present/reserved SPTEs
Junaid Shahid
1
-2
/
+6
2018-08-06
KVM: X86: Implement "send IPI" hypercall
Wanpeng Li
1
-0
/
+3
2018-08-06
KVM/x86: Move X86_CR4_OSXSAVE check into kvm_valid_sregs()
Tianyu Lan
1
-4
/
+4
2018-08-06
kvm: x86: Remove CR3_PCID_INVD flag
Junaid Shahid
1
-2
/
+2
2018-08-06
kvm: x86: Skip shadow page resync on CR3 switch when indicated by guest
Junaid Shahid
1
-3
/
+3
2018-08-06
kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guest
Junaid Shahid
1
-3
/
+8
2018-08-06
kvm: x86: Introduce KVM_REQ_LOAD_CR3
Junaid Shahid
1
-0
/
+2
2018-08-06
kvm: x86: Add fast CR3 switch code path
Junaid Shahid
1
-1
/
+2
2018-08-06
kvm: nVMX: Introduce KVM_CAP_NESTED_STATE
Jim Mattson
1
-0
/
+54
2018-08-06
KVM: x86: do not load vmcs12 pages while still in SMM
Paolo Bonzini
1
-0
/
+2
2018-08-06
KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
Paolo Bonzini
1
-6
/
+9
2018-08-05
KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
Paolo Bonzini
1
-1
/
+25
2018-08-05
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
1
-1
/
+3
2018-07-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+3
2018-07-15
KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
Paolo Bonzini
1
-1
/
+3
2018-07-04
x86/KVM/VMX: Add L1D flush logic
Paolo Bonzini
1
-0
/
+8
2018-06-14
KVM: x86: fix typo at kvm_arch_hardware_setup comment
Marcelo Tosatti
1
-1
/
+1
2018-06-12
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+3
[next]