index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
objtool
Age
Commit message (
Expand
)
Author
Files
Lines
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
-70
/
+236
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 names"
Josh Poimboeuf
2
-40
/
+0
2025-11-21
objtool: Remove second pass of .cold function correlation
Josh Poimboeuf
2
-23
/
+3
2025-11-21
objtool: Skip non-canonical aliased symbols in add_jump_table_alts()
Josh Poimboeuf
1
-1
/
+1
2025-11-21
objtool: Return canonical symbol when aliases exist in symbol finding helpers
Josh Poimboeuf
1
-13
/
+13
2025-11-21
objtool: Don't alias undefined symbols
Josh Poimboeuf
1
-2
/
+2
2025-11-21
objtool: Fix .cold function detection for duplicate symbols
Josh Poimboeuf
2
-3
/
+27
2025-11-21
objtool: Support Clang AUTOFDO .cold functions
Josh Poimboeuf
1
-1
/
+9
2025-11-18
objtool: Set minimum xxhash version to 0.8
Josh Poimboeuf
2
-2
/
+2
2025-11-13
objtool: Warn on functions with ambiguous -ffunction-sections section names
Josh Poimboeuf
2
-0
/
+40
2025-11-13
Merge tag 'v6.18-rc5' into objtool/core, to pick up fixes
Ingo Molnar
1
-3
/
+7
2025-11-10
tools/objtool: Copy the __cleanup unused variable fix for older clang
Borislav Petkov (AMD)
1
-1
/
+10
2025-11-01
objtool: Fix skip_alt_group() for non-alternative STAC/CLAC
Josh Poimboeuf
1
-1
/
+4
2025-10-30
objtool: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2025-10-30
x86/smpboot: Mark native_play_dead() as __noreturn
Thorsten Blum
1
-0
/
+1
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-22
objtool/klp: Add the debian-based package name of xxhash to the hint
Borislav Petkov (AMD)
1
-1
/
+1
2025-10-16
Merge branch 'objtool/core' of https://git.kernel.org/pub/scm/linux/kernel/git/jpoimboe/linux
Peter Zijlstra
31
-662
/
+3606
2025-10-14
livepatch/klp-build: Introduce klp-build script for generating livepatch modules
Josh Poimboeuf
1
-2
/
+4
2025-10-14
objtool: Add base objtool support for livepatch modules
Josh Poimboeuf
4
-7
/
+53
2025-10-14
objtool: Refactor prefix symbol creation code
Josh Poimboeuf
3
-31
/
+45
2025-10-14
objtool/klp: Add post-link subcommand to finalize livepatch modules
Josh Poimboeuf
4
-1
/
+174
2025-10-14
objtool/klp: Add --debug option to show cloning decisions
Josh Poimboeuf
3
-0
/
+99
2025-10-14
objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf
16
-31
/
+1909
2025-10-14
objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums
Josh Poimboeuf
6
-0
/
+70
2025-10-14
objtool/klp: Add --checksum option to generate per-function checksums
Josh Poimboeuf
9
-28
/
+289
2025-10-14
objtool: Add annotype() helper
Josh Poimboeuf
10
-16
/
+18
2025-10-14
objtool: Add elf_create_file()
Josh Poimboeuf
3
-4
/
+147
2025-10-14
objtool: Add elf_create_reloc() and elf_init_reloc()
Josh Poimboeuf
2
-14
/
+165
2025-10-14
objtool: Add elf_create_data()
Josh Poimboeuf
2
-22
/
+54
[prev]
[next]