index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: Replace vcpu->swait with rcuwait
Davidlohr Bueso
2020-05-13
1
-1
/
+1
*
KVM: x86: Replace late check_nested_events() hack with more precise fix
Paolo Bonzini
2020-05-13
4
-35
/
+49
*
KVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_interrupt_blocked()
Sean Christopherson
2020-05-13
1
-1
/
+1
*
KVM: VMX: Use vmx_interrupt_blocked() directly from vmx_handle_exit()
Sean Christopherson
2020-05-13
1
-9
/
+10
*
KVM: x86: WARN on injected+pending exception even in nested case
Sean Christopherson
2020-05-13
1
-1
/
+3
*
KVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective of exiting behavior
Paolo Bonzini
2020-05-13
1
-3
/
+9
*
KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is set
Paolo Bonzini
2020-05-13
3
-11
/
+22
*
KVM: nVMX: Prioritize SMI over nested IRQ/NMI
Sean Christopherson
2020-05-13
1
-0
/
+6
*
KVM: nVMX: Preserve IRQ/NMI priority irrespective of exiting behavior
Sean Christopherson
2020-05-13
1
-2
/
+7
*
KVM: SVM: Split out architectural interrupt/NMI/SMI blocking checks
Paolo Bonzini
2020-05-13
2
-11
/
+43
*
KVM: VMX: Split out architectural interrupt/NMI blocking checks
Sean Christopherson
2020-05-13
2
-13
/
+24
*
KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events()
Paolo Bonzini
2020-05-13
3
-8
/
+21
*
KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is set
Paolo Bonzini
2020-05-13
3
-5
/
+8
*
KVM: nVMX: Report NMIs as allowed when in L2 and Exit-on-NMI is set
Sean Christopherson
2020-05-13
3
-5
/
+8
*
KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowed
Paolo Bonzini
2020-05-13
3
-5
/
+5
*
KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of int
Sean Christopherson
2020-05-13
3
-18
/
+18
*
KVM: x86: Set KVM_REQ_EVENT if run is canceled with req_immediate_exit set
Sean Christopherson
2020-05-13
1
-0
/
+2
*
KVM: nVMX: Open a window for pending nested VMX preemption timer
Sean Christopherson
2020-05-13
3
-2
/
+18
*
KVM: nVMX: Preserve exception priority irrespective of exiting behavior
Sean Christopherson
2020-05-13
1
-5
/
+7
*
KVM: SVM: Implement check_nested_events for NMI
Cathy Avery
2020-05-13
3
-19
/
+23
*
KVM: SVM: immediately inject INTR vmexit
Paolo Bonzini
2020-05-13
1
-3
/
+3
*
KVM: SVM: leave halted state on vmexit
Paolo Bonzini
2020-05-13
1
-0
/
+3
*
KVM: SVM: introduce nested_run_pending
Paolo Bonzini
2020-05-13
3
-1
/
+8
*
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
2020-05-13
86
-504
/
+1228
|
\
|
*
KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
Babu Moger
2020-05-13
3
-18
/
+18
|
*
KVM: SVM: Disable AVIC before setting V_IRQ
Suravee Suthikulpanit
2020-05-08
1
-1
/
+12
|
*
KVM: Introduce kvm_make_all_cpus_request_except()
Suravee Suthikulpanit
2020-05-08
2
-2
/
+2
|
*
KVM: VMX: pass correct DR6 for GD userspace exit
Paolo Bonzini
2020-05-08
1
-1
/
+1
|
*
KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6
Paolo Bonzini
2020-05-08
5
-30
/
+32
|
*
KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6
Paolo Bonzini
2020-05-08
5
-28
/
+21
|
*
KVM: nSVM: trap #DB and #BP to userspace if guest debugging is on
Paolo Bonzini
2020-05-07
1
-0
/
+8
|
*
KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUG
Peter Xu
2020-05-07
1
-1
/
+1
|
*
KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUG
Peter Xu
2020-05-07
1
-1
/
+1
|
*
KVM: x86: fix DR6 delivery for various cases of #DB injection
Paolo Bonzini
2020-05-07
3
-11
/
+9
|
*
KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly
Peter Xu
2020-05-07
1
-0
/
+1
|
*
kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bits
Paolo Bonzini
2020-05-06
1
-15
/
+5
|
*
KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB path
Sean Christopherson
2020-05-06
1
-0
/
+3
|
*
kvm: ioapic: Restrict lazy EOI update to edge-triggered interrupts
Paolo Bonzini
2020-05-04
1
-5
/
+5
|
*
KVM: x86: Fixes posted interrupt check for IRQs delivery modes
Suravee Suthikulpanit
2020-05-04
1
-2
/
+2
|
*
KVM: SVM: fill in kvm_run->debug.arch.dr[67]
Paolo Bonzini
2020-05-04
1
-0
/
+2
|
*
KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warning
Sean Christopherson
2020-05-04
1
-1
/
+1
|
*
Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2020-04-21
78
-395
/
+1090
|
|
\
|
|
*
Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-04-19
6
-21
/
+56
|
|
|
\
|
|
|
*
x86/split_lock: Add Tremont family CPU models
Tony Luck
2020-04-18
1
-0
/
+3
|
|
|
*
x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architectural
Tony Luck
2020-04-18
1
-14
/
+31
|
|
|
*
x86/resctrl: Preserve CDP enable over CPU hotplug
James Morse
2020-04-17
3
-0
/
+16
|
|
|
*
x86/resctrl: Fix invalid attempt at removing the default resource group
Reinette Chatre
2020-04-17
1
-1
/
+2
|
|
|
*
x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL()
Tony Luck
2020-04-17
1
-4
/
+2
|
|
|
*
x86/umip: Make umip_insns static
Jason Yan
2020-04-15
1
-1
/
+1
|
|
|
*
x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE
John Allen
2020-04-14
1
-1
/
+1
[next]