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
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-11-18
11
-63
/
+125
|
\
|
*
KVM: x86: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
Vitaly Kuznetsov
2021-11-18
1
-1
/
+1
|
*
KVM: x86: Assume a 64-bit hypercall for guests with protected state
Tom Lendacky
2021-11-18
4
-4
/
+16
|
*
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
2021-11-18
9
-58
/
+108
|
|
\
|
|
*
KVM: SEV: Fix typo in and tweak name of cmd_allowed_from_miror()
Sean Christopherson
2021-11-18
1
-2
/
+2
|
|
*
KVM: SEV: Drop a redundant setting of sev->asid during initialization
Sean Christopherson
2021-11-18
1
-1
/
+0
|
|
*
KVM: SEV: WARN if SEV-ES is marked active but SEV is not
Sean Christopherson
2021-11-18
1
-1
/
+1
|
|
*
KVM: SEV: Set sev_info.active after initial checks in sev_guest_init()
Sean Christopherson
2021-11-18
1
-3
/
+3
|
|
*
KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs
Sean Christopherson
2021-11-18
1
-1
/
+6
|
|
*
KVM: nVMX: Use a gfn_to_hva_cache for vmptrld
David Woodhouse
2021-11-18
2
-9
/
+22
|
|
*
KVM: nVMX: Use kvm_read_guest_offset_cached() for nested VMCS check
David Woodhouse
2021-11-18
1
-11
/
+15
|
|
*
KVM: x86/xen: Use sizeof_field() instead of open-coding it
David Woodhouse
2021-11-18
1
-9
/
+9
|
|
*
KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12
David Woodhouse
2021-11-18
2
-9
/
+20
|
|
*
KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO
David Woodhouse
2021-11-18
1
-1
/
+1
|
|
*
KVM: x86/mmu: include EFER.LMA in extended mmu role
Maxim Levitsky
2021-11-18
2
-0
/
+2
|
|
*
KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested state...
Maxim Levitsky
2021-11-18
1
-5
/
+17
|
|
*
KVM: Fix steal time asm constraints
David Woodhouse
2021-11-18
1
-3
/
+3
|
|
*
cpuid: kvm_find_kvm_cpuid_features() should be declared 'static'
Paul Durrant
2021-11-18
1
-1
/
+1
|
|
*
KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
黄乐
2021-11-16
1
-2
/
+6
*
|
|
x86/hyperv: Move required MSRs check to initial platform probing
Sean Christopherson
2021-11-15
2
-13
/
+16
*
|
|
x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails
Sean Christopherson
2021-11-15
1
-0
/
+3
*
|
|
Merge tag 'locking-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-11-14
2
-4
/
+11
|
\
\
\
|
*
|
|
static_call,x86: Robustify trampoline patching
Peter Zijlstra
2021-11-11
2
-4
/
+11
*
|
|
|
Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-11-14
3
-16
/
+15
|
\
\
\
\
|
*
|
|
|
x86/smp: Factor out parts of native_smp_prepare_cpus()
Boris Ostrovsky
2021-11-11
3
-16
/
+15
|
|
/
/
/
*
|
|
|
Merge tag 'perf_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-11-14
2
-1
/
+5
|
\
\
\
\
|
*
|
|
|
perf/x86/vlbr: Add c->flags to vlbr event constraints
Like Xu
2021-11-11
1
-1
/
+3
|
*
|
|
|
perf/x86/lbr: Reset LBR_SELECT during vlbr reset
Wanpeng Li
2021-11-11
1
-0
/
+2
|
|
/
/
/
*
|
|
|
Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-11-14
6
-4
/
+60
|
\
\
\
\
|
*
|
|
|
x86/cpu: Add Raptor Lake to Intel family
Tony Luck
2021-11-12
1
-0
/
+2
|
*
|
|
|
x86/mce: Add errata workaround for Skylake SKX37
Dave Jones
2021-11-12
1
-2
/
+3
|
*
|
|
|
x86/fpu: Optimize out sigframe xfeatures when in init state
Dave Hansen
2021-11-03
4
-2
/
+55
*
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-11-13
30
-336
/
+803
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_from
Paolo Bonzini
2021-11-12
1
-14
/
+11
|
*
|
|
|
KVM: x86: move guest_pv_has out of user_access section
Paolo Bonzini
2021-11-12
1
-3
/
+6
|
*
|
|
|
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
2021-11-11
20
-264
/
+317
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
KVM: x86: Drop arbitrary KVM_SOFT_MAX_VCPUS
Vitaly Kuznetsov
2021-11-11
2
-2
/
+1
|
|
*
|
|
KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()
Vipin Sharma
2021-11-11
3
-11
/
+2
|
|
*
|
|
KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPI...
Vipin Sharma
2021-11-11
3
-5
/
+14
|
|
*
|
|
KVM: nVMX: Clean up x2APIC MSR handling for L2
Sean Christopherson
2021-11-11
1
-39
/
+14
|
|
*
|
|
KVM: VMX: Macrofy the MSR bitmap getters and setters
Sean Christopherson
2021-11-11
1
-60
/
+25
|
|
*
|
|
KVM: nVMX: Handle dynamic MSR intercept toggling
Sean Christopherson
2021-11-11
3
-110
/
+111
|
|
*
|
|
KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
Sean Christopherson
2021-11-11
1
-4
/
+4
|
|
*
|
|
KVM: x86: Don't update vcpu->arch.pv_eoi.msr_val when a bogus value was writt...
Vitaly Kuznetsov
2021-11-11
1
-8
/
+13
|
|
*
|
|
KVM: x86: Rename kvm_lapic_enable_pv_eoi()
Vitaly Kuznetsov
2021-11-11
4
-5
/
+5
|
|
*
|
|
KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURES
Paul Durrant
2021-11-11
5
-8
/
+47
|
|
*
|
|
KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows
Sean Christopherson
2021-11-11
1
-23
/
+24
|
|
*
|
|
kvm: mmu: Use fast PF path for access tracking of huge pages when possible
Junaid Shahid
2021-11-11
1
-5
/
+5
|
|
*
|
|
KVM: x86/mmu: Properly dereference rcu-protected TDP MMU sptep iterator
Sean Christopherson
2021-11-11
1
-1
/
+1
|
|
*
|
|
KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active
Maxim Levitsky
2021-11-11
4
-2
/
+25
[next]