aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'efi-next-for-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-0/+1
13 daysefi/runtime-wrappers: factor out efi_rts_park_worker()Breno Leitao1-0/+1
2026-08-18Merge tag 'x86_alternatives_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+0
2026-08-18Merge tag 'objtool-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-121/+844
2026-08-17objtool/klp: Fix vmlinux klp relocations for EXPORT_SYMBOL_FOR_MODULES()Josh Poimboeuf2-13/+23
2026-08-12objtool/klp: Fix .kcfi_traps special section extractionJosh Poimboeuf2-2/+25
2026-08-12objtool/klp: Fix vmlinux .klp.symid link error for .exitcall.exit symbolsPuranjay Mohan1-0/+1
2026-08-11objtool/klp: Fix line numbers in Module.symvers parse errorsJosh Poimboeuf1-1/+3
2026-08-11objtool/klp: Fix relocations for EXPORT_SYMBOL_FOR_MODULES() symbolsJosh Poimboeuf1-5/+23
2026-08-11objtool/klp: Allow new references to module exportsJoe Lawrence1-2/+33
2026-08-11objtool/klp: Don't match local symbols against exportsJosh Poimboeuf1-0/+3
2026-08-11objtool/klp: Fix cross-module klp relocation section namingJosh Poimboeuf3-28/+52
2026-08-11objtool/klp: Explicitly disallow patching or referencing init code/dataJosh Poimboeuf1-0/+10
2026-08-11objtool/klp: Ignore replacement offset of empty x86 alternativesJosh Poimboeuf3-1/+39
2026-08-11objtool/klp: Fix size of empty special section entriesJosh Poimboeuf1-2/+11
2026-08-11objtool/klp: Fix vmlinux .klp.symid link error for .no_trim_symbol symbolsJosh Poimboeuf1-0/+1
2026-08-03objtool/rust: add one more `noreturn` Rust function for Rust 1.99.0Miguel Ojeda1-0/+1
2026-08-03objtool/klp: Fix symbol resolution for duplicate data symbolsJosh Poimboeuf4-62/+423
2026-08-03objtool/klp: Add .klp.symid for sympos disambiguationJosh Poimboeuf6-0/+148
2026-08-03objtool/klp: Fix false module dependencies caused by dead relocsJosh Poimboeuf3-4/+27
2026-08-03objtool/klp: Normalize Module.symvers paths to module namesJoe Lawrence1-15/+34
2026-08-03objtool/klp: Fix module name normalization for paths with dotsJosh Poimboeuf1-4/+6
2026-07-13x86/alternative: Drop smp_locks glueBorislav Petkov (AMD)2-2/+0
2026-07-11objtool/rust: add one more `noreturn` Rust function for Rust 1.99.0Miguel Ojeda1-0/+1
2026-05-04objtool/klp: Cache dont_correlate() resultJosh Poimboeuf2-12/+18
2026-05-04objtool: Improve and simplify prefix symbol detectionJosh Poimboeuf1-68/+20
2026-05-04objtool/klp: Fix kCFI prefix finding/cloningJosh Poimboeuf1-2/+2
2026-05-04objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDINGJosh Poimboeuf5-14/+78
2026-05-04objtool/klp: Fix position-dependent checksums for non-relocated jumps/callsJosh Poimboeuf4-9/+67
2026-05-04objtool: Add insn_sym() helperJosh Poimboeuf5-38/+49
2026-05-04objtool/klp: Add correlation debugging outputJosh Poimboeuf3-16/+45
2026-05-04objtool/klp: Rewrite symbol correlation algorithmJosh Poimboeuf1-120/+369
2026-05-04objtool/klp: Calculate object checksumsJosh Poimboeuf4-47/+117
2026-05-04objtool/klp: Remove "objtool --checksum"Josh Poimboeuf2-26/+1
2026-05-04objtool/klp: Add "objtool klp checksum" subcommandJosh Poimboeuf8-205/+269
2026-05-04objtool: Consolidate file decoding into decode_file()Josh Poimboeuf2-19/+22
2026-05-04objtool/klp: Extricate checksum calculation from validate_branch()Josh Poimboeuf2-32/+80
2026-05-04objtool: Add is_cold_func() helperJosh Poimboeuf3-4/+10
2026-05-04objtool: Add is_alias_sym() helperJosh Poimboeuf2-3/+8
2026-05-04objtool/klp: Handle Clang .data..Lanon anonymous data sectionsJosh Poimboeuf1-3/+4
2026-05-04objtool/klp: Create empty checksum sections for function-less object filesJosh Poimboeuf1-3/+0
2026-05-04objtool: Include libsubcmd headers directly from source treeJosh Poimboeuf1-2/+2
2026-05-04objtool/klp: Don't set sym->file for section symbolsJosh Poimboeuf1-1/+1
2026-05-04objtool: Fix reloc hash collision in find_reloc_by_dest_range()Josh Poimboeuf1-3/+4
2026-05-04objtool/klp: Fix reloc corruption in convert_reloc_sym_to_secsym()Josh Poimboeuf1-1/+1
2026-05-04objtool/klp: Don't correlate .rodata.cst* constant pool objectsJosh Poimboeuf1-1/+16
2026-05-04objtool/klp: Fix pointer comparisons for rodata objectsJosh Poimboeuf3-2/+28
2026-05-04objtool/klp: Simplify reloc symbol conversionJosh Poimboeuf1-48/+28
2026-05-04objtool: Move mark_rodata() to elf.cJosh Poimboeuf3-8/+21
2026-05-04objtool/klp: Fix relocation conversion failures for R_X86_64_NONEJosh Poimboeuf1-0/+3