summaryrefslogtreecommitdiffstats
path: root/tools/objtool/special.c
Commit message (Expand)AuthorAgeFilesLines
* objtool: Make struct entries[] static and constThomas Weißschuh2023-02-011-3/+3
* objtool: Use target file endianness instead of a compiled constantChristophe Leroy2022-11-181-1/+2
* objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra2021-10-281-8/+0
* objtool: Remove redundant 'len' field from struct sectionJoe Lawrence2021-10-051-2/+2
* objtool: Remove reloc symbol type checks in get_alt_entry()Josh Poimboeuf2021-10-051-29/+7
* objtool: print out the symbol type when complaining about itLinus Torvalds2021-10-031-4/+8
* objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra2021-10-011-7/+25
* objtool: Decode jump_entry::key addendPeter Zijlstra2021-05-121-0/+14
* objtool: Skip magical retpoline .altinstr_replacementPeter Zijlstra2021-04-021-1/+11
* objtool: Rework header include pathsVasily Gorbik2021-01-131-5/+5
* objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik2021-01-131-2/+4
* objtool: Abstract alternative special case handlingJulien Thierry2020-09-101-27/+5
* objtool: Move macros describing structures to arch-dependent codeJulien Thierry2020-09-101-15/+1
* objtool: Rename rela to relocMatt Helsley2020-06-011-14/+14
* objtool: Optimize read_sections()Peter Zijlstra2020-03-251-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* objtool: Add UACCESS validationPeter Zijlstra2019-04-031-0/+18
* x86/jump_table: Use relative referencesArd Biesheuvel2018-09-271-2/+2
* objtool: Implement stack validation 2.0Josh Poimboeuf2017-06-301-3/+3
* objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf2016-02-291-0/+193