index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-09-04
1
-1
/
+1
|
\
|
*
x86/idt: Unify gate_struct handling for 32/64-bit kernels
Thomas Gleixner
2017-08-29
1
-1
/
+1
|
*
Merge branch 'linus' into x86/apic, to pick up fixes
Ingo Molnar
2017-08-29
6
-34
/
+24
|
|
\
|
*
\
Merge branch 'x86/asm' into x86/apic
Thomas Gleixner
2017-08-25
1
-1
/
+0
|
|
\
\
*
|
\
\
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-04
4
-26
/
+55
|
\
\
\
\
|
*
|
|
|
kvm/x86: Avoid clearing the C-bit in rsvd_bits()
Brijesh Singh
2017-08-26
2
-4
/
+28
|
*
|
|
|
Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts
Ingo Molnar
2017-08-26
6
-119
/
+251
|
|
\
\
\
\
|
|
|
/
/
/
|
*
|
|
|
kvm/x86/svm: Support Secure Memory Encryption within KVM
Tom Lendacky
2017-07-18
5
-24
/
+29
*
|
|
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-09-04
1
-1
/
+0
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
x86/lguest: Remove lguest support
Juergen Gross
2017-08-24
1
-1
/
+0
*
|
|
|
|
KVM: update to new mmu_notifier semantic v2
Jérôme Glisse
2017-08-31
1
-11
/
+0
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state
Paolo Bonzini
2017-08-25
1
-3
/
+14
*
|
|
|
KVM: x86: simplify handling of PKRU
Paolo Bonzini
2017-08-25
4
-30
/
+9
*
|
|
|
KVM: x86: block guest protection keys unless the host has them enabled
Paolo Bonzini
2017-08-25
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD"...
Borislav Petkov
2017-08-11
1
-1
/
+1
|
/
/
*
|
KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"
Wanpeng Li
2017-08-03
1
-2
/
+9
*
|
KVM: nVMX: mark vmcs12 pages dirty on L2 exit
David Matlack
2017-08-02
1
-10
/
+43
*
|
kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardown
David Matlack
2017-08-02
1
-5
/
+11
*
|
KVM: nVMX: do not pin the VMCS12
Paolo Bonzini
2017-08-02
1
-17
/
+7
*
|
KVM: X86: init irq->level in kvm_pv_kick_cpu_op
Longpeng(Mike)
2017-08-02
1
-0
/
+1
*
|
KVM: X86: Fix loss of pending INIT due to race
Wanpeng Li
2017-08-02
1
-8
/
+11
*
|
KVM: nVMX: fixes to nested virt interrupt injection
Paolo Bonzini
2017-08-01
2
-25
/
+72
*
|
KVM: nVMX: do not fill vm_exit_intr_error_code in prepare_vmcs12
Paolo Bonzini
2017-08-01
1
-18
/
+34
*
|
KVM: LAPIC: Fix reentrancy issues with preempt notifiers
Wanpeng Li
2017-07-26
1
-3
/
+14
*
|
KVM: nVMX: Fix loss of L2's NMI blocking state
Wanpeng Li
2017-07-26
1
-0
/
+2
*
|
KVM: nVMX: Fix posted intr delivery when vcpu is in guest mode
Wincy Van
2017-07-26
1
-11
/
+11
*
|
KVM: x86: do mask out upper bits of PAE CR3
Paolo Bonzini
2017-07-26
1
-2
/
+2
*
|
KVM: VMX: remove unused field
Paolo Bonzini
2017-07-24
1
-1
/
+0
*
|
kvm: x86: hyperv: avoid livelock in oneshot SynIC timers
Roman Kagan
2017-07-20
1
-3
/
+4
*
|
KVM: VMX: Fix invalid guest state detection after task-switch emulation
Wanpeng Li
2017-07-20
1
-5
/
+10
*
|
x86: add MULTIUSER dependency for KVM
Arnd Bergmann
2017-07-19
1
-1
/
+1
*
|
KVM: nVMX: Disallow VM-entry in MOV-SS shadow
Jim Mattson
2017-07-19
1
-0
/
+7
*
|
KVM: nVMX: track NMI blocking state separately for each VMCS
Paolo Bonzini
2017-07-19
1
-10
/
+14
*
|
KVM: x86: masking out upper bits
Dan Carpenter
2017-07-19
1
-2
/
+2
|
/
*
kvm: x86: hyperv: make VP_INDEX managed by userspace
Roman Kagan
2017-07-14
3
-19
/
+39
*
KVM: async_pf: Let guest support delivery of async_pf from guest mode
Wanpeng Li
2017-07-14
3
-4
/
+5
*
KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf
Wanpeng Li
2017-07-14
3
-10
/
+32
*
KVM: async_pf: Add L1 guest async_pf #PF vmexit handler
Wanpeng Li
2017-07-14
4
-37
/
+50
*
KVM: x86: Simplify kvm_x86_ops->queue_exception parameter list
Wanpeng Li
2017-07-14
3
-10
/
+11
*
kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2
Roman Kagan
2017-07-13
3
-6
/
+16
*
KVM: x86: make backwards_tsc_observed a per-VM variable
Ladi Prosek
2017-07-13
1
-4
/
+2
*
KVM: SVM: Enable Virtual VMLOAD VMSAVE feature
Janakarajan Natarajan
2017-07-12
1
-0
/
+24
*
KVM: SVM: Rename lbr_ctl field in the vmcb control area
Janakarajan Natarajan
2017-07-12
1
-5
/
+5
*
KVM: SVM: Prepare for new bit definition in lbr_ctl
Janakarajan Natarajan
2017-07-12
1
-2
/
+2
*
KVM: SVM: handle singlestep exception when skipping emulated instructions
Ladi Prosek
2017-07-12
1
-26
/
+33
*
KVM: x86: take slots_lock in kvm_free_pit
Radim Krčmář
2017-07-12
1
-0
/
+2
*
kvm: vmx: Properly handle machine check during VM-entry
Jim Mattson
2017-07-12
1
-6
/
+9
*
KVM: x86: update master clock before computing kvmclock_offset
Radim Krčmář
2017-07-12
1
-1
/
+7
*
kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fields
Jim Mattson
2017-07-12
1
-26
/
+34
*
kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controls
Jim Mattson
2017-07-12
1
-11
/
+6
[next]