aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2021-10-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-10-30perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodingsStephane Eranian
2021-10-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-10-29Merge tag 'irqchip-5.16' into irq/coreBorislav Petkov
2021-10-29x86/apic: Reduce cache line misses in __x2apic_send_IPI_mask()Eric Dumazet
2021-10-28bpf,x86: Respect X86_FEATURE_RETPOLINE*Peter Zijlstra
2021-10-28bpf,x86: Simplify computing label offsetsPeter Zijlstra
2021-10-28x86,bugs: Unconditionally allow spectre_v2=retpoline,amdPeter Zijlstra
2021-10-28x86/alternative: Add debug prints to apply_retpolines()Peter Zijlstra
2021-10-28x86/alternative: Try inline spectre_v2=retpoline,amdPeter Zijlstra
2021-10-28x86/alternative: Handle Jcc __x86_indirect_thunk_\regPeter Zijlstra
2021-10-28x86/alternative: Implement .retpoline_sites supportPeter Zijlstra
2021-10-28x86/retpoline: Create a retpoline thunk arrayPeter Zijlstra
2021-10-28x86/retpoline: Move the retpoline thunk declarations to nospec-branch.hPeter Zijlstra
2021-10-28x86/asm: Fixup odd GEN-for-each-reg.h usagePeter Zijlstra
2021-10-28x86/asm: Fix register orderPeter Zijlstra
2021-10-28x86/retpoline: Remove unused replacement symbolsPeter Zijlstra
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra
2021-10-28x86/Makefile: Remove unneeded whitespaces before tabsElyes HAOUAS
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28KVM: x86: Take srcu lock in post_kvm_run_save()David Woodhouse
2021-10-28x86/fpu: Include vmalloc.h for vzalloc()Stephen Rothwell
2021-10-28x86/hyperv: Protect set_hv_tscchange_cb() against getting preemptedVitaly Kuznetsov
2021-10-28x86/hyperv: Remove duplicate includeJiapeng Chong
2021-10-28x86/hyperv: Remove duplicated include in hv_initWan Jiabing
2021-10-28x86/hyperv: Add ghcb hvcall support for SNP VMTianyu Lan
2021-10-28x86/hyperv: Add Write/Read MSR registers via ghcb pageTianyu Lan
2021-10-28x86/hyperv: Add new hvcall guest address host visibility supportTianyu Lan
2021-10-28x86/hyperv: Initialize shared memory boundary in the Isolation VM.Tianyu Lan
2021-10-28x86/hyperv: Initialize GHCB page in Isolation VMTianyu Lan
2021-10-28Merge remote-tracking branch 'tip/x86/cc' into hyperv-nextWei Liu
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie
2021-10-27ftrace: disable preemption when recursion locked王贇
2021-10-27KVM: SEV-ES: fix another issue with string I/O VMGEXITsPaolo Bonzini
2021-10-27x86/boot/compressed: Avoid duplicate malloc() implementationsKees Cook
2021-10-27x86/boot: Allow a "silent" kaslr random byte fetchKees Cook
2021-10-27x86/tools/relocs: Support >64K section headersKristen Carlson Accardi
2021-10-26kprobes: Add a test case for stacktrace from kretprobe handlerMasami Hiramatsu
2021-10-26x86: Fix __get_wchan() for !STACKTRACEPeter Zijlstra
2021-10-26x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae
2021-10-26x86/fpu: Add XFD handling for dynamic statesChang S. Bae
2021-10-26x86/fpu: Calculate the default sizes independentlyChang S. Bae
2021-10-26x86/fpu/amx: Define AMX state components and have it used for boot-time checksChang S. Bae
2021-10-26x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbersChang S. Bae
2021-10-26x86/fpu/xstate: Add fpstate_realloc()/free()Chang S. Bae
2021-10-26x86/fpu/xstate: Add XFD #NM handlerChang S. Bae
2021-10-26x86/fpu: Update XFD state where requiredChang S. Bae
2021-10-26x86/fpu: Add sanity checks for XFDThomas Gleixner
2021-10-26x86/fpu: Add XFD state to fpstateChang S. Bae