aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/special.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra1-8/+0
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence1-2/+2
2021-10-05objtool: Remove reloc symbol type checks in get_alt_entry()Josh Poimboeuf1-29/+7
2021-10-03objtool: print out the symbol type when complaining about itLinus Torvalds1-4/+8
2021-10-01objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra1-7/+25
2021-05-12objtool: Decode jump_entry::key addendPeter Zijlstra1-0/+14
2021-04-02objtool: Skip magical retpoline .altinstr_replacementPeter Zijlstra1-1/+11
2021-01-13objtool: Rework header include pathsVasily Gorbik1-5/+5
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik1-2/+4
2020-09-10objtool: Abstract alternative special case handlingJulien Thierry1-27/+5
2020-09-10objtool: Move macros describing structures to arch-dependent codeJulien Thierry1-15/+1
2020-06-01objtool: Rename rela to relocMatt Helsley1-14/+14
2020-03-25objtool: Optimize read_sections()Peter Zijlstra1-2/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-03objtool: Add UACCESS validationPeter Zijlstra1-0/+18
2018-09-27x86/jump_table: Use relative referencesArd Biesheuvel1-2/+2
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf1-3/+3
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf1-0/+193