summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
2021-10-26x86/msr-index: Add MSRs for XFDChang S. Bae
2021-10-26x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bitChang S. Bae
2021-10-26x86/fpu: Reset permission and fpstate on exec()Chang S. Bae
2021-10-26x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner
2021-10-26x86/fpu/signal: Prepare for variable sigframe lengthChang S. Bae
2021-10-26x86/signal: Use fpu::__state_user_size for sigalt stack validationThomas Gleixner
2021-10-26x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner
2021-10-26x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae