summaryrefslogtreecommitdiffstats
path: root/tools/objtool/include/objtool
AgeCommit message (Expand)AuthorFilesLines
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-16/+27
2022-11-23objtool/powerpc: Implement arch_pc_relative_reloc()Michael Ellerman1-0/+2
2022-11-18objtool: Add arch specific function arch_ftrace_match()Sathvika Vasireddy1-0/+2
2022-11-18objtool: Add --mnop as an option to --mcountSathvika Vasireddy1-0/+1
2022-11-18objtool: Use target file class size instead of a compiled constantChristophe Leroy1-0/+8
2022-11-18objtool: Use target file endianness instead of a compiled constantChristophe Leroy1-16/+16
2022-11-05objtool: Optimize elf_dirty_reloc_sym()Peter Zijlstra1-0/+2
2022-11-01objtool: Add --cfi to generate the .cfi_sites sectionPeter Zijlstra1-0/+1
2022-11-01objtool: Add option to generate prefix symbolsPeter Zijlstra2-0/+3
2022-11-01objtool: Avoid O(bloody terrible) behaviour -- an ode to libelfPeter Zijlstra1-1/+1
2022-10-17objtool: Rework instruction -> symbol mappingPeter Zijlstra1-1/+11
2022-10-17objtool: Fix find_{symbol,func}_containing()Peter Zijlstra1-1/+2
2022-10-17objtool: Add --hacks=skylakePeter Zijlstra1-0/+1
2022-10-17objtool: Add .call_sites sectionPeter Zijlstra1-0/+1
2022-10-17objtool: Track init sectionPeter Zijlstra1-1/+1
2022-10-17objtool: Allow !PC relative relocationsPeter Zijlstra1-0/+2
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra1-0/+1
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf1-9/+10
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra2-2/+10
2022-06-27x86,objtool: Create .return_sitesPeter Zijlstra3-0/+3
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka1-2/+2
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf2-3/+12
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf1-0/+1
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf1-0/+1
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf1-0/+1
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf1-1/+0
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf1-0/+1
2022-04-22objtool: Add option to print section addressesJosh Poimboeuf2-14/+18
2022-04-22objtool: Don't print parentheses in function addressesJosh Poimboeuf1-5/+1
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf1-2/+3
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf1-3/+23
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra1-2/+2
2022-04-19objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf1-1/+1
2022-03-15objtool: Find unused ENDBR instructionsPeter Zijlstra1-0/+1
2022-03-15objtool: Validate IBT assumptionsPeter Zijlstra2-1/+5
2022-03-15objtool: Add IBT/ENDBR decodingPeter Zijlstra1-0/+1
2022-03-15objtool: Read the NOENDBR annotationPeter Zijlstra1-3/+10
2022-03-15objtool: Ignore extra-symbol codePeter Zijlstra1-0/+1
2022-03-15objtool: Rename --duplicate to --ltoPeter Zijlstra1-1/+1
2022-03-15objtool: Have WARN_FUNC fall back to sym+offPeter Zijlstra1-0/+2
2022-03-15objtool: Add --dry-runPeter Zijlstra1-1/+1
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+2
2021-12-09objtool, kcsan: Remove memory barrier instrumentation from noinstrMarco Elver1-1/+1
2021-12-08objtool: Add straight-line-speculation validationPeter Zijlstra2-1/+2
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra1-1/+0
2021-10-28objtool: Shrink struct instructionPeter Zijlstra1-1/+0
2021-10-28objtool: Classify symbolsPeter Zijlstra1-2/+5
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra1-1/+0
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence1-1/+0
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra3-1/+11