index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
check.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-16
objtool: Fix Clang jump table detection
Josh Poimboeuf
-3
/
+2
2026-03-09
objtool: Fix another stack overflow in validate_branch()
Josh Poimboeuf
-5
/
+5
2026-03-09
objtool: Handle Clang RSP musical chairs
Josh Poimboeuf
-0
/
+14
2026-02-22
Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
-1
/
+2
2026-02-10
Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-19
/
+59
2026-02-10
objtool/rust: add one more `noreturn` Rust function
Miguel Ojeda
-1
/
+2
2026-02-07
Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+2
2026-02-05
objtool/klp: Fix unexported static call key access for manually built livepat...
Josh Poimboeuf
-1
/
+1
2026-02-05
livepatch: Free klp_{object,func}_ext data after initialization
Petr Pavlu
-1
/
+1
2026-01-13
x86/pvlocks: Move paravirt spinlock functions into own header
Juergen Gross
-0
/
+1
2026-01-13
objtool: Allow multiple pv_ops arrays
Juergen Gross
-16
/
+58
2026-01-12
x86/xen: Drop xen_mmu_ops
Juergen Gross
-1
/
+0
2026-01-12
x86/xen: Drop xen_cpu_ops
Juergen Gross
-1
/
+0
2026-01-12
x86/xen: Drop xen_irq_ops
Juergen Gross
-1
/
+0
2026-01-04
objtool/rust: add one more `noreturn` Rust function
FUJITA Tomonori
-1
/
+2
2025-12-02
objtool: Fix stack overflow in validate_branch()
Josh Poimboeuf
-14
/
+13
2025-11-21
objtool: Provide access to feature and flags of group alternatives
Alexandre Chartre
-0
/
+2
2025-11-21
objtool: Preserve alternatives order
Alexandre Chartre
-2
/
+14
2025-11-21
objtool: Add the --disas=<function-pattern> action
Alexandre Chartre
-17
/
+21
2025-11-21
objtool: Do not validate IBT for .return_sites and .call_sites
Alexandre Chartre
-0
/
+2
2025-11-21
objtool: Improve tracing of alternative instructions
Alexandre Chartre
-12
/
+6
2025-11-21
objtool: Identify the different types of alternatives
Alexandre Chartre
-5
/
+8
2025-11-21
objtool: Trace instruction state changes during function validation
Alexandre Chartre
-1
/
+7
2025-11-21
objtool: Add option to trace function validation
Alexandre Chartre
-17
/
+87
2025-11-21
objtool: Record symbol name max length
Alexandre Chartre
-0
/
+7
2025-11-21
objtool: Extract code to validate instruction from the validate branch loop
Alexandre Chartre
-181
/
+205
2025-11-21
objtool: Disassemble instruction on warning or backtrace
Alexandre Chartre
-6
/
+30
2025-11-21
objtool: Print symbol during disassembly
Alexandre Chartre
-9
/
+0
2025-11-21
objtool: Disassemble code with libopcodes instead of running objdump
Alexandre Chartre
-5
/
+9
2025-11-21
objtool: Create disassembly context
Alexandre Chartre
-1
/
+5
2025-11-21
objtool: Move disassembly functions to a separated file
Alexandre Chartre
-81
/
+0
2025-11-21
Revert "objtool: Warn on functions with ambiguous -ffunction-sections section...
Josh Poimboeuf
-33
/
+0
2025-11-21
objtool: Remove second pass of .cold function correlation
Josh Poimboeuf
-22
/
+1
2025-11-21
objtool: Skip non-canonical aliased symbols in add_jump_table_alts()
Josh Poimboeuf
-1
/
+1
2025-11-13
objtool: Warn on functions with ambiguous -ffunction-sections section names
Josh Poimboeuf
-0
/
+33
2025-11-13
Merge tag 'v6.18-rc5' into objtool/core, to pick up fixes
Ingo Molnar
-3
/
+7
2025-11-01
objtool: Fix skip_alt_group() for non-alternative STAC/CLAC
Josh Poimboeuf
-1
/
+4
2025-10-22
objtool: Fix failure when being compiled on x32 system
Mikulas Patocka
-2
/
+2
2025-10-22
objtool/rust: add one more `noreturn` Rust function
Miguel Ojeda
-0
/
+1
2025-10-14
objtool: Add base objtool support for livepatch modules
Josh Poimboeuf
-5
/
+47
2025-10-14
objtool: Refactor prefix symbol creation code
Josh Poimboeuf
-12
/
+45
2025-10-14
objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf
-14
/
+0
2025-10-14
objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums
Josh Poimboeuf
-0
/
+42
2025-10-14
objtool/klp: Add --checksum option to generate per-function checksums
Josh Poimboeuf
-5
/
+136
2025-10-14
objtool: Add annotype() helper
Josh Poimboeuf
-4
/
+1
2025-10-14
objtool: Refactor add_jump_destinations()
Josh Poimboeuf
-113
/
+99
2025-10-14
objtool: Resurrect --backup option
Josh Poimboeuf
-1
/
+3
2025-10-14
objtool: Avoid emptying lists for duplicate sections
Josh Poimboeuf
-4
/
+0
2025-10-14
objtool: Simplify reloc offset calculation in unwind_read_hints()
Josh Poimboeuf
-8
/
+1
2025-10-14
objtool: Mark prefix functions
Josh Poimboeuf
-4
/
+1
[next]