aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-29/+24
2021-04-19objtool: Support asm jump tablesJosh Poimboeuf1-1/+13
2021-04-02objtool: Cache instruction relocsPeter Zijlstra1-6/+22
2021-04-02objtool: Keep track of retpoline call sitesPeter Zijlstra1-5/+29
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra1-6/+0
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra1-62/+16
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra1-6/+0
2021-04-02objtool: Fix static_call list generationPeter Zijlstra1-5/+12
2021-04-02objtool: Handle per arch retpoline namingPeter Zijlstra1-2/+7
2021-04-02objtool: Correctly handle retpoline thunk callsPeter Zijlstra1-0/+12
2021-04-02x86/retpoline: Simplify retpolinesPeter Zijlstra1-2/+1
2021-03-12objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra1-0/+3
2021-03-06objtool,x86: Rewrite LEAVEPeter Zijlstra1-22/+2
2021-03-06objtool: Allow UNWIND_HINT to suppress dodgy stack modificationsPeter Zijlstra1-6/+9
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+14
2021-02-24kasan: prefix global functions with kasan_Andrey Konovalov1-1/+1
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+96
2021-02-23objtool: Split noinstr validation from --vmlinuxSami Tolvanen1-1/+1
2021-02-23objtool: Fix __mcount_loc generation with Clang's assemblerSami Tolvanen1-2/+15
2021-02-23objtool: Add a pass for generating __mcount_locPeter Zijlstra1-0/+82
2021-02-23Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-147/+255
2021-02-22objtool: Fix stack-swizzle for FRAME_POINTER=yPeter Zijlstra1-0/+14
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf1-2/+15
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar1-9/+5
2021-02-10objtool: Support stack-swizzlePeter Zijlstra1-0/+45
2021-01-26objtool: Add xen_start_kernel() to noreturn listJosh Poimboeuf1-0/+1
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf1-22/+15
2021-01-26objtool: Assume only ELF functions do sibling callsJosh Poimboeuf1-14/+22
2021-01-26objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf1-4/+4
2021-01-26objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf1-2/+2
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf1-1/+2
2021-01-26objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf1-2/+6
2021-01-21objtool: Don't fail the kernel build on fatal errorsJosh Poimboeuf1-9/+5
2021-01-14objtool: Support stack layout changes in alternativesJosh Poimboeuf1-96/+96
2021-01-14objtool: Add 'alt_group' structJosh Poimboeuf1-6/+23
2021-01-13objtool: Rework header include pathsVasily Gorbik1-8/+8
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik1-2/+3
2021-01-13objtool: Make SP memory operation match PUSH/POP semanticsJulien Thierry1-0/+20
2021-01-13objtool: Support addition to set CFA baseJulien Thierry1-0/+11
2021-01-13objtool: Fully validate the stack frameJulien Thierry1-4/+11
2020-12-16objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf1-2/+9
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-179/+51
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+138
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+55
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/coreIngo Molnar1-0/+55
2020-10-06x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams1-0/+1
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams1-2/+2
2020-10-02objtool: Permit __kasan_check_{read,write} under UACCESSJann Horn1-0/+2
2020-09-21objtool: Ignore unreachable trap after call to noreturn functionsIlie Halip1-3/+7