summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)Author
2021-03-12objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-24kasan: prefix global functions with kasan_Andrey Konovalov
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-02-23objtool: Split noinstr validation from --vmlinuxSami Tolvanen
2021-02-23objtool: Don't autodetect vmlinux.oSami Tolvanen
2021-02-23objtool: Fix __mcount_loc generation with Clang's assemblerSami Tolvanen
2021-02-23objtool: Add a pass for generating __mcount_locPeter Zijlstra
2021-02-23Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-02-22objtool: Fix stack-swizzle for FRAME_POINTER=yPeter Zijlstra
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf
2021-02-17rbtree: Add generic add and find helpersPeter Zijlstra
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar
2021-02-10objtool: Support stack-swizzlePeter Zijlstra
2021-02-10objtool,x86: Additionally decode: mov %rsp, (%reg)Peter Zijlstra
2021-02-10x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra
2021-01-26objtool: Add xen_start_kernel() to noreturn listJosh Poimboeuf
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf
2021-01-26objtool: Assume only ELF functions do sibling callsJosh Poimboeuf
2021-01-26objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf
2021-01-26objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf
2021-01-26objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf
2021-01-21objtool: Don't fail on missing symbol tableJosh Poimboeuf
2021-01-21objtool: Don't fail the kernel build on fatal errorsJosh Poimboeuf
2021-01-14objtool: Support stack layout changes in alternativesJosh Poimboeuf
2021-01-14objtool: Add 'alt_group' structJosh Poimboeuf
2021-01-14objtool: Refactor ORC section generationJosh Poimboeuf
2021-01-13objtool: Rework header include pathsVasily Gorbik
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik
2021-01-13objtool: Fix reloc generation on big endian cross-compilesMartin Schwidefsky
2021-01-13objtool: Make SP memory operation match PUSH/POP semanticsJulien Thierry
2021-01-13objtool: Support addition to set CFA baseJulien Thierry
2021-01-13objtool: Fully validate the stack frameJulien Thierry
2021-01-13objtool: Don't add empty symbols to the rbtreeJosh Poimboeuf
2020-12-27Merge tag 'objtool-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-12-16objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf
2020-11-11tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar
2020-10-06objtool: Allow nested externs to enable BUILD_BUG()Vasily Gorbik
2020-10-06x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-10-02objtool: Permit __kasan_check_{read,write} under UACCESSJann Horn
2020-09-21objtool: Ignore unreachable trap after call to noreturn functionsIlie Halip
2020-09-21objtool: Handle calling non-function symbols in other sectionsJulien Thierry
2020-09-18objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf