aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool/special.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-07objtool: Get rid of reloc->addendGravatar Josh Poimboeuf 1-2/+2
2023-02-01objtool: Make struct entries[] static and constGravatar Thomas Weißschuh 1-3/+3
2022-11-18objtool: Use target file endianness instead of a compiled constantGravatar Christophe Leroy 1-1/+2
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesGravatar Peter Zijlstra 1-8/+0
2021-10-05objtool: Remove redundant 'len' field from struct sectionGravatar Joe Lawrence 1-2/+2
2021-10-05objtool: Remove reloc symbol type checks in get_alt_entry()Gravatar Josh Poimboeuf 1-29/+7
2021-10-03objtool: print out the symbol type when complaining about itGravatar Linus Torvalds 1-4/+8
2021-10-01objtool: Teach get_alt_entry() about more relocation typesGravatar Peter Zijlstra 1-7/+25
2021-05-12objtool: Decode jump_entry::key addendGravatar Peter Zijlstra 1-0/+14
2021-04-02objtool: Skip magical retpoline .altinstr_replacementGravatar Peter Zijlstra 1-1/+11
2021-01-13objtool: Rework header include pathsGravatar Vasily Gorbik 1-5/+5
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesGravatar Vasily Gorbik 1-2/+4
2020-09-10objtool: Abstract alternative special case handlingGravatar Julien Thierry 1-27/+5
2020-09-10objtool: Move macros describing structures to arch-dependent codeGravatar Julien Thierry 1-15/+1
2020-06-01objtool: Rename rela to relocGravatar Matt Helsley 1-14/+14
2020-03-25objtool: Optimize read_sections()Gravatar Peter Zijlstra 1-2/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2019-04-03objtool: Add UACCESS validationGravatar Peter Zijlstra 1-0/+18
2018-09-27x86/jump_table: Use relative referencesGravatar Ard Biesheuvel 1-2/+2
2017-06-30objtool: Implement stack validation 2.0Gravatar Josh Poimboeuf 1-3/+3
2016-02-29objtool: Add tool to perform compile-time stack metadata validationGravatar Josh Poimboeuf 1-0/+193