summaryrefslogtreecommitdiff
path: root/tools/objtool/arch/x86/special.c
AgeCommit message (Expand)AuthorFilesLines
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