summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)Author
2022-07-23x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-07-23objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf
2022-07-23objtool: Add entry UNRET validationThadeu Lima de Souza Cascardo
2022-07-23objtool: Update Retpoline validationPeter Zijlstra
2022-07-23x86: Add magic AMD return-thunkThadeu Lima de Souza Cascardo
2022-07-23objtool: Treat .text.__x86.* as noinstrPeter Zijlstra
2022-07-23objtool: skip non-text sections when adding return-thunk sitesThadeu Lima de Souza Cascardo
2022-07-23x86,objtool: Create .return_sitesPeter Zijlstra
2022-06-14objtool: Mark __ubsan_handle_builtin_unreachable() as noreturnPeter Zijlstra
2022-06-09objtool: Fix symbol creationPeter Zijlstra
2022-06-09objtool: Fix objtool regression on x32 systemsMikulas Patocka
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-22objtool: Fix code relocs vs weak symbolsPeter Zijlstra
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra
2022-04-19objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf
2022-04-19objtool: Fix sibling call detection in alternativesJosh Poimboeuf
2022-04-19objtool: Don't set 'jump_dest' for sibling callsJosh Poimboeuf
2022-04-19objtool: Use offstr() to print address of missing ENDBRJosh Poimboeuf
2022-04-19objtool: Print data address for "!ENDBR" data warningsJosh Poimboeuf
2022-04-19x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra
2022-04-05objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra
2022-04-05objtool: Fix IBT tail-call detectionPeter Zijlstra
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-15objtool: Find unused ENDBR instructionsPeter Zijlstra
2022-03-15objtool: Validate IBT assumptionsPeter Zijlstra
2022-03-15objtool: Add IBT/ENDBR decodingPeter Zijlstra
2022-03-15objtool: Read the NOENDBR annotationPeter Zijlstra
2022-03-15objtool: Rework ASM_REACHABLEPeter Zijlstra
2022-03-15x86: Mark __invalid_creds() __noreturnPeter Zijlstra
2022-03-15exit: Mark do_group_exit() __noreturnPeter Zijlstra
2022-03-15x86: Mark stop_this_cpu() __noreturnPeter Zijlstra
2022-03-15objtool: Ignore extra-symbol codePeter Zijlstra
2022-03-15objtool: Rename --duplicate to --ltoPeter Zijlstra
2022-03-15objtool: Have WARN_FUNC fall back to sym+offPeter Zijlstra
2022-03-15objtool: Default ignore INT3 for unreachablePeter Zijlstra
2022-03-15objtool: Add --dry-runPeter Zijlstra
2022-03-15tools/objtool: Check for use of the ENQCMD instruction in the kernelFenghua Yu
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2022-01-24objtool: Fix truncated string warningSergei Trofimovich
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-12-15objtool: Add a missing comma to avoid string concatenationEric W. Biederman
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2021-12-13exit: Implement kthread_exitEric W. Biederman
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-12-11objtool: Remove .fixup handlingPeter Zijlstra
2021-12-09objtool, kcsan: Remove memory barrier instrumentation from noinstrMarco Elver
2021-12-09objtool, kcsan: Add memory barrier instrumentation to whitelistMarco Elver