summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorLines
2020-04-09kbuild: support LLVM=1 to switch the default tools to Clang/LLVMMasahiro Yamada-0/+6
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2020-03-27objtool: whitelist __sanitizer_cov_trace_switch()Al Viro-0/+1
2020-03-25objtool: Re-arrange validate_functions()Peter Zijlstra-22/+30
2020-03-25objtool: Optimize find_rela_by_dest_range()Peter Zijlstra-5/+26
2020-03-25objtool: Delete cleanup()Peter Zijlstra-19/+0
2020-03-25objtool: Optimize read_sections()Peter Zijlstra-29/+47
2020-03-25objtool: Optimize find_symbol_by_name()Peter Zijlstra-5/+7
2020-03-25objtool: Resize insn_hashPeter Zijlstra-1/+1
2020-03-25objtool: Rename find_containing_func()Peter Zijlstra-3/+3
2020-03-25objtool: Optimize find_symbol_*() and read_symbols()Peter Zijlstra-58/+144
2020-03-25objtool: Optimize find_section_by_name()Peter Zijlstra-1/+12
2020-03-25objtool: Optimize find_section_by_index()Peter Zijlstra-5/+10
2020-03-25objtool: Add a statistics modePeter Zijlstra-3/+25
2020-03-25objtool: Optimize find_symbol_by_index()Peter Zijlstra-10/+6
2020-03-25objtool: Rename func_for_each_insn_all()Peter Zijlstra-6/+6
2020-03-25objtool: Rename func_for_each_insn()Peter Zijlstra-8/+8
2020-03-25objtool: Introduce validate_return()Peter Zijlstra-28/+36
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-02-21objtool: Improve call destination function detectionJosh Poimboeuf-11/+31
2020-02-21objtool: Fix clang switch table edge caseJosh Poimboeuf-2/+9
2020-02-11objtool: Add relocation check for alternative sectionsJosh Poimboeuf-0/+21
2020-02-11objtool: Add is_static_jump() helperJosh Poimboeuf-6/+9
2020-02-11objtool: Fail the kernel build on fatal errorsJosh Poimboeuf-3/+9
2020-01-22objtool: Fix ARCH=x86_64 build errorShile Zhang-5/+1
2020-01-22objtool: Silence build outputOlof Johansson-2/+0
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+2
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2019-10-28ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra-0/+1
2019-10-17x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu-1/+2
2019-09-30objtool: add kunit_try_catch_throw to the noreturn listBrendan Higgins-0/+1
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson-1/+0
2019-09-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2716/+39
2019-09-10objtool: Clobber user CFLAGS variableJosh Poimboeuf-1/+1
2019-08-31objtool: Ignore intentional differences for the x86 insn decoderArnaldo Carvalho de Melo-4/+5
2019-08-31objtool: Update sync-check.sh from perf's check-headers.shArnaldo Carvalho de Melo-5/+26
2019-08-31objtool: Move x86 insn decoder to a common locationJosh Poimboeuf-2711/+12
2019-07-25objtool: Improve UACCESS coveragePeter Zijlstra-4/+6
2019-07-18objtool: Support conditional retpolinesJosh Poimboeuf-2/+11
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf-26/+20
2019-07-18objtool: Fix seg fault on bad switch table entryJosh Poimboeuf-1/+1
2019-07-18objtool: Support repeated uses of the same C jump tableJann Horn-25/+30
2019-07-18objtool: Refactor jump table codeJosh Poimboeuf-40/+46
2019-07-18objtool: Refactor sibling call detection logicJosh Poimboeuf-32/+33
2019-07-18objtool: Do frame pointer check before dead end checkJosh Poimboeuf-9/+9
2019-07-18objtool: Change dead_end_function() to return booleanJosh Poimboeuf-22/+14
2019-07-18objtool: Warn on zero-length functionsJosh Poimboeuf-0/+6
2019-07-18objtool: Refactor function alias logicJosh Poimboeuf-8/+10
2019-07-18objtool: Track original function across branchesJosh Poimboeuf-16/+12