summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
2022-07-25objtool: Cache instruction relocsPeter Zijlstra2-6/+23
2022-07-25objtool: Keep track of retpoline call sitesPeter Zijlstra5-6/+34
2022-07-25objtool: Add elf_create_undef_symbol()Peter Zijlstra2-0/+61
2022-07-25objtool: Extract elf_symbol_add()Peter Zijlstra1-25/+31
2022-07-25objtool: Extract elf_strtab_concat()Peter Zijlstra1-22/+38
2022-07-25objtool: Create reloc sections implicitlyPeter Zijlstra4-7/+8
2022-07-25objtool: Add elf_create_reloc() helperPeter Zijlstra4-90/+79
2022-07-25objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra4-13/+14
2022-07-25objtool: Handle per arch retpoline namingPeter Zijlstra3-2/+14
2022-07-25objtool: Correctly handle retpoline thunk callsPeter Zijlstra1-0/+12
2022-07-25x86/retpoline: Simplify retpolinesPeter Zijlstra1-2/+1
2022-07-25x86/alternatives: Optimize optimize_nops()Peter Zijlstra1-1/+1
2022-07-25x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov1-4/+13
2022-07-25objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf3-25/+17
2022-07-25objtool: Assume only ELF functions do sibling callsJosh Poimboeuf1-14/+22
2022-07-25objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf1-4/+4
2022-07-25objtool: Support stack layout changes in alternativesJosh Poimboeuf4-111/+159
2022-07-25objtool: Add 'alt_group' structJosh Poimboeuf2-7/+35
2022-07-25objtool: Refactor ORC section generationJosh Poimboeuf7-159/+140
2021-11-18objtool: Fix static_call list generationPeter Zijlstra1-5/+12
2021-11-18x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra1-0/+1
2021-11-18objtool: Add xen_start_kernel() to noreturn listJosh Poimboeuf1-0/+1
2021-03-30static_call: Allow module use without exposing static_call_keyJosh Poimboeuf1-2/+15
2021-03-04objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf1-2/+2
2021-03-04objtool: Fix retpoline detection in asm codeJosh Poimboeuf3-2/+14
2021-03-04objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf1-2/+6
2021-02-17objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf4-26/+42
2021-02-07objtool: Don't fail the kernel build on fatal errorsJosh Poimboeuf1-9/+5
2021-02-07objtool: Don't add empty symbols to the rbtreeJosh Poimboeuf1-0/+7
2021-01-30tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker1-9/+0
2021-01-30objtool: Don't fail on missing symbol tableJosh Poimboeuf1-2/+5
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds18-245/+398
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-7/+149
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+55
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo 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