index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
kbuild: Leave objtool binary around with 'make clean'
Nathan Chancellor
1
-3
/
+5
11 days
objtool/rust: add one more `noreturn` Rust function
Miguel Ojeda
1
-1
/
+2
2026-02-26
kbuild: Add objtool to top-level clean target
Josh Poimboeuf
1
-0
/
+2
2026-02-07
Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-13
/
+42
2026-02-05
objtool/klp: Fix unexported static call key access for manually built livepat...
Josh Poimboeuf
1
-1
/
+1
2026-02-05
objtool/klp: Fix symbol correlation for orphaned local symbols
Josh Poimboeuf
1
-5
/
+34
2026-02-05
livepatch: Free klp_{object,func}_ext data after initialization
Petr Pavlu
3
-7
/
+7
2026-02-01
Merge tag 'objtool-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-16
/
+25
2026-01-30
Merge tag 'rust-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2026-01-27
objtool/klp: Fix bug table handling for __WARN_printf()
Josh Poimboeuf
1
-3
/
+11
2026-01-27
objtool: Replace custom macros in elf.c with shared ones
Petr Pavlu
1
-7
/
+6
2026-01-27
objtool: Print bfd_vma as unsigned long long on ia32-x86_64 cross build
Dmitry Safonov
1
-6
/
+8
2026-01-21
objtool: Fix libopcodes linking with static libraries
Sasha Levin
1
-4
/
+17
2026-01-13
objtool: fix build failure due to missing libopcodes check
Sasha Levin
1
-10
/
+14
2026-01-13
objtool: fix compilation failure with the x32 toolchain
Mikulas Patocka
1
-2
/
+2
2026-01-04
objtool/rust: add one more `noreturn` Rust function
FUJITA Tomonori
1
-1
/
+2
2025-12-03
objtool: Add more robust signal error handling, detect and warn about stack o...
Josh Poimboeuf
4
-1
/
+141
2025-12-02
objtool: Fix stack overflow in validate_branch()
Josh Poimboeuf
1
-14
/
+13
2025-12-01
objtool: Fix segfault on unknown alternatives
Ingo Molnar
1
-0
/
+3
2025-11-27
objtool: Build with disassembly can fail when including bdf.h
Alexandre Chartre
1
-1
/
+1
2025-11-24
objtool: Trim trailing NOPs in alternative
Alexandre Chartre
1
-5
/
+73
2025-11-24
objtool: Add wide output for disassembly
Alexandre Chartre
3
-1
/
+96
2025-11-24
objtool: Compact output for alternatives with one instruction
Alexandre Chartre
1
-0
/
+22
2025-11-24
objtool: Improve naming of group alternatives
Alexandre Chartre
1
-6
/
+52
2025-11-24
objtool: Add Function to get the name of a CPU feature
Alexandre Chartre
7
-1
/
+36
2025-11-21
objtool: Provide access to feature and flags of group alternatives
Alexandre Chartre
4
-1
/
+6
2025-11-21
objtool: Fix address references in alternatives
Alexandre Chartre
1
-4
/
+66
2025-11-21
objtool: Disassemble jump table alternatives
Alexandre Chartre
1
-6
/
+32
2025-11-21
objtool: Disassemble exception table alternatives
Alexandre Chartre
1
-1
/
+25
2025-11-21
objtool: Print addresses with alternative instructions
Alexandre Chartre
1
-12
/
+23
2025-11-21
objtool: Disassemble group alternatives
Alexandre Chartre
1
-17
/
+149
2025-11-21
objtool: Print headers for alternatives
Alexandre Chartre
1
-6
/
+182
2025-11-21
objtool: Preserve alternatives order
Alexandre Chartre
1
-2
/
+14
2025-11-21
objtool: Add the --disas=<function-pattern> action
Alexandre Chartre
5
-17
/
+53
2025-11-21
objtool: Do not validate IBT for .return_sites and .call_sites
Alexandre Chartre
1
-0
/
+2
2025-11-21
objtool: Improve tracing of alternative instructions
Alexandre Chartre
3
-13
/
+125
2025-11-21
objtool: Add functions to better name alternatives
Alexandre Chartre
2
-0
/
+84
2025-11-21
objtool: Identify the different types of alternatives
Alexandre Chartre
2
-5
/
+20
2025-11-21
objtool: Improve register reporting during function validation
Alexandre Chartre
5
-0
/
+40
2025-11-21
objtool: Trace instruction state changes during function validation
Alexandre Chartre
3
-1
/
+149
2025-11-21
objtool: Add option to trace function validation
Alexandre Chartre
10
-18
/
+299
2025-11-21
objtool: Record symbol name max length
Alexandre Chartre
1
-0
/
+7
2025-11-21
objtool: Extract code to validate instruction from the validate branch loop
Alexandre Chartre
1
-181
/
+205
2025-11-21
objtool: Disassemble instruction on warning or backtrace
Alexandre Chartre
5
-14
/
+58
2025-11-21
objtool: Store instruction disassembly result
Alexandre Chartre
1
-6
/
+71
2025-11-21
objtool: Print symbol during disassembly
Alexandre Chartre
3
-9
/
+143
2025-11-21
objtool: Disassemble code with libopcodes instead of running objdump
Alexandre Chartre
11
-72
/
+238
2025-11-21
objtool: Create disassembly context
Alexandre Chartre
4
-5
/
+49
2025-11-21
objtool: Move disassembly functions to a separated file
Alexandre Chartre
4
-81
/
+93
2025-11-21
Revert "objtool: Warn on functions with ambiguous -ffunction-sections section...
Josh Poimboeuf
2
-40
/
+0
[next]