index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
klp-diff.c
Age
Commit message (
Expand
)
Author
2026-05-04
objtool/klp: Cache dont_correlate() result
Josh Poimboeuf
2026-05-04
objtool/klp: Add correlation debugging output
Josh Poimboeuf
2026-05-04
objtool/klp: Rewrite symbol correlation algorithm
Josh Poimboeuf
2026-05-04
objtool/klp: Calculate object checksums
Josh Poimboeuf
2026-05-04
objtool/klp: Add "objtool klp checksum" subcommand
Josh Poimboeuf
2026-05-04
objtool: Add is_cold_func() helper
Josh Poimboeuf
2026-05-04
objtool/klp: Handle Clang .data..Lanon anonymous data sections
Josh Poimboeuf
2026-05-04
objtool/klp: Fix reloc corruption in convert_reloc_sym_to_secsym()
Josh Poimboeuf
2026-05-04
objtool/klp: Don't correlate .rodata.cst* constant pool objects
Josh Poimboeuf
2026-05-04
objtool/klp: Fix pointer comparisons for rodata objects
Josh Poimboeuf
2026-05-04
objtool/klp: Simplify reloc symbol conversion
Josh Poimboeuf
2026-05-04
objtool/klp: Fix relocation conversion failures for R_X86_64_NONE
Josh Poimboeuf
2026-05-04
objtool/klp: Fix kCFI trap handling
Josh Poimboeuf
2026-05-04
objtool/klp: Fix extraction of text annotations for alternatives
Josh Poimboeuf
2026-05-04
objtool/klp: Fix cloning of zero-length section symbols
Josh Poimboeuf
2026-05-04
objtool/klp: Fix handling of zero-length .altinstr_replacement sections
Josh Poimboeuf
2026-05-04
objtool: Replace iterator callback with for_each_sym_by_mangled_name()
Josh Poimboeuf
2026-05-04
objtool/klp: Fix create_fake_symbols() skipping entsize-based sections
Joe Lawrence
2026-05-04
objtool/klp: Improve local label check
Josh Poimboeuf
2026-05-04
objtool/klp: Don't report uncorrelated functions as new
Josh Poimboeuf
2026-05-04
objtool/klp: Don't correlate __initstub__ symbols
Josh Poimboeuf
2026-05-04
objtool/klp: Don't correlate absolute symbols
Josh Poimboeuf
2026-05-04
objtool/klp: Don't correlate __ADDRESSABLE() symbols
Josh Poimboeuf
2026-05-04
objtool/klp: Fix .data..once static local non-correlation
Josh Poimboeuf
2026-05-04
objtool/klp: Fix is_uncorrelated_static_local() for Clang
Joe Lawrence
2026-04-14
Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-03-16
objtool/klp: fix data alignment in __clone_symbol()
Joe Lawrence
2026-03-06
objtool/klp: Correlate locals to globals
Song Liu
2026-03-06
objtool/klp: Match symbols based on demangled_name for global variables
Song Liu
2026-03-06
objtool/klp: Remove redundant strcmp() in correlate_symbols()
Song Liu
2026-03-06
objtool: Use section/symbol type helpers
Wentong Tian
2026-03-06
objtool/klp: Avoid NULL pointer dereference when printing code symbol name
Josh Poimboeuf
2026-03-06
objtool/klp: Disable unsupported pr_debug() usage
Josh Poimboeuf
2026-03-06
objtool/klp: Fix detection of corrupt static branch/call entries
Josh Poimboeuf
2026-02-05
objtool/klp: Fix symbol correlation for orphaned local symbols
Josh Poimboeuf
2026-02-05
livepatch: Free klp_{object,func}_ext data after initialization
Petr Pavlu
2026-01-27
objtool/klp: Fix bug table handling for __WARN_printf()
Josh Poimboeuf
2025-10-14
livepatch/klp-build: Introduce klp-build script for generating livepatch modules
Josh Poimboeuf
2025-10-14
objtool/klp: Add --debug option to show cloning decisions
Josh Poimboeuf
2025-10-14
objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf