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
Age
Commit message (
Expand
)
Author
Lines
2025-12-03
objtool: Add more robust signal error handling, detect and warn about stack o...
Josh Poimboeuf
-1
/
+141
2025-12-02
objtool: Fix stack overflow in validate_branch()
Josh Poimboeuf
-14
/
+13
2025-12-01
objtool: Fix segfault on unknown alternatives
Ingo Molnar
-0
/
+3
2025-11-27
objtool: Build with disassembly can fail when including bdf.h
Alexandre Chartre
-1
/
+1
2025-11-24
objtool: Trim trailing NOPs in alternative
Alexandre Chartre
-5
/
+73
2025-11-24
objtool: Add wide output for disassembly
Alexandre Chartre
-1
/
+96
2025-11-24
objtool: Compact output for alternatives with one instruction
Alexandre Chartre
-0
/
+22
2025-11-24
objtool: Improve naming of group alternatives
Alexandre Chartre
-6
/
+52
2025-11-24
objtool: Add Function to get the name of a CPU feature
Alexandre Chartre
-1
/
+36
2025-11-21
objtool: Provide access to feature and flags of group alternatives
Alexandre Chartre
-1
/
+6
2025-11-21
objtool: Fix address references in alternatives
Alexandre Chartre
-4
/
+66
2025-11-21
objtool: Disassemble jump table alternatives
Alexandre Chartre
-6
/
+32
2025-11-21
objtool: Disassemble exception table alternatives
Alexandre Chartre
-1
/
+25
2025-11-21
objtool: Print addresses with alternative instructions
Alexandre Chartre
-12
/
+23
2025-11-21
objtool: Disassemble group alternatives
Alexandre Chartre
-17
/
+149
2025-11-21
objtool: Print headers for alternatives
Alexandre Chartre
-6
/
+182
2025-11-21
objtool: Preserve alternatives order
Alexandre Chartre
-2
/
+14
2025-11-21
objtool: Add the --disas=<function-pattern> action
Alexandre Chartre
-17
/
+53
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
-13
/
+125
2025-11-21
objtool: Add functions to better name alternatives
Alexandre Chartre
-0
/
+84
2025-11-21
objtool: Identify the different types of alternatives
Alexandre Chartre
-5
/
+20
2025-11-21
objtool: Improve register reporting during function validation
Alexandre Chartre
-0
/
+40
2025-11-21
objtool: Trace instruction state changes during function validation
Alexandre Chartre
-1
/
+149
2025-11-21
objtool: Add option to trace function validation
Alexandre Chartre
-18
/
+299
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
-14
/
+58
2025-11-21
objtool: Store instruction disassembly result
Alexandre Chartre
-6
/
+71
2025-11-21
objtool: Print symbol during disassembly
Alexandre Chartre
-9
/
+143
2025-11-21
objtool: Disassemble code with libopcodes instead of running objdump
Alexandre Chartre
-72
/
+238
2025-11-21
objtool: Create disassembly context
Alexandre Chartre
-5
/
+49
2025-11-21
objtool: Move disassembly functions to a separated file
Alexandre Chartre
-81
/
+93
2025-11-21
Revert "objtool: Warn on functions with ambiguous -ffunction-sections section...
Josh Poimboeuf
-40
/
+0
2025-11-21
objtool: Remove second pass of .cold function correlation
Josh Poimboeuf
-23
/
+3
2025-11-21
objtool: Skip non-canonical aliased symbols in add_jump_table_alts()
Josh Poimboeuf
-1
/
+1
2025-11-21
objtool: Return canonical symbol when aliases exist in symbol finding helpers
Josh Poimboeuf
-13
/
+13
2025-11-21
objtool: Don't alias undefined symbols
Josh Poimboeuf
-2
/
+2
2025-11-21
objtool: Fix .cold function detection for duplicate symbols
Josh Poimboeuf
-3
/
+27
2025-11-21
objtool: Support Clang AUTOFDO .cold functions
Josh Poimboeuf
-1
/
+9
2025-11-18
objtool: Set minimum xxhash version to 0.8
Josh Poimboeuf
-2
/
+2
2025-11-13
objtool: Warn on functions with ambiguous -ffunction-sections section names
Josh Poimboeuf
-0
/
+40
2025-11-13
Merge tag 'v6.18-rc5' into objtool/core, to pick up fixes
Ingo Molnar
-3
/
+7
2025-11-10
tools/objtool: Copy the __cleanup unused variable fix for older clang
Borislav Petkov (AMD)
-1
/
+10
2025-11-01
objtool: Fix skip_alt_group() for non-alternative STAC/CLAC
Josh Poimboeuf
-1
/
+4
2025-10-30
objtool: Remove unneeded semicolon
Chen Ni
-1
/
+1
2025-10-30
x86/smpboot: Mark native_play_dead() as __noreturn
Thorsten Blum
-0
/
+1
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-22
objtool/klp: Add the debian-based package name of xxhash to the hint
Borislav Petkov (AMD)
-1
/
+1
[next]