summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.10.133v5.10.133Greg Kroah-Hartman2022-07-251-1/+1
* tools headers: Remove broken definition of __LITTLE_ENDIANArnaldo Carvalho de Melo2022-07-251-6/+0
* tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2022-07-253-2/+2
* objtool: Fix elf_create_undef_symbol() endiannessVasily Gorbik2022-07-251-0/+1
* kvm: fix objtool relocation warningLinus Torvalds2022-07-251-1/+0
* x86: Use -mindirect-branch-cs-prefix for RETPOLINE buildsPeter Zijlstra2022-07-251-0/+1
* um: Add missing apply_returns()Peter Zijlstra2022-07-251-0/+4
* x86/bugs: Remove apostrophe typoKim Phillips2022-07-251-1/+1
* tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-07-252-3/+30
* tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-07-251-0/+4
* KVM: emulate: do not adjust size of fastop and setcc subroutinesPaolo Bonzini2022-07-251-10/+7
* x86/kvm: fix FASTOP_SIZE when return thunks are enabledThadeu Lima de Souza Cascardo2022-07-251-4/+6
* efi/x86: use naked RET on mixed mode call wrapperThadeu Lima de Souza Cascardo2022-07-251-1/+4
* x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_currentNathan Chancellor2022-07-251-1/+2
* x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bitJiri Slaby2022-07-251-0/+1
* x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stubJosh Poimboeuf2022-07-251-0/+1
* x86/xen: Fix initialisation in hypercall_page after rethunkBen Hutchings2022-07-251-2/+2
* x86, kvm: use proper ASM macros for kvm_vcpu_is_preemptedGreg Kroah-Hartman2022-07-251-1/+1
* tools/insn: Restore the relative include paths for cross buildingBorislav Petkov2022-07-251-3/+3
* x86/static_call: Serialize __static_call_fixup() properlyThomas Gleixner2022-07-251-5/+8
* x86/speculation: Disable RRSBA behaviorPawan Gupta2022-07-255-1/+46
* x86/kexec: Disable RET on kexecKonrad Rzeszutek Wilk2022-07-252-12/+36
* x86/bugs: Do not enable IBPB-on-entry when IBPB is not supportedThadeu Lima de Souza Cascardo2022-07-251-2/+5
* x86/bugs: Add Cannon lake to RETBleed affected CPU listPawan Gupta2022-07-251-0/+1
* x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra2022-07-2519-69/+172
* x86/cpu/amd: Enumerate BTC_NOAndrew Cooper2022-07-253-8/+20
* x86/common: Stamp out the stepping madnessPeter Zijlstra2022-07-251-21/+16
* x86/speculation: Fill RSB on vmexit for IBRSJosh Poimboeuf2022-07-253-9/+62
* KVM: VMX: Fix IBRS handling after vmexitJosh Poimboeuf2022-07-251-1/+6
* KVM: VMX: Prevent guest RSB poisoning attacks with eIBRSJosh Poimboeuf2022-07-256-31/+73
* KVM: VMX: Convert launched argument to flagsJosh Poimboeuf2022-07-255-9/+31
* KVM: VMX: Flatten __vmx_vcpu_run()Josh Poimboeuf2022-07-251-73/+45
* objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf2022-07-255-6/+59
* x86/speculation: Remove x86_spec_ctrl_maskJosh Poimboeuf2022-07-251-30/+1
* x86/speculation: Use cached host SPEC_CTRL value for guest entry/exitJosh Poimboeuf2022-07-251-11/+1
* x86/speculation: Fix SPEC_CTRL write on SMT state changeJosh Poimboeuf2022-07-251-1/+2
* x86/speculation: Fix firmware entry SPEC_CTRL handlingJosh Poimboeuf2022-07-251-6/+4
* x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf2022-07-253-6/+0
* x86/cpu/amd: Add Spectral ChickenPeter Zijlstra2022-07-254-1/+33
* objtool: Add entry UNRET validationPeter Zijlstra2022-07-2513-15/+217
* x86/bugs: Do IBPB fallback check only onceJosh Poimboeuf2022-07-251-10/+5
* x86/bugs: Add retbleed=ibpbPeter Zijlstra2022-07-256-13/+67
* x86/xen: Rename SYS* entry pointsPeter Zijlstra2022-07-253-16/+16
* objtool: Update Retpoline validationPeter Zijlstra2022-07-254-6/+22
* intel_idle: Disable IBRS during long idlePeter Zijlstra2022-07-253-6/+44
* x86/bugs: Report Intel retbleed vulnerabilityPeter Zijlstra2022-07-253-18/+46
* x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mit...Peter Zijlstra2022-07-251-8/+17
* x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRSPawan Gupta2022-07-253-14/+54
* x86/bugs: Optimize SPEC_CTRL MSR writesPeter Zijlstra2022-07-253-8/+14
* x86/entry: Add kernel IBRS implementationPeter Zijlstra2022-07-254-10/+111