summaryrefslogtreecommitdiff
path: root/tools/objtool/arch/x86/special.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-10objtool: Fix false-positive "ignoring unreachables" warningJosh Poimboeuf1-1/+1
2025-03-25objtool: Fix X86_FEATURE_SMAP alternative handlingJosh Poimboeuf1-32/+1
2025-03-25objtool: Warn when disabling unreachable warningsJosh Poimboeuf1-1/+4
2024-12-02objtool: Allow arch code to discover jump table sizeArd Biesheuvel1-1/+3
2024-06-11x86/alternatives: Add nested alternatives macrosPeter Zijlstra1-0/+23
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-1/+1
2023-06-28Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf1-1/+1
2023-06-07objtool: Get rid of reloc->typeJosh Poimboeuf1-2/+2
2023-05-10x86/alternative: Support relocations in alternativesPeter Zijlstra1-7/+1
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf1-1/+1
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf1-1/+1
2021-01-14objtool: Rework header include pathsVasily Gorbik1-2/+2
2020-09-10objtool: Refactor jump table code to support other architecturesRaphael Gault1-0/+95
2020-09-10objtool: Make relocation in alternative handling arch dependentJulien Thierry1-0/+13
2020-09-10objtool: Abstract alternative special case handlingJulien Thierry1-0/+37