index
:
pub/scm/linux/kernel/git/mark/linux.git
master
Mark Rutland's fork of linux.git
Mark Rutland
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
check.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-21
objtool: Disassemble instruction on warning or backtrace
Alexandre Chartre
1
-6
/
+30
2025-11-21
objtool: Print symbol during disassembly
Alexandre Chartre
1
-9
/
+0
2025-11-21
objtool: Disassemble code with libopcodes instead of running objdump
Alexandre Chartre
1
-5
/
+9
2025-11-21
objtool: Create disassembly context
Alexandre Chartre
1
-1
/
+5
2025-11-21
objtool: Move disassembly functions to a separated file
Alexandre Chartre
1
-81
/
+0
2025-11-21
Revert "objtool: Warn on functions with ambiguous -ffunction-sections section...
Josh Poimboeuf
1
-33
/
+0
2025-11-21
objtool: Remove second pass of .cold function correlation
Josh Poimboeuf
1
-22
/
+1
2025-11-21
objtool: Skip non-canonical aliased symbols in add_jump_table_alts()
Josh Poimboeuf
1
-1
/
+1
2025-11-13
objtool: Warn on functions with ambiguous -ffunction-sections section names
Josh Poimboeuf
1
-0
/
+33
2025-11-13
Merge tag 'v6.18-rc5' into objtool/core, to pick up fixes
Ingo Molnar
1
-3
/
+7
2025-11-01
objtool: Fix skip_alt_group() for non-alternative STAC/CLAC
Josh Poimboeuf
1
-1
/
+4
2025-10-22
objtool: Fix failure when being compiled on x32 system
Mikulas Patocka
1
-2
/
+2
2025-10-22
objtool/rust: add one more `noreturn` Rust function
Miguel Ojeda
1
-0
/
+1
2025-10-14
objtool: Add base objtool support for livepatch modules
Josh Poimboeuf
1
-5
/
+47
2025-10-14
objtool: Refactor prefix symbol creation code
Josh Poimboeuf
1
-12
/
+45
2025-10-14
objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf
1
-14
/
+0
2025-10-14
objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums
Josh Poimboeuf
1
-0
/
+42
2025-10-14
objtool/klp: Add --checksum option to generate per-function checksums
Josh Poimboeuf
1
-5
/
+136
2025-10-14
objtool: Add annotype() helper
Josh Poimboeuf
1
-4
/
+1
2025-10-14
objtool: Refactor add_jump_destinations()
Josh Poimboeuf
1
-113
/
+99
2025-10-14
objtool: Resurrect --backup option
Josh Poimboeuf
1
-1
/
+3
2025-10-14
objtool: Avoid emptying lists for duplicate sections
Josh Poimboeuf
1
-4
/
+0
2025-10-14
objtool: Simplify reloc offset calculation in unwind_read_hints()
Josh Poimboeuf
1
-8
/
+1
2025-10-14
objtool: Mark prefix functions
Josh Poimboeuf
1
-4
/
+1
2025-10-14
objtool: Fix weak symbol hole detection for .cold functions
Josh Poimboeuf
1
-41
/
+43
2025-10-14
objtool: Mark .cold subfunctions
Josh Poimboeuf
1
-8
/
+6
2025-10-14
objtool: Add section/symbol type helpers
Josh Poimboeuf
1
-29
/
+29
2025-10-14
objtool: Convert elf iterator macros to use 'struct elf'
Josh Poimboeuf
1
-12
/
+12
2025-10-14
objtool: Remove .parainstructions reference
Josh Poimboeuf
1
-1
/
+0
2025-10-14
objtool: Clean up compiler flag usage
Josh Poimboeuf
1
-2
/
+2
2025-10-14
objtool: Check for missing annotation entries in read_annotate()
Josh Poimboeuf
1
-0
/
+5
2025-10-14
objtool: Fix "unexpected end of section" warning for alternatives
Josh Poimboeuf
1
-4
/
+1
2025-10-14
objtool: Fix x86 addend calculation
Josh Poimboeuf
1
-10
/
+5
2025-10-14
objtool: Remove error handling boilerplate
Josh Poimboeuf
1
-95
/
+56
2025-10-14
objtool: Fix standalone --hacks=jump_label
Dylan Hatch
1
-1
/
+2
2025-10-11
Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+42
2025-10-01
Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...
Linus Torvalds
1
-10
/
+0
2025-09-09
objtool: Ignore __pi___cfi_ prefixed symbols
Nathan Chancellor
1
-0
/
+1
2025-09-03
x86/boot: Create a confined code area for startup code
Ard Biesheuvel
1
-1
/
+2
2025-09-03
objtool: Add action to check for absence of absolute relocations
Ard Biesheuvel
1
-0
/
+44
2025-08-28
objtool: Drop noinstr hack for KCSAN_WEAK_MEMORY
Nathan Chancellor
1
-10
/
+0
2025-08-18
objtool: Validate kCFI calls
Peter Zijlstra
1
-0
/
+42
2025-07-28
Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2025-07-21
stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
Kees Cook
1
-1
/
+1
2025-07-21
stackleak: Rename STACKLEAK to KSTACK_ERASE
Kees Cook
1
-1
/
+1
2025-07-19
Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2025-07-14
objtool/rust: add one more `noreturn` Rust function for Rust 1.89.0
Miguel Ojeda
1
-0
/
+1
2025-07-01
objtool: Add missing endian conversion to read_annotate()
Heiko Carstens
1
-0
/
+1
2025-05-22
objtool/rust: relax slice condition to cover more `noreturn` Rust functions
Miguel Ojeda
1
-1
/
+2
2025-05-07
objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0
Miguel Ojeda
1
-0
/
+1
[prev]
[next]