summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
2025-05-02objtool: Stop UNRET validation on UD2Josh Poimboeuf1-0/+3
2024-12-19objtool/x86: allow syscall instructionJuergen Gross1-4/+7
2024-06-21exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-1/+1
2024-06-21exit: Implement kthread_exitEric W. Biederman1-0/+1
2023-11-08objtool/x86: add missing embedded_insn checkJohn Sperbeck1-1/+1
2023-08-30objtool/x86: Fix SRSO messPeter Zijlstra4-5/+30
2023-08-26objtool/x86: Fixup frame-pointer vs rethunkPeter Zijlstra1-6/+11
2023-08-26x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu1-1/+1
2023-08-26x86/cpu: Rename original retbleed methodsPeter Zijlstra2-2/+2
2023-08-26x86/cpu: Clean up SRSO return thunk messPeter Zijlstra1-1/+1
2023-08-08x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-1/+4
2023-03-11objtool: Fix memory leak in create_static_call_sections()Miaoqian Lin1-0/+2
2023-03-11objtool: add UACCESS exceptions for __tsan_volatile_read/writeArnd Bergmann1-0/+2
2023-03-11x86: Mark stop_this_cpu() __noreturnPeter Zijlstra1-0/+1
2023-02-01objtool: Add a missing comma to avoid string concatenationEric W. Biederman1-1/+1
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman1-1/+2
2023-01-14objtool: Fix SEGFAULTChristophe Leroy1-1/+1
2023-01-14objtool, kcsan: Add volatile read/write instrumentation to whitelistMarco Elver1-0/+10
2022-10-26objtool: Preserve special st_shndx indexes in elf_update_symbolSami Tolvanen1-1/+6
2022-07-25objtool: Fix elf_create_undef_symbol() endiannessVasily Gorbik1-0/+1
2022-07-25x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra3-4/+10
2022-07-25objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf2-0/+41
2022-07-25objtool: Add entry UNRET validationPeter Zijlstra4-6/+177
2022-07-25objtool: Update Retpoline validationPeter Zijlstra1-6/+13
2022-07-25x86: Add magic AMD return-thunkPeter Zijlstra1-3/+17
2022-07-25objtool: Treat .text.__x86.* as noinstrPeter Zijlstra1-1/+2
2022-07-25objtool: skip non-text sections when adding return-thunk sitesThadeu Lima de Souza Cascardo1-1/+3
2022-07-25x86,objtool: Create .return_sitesPeter Zijlstra6-0/+84
2022-07-25objtool: Fix objtool regression on x32 systemsMikulas Patocka3-7/+8
2022-07-25objtool: Fix symbol creationPeter Zijlstra1-68/+128
2022-07-25objtool: Fix type of reloc::addendPeter Zijlstra3-7/+7
2022-07-25objtool: Fix code relocs vs weak symbolsPeter Zijlstra1-22/+165
2022-07-25objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra1-0/+11
2022-07-25objtool: Default ignore INT3 for unreachablePeter Zijlstra1-7/+5
2022-07-25objtool: Add straight-line-speculation validationPeter Zijlstra5-6/+29
2022-07-25objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra5-251/+93
2022-07-25objtool: Explicitly avoid self modifying code in .altinstr_replacementPeter Zijlstra1-8/+28
2022-07-25objtool: Classify symbolsPeter Zijlstra2-13/+26
2022-07-25objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra3-58/+86
2022-07-25objtool: Introduce CFI hashPeter Zijlstra6-35/+160
2022-07-25objtool: Make .altinstructions section entry size consistentJoe Lawrence1-1/+1
2022-07-25objtool: Remove reloc symbol type checks in get_alt_entry()Josh Poimboeuf1-29/+7
2022-07-25objtool: print out the symbol type when complaining about itLinus Torvalds1-4/+8
2022-07-25objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra1-7/+25
2022-07-25objtool: Don't make .altinstructions writableJosh Poimboeuf1-1/+1
2022-07-25objtool: Only rewrite unconditional retpoline thunk callsPeter Zijlstra1-0/+4
2022-07-25objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()Peter Zijlstra1-1/+24
2022-07-25objtool: Support asm jump tablesJosh Poimboeuf1-1/+13
2022-07-25objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra1-0/+117
2022-07-25objtool: Skip magical retpoline .altinstr_replacementPeter Zijlstra1-1/+11