summaryrefslogtreecommitdiff
path: root/tools/objtool/objtool.c
AgeCommit message (Expand)Author
2023-10-05objtool: Propagate early errorsAaron Plattner
2023-02-23objtool: Remove instruction::listPeter Zijlstra
2022-10-17objtool: Add .call_sites sectionPeter Zijlstra
2022-06-27x86,objtool: Create .return_sitesPeter Zijlstra
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf
2022-04-19objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf
2022-03-15objtool: Find unused ENDBR instructionsPeter Zijlstra
2021-12-03objtool: Fix pv_ops noinstr validationPeter Zijlstra
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-02objtool: Keep track of retpoline call sitesPeter Zijlstra
2021-03-06objtool: Add --backupPeter Zijlstra
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-02-23objtool: Add a pass for generating __mcount_locPeter Zijlstra
2021-01-13objtool: Rework header include pathsVasily Gorbik
2020-09-01objtool: Move object file loading out of check()Julien Thierry
2020-05-20objtool: Exit successfully when requesting helpMatt Helsley
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2017-10-18objtool: Print top level commands on incorrect usageKamalesh Babulal
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf
2017-04-19objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it nowArnaldo Carvalho de Melo
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf