summaryrefslogtreecommitdiffstats
path: root/tools/objtool/orc_gen.c
Commit message (Expand)AuthorAgeFilesLines
* objtool/x86: Separate arch-specific and generic partsTiezhu Yang2024-03-111-112/+1
* objtool: Add elf_create_section_pair()Josh Poimboeuf2023-06-071-3/+3
* objtool: Remove flags argument from elf_create_section()Josh Poimboeuf2023-06-071-2/+2
* objtool: Add WARN_INSN()Josh Poimboeuf2023-04-141-6/+3
* x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf2023-03-231-13/+13
* x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf2023-03-231-2/+17
* objtool: Add objtool_types.hJosh Poimboeuf2023-03-231-1/+1
* objtool: Fix ORC 'signal' propagationJosh Poimboeuf2023-02-231-0/+1
* objtool: Use target file endianness instead of a compiled constantChristophe Leroy2022-11-181-2/+2
* Merge branch 'objtool/urgent'Peter Zijlstra2021-10-071-1/+1
|\
| * objtool: Remove redundant 'len' field from struct sectionJoe Lawrence2021-10-051-1/+1
* | objtool: Introduce CFI hashPeter Zijlstra2021-09-151-4/+11
|/
* objtool: Create reloc sections implicitlyPeter Zijlstra2021-04-021-2/+0
* objtool: Add elf_create_reloc() helperPeter Zijlstra2021-04-021-24/+6
* objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra2021-04-021-3/+0
* objtool: Support stack layout changes in alternativesJosh Poimboeuf2021-01-141-8/+48
* objtool: Refactor ORC section generationJosh Poimboeuf2021-01-141-135/+137
* objtool: Rework header include pathsVasily Gorbik2021-01-131-3/+3
* objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik2021-01-131-0/+3
* objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf2020-12-161-24/+5
* objtool: Make unwind hint definitions available to other architecturesJulien Thierry2020-09-101-1/+4
* objtool: Skip ORC entry creation for non-text sectionsJulien Thierry2020-09-011-0/+3
* x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf2020-09-011-2/+2
* Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra2020-06-181-1/+1
|\
| * objtool: Clean up elf_write() conditionPeter Zijlstra2020-06-181-1/+1
* | objtool: Add support for relocations without addendsMatt Helsley2020-06-021-1/+1
* | objtool: Rename rela to relocMatt Helsley2020-06-011-23/+23
|/
* objtool: Enable compilation of objtool for all architecturesMatt Helsley2020-05-201-1/+0
* objtool: Optimize !vmlinux.o againPeter Zijlstra2020-04-221-2/+1
* objtool: Fix !CFI insn_state propagationPeter Zijlstra2020-04-221-4/+4
* objtool: Support Clang non-section symbols in ORC generationJosh Poimboeuf2020-04-141-7/+26
* objtool: Optimize read_sections()Peter Zijlstra2020-03-251-4/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* x86/unwind/orc: Detect the end of the stackJosh Poimboeuf2018-06-211-0/+2
* objtool: Warn on stripped section symbolJosh Poimboeuf2018-01-301-0/+5
* objtool: Fix seg fault with clang-compiled objectsSimon Ser2017-12-301-0/+2
* objtool: Add ORC unwind table generationJosh Poimboeuf2017-07-181-0/+214