summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorLines
13 daysMerge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-53/+207
14 daysMerge branch 'nocache-cleanup'Linus Torvalds-1/+1
2026-03-30x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds-1/+1
2026-03-18objtool/x86: Reorder ORC register numberingJosh Poimboeuf-27/+30
2026-03-18objtool: Support Clang RAX DRAP sequenceJosh Poimboeuf-0/+8
2026-03-16objtool: Fix Clang jump table detectionJosh Poimboeuf-3/+2
2026-03-16objtool/klp: fix mkstemp() failure with long pathsJoe Lawrence-20/+3
2026-03-16objtool/klp: fix data alignment in __clone_symbol()Joe Lawrence-1/+2
2026-03-15Merge tag 'objtool-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-60/+71
2026-03-09objtool: Fix another stack overflow in validate_branch()Josh Poimboeuf-5/+5
2026-03-09objtool: Handle Clang RSP musical chairsJosh Poimboeuf-39/+37
2026-03-06objtool/klp: Correlate locals to globalsSong Liu-0/+30
2026-03-06objtool/klp: Match symbols based on demangled_name for global variablesSong Liu-0/+73
2026-03-06objtool/klp: Remove .llvm suffix in demangle_name()Song Liu-0/+8
2026-03-06objtool/klp: Also demangle global objectsSong Liu-3/+0
2026-03-06objtool/klp: Use sym->demangled_name for symbol_name hashSong Liu-18/+40
2026-03-06objtool/klp: Remove trailing '_' in demangle_name()Song Liu-1/+14
2026-03-06objtool/klp: Remove redundant strcmp() in correlate_symbols()Song Liu-1/+1
2026-03-06objtool: Use section/symbol type helpersWentong Tian-12/+12
2026-03-06objtool: Fix ERROR_INSN() error messageJosh Poimboeuf-1/+1
2026-03-06objtool: Fix data alignment in elf_add_data()Josh Poimboeuf-1/+1
2026-03-06objtool: Use HOSTCFLAGS for HAVE_XXHASH testHONG Yifan-1/+1
2026-03-06objtool/klp: Avoid NULL pointer dereference when printing code symbol nameJosh Poimboeuf-6/+9
2026-03-06objtool/klp: Disable unsupported pr_debug() usageJosh Poimboeuf-8/+15
2026-03-06objtool/klp: Fix detection of corrupt static branch/call entriesJosh Poimboeuf-0/+3
2026-03-02kbuild: Leave objtool binary around with 'make clean'Nathan Chancellor-3/+5
2026-02-22Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds-1/+2
2026-02-18Merge tag 'kbuild-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+2
2026-02-12kbuild: Add objtool to top-level clean targetJosh Poimboeuf-0/+2
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-21/+66
2026-02-10objtool/rust: add one more `noreturn` Rust functionMiguel Ojeda-1/+2
2026-02-07Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-13/+42
2026-02-05objtool/klp: Fix unexported static call key access for manually built livepat...Josh Poimboeuf-1/+1
2026-02-05objtool/klp: Fix symbol correlation for orphaned local symbolsJosh Poimboeuf-5/+34
2026-02-05livepatch: Free klp_{object,func}_ext data after initializationPetr Pavlu-7/+7
2026-02-01Merge tag 'objtool-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-16/+25
2026-01-30Merge tag 'rust-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+2
2026-01-27objtool/klp: Fix bug table handling for __WARN_printf()Josh Poimboeuf-3/+11
2026-01-27objtool: Replace custom macros in elf.c with shared onesPetr Pavlu-7/+6
2026-01-27objtool: Print bfd_vma as unsigned long long on ia32-x86_64 cross buildDmitry Safonov-6/+8
2026-01-21objtool: Fix libopcodes linking with static librariesSasha Levin-4/+17
2026-01-13x86/pvlocks: Move paravirt spinlock functions into own headerJuergen Gross-0/+1
2026-01-13objtool: Allow multiple pv_ops arraysJuergen Gross-18/+65
2026-01-13objtool: fix build failure due to missing libopcodes checkSasha Levin-10/+14
2026-01-13objtool: fix compilation failure with the x32 toolchainMikulas Patocka-2/+2
2026-01-12x86/xen: Drop xen_mmu_opsJuergen Gross-1/+0
2026-01-12x86/xen: Drop xen_cpu_opsJuergen Gross-1/+0
2026-01-12x86/xen: Drop xen_irq_opsJuergen Gross-1/+0
2026-01-04objtool/rust: add one more `noreturn` Rust functionFUJITA Tomonori-1/+2
2025-12-03objtool: Add more robust signal error handling, detect and warn about stack o...Josh Poimboeuf-1/+141