aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-03objtool: Add --backtrace supportPeter Zijlstra4-6/+25
2019-04-03objtool: Rewrite add_ignores()Peter Zijlstra2-32/+20
2019-04-03objtool: Handle function aliasesPeter Zijlstra2-5/+12
2019-04-03objtool: Set insn->func for alternativesPeter Zijlstra1-0/+1
2019-04-03x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra1-4/+4
2019-03-28objtool: Query pkg-config for libelf locationRolf Eike Beer1-2/+5
2019-03-21objtool: Move objtool_file struct off the stackJosh Poimboeuf1-1/+2
2018-11-20objtool: Fix segfault in .cold detection with -ffunction-sectionsArtem Savkov1-3/+14
2018-11-20objtool: Fix double-free in .cold detection error pathArtem Savkov1-1/+1
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar1-1/+1
2018-11-01objtool: Support GCC 9 cold subfunction naming schemeJosh Poimboeuf1-1/+1
2018-10-29Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x86/urgent, to pick up simple topic branchesIngo Molnar4-9/+37
2018-09-27x86/jump_table: Use relative referencesArd Biesheuvel1-2/+2