aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool/include
AgeCommit message (Expand)AuthorFilesLines
2023-02-23objtool: Fix ORC 'signal' propagationGravatar Josh Poimboeuf 1-0/+1
2023-02-23objtool: Remove instruction::listGravatar Peter Zijlstra 2-25/+27
2023-02-23objtool: Union instruction::{call_dest,jump_table}Gravatar Peter Zijlstra 1-2/+4
2023-02-23objtool: Remove instruction::relocGravatar Peter Zijlstra 1-3/+3
2023-02-23objtool: Shrink instruction::{type,visited}Gravatar Peter Zijlstra 1-5/+5
2023-02-23objtool: Make instruction::alts a single-linked listGravatar Peter Zijlstra 1-1/+1
2023-02-23objtool: Make instruction::stack_ops a single-linked listGravatar Peter Zijlstra 2-2/+2
2023-02-23objtool: Change arch_decode_instruction() signatureGravatar Peter Zijlstra 1-3/+1
2023-02-01objtool: Optimize layout of struct special_altGravatar Thomas Weißschuh 1-1/+1
2023-02-01objtool: Optimize layout of struct symbolGravatar Thomas Weißschuh 1-3/+2
2023-02-01objtool: Allocate multiple structures with calloc()Gravatar Thomas Weißschuh 1-0/+4
2023-02-01objtool: Make struct check_options staticGravatar Thomas Weißschuh 1-2/+0
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 4-16/+27
2022-11-23objtool/powerpc: Implement arch_pc_relative_reloc()Gravatar Michael Ellerman 1-0/+2
2022-11-18objtool: Add arch specific function arch_ftrace_match()Gravatar Sathvika Vasireddy 1-0/+2
2022-11-18objtool: Add --mnop as an option to --mcountGravatar Sathvika Vasireddy 1-0/+1
2022-11-18objtool: Use target file class size instead of a compiled constantGravatar Christophe Leroy 1-0/+8
2022-11-18objtool: Use target file endianness instead of a compiled constantGravatar Christophe Leroy 1-16/+16
2022-11-05objtool: Optimize elf_dirty_reloc_sym()Gravatar Peter Zijlstra 1-0/+2
2022-11-01objtool: Add --cfi to generate the .cfi_sites sectionGravatar Peter Zijlstra 1-0/+1
2022-11-01objtool: Add option to generate prefix symbolsGravatar Peter Zijlstra 2-0/+3
2022-11-01objtool: Avoid O(bloody terrible) behaviour -- an ode to libelfGravatar Peter Zijlstra 1-1/+1
2022-10-17objtool: Rework instruction -> symbol mappingGravatar Peter Zijlstra 1-1/+11
2022-10-17objtool: Fix find_{symbol,func}_containing()Gravatar Peter Zijlstra 1-1/+2
2022-10-17objtool: Add --hacks=skylakeGravatar Peter Zijlstra 1-0/+1
2022-10-17objtool: Add .call_sites sectionGravatar Peter Zijlstra 1-0/+1
2022-10-17objtool: Track init sectionGravatar Peter Zijlstra 1-1/+1
2022-10-17objtool: Allow !PC relative relocationsGravatar Peter Zijlstra 1-0/+2
2022-06-29x86/retbleed: Add fine grained Kconfig knobsGravatar Peter Zijlstra 1-0/+1
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Gravatar Josh Poimboeuf 1-9/+10
2022-06-27objtool: Add entry UNRET validationGravatar Peter Zijlstra 2-2/+10
2022-06-27x86,objtool: Create .return_sitesGravatar Peter Zijlstra 3-0/+3
2022-05-20objtool: Fix objtool regression on x32 systemsGravatar Mikulas Patocka 1-2/+2
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkGravatar Josh Poimboeuf 2-3/+12
2022-04-22objtool: Make noinstr hacks optionalGravatar Josh Poimboeuf 1-0/+1
2022-04-22objtool: Make jump label hack optionalGravatar Josh Poimboeuf 1-0/+1
2022-04-22objtool: Make static call annotation optionalGravatar Josh Poimboeuf 1-0/+1
2022-04-22objtool: Make stack validation frame-pointer-specificGravatar Josh Poimboeuf 1-1/+0
2022-04-22objtool: Make stack validation optionalGravatar Josh Poimboeuf 1-0/+1
2022-04-22objtool: Add option to print section addressesGravatar Josh Poimboeuf 2-14/+18
2022-04-22objtool: Don't print parentheses in function addressesGravatar Josh Poimboeuf 1-5/+1
2022-04-22objtool: Ditch subcommandsGravatar Josh Poimboeuf 1-2/+3
2022-04-22objtool: Reorganize cmdline optionsGravatar Josh Poimboeuf 1-3/+23
2022-04-22objtool: Fix type of reloc::addendGravatar Peter Zijlstra 1-2/+2
2022-04-19objtool: Fix function fallthrough detection for vmlinuxGravatar Josh Poimboeuf 1-1/+1
2022-03-15objtool: Find unused ENDBR instructionsGravatar Peter Zijlstra 1-0/+1
2022-03-15objtool: Validate IBT assumptionsGravatar Peter Zijlstra 2-1/+5
2022-03-15objtool: Add IBT/ENDBR decodingGravatar Peter Zijlstra 1-0/+1
2022-03-15objtool: Read the NOENDBR annotationGravatar Peter Zijlstra 1-3/+10
2022-03-15objtool: Ignore extra-symbol codeGravatar Peter Zijlstra 1-0/+1