aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/orc_gen.c
AgeCommit message (Expand)Author
2022-07-25objtool: Introduce CFI hashPeter Zijlstra
2022-07-25objtool: Create reloc sections implicitlyPeter Zijlstra
2022-07-25objtool: Add elf_create_reloc() helperPeter Zijlstra
2022-07-25objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra
2022-07-25objtool: Support stack layout changes in alternativesJosh Poimboeuf
2022-07-25objtool: Refactor ORC section generationJosh Poimboeuf
2021-02-17objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry
2020-09-01objtool: Skip ORC entry creation for non-text sectionsJulien Thierry
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra
2020-06-18objtool: Clean up elf_write() conditionPeter Zijlstra
2020-06-02objtool: Add support for relocations without addendsMatt Helsley
2020-06-01objtool: Rename rela to relocMatt Helsley
2020-05-20objtool: Enable compilation of objtool for all architecturesMatt Helsley
2020-04-22objtool: Optimize !vmlinux.o againPeter Zijlstra
2020-04-22objtool: Fix !CFI insn_state propagationPeter Zijlstra
2020-04-14objtool: Support Clang non-section symbols in ORC generationJosh Poimboeuf
2020-03-25objtool: Optimize read_sections()Peter Zijlstra
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf
2018-01-30objtool: Warn on stripped section symbolJosh Poimboeuf
2017-12-30objtool: Fix seg fault with clang-compiled objectsSimon Ser
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf