summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/ibt: Implement FineIBTPeter Zijlstra2022-11-0111-21/+294
* objtool: Add --cfi to generate the .cfi_sites sectionPeter Zijlstra2022-11-013-0/+71
* x86: Add prefix symbols for function paddingPeter Zijlstra2022-11-012-0/+5
* objtool: Add option to generate prefix symbolsPeter Zijlstra2022-11-015-1/+67
* objtool: Avoid O(bloody terrible) behaviour -- an ode to libelfPeter Zijlstra2022-11-012-7/+84
* objtool: Slice up elf_create_section_symbol()Peter Zijlstra2022-11-011-21/+35
* kallsyms: Revert "Take callthunks into account"Peter Zijlstra2022-11-011-40/+5
* x86: Unconfuse CONFIG_ and X86_FEATURE_ namespacesPeter Zijlstra2022-11-011-2/+2
* x86/retpoline: Fix crash printing warningDan Carpenter2022-10-251-1/+1
* Merge branch 'x86/urgent' into x86/core, to resolve conflictIngo Molnar2022-10-2211-73/+120
|\
| * x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctlyChang S. Bae2022-10-221-0/+9
| * perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()Maxim Levitsky2022-10-201-1/+1
| * ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra2022-10-203-15/+27
| * x86/ftrace: Remove ftrace_epilogue()Peter Zijlstra2022-10-201-15/+6
| * x86/resctrl: Fix min_cbm_bits for AMDBabu Moger2022-10-181-6/+2
| * x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov2022-10-181-3/+13
| * x86/topology: Fix duplicated core ID within a packageZhang Rui2022-10-171-1/+1
| * x86/topology: Fix multiple packages shown on a single-package systemZhang Rui2022-10-171-4/+10
| * hwmon/coretemp: Handle large core ID valueZhang Rui2022-10-171-15/+41
| * x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUBNathan Chancellor2022-10-171-1/+0
| * x86/fpu: Exclude dynamic states from init_fpstateChang S. Bae2022-10-171-3/+6
| * x86/fpu: Fix the init_fpstate size check with the actual sizeChang S. Bae2022-10-171-18/+6
| * x86/fpu: Configure init_fpstate attributes orderlyChang S. Bae2022-10-172-9/+5
* | x86/paravirt: Fix a !PARAVIRT build warningBorislav Petkov2022-10-201-7/+7
* | x86/bugs: Add retbleed=forcePeter Zijlstra (Intel)2022-10-171-0/+2
* | x86/retbleed: Add call depth tracking mitigationThomas Gleixner2022-10-171-2/+30
* | x86/ftrace: Make it call depth tracking awarePeter Zijlstra2022-10-1711-8/+68
* | x86/ftrace: Rebalance RSBPeter Zijlstra2022-10-171-0/+11
* | x86/ftrace: Remove ftrace_epilogue()Peter Zijlstra2022-10-171-15/+6
* | x86/bpf: Emit call depth accounting if requiredThomas Gleixner2022-10-173-9/+48
* | x86/orc: Make it callthunk awarePeter Zijlstra2022-10-173-1/+38
* | kallsyms: Take callthunks into accountPeter Zijlstra2022-10-171-5/+40
* | static_call: Add call depth tracking supportPeter Zijlstra2022-10-175-5/+44
* | x86/calldepth: Add ret/call counting for debugThomas Gleixner2022-10-173-5/+91
* | x86/retbleed: Add SKL call thunkThomas Gleixner2022-10-171-5/+20
* | x86/retpoline: Add SKL retthunk retpolinesPeter Zijlstra2022-10-174-12/+135
* | x86/retbleed: Add SKL return thunkThomas Gleixner2022-10-176-10/+159
* | x86/asm: Provide ALTERNATIVE_3Peter Zijlstra2022-10-171-3/+30
* | x86/returnthunk: Allow different return thunksPeter Zijlstra2022-10-175-7/+22
* | x86/modules: Add call patchingThomas Gleixner2022-10-173-1/+43
* | x86/callthunks: Add call patching for call depth trackingThomas Gleixner2022-10-178-10/+287
* | x86/paravirt: Make struct paravirt_call_site unconditionally availableThomas Gleixner2022-10-172-10/+14
* | x86/entry: Make some entry symbols globalThomas Gleixner2022-10-171-3/+6
* | x86/alternatives: Provide text_poke_copy_locked()Thomas Gleixner2022-10-172-15/+23
* | x86/retbleed: Add X86_FEATURE_CALL_DEPTHThomas Gleixner2022-10-173-1/+28
* | x86/Kconfig: Introduce function paddingThomas Gleixner2022-10-175-5/+79
* | x86/Kconfig: Add CONFIG_CALL_THUNKSThomas Gleixner2022-10-171-0/+8
* | x86/putuser: Provide room for paddingThomas Gleixner2022-10-171-13/+49
* | x86/entry: Make sync_regs() invocation a tail callPeter Zijlstra2022-10-171-5/+2
* | objtool: Allow STT_NOTYPE -> STT_FUNC+0 sibling-callsPeter Zijlstra2022-10-171-27/+47