summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
2026-05-05objtool/klp: Cache dont_correlate() resultJosh Poimboeuf2-12/+18
2026-05-05objtool: Improve and simplify prefix symbol detectionJosh Poimboeuf1-68/+20
2026-05-05objtool/klp: Fix kCFI prefix finding/cloningJosh Poimboeuf1-2/+2
2026-05-05objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDINGJosh Poimboeuf5-14/+78
2026-05-05objtool/klp: Fix position-dependent checksums for non-relocated jumps/callsJosh Poimboeuf4-9/+67
2026-05-05objtool: Add insn_sym() helperJosh Poimboeuf5-38/+49
2026-05-05objtool/klp: Add correlation debugging outputJosh Poimboeuf3-16/+45
2026-05-05objtool/klp: Rewrite symbol correlation algorithmJosh Poimboeuf1-120/+369
2026-05-05objtool/klp: Calculate object checksumsJosh Poimboeuf4-47/+117
2026-05-05objtool/klp: Remove "objtool --checksum"Josh Poimboeuf2-26/+1
2026-05-05objtool/klp: Add "objtool klp checksum" subcommandJosh Poimboeuf8-205/+269
2026-05-05objtool: Consolidate file decoding into decode_file()Josh Poimboeuf2-19/+22
2026-05-05objtool/klp: Extricate checksum calculation from validate_branch()Josh Poimboeuf2-32/+80
2026-05-05objtool: Add is_cold_func() helperJosh Poimboeuf3-4/+10
2026-05-05objtool: Add is_alias_sym() helperJosh Poimboeuf2-3/+8
2026-05-05objtool/klp: Handle Clang .data..Lanon anonymous data sectionsJosh Poimboeuf1-3/+4
2026-05-05objtool/klp: Create empty checksum sections for function-less object filesJosh Poimboeuf1-3/+0
2026-05-05objtool: Include libsubcmd headers directly from source treeJosh Poimboeuf1-2/+2
2026-05-05objtool/klp: Don't set sym->file for section symbolsJosh Poimboeuf1-1/+1
2026-05-05objtool: Fix reloc hash collision in find_reloc_by_dest_range()Josh Poimboeuf1-3/+4
2026-05-05objtool/klp: Fix reloc corruption in convert_reloc_sym_to_secsym()Josh Poimboeuf1-1/+1
2026-05-05objtool/klp: Don't correlate .rodata.cst* constant pool objectsJosh Poimboeuf1-1/+16
2026-05-05objtool/klp: Fix pointer comparisons for rodata objectsJosh Poimboeuf3-2/+28
2026-05-05objtool/klp: Simplify reloc symbol conversionJosh Poimboeuf1-48/+28
2026-05-05objtool: Move mark_rodata() to elf.cJosh Poimboeuf3-8/+21
2026-05-05objtool/klp: Fix relocation conversion failures for R_X86_64_NONEJosh Poimboeuf1-0/+3
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