index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
KVM: x86/pmu: Support full width counting
Like Xu
2020-06-01
6
-5
/
+66
|
*
|
|
|
|
|
|
|
KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in
Wei Wang
2020-06-01
5
-17
/
+21
|
*
|
|
|
|
|
|
|
KVM: x86: announce KVM_FEATURE_ASYNC_PF_INT
Vitaly Kuznetsov
2020-06-01
3
-1
/
+4
|
*
|
|
|
|
|
|
|
KVM: x86: acknowledgment mechanism for async pf page ready notifications
Vitaly Kuznetsov
2020-06-01
3
-4
/
+26
|
*
|
|
|
|
|
|
|
KVM: x86: interrupt based APF 'page ready' event delivery
Vitaly Kuznetsov
2020-06-01
3
-28
/
+81
|
*
|
|
|
|
|
|
|
KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...
Vitaly Kuznetsov
2020-06-01
2
-2
/
+2
|
*
|
|
|
|
|
|
|
KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info
Vitaly Kuznetsov
2020-06-01
10
-25
/
+36
|
*
|
|
|
|
|
|
|
Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Rea...
Vitaly Kuznetsov
2020-06-01
1
-22
/
+1
|
*
|
|
|
|
|
|
|
KVM: VMX: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-01
1
-1
/
+1
|
*
|
|
|
|
|
|
|
KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE
Paolo Bonzini
2020-06-01
6
-7
/
+171
|
*
|
|
|
|
|
|
|
KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu
Paolo Bonzini
2020-06-01
3
-7
/
+14
|
*
|
|
|
|
|
|
|
KVM: nSVM: leave guest mode when clearing EFER.SVME
Paolo Bonzini
2020-06-01
3
-2
/
+25
|
*
|
|
|
|
|
|
|
KVM: nSVM: split nested_vmcb_check_controls
Paolo Bonzini
2020-06-01
1
-9
/
+14
|
*
|
|
|
|
|
|
|
KVM: nSVM: remove HF_HIF_MASK
Paolo Bonzini
2020-06-01
3
-7
/
+1
|
*
|
|
|
|
|
|
|
KVM: nSVM: remove HF_VINTR_MASK
Paolo Bonzini
2020-06-01
4
-8
/
+5
|
*
|
|
|
|
|
|
|
KVM: nSVM: synthesize correct EXITINTINFO on vmexit
Paolo Bonzini
2020-06-01
2
-14
/
+49
|
*
|
|
|
|
|
|
|
KVM: SVM: preserve VGIF across VMCB switch
Paolo Bonzini
2020-06-01
1
-1
/
+5
|
*
|
|
|
|
|
|
|
KVM: nSVM: extract svm_set_gif
Paolo Bonzini
2020-06-01
4
-37
/
+38
|
*
|
|
|
|
|
|
|
KVM: nSVM: remove unnecessary if
Paolo Bonzini
2020-06-01
1
-2
/
+1
|
*
|
|
|
|
|
|
|
KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexit
Paolo Bonzini
2020-06-01
3
-25
/
+38
|
*
|
|
|
|
|
|
|
KVM: nSVM: restore clobbered INT_CTL fields after clearing VINTR
Paolo Bonzini
2020-06-01
1
-1
/
+9
|
*
|
|
|
|
|
|
|
KVM: nSVM: save all control fields in svm->nested
Paolo Bonzini
2020-06-01
3
-58
/
+39
|
*
|
|
|
|
|
|
|
KVM: nSVM: remove trailing padding for struct vmcb_control_area
Paolo Bonzini
2020-06-01
1
-1
/
+8
|
*
|
|
|
|
|
|
|
KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_area
Paolo Bonzini
2020-06-01
1
-6
/
+4
|
*
|
|
|
|
|
|
|
KVM: nSVM: clean up tsc_offset update
Paolo Bonzini
2020-06-01
1
-4
/
+5
|
*
|
|
|
|
|
|
|
KVM: nSVM: move MMU setup to nested_prepare_vmcb_control
Paolo Bonzini
2020-06-01
1
-6
/
+6
|
*
|
|
|
|
|
|
|
KVM: nSVM: extract preparation of VMCB for nested run
Paolo Bonzini
2020-06-01
1
-16
/
+24
|
*
|
|
|
|
|
|
|
KVM: nSVM: extract load_nested_vmcb_control
Paolo Bonzini
2020-06-01
1
-16
/
+22
|
*
|
|
|
|
|
|
|
KVM: nSVM: move map argument out of enter_svm_guest_mode
Paolo Bonzini
2020-06-01
3
-10
/
+9
|
*
|
|
|
|
|
|
|
KVM: nVMX: always update CR3 in VMCS
Paolo Bonzini
2020-05-28
1
-4
/
+1
|
*
|
|
|
|
|
|
|
KVM: SVM: always update CR3 in VMCB
Paolo Bonzini
2020-05-28
2
-16
/
+6
|
*
|
|
|
|
|
|
|
KVM: nSVM: correctly inject INIT vmexits
Paolo Bonzini
2020-05-28
1
-0
/
+27
|
*
|
|
|
|
|
|
|
KVM: nSVM: remove exit_required
Paolo Bonzini
2020-05-28
3
-19
/
+1
|
*
|
|
|
|
|
|
|
KVM: nSVM: inject exceptions via svm_check_nested_events
Paolo Bonzini
2020-05-28
5
-103
/
+58
|
*
|
|
|
|
|
|
|
KVM: x86: enable event window in inject_pending_event
Paolo Bonzini
2020-05-28
4
-77
/
+92
|
*
|
|
|
|
|
|
|
KVM: x86: track manually whether an event has been injected
Paolo Bonzini
2020-05-27
1
-5
/
+12
|
*
|
|
|
|
|
|
|
KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()
Vitaly Kuznetsov
2020-05-27
1
-3
/
+3
|
*
|
|
|
|
|
|
|
KVM: x86: Initialize tdp_level during vCPU creation
Sean Christopherson
2020-05-27
1
-0
/
+1
|
*
|
|
|
|
|
|
|
KVM: nSVM: leave ASID aside in copy_vmcb_control_area
Paolo Bonzini
2020-05-27
1
-1
/
+1
|
*
|
|
|
|
|
|
|
KVM: nSVM: fix condition for filtering async PF
Paolo Bonzini
2020-05-27
1
-2
/
+2
|
*
|
|
|
|
|
|
|
kvm/x86: Remove redundant function implementations
彭浩(Richard)
2020-05-27
5
-16
/
+10
|
*
|
|
|
|
|
|
|
KVM: Fix the indentation to match coding style
Haiwei Li
2020-05-27
1
-1
/
+1
|
*
|
|
|
|
|
|
|
KVM: VMX: replace "fall through" with "return" to indicate different case
Miaohe Lin
2020-05-27
1
-4
/
+2
|
*
|
|
|
|
|
|
|
KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index
Sean Christopherson
2020-05-27
3
-3
/
+3
|
*
|
|
|
|
|
|
|
KVM: x86: Remove superfluous brackets from case statement
Sean Christopherson
2020-05-27
1
-2
/
+2
|
*
|
|
|
|
|
|
|
KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flags
Paolo Bonzini
2020-05-27
1
-1
/
+1
|
*
|
|
|
|
|
|
|
Merge branch 'kvm-master' into HEAD
Paolo Bonzini
2020-05-27
5
-39
/
+33
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
KVM: x86: simplify is_mmio_spte
Paolo Bonzini
2020-05-27
4
-11
/
+6
|
|
*
|
|
|
|
|
|
|
KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
Maxim Levitsky
2020-05-27
1
-0
/
+4
|
|
*
|
|
|
|
|
|
|
KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilities
Maxim Levitsky
2020-05-27
1
-0
/
+3
[prev]
[next]