summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-302-0/+13
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-292-0/+13
| |\
| | * bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-292-0/+13
* | | Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-301-1/+0
|\ \ \
| * | | arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn2021-07-301-1/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-07-298-26/+30
|\ \ \ \
| * | | | KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrlMaxim Levitsky2021-07-271-1/+1
| * | | | KVM: SVM: tweak warning about enabled AVIC on nested entryMaxim Levitsky2021-07-271-1/+1
| * | | | KVM: SVM: svm_set_vintr don't warn if AVIC is active but is about to be deact...Maxim Levitsky2021-07-271-2/+5
| * | | | KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is initializedPaolo Bonzini2021-07-272-3/+3
| * | | | x86/kvm: fix vcpu-id indexed array sizesJuergen Gross2021-07-272-3/+3
| * | | | KVM: x86: Check the right feature bit for MSR_KVM_ASYNC_PF_ACK accessVitaly Kuznetsov2021-07-261-2/+2
| * | | | KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloa...Vitaly Kuznetsov2021-07-263-13/+13
| * | | | KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()Vitaly Kuznetsov2021-07-263-5/+6
* | | | | Merge tag 'locking-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-07-251-3/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | jump_labels: Mark __jump_label_transform() as __always_inlined to work around...Ingo Molnar2021-07-131-3/+4
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-07-221-19/+15
|\ \ \ \ \
| * | | | | Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek2021-07-211-19/+15
| |/ / / /
* | | | | Merge tag 'hyperv-fixes-signed-20210722' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-07-221-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "x86/hyperv: fix logical processor creation"Wei Liu2021-07-211-1/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-07-1511-51/+161
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: nSVM: Restore nested control upon leaving SMMVitaly Kuznetsov2021-07-153-3/+10
| * | | KVM: nSVM: Fix L1 state corruption upon return from SMMVitaly Kuznetsov2021-07-151-1/+38
| * | | KVM: nSVM: Introduce svm_copy_vmrun_state()Vitaly Kuznetsov2021-07-152-18/+24
| * | | KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUNVitaly Kuznetsov2021-07-151-0/+5
| * | | KVM: nSVM: Check the value written to MSR_VM_HSAVE_PAVitaly Kuznetsov2021-07-151-1/+10
| * | | KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilitiesSean Christopherson2021-07-151-4/+5
| * | | KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header failsSean Christopherson2021-07-151-2/+3
| * | | KVM: SVM: add module param to control the #SMI interceptionMaxim Levitsky2021-07-153-1/+14
| * | | KVM: SVM: remove INIT intercept handlerMaxim Levitsky2021-07-151-1/+0
| * | | KVM: SVM: #SMI interception must not skip the instructionMaxim Levitsky2021-07-151-1/+6
| * | | KVM: VMX: Remove vmx_msr_index from vmx.hYu Zhang2021-07-151-2/+0
| * | | KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()Lai Jiangshan2021-07-151-0/+2
| * | | KVM: x86/pmu: Clear anythread deprecated bit when 0xa leaf is unsupported on ...Like Xu2021-07-141-1/+2
| * | | KVM: SVM: Revert clearing of C-bit on GPA in #NPF handlerSean Christopherson2021-07-141-1/+1
| * | | KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAsSean Christopherson2021-07-144-8/+18
| * | | KVM: x86: Use kernel's x86_phys_bits to handle reduced MAXPHYADDRSean Christopherson2021-07-141-7/+20
| * | | KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabledSean Christopherson2021-07-141-1/+7
| * | | Revert "KVM: x86: WARN and reject loading KVM if NX is supported but not enab...Sean Christopherson2021-07-141-3/+0
| * | | Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2021-07-1422-151/+243
| |\ \ \
* | \ \ \ Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-141-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-091-0/+3
* | | | | Merge tag 'perf-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-112-8/+21
|\ \ \ \ \
| * | | | | perf/x86/intel/uncore: Clean up error handling path of iio mappingKan Liang2021-07-021-2/+4
| * | | | | perf/x86/cstate: Add ICELAKE_X and ICELAKE_D supportZhang Rui2021-07-021-6/+17
* | | | | | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-3/+0
|\ \ \ \ \ \
| * | | | | | kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-3/+0
* | | | | | | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | um: allow not setting extra rpaths in the linux binaryJohannes Berg2021-06-171-1/+1
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-098-14/+13
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |