index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2017-07-14
kvm: x86: hyperv: make VP_INDEX managed by userspace
Roman Kagan
3
-19
/
+39
2017-07-14
KVM: async_pf: Let guest support delivery of async_pf from guest mode
Wanpeng Li
3
-4
/
+5
2017-07-14
KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf
Wanpeng Li
3
-10
/
+32
2017-07-14
KVM: async_pf: Add L1 guest async_pf #PF vmexit handler
Wanpeng Li
4
-37
/
+50
2017-07-14
KVM: x86: Simplify kvm_x86_ops->queue_exception parameter list
Wanpeng Li
3
-10
/
+11
2017-07-13
kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2
Roman Kagan
3
-6
/
+16
2017-07-13
KVM: x86: make backwards_tsc_observed a per-VM variable
Ladi Prosek
1
-4
/
+2
2017-07-12
KVM: SVM: Enable Virtual VMLOAD VMSAVE feature
Janakarajan Natarajan
1
-0
/
+24
2017-07-12
KVM: SVM: Rename lbr_ctl field in the vmcb control area
Janakarajan Natarajan
1
-5
/
+5
2017-07-12
KVM: SVM: Prepare for new bit definition in lbr_ctl
Janakarajan Natarajan
1
-2
/
+2
2017-07-12
KVM: SVM: handle singlestep exception when skipping emulated instructions
Ladi Prosek
1
-26
/
+33
2017-07-12
KVM: x86: take slots_lock in kvm_free_pit
Radim Krčmář
1
-0
/
+2
2017-07-12
kvm: vmx: Properly handle machine check during VM-entry
Jim Mattson
1
-6
/
+9
2017-07-12
KVM: x86: update master clock before computing kvmclock_offset
Radim Krčmář
1
-1
/
+7
2017-07-12
kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fields
Jim Mattson
1
-26
/
+34
2017-07-12
kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controls
Jim Mattson
1
-11
/
+6
2017-07-12
kvm: nVMX: Validate the I/O bitmaps on nested VM-entry
Jim Mattson
1
-0
/
+16
2017-07-12
kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH fails
Jim Mattson
1
-2
/
+2
2017-07-10
KVM: vmx: expose more information for KVM_INTERNAL_ERROR_DELIVERY_EV exits
Paolo Bonzini
1
-1
/
+7
2017-07-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-208
/
+357
2017-07-04
kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS
Haozhong Zhang
1
-2
/
+4
2017-07-04
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+18
2017-07-03
x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12
Peter Feiner
2
-21
/
+18
2017-07-03
kvm: x86: mmu: allow A/D bits to be disabled in an mmu
Peter Feiner
2
-32
/
+89
2017-07-03
x86: kvm: mmu: make spte mmio mask more explicit
Peter Feiner
4
-6
/
+10
2017-07-03
x86: kvm: mmu: dead code thanks to access tracking
Peter Feiner
1
-21
/
+9
2017-06-30
KVM: x86: remove ignored type attribute
Nick Desaulniers
1
-1
/
+1
2017-06-30
Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-2
/
+2
2017-06-30
objtool, x86: Add several functions and files to the objtool whitelist
Josh Poimboeuf
2
-0
/
+5
2017-06-29
KVM: LAPIC: Fix lapic timer injection delay
Wanpeng Li
2
-2
/
+6
2017-06-29
KVM: lapic: reorganize restart_apic_timer
Paolo Bonzini
3
-50
/
+45
2017-06-29
KVM: lapic: reorganize start_hv_timer
Paolo Bonzini
1
-13
/
+27
2017-06-28
kvm: nVMX: Check memory operand to INVVPID
Jim Mattson
1
-4
/
+18
2017-06-27
KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exit
Ladi Prosek
1
-0
/
+6
2017-06-27
KVM: SVM: don't NMI singlestep over event injection
Ladi Prosek
1
-0
/
+16
2017-06-27
KVM: SVM: hide TF/RF flags used by NMI singlestep
Ladi Prosek
1
-1
/
+14
2017-06-27
KVM: nSVM: do not forward NMI window singlestep VM exits to L1
Ladi Prosek
1
-5
/
+40
2017-06-27
KVM: SVM: introduce disable_nmi_singlestep helper
Ladi Prosek
1
-4
/
+9
2017-06-22
KVM: x86: fix singlestepping over syscall
Paolo Bonzini
2
-30
/
+33
2017-06-22
Merge branch 'linus' into x86/mm, to pick up fixes
Ingo Molnar
5
-14
/
+19
2017-06-13
x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()
Andy Lutomirski
1
-1
/
+1
2017-06-11
KVM: async_pf: avoid async pf injection when in guest mode
Wanpeng Li
3
-4
/
+7
2017-06-08
KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
Wanpeng Li
1
-9
/
+11
2017-06-07
KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exit
Jim Mattson
1
-2
/
+1
2017-06-07
KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exit
Jim Mattson
1
-2
/
+0
2017-06-07
kvm: vmx: Check value written to IA32_BNDCFGS
Jim Mattson
1
-0
/
+3
2017-06-07
kvm: x86: Guest BNDCFGS requires guest MPX support
Jim Mattson
2
-2
/
+10
2017-06-07
kvm: vmx: Do not disable intercepts for BNDCFGS
Jim Mattson
1
-1
/
+0
2017-06-06
KVM: nVMX: Fix exception injection
Wanpeng Li
1
-1
/
+1
2017-06-05
x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constant
Andy Lutomirski
1
-3
/
+18
[next]