summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)Author
2020-04-22objtool: Documentation: document UACCESS warningsNick Desaulniers
2020-04-22objtool: Split out arch-specific CFI definitionsJulien Thierry
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault
2020-04-22objtool: Use arch specific values in restore_reg()Julien Thierry
2020-04-22objtool: Ignore empty alternativesJulien Thierry
2020-04-22objtool: Clean instruction state before each function validationJulien Thierry
2020-04-22objtool: Remove redundant checks on operand typeJulien Thierry
2020-04-22objtool: Always do header sync checkJulien Thierry
2020-04-22objtool: Fix off-by-one in symbol_by_offset()Julien Thierry
2020-04-22objtool: Fix 32bit cross buildsPeter Zijlstra
2020-04-14objtool: Make BP scratch register warning more robustJosh Poimboeuf
2020-04-14objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf
2020-04-14objtool: Support Clang non-section symbols in ORC generationJosh Poimboeuf
2020-04-14objtool: Support Clang non-section symbols in ORC dumpJosh Poimboeuf
2020-04-14objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf
2020-04-13objtool, kcsan: Add explicit check functions to uaccess whitelistMarco Elver
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar
2020-04-09kbuild: support LLVM=1 to switch the default tools to Clang/LLVMMasahiro Yamada
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-27objtool: whitelist __sanitizer_cov_trace_switch()Al Viro
2020-03-25objtool: Re-arrange validate_functions()Peter Zijlstra
2020-03-25objtool: Optimize find_rela_by_dest_range()Peter Zijlstra
2020-03-25objtool: Delete cleanup()Peter Zijlstra
2020-03-25objtool: Optimize read_sections()Peter Zijlstra
2020-03-25objtool: Optimize find_symbol_by_name()Peter Zijlstra
2020-03-25objtool: Resize insn_hashPeter Zijlstra
2020-03-25objtool: Rename find_containing_func()Peter Zijlstra
2020-03-25objtool: Optimize find_symbol_*() and read_symbols()Peter Zijlstra
2020-03-25objtool: Optimize find_section_by_name()Peter Zijlstra
2020-03-25objtool: Optimize find_section_by_index()Peter Zijlstra
2020-03-25objtool: Add a statistics modePeter Zijlstra
2020-03-25objtool: Optimize find_symbol_by_index()Peter Zijlstra
2020-03-25objtool: Rename func_for_each_insn_all()Peter Zijlstra
2020-03-25objtool: Rename func_for_each_insn()Peter Zijlstra
2020-03-25objtool: Introduce validate_return()Peter Zijlstra
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar
2020-02-21objtool: Improve call destination function detectionJosh Poimboeuf
2020-02-21objtool: Fix clang switch table edge caseJosh Poimboeuf
2020-02-11objtool: Add relocation check for alternative sectionsJosh Poimboeuf
2020-02-11objtool: Add is_static_jump() helperJosh Poimboeuf
2020-02-11objtool: Fail the kernel build on fatal errorsJosh Poimboeuf
2020-01-22objtool: Fix ARCH=x86_64 build errorShile Zhang
2020-01-22objtool: Silence build outputOlof Johansson
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-16objtool, kcsan: Add KCSAN runtime functions to whitelistMarco Elver
2019-10-28ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra