summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
2026-05-05objtool/klp: Fix kCFI trap handlingJosh Poimboeuf1-0/+1
2026-05-05objtool/klp: Fix extraction of text annotations for alternativesJosh Poimboeuf1-5/+28
2026-05-05objtool/klp: Fix XXH3 state memory leakJosh Poimboeuf1-0/+1
2026-05-05objtool/klp: Fix cloning of zero-length section symbolsJosh Poimboeuf1-1/+1
2026-05-05objtool/klp: Fix handling of zero-length .altinstr_replacement sectionsJosh Poimboeuf1-1/+12
2026-05-05objtool/klp: Fix --debug-checksum for duplicate symbol namesJosh Poimboeuf2-5/+15
2026-05-05objtool: Replace iterator callback with for_each_sym_by_mangled_name()Josh Poimboeuf3-82/+60
2026-05-05objtool/klp: Fix create_fake_symbols() skipping entsize-based sectionsJoe Lawrence1-2/+2
2026-05-05objtool/klp: Improve local label checkJosh Poimboeuf1-7/+7
2026-05-05objtool/klp: Don't report uncorrelated functions as newJosh Poimboeuf1-2/+2
2026-05-05objtool/klp: Don't correlate __initstub__ symbolsJosh Poimboeuf1-2/+8
2026-05-05objtool/klp: Don't correlate absolute symbolsJosh Poimboeuf1-0/+10
2026-05-05objtool/klp: Don't correlate __ADDRESSABLE() symbolsJosh Poimboeuf1-0/+10
2026-05-05objtool/klp: Fix .data..once static local non-correlationJosh Poimboeuf1-1/+2
2026-05-05objtool/klp: Fix is_uncorrelated_static_local() for ClangJoe Lawrence1-10/+23
2026-04-14Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-53/+207
2026-04-13Merge branch 'nocache-cleanup'Linus Torvalds1-1/+1
2026-03-31x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds1-1/+1
2026-03-18objtool/x86: Reorder ORC register numberingJosh Poimboeuf2-27/+30
2026-03-18objtool: Support Clang RAX DRAP sequenceJosh Poimboeuf2-0/+8
2026-03-17objtool: Fix Clang jump table detectionJosh Poimboeuf1-3/+2
2026-03-16objtool/klp: fix mkstemp() failure with long pathsJoe Lawrence1-20/+3
2026-03-16objtool/klp: fix data alignment in __clone_symbol()Joe Lawrence1-1/+2
2026-03-15Merge tag 'objtool-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-60/+71
2026-03-09objtool: Fix another stack overflow in validate_branch()Josh Poimboeuf1-5/+5
2026-03-09objtool: Handle Clang RSP musical chairsJosh Poimboeuf2-39/+37
2026-03-06objtool/klp: Correlate locals to globalsSong Liu1-0/+30
2026-03-06objtool/klp: Match symbols based on demangled_name for global variablesSong Liu3-0/+73
2026-03-06objtool/klp: Remove .llvm suffix in demangle_name()Song Liu1-0/+8
2026-03-06objtool/klp: Also demangle global objectsSong Liu1-3/+0
2026-03-06objtool/klp: Use sym->demangled_name for symbol_name hashSong Liu1-18/+40
2026-03-06objtool/klp: Remove trailing '_' in demangle_name()Song Liu1-1/+14
2026-03-06objtool/klp: Remove redundant strcmp() in correlate_symbols()Song Liu1-1/+1
2026-03-06objtool: Use section/symbol type helpersWentong Tian4-12/+12
2026-03-06objtool: Fix ERROR_INSN() error messageJosh Poimboeuf1-1/+1
2026-03-06objtool: Fix data alignment in elf_add_data()Josh Poimboeuf1-1/+1
2026-03-06objtool: Use HOSTCFLAGS for HAVE_XXHASH testHONG Yifan1-1/+1
2026-03-06objtool/klp: Avoid NULL pointer dereference when printing code symbol nameJosh Poimboeuf1-6/+9
2026-03-06objtool/klp: Disable unsupported pr_debug() usageJosh Poimboeuf1-8/+15
2026-03-06objtool/klp: Fix detection of corrupt static branch/call entriesJosh Poimboeuf1-0/+3
2026-03-03kbuild: Leave objtool binary around with 'make clean'Nathan Chancellor1-3/+5
2026-02-22Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-1/+2
2026-02-19Merge tag 'kbuild-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2026-02-12kbuild: Add objtool to top-level clean targetJosh Poimboeuf1-0/+2
2026-02-11Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-21/+66
2026-02-10objtool/rust: add one more `noreturn` Rust functionMiguel Ojeda1-1/+2
2026-02-07Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-13/+42
2026-02-05objtool/klp: Fix unexported static call key access for manually built livepat...Josh Poimboeuf1-1/+1
2026-02-05objtool/klp: Fix symbol correlation for orphaned local symbolsJosh Poimboeuf1-5/+34
2026-02-05livepatch: Free klp_{object,func}_ext data after initializationPetr Pavlu3-7/+7