aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool/include
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-15objtool: Rename --duplicate to --ltoGravatar Peter Zijlstra 1-1/+1
2022-03-15objtool: Have WARN_FUNC fall back to sym+offGravatar Peter Zijlstra 1-0/+2
2022-03-15objtool: Add --dry-runGravatar Peter Zijlstra 1-1/+1
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-1/+2
2021-12-09objtool, kcsan: Remove memory barrier instrumentation from noinstrGravatar Marco Elver 1-1/+1
2021-12-08objtool: Add straight-line-speculation validationGravatar Peter Zijlstra 2-1/+2
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesGravatar Peter Zijlstra 1-1/+0
2021-10-28objtool: Shrink struct instructionGravatar Peter Zijlstra 1-1/+0
2021-10-28objtool: Classify symbolsGravatar Peter Zijlstra 1-2/+5
2021-10-07Merge branch 'objtool/urgent'Gravatar Peter Zijlstra 1-1/+0
2021-10-05objtool: Remove redundant 'len' field from struct sectionGravatar Joe Lawrence 1-1/+0
2021-09-17objtool: Support pv_opsindirect calls for noinstrGravatar Peter Zijlstra 3-1/+11