index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-05
objtool/klp: Cache dont_correlate() result
Josh Poimboeuf
1
-0
/
+1
2026-05-05
objtool/klp: Fix kCFI prefix finding/cloning
Josh Poimboeuf
1
-2
/
+2
2026-05-05
objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDING
Josh Poimboeuf
2
-3
/
+5
2026-05-05
objtool/klp: Fix position-dependent checksums for non-relocated jumps/calls
Josh Poimboeuf
2
-1
/
+5
2026-05-05
objtool: Add insn_sym() helper
Josh Poimboeuf
2
-5
/
+21
2026-05-05
objtool/klp: Add correlation debugging output
Josh Poimboeuf
1
-5
/
+11
2026-05-05
objtool/klp: Calculate object checksums
Josh Poimboeuf
2
-28
/
+45
2026-05-05
objtool/klp: Add "objtool klp checksum" subcommand
Josh Poimboeuf
3
-0
/
+11
2026-05-05
objtool: Consolidate file decoding into decode_file()
Josh Poimboeuf
1
-0
/
+5
2026-05-05
objtool/klp: Extricate checksum calculation from validate_branch()
Josh Poimboeuf
1
-5
/
+1
2026-05-05
objtool: Add is_cold_func() helper
Josh Poimboeuf
1
-0
/
+5
2026-05-05
objtool: Add is_alias_sym() helper
Josh Poimboeuf
1
-0
/
+5
2026-05-05
objtool/klp: Fix pointer comparisons for rodata objects
Josh Poimboeuf
1
-0
/
+1
2026-05-05
objtool: Move mark_rodata() to elf.c
Josh Poimboeuf
1
-0
/
+5
2026-05-05
objtool/klp: Fix XXH3 state memory leak
Josh Poimboeuf
1
-0
/
+1
2026-05-05
objtool/klp: Fix --debug-checksum for duplicate symbol names
Josh Poimboeuf
1
-0
/
+5
2026-05-05
objtool: Replace iterator callback with for_each_sym_by_mangled_name()
Josh Poimboeuf
1
-3
/
+29
2026-04-14
Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+3
2026-03-06
objtool/klp: Match symbols based on demangled_name for global variables
Song Liu
1
-0
/
+3
2026-03-06
objtool: Fix ERROR_INSN() error message
Josh Poimboeuf
1
-1
/
+1
2026-02-11
Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2026-02-05
livepatch: Free klp_{object,func}_ext data after initialization
Petr Pavlu
1
-5
/
+5
2026-01-13
objtool: Allow multiple pv_ops arrays
Juergen Gross
1
-0
/
+1
2026-01-13
objtool: fix compilation failure with the x32 toolchain
Mikulas Patocka
1
-2
/
+2
2025-12-03
objtool: Add more robust signal error handling, detect and warn about stack o...
Josh Poimboeuf
1
-0
/
+2
2025-11-24
objtool: Add wide output for disassembly
Alexandre Chartre
1
-0
/
+1
2025-11-24
objtool: Add Function to get the name of a CPU feature
Alexandre Chartre
1
-0
/
+2
2025-11-21
objtool: Provide access to feature and flags of group alternatives
Alexandre Chartre
2
-1
/
+2
2025-11-21
objtool: Add the --disas=<function-pattern> action
Alexandre Chartre
2
-0
/
+3
2025-11-21
objtool: Improve tracing of alternative instructions
Alexandre Chartre
1
-1
/
+64
2025-11-21
objtool: Add functions to better name alternatives
Alexandre Chartre
1
-0
/
+12
2025-11-21
objtool: Identify the different types of alternatives
Alexandre Chartre
1
-0
/
+12
2025-11-21
objtool: Improve register reporting during function validation
Alexandre Chartre
1
-0
/
+2
2025-11-21
objtool: Trace instruction state changes during function validation
Alexandre Chartre
1
-0
/
+10
2025-11-21
objtool: Add option to trace function validation
Alexandre Chartre
5
-1
/
+86
2025-11-21
objtool: Disassemble instruction on warning or backtrace
Alexandre Chartre
3
-5
/
+26
2025-11-21
objtool: Print symbol during disassembly
Alexandre Chartre
1
-0
/
+9
2025-11-21
objtool: Disassemble code with libopcodes instead of running objdump
Alexandre Chartre
3
-0
/
+43
2025-11-21
objtool: Create disassembly context
Alexandre Chartre
2
-2
/
+14
2025-11-21
objtool: Move disassembly functions to a separated file
Alexandre Chartre
1
-0
/
+2
2025-11-21
objtool: Fix .cold function detection for duplicate symbols
Josh Poimboeuf
1
-1
/
+1
2025-11-10
tools/objtool: Copy the __cleanup unused variable fix for older clang
Borislav Petkov (AMD)
1
-1
/
+10
2025-10-15
objtool: Add base objtool support for livepatch modules
Josh Poimboeuf
2
-1
/
+2
2025-10-15
objtool: Refactor prefix symbol creation code
Josh Poimboeuf
1
-2
/
+0
2025-10-15
objtool/klp: Add post-link subcommand to finalize livepatch modules
Josh Poimboeuf
1
-0
/
+4
2025-10-15
objtool/klp: Add --debug option to show cloning decisions
Josh Poimboeuf
1
-0
/
+21
2025-10-15
objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf
6
-11
/
+100
2025-10-15
objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums
Josh Poimboeuf
4
-0
/
+22
2025-10-15
objtool/klp: Add --checksum option to generate per-function checksums
Josh Poimboeuf
5
-5
/
+76
2025-10-15
objtool: Add annotype() helper
Josh Poimboeuf
2
-5
/
+17
[next]