aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds18-245/+398
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-7/+149
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-06objtool: Allow nested externs to enable BUILD_BUG()Vasily Gorbik1-1/+1
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
2020-09-21objtool: Handle calling non-function symbols in other sectionsJulien Thierry1-5/+14
2020-09-18objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf1-1/+1
2020-09-18objtool: Ignore unreachable fake jumpsJulien Thierry1-0/+3
2020-09-18objtool: Remove useless tests before save_reg()Julien Thierry1-4/+2
2020-09-10objtool: Decode unwind hint register depending on architectureJulien Thierry3-26/+40
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry4-7/+15
2020-09-10objtool: Refactor jump table code to support other architecturesRaphael Gault4-87/+103
2020-09-10objtool: Make relocation in alternative handling arch dependentJulien Thierry4-13/+29
2020-09-10objtool: Abstract alternative special case handlingJulien Thierry6-29/+47
2020-09-10objtool: Move macros describing structures to arch-dependent codeJulien Thierry2-15/+21
2020-09-10objtool: Make sync-check consider the target architectureJulien Thierry1-0/+7
2020-09-10objtool: Group headers to check in a single listJulien Thierry1-9/+14
2020-09-01objtool: Define 'struct orc_entry' only when neededJulien Thierry3-0/+8
2020-09-01objtool: Skip ORC entry creation for non-text sectionsJulien Thierry1-0/+3
2020-09-01objtool: Move ORC logic out of check()Julien Thierry5-21/+32
2020-09-01objtool: Move object file loading out of check()Julien Thierry6-35/+60
2020-09-01static_call: Handle tail-callsPeter Zijlstra1-5/+13
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf7-7/+141
2020-08-24objtool, kcsan: Add __tsan_read_write to uaccess whitelistMarco Elver1-0/+5
2020-08-24objtool: Add atomic builtin TSAN instrumentation to uaccess whitelistMarco Elver1-0/+50
2020-08-03Merge tag 'objtool-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-244/+375
2020-06-28Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-8/+108
2020-06-25objtool: Don't consider vmlinux a C-filePeter Zijlstra1-1/+1
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra7-8/+119
2020-06-18objtool: Fix noinstr vs KCOVPeter Zijlstra4-0/+45
2020-06-18objtool: Provide elf_write_{insn,reloc}()Peter Zijlstra2-2/+45
2020-06-18objtool: Clean up elf_write() conditionPeter Zijlstra4-6/+18
2020-06-17Merge branch 'objtool/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jpoimboe/linux into objtool/corePeter Zijlstra8-229/+349
2020-06-15x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Peter Zijlstra1-1/+27
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+22
2020-06-02objtool: Add support for relocations without addendsMatt Helsley3-20/+134
2020-06-01objtool: Rename rela to relocMatt Helsley8-218/+218
2020-05-28objtool: Use sh_info to find the base for .rela sectionsSami Tolvanen1-1/+1
2020-05-28objtool: Do not assume order of parent/child functionsKristen Carlson Accardi1-1/+7
2020-05-20objtool: Enable compilation of objtool for all architecturesMatt Helsley12-34/+73
2020-05-20objtool: Move struct objtool_file into arch-independent headerMatt Helsley2-9/+23
2020-05-20objtool: Exit successfully when requesting helpMatt Helsley1-1/+3
2020-05-20objtool: Add check_kcov_mode() to the uaccess safelistJosh Poimboeuf1-0/+1
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic conflictIngo Molnar2-6/+18
2020-05-15objtool: optimize add_dead_ends for split sectionsSami Tolvanen1-19/+17