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