summaryrefslogtreecommitdiff
path: root/tools/objtool/include
AgeCommit message (Expand)Author
2023-06-07objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regionsJosh Poimboeuf
2023-05-16objtool: Include backtrace in verbose modeJosh Poimboeuf
2023-05-16objtool: Add verbose option for disassembling affected functionsJosh Poimboeuf
2023-05-16objtool: Limit unreachable warnings to once per functionJosh Poimboeuf
2023-04-14objtool: Add symbol iteration helpersJosh Poimboeuf
2023-04-14objtool: Add WARN_INSN()Josh Poimboeuf
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf
2023-02-23objtool: Fix ORC 'signal' propagationJosh Poimboeuf
2023-02-23objtool: Remove instruction::listPeter Zijlstra
2023-02-23objtool: Union instruction::{call_dest,jump_table}Peter Zijlstra
2023-02-23objtool: Remove instruction::relocPeter Zijlstra
2023-02-23objtool: Shrink instruction::{type,visited}Peter Zijlstra
2023-02-23objtool: Make instruction::alts a single-linked listPeter Zijlstra
2023-02-23objtool: Make instruction::stack_ops a single-linked listPeter Zijlstra
2023-02-23objtool: Change arch_decode_instruction() signaturePeter Zijlstra
2023-02-01objtool: Optimize layout of struct special_altThomas Weißschuh
2023-02-01objtool: Optimize layout of struct symbolThomas Weißschuh
2023-02-01objtool: Allocate multiple structures with calloc()Thomas Weißschuh
2023-02-01objtool: Make struct check_options staticThomas Weißschuh
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-11-23objtool/powerpc: Implement arch_pc_relative_reloc()Michael Ellerman
2022-11-18objtool: Add arch specific function arch_ftrace_match()Sathvika Vasireddy
2022-11-18objtool: Add --mnop as an option to --mcountSathvika Vasireddy
2022-11-18objtool: Use target file class size instead of a compiled constantChristophe Leroy
2022-11-18objtool: Use target file endianness instead of a compiled constantChristophe Leroy
2022-11-05objtool: Optimize elf_dirty_reloc_sym()Peter Zijlstra
2022-11-01objtool: Add --cfi to generate the .cfi_sites sectionPeter 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-10-17objtool: Rework instruction -> symbol mappingPeter Zijlstra
2022-10-17objtool: Fix find_{symbol,func}_containing()Peter Zijlstra
2022-10-17objtool: Add --hacks=skylakePeter Zijlstra
2022-10-17objtool: Add .call_sites sectionPeter Zijlstra
2022-10-17objtool: Track init sectionPeter Zijlstra
2022-10-17objtool: Allow !PC relative relocationsPeter Zijlstra
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra
2022-06-27x86,objtool: Create .return_sitesPeter Zijlstra
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf
2022-04-22objtool: Add option to print section addressesJosh Poimboeuf
2022-04-22objtool: Don't print parentheses in function addressesJosh Poimboeuf
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf