summaryrefslogtreecommitdiff
path: root/include/linux/objtool.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-10x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao1-1/+1
2023-10-31Merge tag 'objtool-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+5
2023-10-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf1-1/+2
2023-09-22x86/speculation, objtool: Use absolute relocations for annotationsFangrui Song1-5/+5
2023-03-24x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf1-6/+4
2023-03-24x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf1-0/+16
2023-03-24objtool: Change UNWIND_HINT() argument orderJosh Poimboeuf1-3/+2
2023-03-24objtool: Use relative pointers for annotationsJosh Poimboeuf1-6/+6
2023-03-24objtool: Add objtool_types.hJosh Poimboeuf1-41/+1
2023-02-11x86/unwind/orc: Add 'signal' field to ORC metadataJosh Poimboeuf1-4/+7
2022-08-03Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2022-07-07objtool: update objtool.txt referencesMauro Carvalho Chehab1-1/+1
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf1-2/+4
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra1-0/+3
2022-06-06x86/ftrace: Remove OBJECT_FILES_NON_STANDARD usageJosh Poimboeuf1-0/+6
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2022-05-06objtool: Fix STACK_FRAME_NON_STANDARD reloc typePeter Zijlstra1-1/+3
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-3/+3
2022-03-15x86,objtool: Move the ASM_REACHABLE annotation to objtool.hPeter Zijlstra1-0/+16
2022-03-15x86/ibt: Add ANNOTATE_NOENDBRPeter Zijlstra1-0/+16
2021-10-01objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf1-0/+12
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf1-1/+4
2021-01-26objtool: Add asm version of STACK_FRAME_NON_STANDARDJosh Poimboeuf1-0/+8
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry1-0/+88
2020-09-10objtool: Only include valid definitions depending on source file typeJulien Thierry1-0/+6
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry1-0/+35