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-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2
-3
/
+3
2017-10-12
KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
Haozhong Zhang
1
-1
/
+1
2017-10-10
KVM: MMU: always terminate page walks at level 1
Ladi Prosek
2
-8
/
+9
2017-10-10
KVM: nVMX: update last_nonleaf_level when initializing nested EPT
Ladi Prosek
1
-0
/
+1
2017-10-05
KVM: add X86_LOCAL_APIC dependency
Arnd Bergmann
1
-0
/
+1
2017-10-05
x86/kvm: Move kvm_fastop_exception to .fixup section
Josh Poimboeuf
1
-2
/
+4
2017-10-04
kvm/x86: Avoid async PF preempting the kernel incorrectly
Boqun Feng
1
-1
/
+1
2017-09-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-105
/
+101
2017-09-29
KVM: nVMX: Fix nested #PF intends to break L1's vmlauch/vmresume
Wanpeng Li
1
-1
/
+2
2017-09-28
KVM: VMX: use cmpxchg64
Paolo Bonzini
1
-6
/
+6
2017-09-27
KVM: VMX: simplify and fix vmx_vcpu_pi_load
Paolo Bonzini
1
-33
/
+35
2017-09-27
KVM: VMX: avoid double list add with VT-d posted interrupts
Paolo Bonzini
1
-37
/
+25
2017-09-27
KVM: VMX: extract __pi_post_block
Paolo Bonzini
1
-33
/
+38
2017-09-26
Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready
Ingo Molnar
1
-1
/
+1
2017-09-26
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
Ingo Molnar
1
-1
/
+1
2017-09-24
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+2
2017-09-23
x86/asm: Fix inline asm call constraints for Clang
Josh Poimboeuf
2
-4
/
+2
2017-09-22
KVM: nVMX: fix HOST_CR3/HOST_CR4 cache
Ladi Prosek
1
-8
/
+8
2017-09-19
KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
Haozhong Zhang
1
-12
/
+21
2017-09-19
KVM: VMX: do not change SN bit in vmx_update_pi_irte()
Haozhong Zhang
1
-5
/
+1
2017-09-19
KVM: x86: Fix the NULL pointer parameter in check_cr_write()
Yu Zhang
1
-3
/
+5
2017-09-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-90
/
+166
2017-09-15
kvm: nVMX: Handle deferred early VMLAUNCH/VMRESUME failure properly
Jim Mattson
1
-59
/
+75
2017-09-15
kvm: vmx: Handle VMLAUNCH/VMRESUME failure properly
Jim Mattson
1
-6
/
+8
2017-09-15
kvm: nVMX: Remove nested_vmx_succeed after successful VM-entry
Jim Mattson
1
-7
/
+9
2017-09-15
kvm,lapic: Justify use of swait_active()
Davidlohr Bueso
1
-0
/
+4
2017-09-15
KVM: VMX: Do not BUG() on out-of-bounds guest IRQ
Jan H. Schönherr
1
-2
/
+7
2017-09-15
kvm: nVMX: Don't allow L2 to access the hardware CR8
Jim Mattson
1
-0
/
+5
2017-09-14
KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...
Wanpeng Li
1
-9
/
+28
2017-09-14
KVM: X86: Don't block vCPU if there is pending exception
Wanpeng Li
1
-0
/
+3
2017-09-14
KVM: SVM: Add irqchip_split() checks before enabling AVIC
Suravee Suthikulpanit
1
-5
/
+4
2017-09-13
KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()
Suravee Suthikulpanit
3
-3
/
+3
2017-09-13
KVM: SVM: Refactor AVIC vcpu initialization into avic_init_vcpu()
Suravee Suthikulpanit
1
-8
/
+20
2017-09-13
KVM: x86: fix clang build
Radim Krčmář
1
-1
/
+0
2017-09-13
KVM: x86: Fix immediate_exit handling for uninitialized AP
Jan H. Schönherr
1
-0
/
+4
2017-09-13
KVM: x86: Fix handling of pending signal on uninitialized AP
Jan H. Schönherr
1
-0
/
+5
2017-09-13
KVM: SVM: Add a missing 'break' statement
Jan H. Schönherr
1
-0
/
+1
2017-09-13
x86/paravirt: Remove no longer used paravirt functions
Juergen Gross
1
-1
/
+1
2017-09-09
Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
17
-589
/
+1027
2017-09-08
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Radim Krčmář
6
-35
/
+25
2017-09-05
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-09-04
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-26
/
+55
2017-09-04
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2017-09-01
KVM: update to new mmu_notifier semantic v2
Jérôme Glisse
1
-11
/
+0
2017-08-29
x86/idt: Unify gate_struct handling for 32/64-bit kernels
Thomas Gleixner
1
-1
/
+1
2017-08-29
Merge branch 'linus' into x86/apic, to pick up fixes
Ingo Molnar
6
-34
/
+24
2017-08-26
kvm/x86: Avoid clearing the C-bit in rsvd_bits()
Brijesh Singh
2
-4
/
+28
2017-08-26
Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts
Ingo Molnar
6
-119
/
+251
2017-08-25
kvm: nVMX: Validate the virtual-APIC address on nested VM-entry
Jim Mattson
1
-0
/
+15
2017-08-25
KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state
Paolo Bonzini
1
-3
/
+14
[next]