summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-05objtool: Improve and simplify prefix symbol detectionJosh Poimboeuf1-68/+20
2026-05-05objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDINGJosh Poimboeuf1-9/+40
2026-05-05objtool: Add insn_sym() helperJosh Poimboeuf1-17/+14
2026-05-05objtool/klp: Remove "objtool --checksum"Josh Poimboeuf1-10/+0
2026-05-05objtool/klp: Add "objtool klp checksum" subcommandJosh Poimboeuf1-203/+2
2026-05-05objtool: Consolidate file decoding into decode_file()Josh Poimboeuf1-19/+17
2026-05-05objtool/klp: Extricate checksum calculation from validate_branch()Josh Poimboeuf1-27/+79
2026-05-05objtool: Add is_cold_func() helperJosh Poimboeuf1-3/+3
2026-05-05objtool: Add is_alias_sym() helperJosh Poimboeuf1-3/+3
2026-05-05objtool/klp: Create empty checksum sections for function-less object filesJosh Poimboeuf1-3/+0
2026-05-05objtool: Move mark_rodata() to elf.cJosh Poimboeuf1-8/+3
2026-05-05objtool/klp: Fix --debug-checksum for duplicate symbol namesJosh Poimboeuf1-5/+10
2026-04-14Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
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-17objtool: Fix Clang jump table detectionJosh Poimboeuf1-3/+2
2026-03-09objtool: Fix another stack overflow in validate_branch()Josh Poimboeuf1-5/+5
2026-03-09objtool: Handle Clang RSP musical chairsJosh Poimboeuf1-0/+14
2026-03-06objtool: Use section/symbol type helpersWentong Tian1-2/+2
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-11Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-19/+59
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 Torvalds1-2/+2
2026-02-05objtool/klp: Fix unexported static call key access for manually built livepat...Josh Poimboeuf1-1/+1
2026-02-05livepatch: Free klp_{object,func}_ext data after initializationPetr Pavlu1-1/+1
2026-01-13x86/pvlocks: Move paravirt spinlock functions into own headerJuergen Gross1-0/+1
2026-01-13objtool: Allow multiple pv_ops arraysJuergen Gross1-16/+58
2026-01-12x86/xen: Drop xen_mmu_opsJuergen Gross1-1/+0
2026-01-12x86/xen: Drop xen_cpu_opsJuergen Gross1-1/+0
2026-01-12x86/xen: Drop xen_irq_opsJuergen Gross1-1/+0
2026-01-05objtool/rust: add one more `noreturn` Rust functionFUJITA Tomonori1-1/+2
2025-12-02objtool: Fix stack overflow in validate_branch()Josh Poimboeuf1-14/+13
2025-11-21objtool: Provide access to feature and flags of group alternativesAlexandre Chartre1-0/+2
2025-11-21objtool: Preserve alternatives orderAlexandre Chartre1-2/+14
2025-11-21objtool: Add the --disas=<function-pattern> actionAlexandre Chartre1-17/+21
2025-11-21objtool: Do not validate IBT for .return_sites and .call_sitesAlexandre Chartre1-0/+2
2025-11-21objtool: Improve tracing of alternative instructionsAlexandre Chartre1-12/+6
2025-11-21objtool: Identify the different types of alternativesAlexandre Chartre1-5/+8
2025-11-21objtool: Trace instruction state changes during function validationAlexandre Chartre1-1/+7
2025-11-21objtool: Add option to trace function validationAlexandre Chartre1-17/+87
2025-11-21objtool: Record symbol name max lengthAlexandre Chartre1-0/+7
2025-11-21objtool: Extract code to validate instruction from the validate branch loopAlexandre Chartre1-181/+205
2025-11-21objtool: Disassemble instruction on warning or backtraceAlexandre Chartre1-6/+30
2025-11-21objtool: Print symbol during disassemblyAlexandre Chartre1-9/+0
2025-11-21objtool: Disassemble code with libopcodes instead of running objdumpAlexandre Chartre1-5/+9
2025-11-21objtool: Create disassembly contextAlexandre Chartre1-1/+5
2025-11-21objtool: Move disassembly functions to a separated fileAlexandre Chartre1-81/+0
2025-11-21Revert "objtool: Warn on functions with ambiguous -ffunction-sections section...Josh Poimboeuf1-33/+0
2025-11-21objtool: Remove second pass of .cold function correlationJosh Poimboeuf1-22/+1
2025-11-21objtool: Skip non-canonical aliased symbols in add_jump_table_alts()Josh Poimboeuf1-1/+1