summaryrefslogtreecommitdiffstats
path: root/tools/objtool/orc_gen.c
Commit message (Expand)AuthorAgeFilesLines
* 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