summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)Author
2020-01-22objtool: Fix ARCH=x86_64 build errorShile Zhang
2020-01-22objtool: Silence build outputOlof Johansson
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-10-28ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra
2019-10-17x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu
2019-09-30objtool: add kunit_try_catch_throw to the noreturn listBrendan Higgins
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson
2019-09-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-09-10objtool: Clobber user CFLAGS variableJosh Poimboeuf
2019-08-31objtool: Ignore intentional differences for the x86 insn decoderArnaldo Carvalho de Melo
2019-08-31objtool: Update sync-check.sh from perf's check-headers.shArnaldo Carvalho de Melo
2019-08-31objtool: Move x86 insn decoder to a common locationJosh Poimboeuf
2019-07-25objtool: Improve UACCESS coveragePeter Zijlstra
2019-07-18objtool: Support conditional retpolinesJosh Poimboeuf
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf
2019-07-18objtool: Fix seg fault on bad switch table entryJosh Poimboeuf
2019-07-18objtool: Support repeated uses of the same C jump tableJann Horn
2019-07-18objtool: Refactor jump table codeJosh Poimboeuf
2019-07-18objtool: Refactor sibling call detection logicJosh Poimboeuf
2019-07-18objtool: Do frame pointer check before dead end checkJosh Poimboeuf
2019-07-18objtool: Change dead_end_function() to return booleanJosh Poimboeuf
2019-07-18objtool: Warn on zero-length functionsJosh Poimboeuf
2019-07-18objtool: Refactor function alias logicJosh Poimboeuf
2019-07-18objtool: Track original function across branchesJosh Poimboeuf
2019-07-18objtool: Add mcsafe_handle_tail() to the uaccess safe listJosh Poimboeuf
2019-07-18Merge branch 'x86/debug' into core/urgentThomas Gleixner
2019-07-18objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney
2019-07-18objtool: Use Elf_Scn typedef instead of assuming struct nameMichael Forney
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-09objtool: Add support for C jump tablesJosh Poimboeuf
2019-07-02objtool: Fix build by linking against tools/lib/ctype.o sourcesJiri Olsa
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-17objtool: Allow AR to be overridden with HOSTARNathan Chancellor
2019-05-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-15objtool: Fix whitelist documentation typoRaphael Gault
2019-05-13objtool: Fix function fallthrough detectionJosh Poimboeuf
2019-05-13objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf
2019-05-08Merge tag 'docs-5.2' of git://git.lwn.net/linuxLinus Torvalds
2019-05-07docs: livepatch: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-04-05objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf
2019-04-03objtool: Add Direction Flag validationPeter Zijlstra
2019-04-03objtool: Add UACCESS validationPeter Zijlstra
2019-04-03objtool: Fix sibling call detectionPeter Zijlstra
2019-04-03objtool: Rewrite alt->skip_origPeter Zijlstra