summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-05x86/Kconfig: Enable kernel IBT by defaultKees Cook
2022-11-05x86,pm: Force out-of-line memcpy()Peter Zijlstra
2022-11-05objtool: Fix weak hole vs prefix symbolPeter Zijlstra
2022-11-05objtool: Optimize elf_dirty_reloc_sym()Peter Zijlstra
2022-11-01x86/cfi: Add boot time hash randomizationPeter Zijlstra
2022-11-01x86/cfi: Boot time selection of CFI schemePeter Zijlstra
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra
2022-11-01objtool: Add --cfi to generate the .cfi_sites sectionPeter Zijlstra
2022-11-01x86: Add prefix symbols for function paddingPeter Zijlstra
2022-11-01objtool: Add option to generate prefix symbolsPeter Zijlstra
2022-11-01objtool: Avoid O(bloody terrible) behaviour -- an ode to libelfPeter Zijlstra
2022-11-01objtool: Slice up elf_create_section_symbol()Peter Zijlstra
2022-11-01kallsyms: Revert "Take callthunks into account"Peter Zijlstra
2022-11-01x86: Unconfuse CONFIG_ and X86_FEATURE_ namespacesPeter Zijlstra
2022-10-25x86/retpoline: Fix crash printing warningDan Carpenter
2022-10-22Merge branch 'x86/urgent' into x86/core, to resolve conflictIngo Molnar
2022-10-21x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctlyChang S. Bae
2022-10-20perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()Maxim Levitsky
2022-10-20ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra
2022-10-20x86/ftrace: Remove ftrace_epilogue()Peter Zijlstra
2022-10-20x86/paravirt: Fix a !PARAVIRT build warningBorislav Petkov
2022-10-18x86/resctrl: Fix min_cbm_bits for AMDBabu Moger
2022-10-18x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov
2022-10-17x86/topology: Fix duplicated core ID within a packageZhang Rui
2022-10-17x86/topology: Fix multiple packages shown on a single-package systemZhang Rui
2022-10-17hwmon/coretemp: Handle large core ID valueZhang Rui
2022-10-17x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUBNathan Chancellor
2022-10-17x86/bugs: Add retbleed=forcePeter Zijlstra (Intel)
2022-10-17x86/retbleed: Add call depth tracking mitigationThomas Gleixner
2022-10-17x86/ftrace: Make it call depth tracking awarePeter Zijlstra
2022-10-17x86/ftrace: Rebalance RSBPeter Zijlstra
2022-10-17x86/ftrace: Remove ftrace_epilogue()Peter Zijlstra
2022-10-17x86/bpf: Emit call depth accounting if requiredThomas Gleixner
2022-10-17x86/orc: Make it callthunk awarePeter Zijlstra
2022-10-17kallsyms: Take callthunks into accountPeter Zijlstra
2022-10-17static_call: Add call depth tracking supportPeter Zijlstra
2022-10-17x86/calldepth: Add ret/call counting for debugThomas Gleixner
2022-10-17x86/retbleed: Add SKL call thunkThomas Gleixner
2022-10-17x86/retpoline: Add SKL retthunk retpolinesPeter Zijlstra
2022-10-17x86/retbleed: Add SKL return thunkThomas Gleixner
2022-10-17x86/asm: Provide ALTERNATIVE_3Peter Zijlstra
2022-10-17x86/returnthunk: Allow different return thunksPeter Zijlstra
2022-10-17x86/modules: Add call patchingThomas Gleixner
2022-10-17x86/callthunks: Add call patching for call depth trackingThomas Gleixner
2022-10-17x86/paravirt: Make struct paravirt_call_site unconditionally availableThomas Gleixner
2022-10-17x86/entry: Make some entry symbols globalThomas Gleixner
2022-10-17x86/alternatives: Provide text_poke_copy_locked()Thomas Gleixner
2022-10-17x86/retbleed: Add X86_FEATURE_CALL_DEPTHThomas Gleixner
2022-10-17x86/Kconfig: Introduce function paddingThomas Gleixner
2022-10-17x86/Kconfig: Add CONFIG_CALL_THUNKSThomas Gleixner