summaryrefslogtreecommitdiff
path: root/tools/objtool/special.c
AgeCommit message (Expand)Author
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf
2023-02-01objtool: Make struct entries[] static and constThomas Weißschuh
2022-11-18objtool: Use target file endianness instead of a compiled constantChristophe Leroy
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence
2021-10-05objtool: Remove reloc symbol type checks in get_alt_entry()Josh Poimboeuf
2021-10-03objtool: print out the symbol type when complaining about itLinus Torvalds
2021-10-01objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra
2021-05-12objtool: Decode jump_entry::key addendPeter Zijlstra
2021-04-02objtool: Skip magical retpoline .altinstr_replacementPeter Zijlstra
2021-01-13objtool: Rework header include pathsVasily Gorbik
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik
2020-09-10objtool: Abstract alternative special case handlingJulien Thierry
2020-09-10objtool: Move macros describing structures to arch-dependent codeJulien Thierry
2020-06-01objtool: Rename rela to relocMatt Helsley
2020-03-25objtool: Optimize read_sections()Peter Zijlstra
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-04-03objtool: Add UACCESS validationPeter Zijlstra
2018-09-27x86/jump_table: Use relative referencesArd Biesheuvel
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf