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