aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-22objtool: Fix ARCH=x86_64 build errorShile Zhang1-5/+1
2020-01-22objtool: Silence build outputOlof Johansson1-2/+0
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-10-28ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uaccess regionsPeter Zijlstra1-0/+1
2019-10-17x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu1-1/+2
2019-09-30objtool: add kunit_try_catch_throw to the noreturn listBrendan Higgins1-0/+1
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson1-1/+0
2019-09-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-2716/+39
2019-09-10objtool: Clobber user CFLAGS variableJosh Poimboeuf1-1/+1
2019-08-31objtool: Ignore intentional differences for the x86 insn decoderArnaldo Carvalho de Melo1-4/+5
2019-08-31objtool: Update sync-check.sh from perf's check-headers.shArnaldo Carvalho de Melo1-5/+26
2019-08-31objtool: Move x86 insn decoder to a common locationJosh Poimboeuf12-2711/+12
2019-07-25objtool: Improve UACCESS coveragePeter Zijlstra2-4/+6
2019-07-18objtool: Support conditional retpolinesJosh Poimboeuf2-2/+11
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf4-26/+20
2019-07-18objtool: Fix seg fault on bad switch table entryJosh Poimboeuf1-1/+1
2019-07-18objtool: Support repeated uses of the same C jump tableJann Horn3-25/+30
2019-07-18objtool: Refactor jump table codeJosh Poimboeuf3-40/+46
2019-07-18objtool: Refactor sibling call detection logicJosh Poimboeuf1-32/+33
2019-07-18objtool: Do frame pointer check before dead end checkJosh Poimboeuf1-9/+9
2019-07-18objtool: Change dead_end_function() to return booleanJosh Poimboeuf1-22/+14
2019-07-18objtool: Warn on zero-length functionsJosh Poimboeuf1-0/+6
2019-07-18objtool: Refactor function alias logicJosh Poimboeuf2-8/+10
2019-07-18objtool: Track original function across branchesJosh Poimboeuf1-16/+12
2019-07-18objtool: Add mcsafe_handle_tail() to the uaccess safe listJosh Poimboeuf1-0/+1
2019-07-18Merge branch 'x86/debug' into core/urgentThomas Gleixner1-7/+20
2019-07-18objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney3-3/+3
2019-07-18objtool: Use Elf_Scn typedef instead of assuming struct nameMichael Forney1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2019-07-09objtool: Add support for C jump tablesJosh Poimboeuf1-7/+20
2019-07-02objtool: Fix build by linking against tools/lib/ctype.o sourcesJiri Olsa1-0/+5
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet23-307/+23
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner5-73/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner18-234/+18
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2019-05-17objtool: Allow AR to be overridden with HOSTARNathan Chancellor1-1/+2
2019-05-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+8
2019-05-15objtool: Fix whitelist documentation typoRaphael Gault1-1/+1
2019-05-13objtool: Fix function fallthrough detectionJosh Poimboeuf1-1/+2
2019-05-13objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf1-3/+5
2019-05-08Merge tag 'docs-5.2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-05-07docs: livepatch: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-102/+382
2019-04-05objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf1-0/+1
2019-04-03objtool: Add Direction Flag validationPeter Zijlstra4-2/+37
2019-04-03objtool: Add UACCESS validationPeter Zijlstra9-21/+223
2019-04-03objtool: Fix sibling call detectionPeter Zijlstra1-31/+55
2019-04-03objtool: Rewrite alt->skip_origPeter Zijlstra1-6/+10