aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/objtool/check.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-28Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2025-02-25objtool: Fix C jump table annotations for ClangArd Biesheuvel1-3/+4
2025-02-16Merge tag 'objtool_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+10
2025-02-12objtool/rust: add one more `noreturn` Rust functionMiguel Ojeda1-0/+1
2025-02-08objtool: Move dodgy linker warn to verbosePeter Zijlstra1-1/+1
2025-02-08objtool: Ignore dangling jump table entriesJosh Poimboeuf1-0/+9
2025-01-21Merge tag 'objtool-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-305/+121
2024-12-13objtool/x86: allow syscall instructionJuergen Gross1-3/+6
2024-12-02objtool: Allow arch code to discover jump table sizeArd Biesheuvel1-11/+20
2024-12-02objtool: Warn about unknown annotation typesPeter Zijlstra1-0/+13
2024-12-02objtool: Fix ANNOTATE_REACHABLE to be a normal annotationPeter Zijlstra1-23/+0
2024-12-02objtool: Convert {.UN}REACHABLE to ANNOTATEPeter Zijlstra1-60/+22
2024-12-02objtool: Remove annotate_{,un}reachable()Peter Zijlstra1-41/+2
2024-12-02objtool: Collapse annotate sequencesPeter Zijlstra1-55/+32
2024-12-02objtool: Convert ANNOTATE_INTRA_FUNCTION_CALL to ANNOTATEPeter Zijlstra1-57/+39
2024-12-02objtool: Convert ANNOTATE_IGNORE_ALTERNATIVE to ANNOTATEPeter Zijlstra1-35/+10
2024-12-02objtool: Convert VALIDATE_UNRET_BEGIN to ANNOTATEPeter Zijlstra1-23/+5
2024-12-02objtool: Convert instrumentation_{begin,end}() to ANNOTATEPeter Zijlstra1-39/+10
2024-12-02objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATEPeter Zijlstra1-34/+18
2024-12-02objtool: Convert ANNOTATE_NOENDBR to ANNOTATEPeter Zijlstra1-27/+5
2024-12-02objtool: Generic annotation infrastructurePeter Zijlstra1-0/+45
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+2
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu1-0/+1
2024-11-11objtool: Exclude __tracepoints data from ENDBR checksPeter Zijlstra1-0/+1
2024-11-06kbuild: Add AutoFDO support for Clang buildRong Xu1-0/+1
2024-10-17objtool: Detect non-relocated text referencesJosh Poimboeuf1-48/+64
2024-09-27Merge tag 'loongarch-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-3/+20
2024-09-17objtool: Handle frame pointer related instructionsTiezhu Yang1-3/+20
2024-08-18objtool/rust: list `noreturn` Rust functionsMiguel Ojeda1-1/+51
2024-07-03kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich1-0/+2
2024-03-30objtool: Fix compile failure when using the x32 compilerMikulas Patocka1-1/+1
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-18/+34
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+12
2024-03-11objtool: Check local label in read_unwind_hints()Tiezhu Yang1-1/+11
2024-03-11objtool: Check local label in add_dead_ends()Tiezhu Yang1-17/+23
2024-02-29objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocksJosh Poimboeuf1-0/+12
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-1/+1
2023-11-17objtool: Fix calloc call for new -Walloc-sizeSam James1-1/+1
2023-10-20objtool: Fix return thunk patching in retpolinesJosh Poimboeuf1-0/+16
2023-09-12objtool: Fix _THIS_IP_ detection for cold functionsJosh Poimboeuf1-1/+2
2023-08-17objtool/x86: Fixup frame-pointer vs rethunkPeter Zijlstra1-6/+11
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra1-1/+1
2023-08-16objtool/x86: Fix SRSO messPeter Zijlstra1-2/+22
2023-08-14x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu1-1/+1
2023-06-07objtool: Free insns when doneJosh Poimboeuf1-0/+30
2023-06-07objtool: Get rid of reloc->rel[a]Josh Poimboeuf1-13/+7
2023-06-07objtool: Get rid of reloc->jump_table_startJosh Poimboeuf1-12/+23
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf1-29/+40
2023-06-07objtool: Get rid of reloc->typeJosh Poimboeuf1-5/+6