summaryrefslogtreecommitdiff
path: root/tools/objtool/include
AgeCommit message (Expand)Author
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
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra
2022-04-19objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf
2022-03-15objtool: Find unused ENDBR instructionsPeter Zijlstra
2022-03-15objtool: Validate IBT assumptionsPeter Zijlstra
2022-03-15objtool: Add IBT/ENDBR decodingPeter Zijlstra
2022-03-15objtool: Read the NOENDBR annotationPeter Zijlstra
2022-03-15objtool: Ignore extra-symbol codePeter Zijlstra
2022-03-15objtool: Rename --duplicate to --ltoPeter Zijlstra
2022-03-15objtool: Have WARN_FUNC fall back to sym+offPeter Zijlstra
2022-03-15objtool: Add --dry-runPeter Zijlstra
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-12-09objtool, kcsan: Remove memory barrier instrumentation from noinstrMarco Elver
2021-12-08objtool: Add straight-line-speculation validationPeter Zijlstra
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra
2021-10-28objtool: Shrink struct instructionPeter Zijlstra
2021-10-28objtool: Classify symbolsPeter Zijlstra
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra