index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
elf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
objtool/klp: Fix false module dependencies caused by dead relocs
Josh Poimboeuf
1
-0
/
+13
2026-05-04
objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDING
Josh Poimboeuf
1
-0
/
+20
2026-05-04
objtool/klp: Don't set sym->file for section symbols
Josh Poimboeuf
1
-1
/
+1
2026-05-04
objtool: Fix reloc hash collision in find_reloc_by_dest_range()
Josh Poimboeuf
1
-3
/
+4
2026-05-04
objtool/klp: Fix pointer comparisons for rodata objects
Josh Poimboeuf
1
-0
/
+14
2026-05-04
objtool: Move mark_rodata() to elf.c
Josh Poimboeuf
1
-0
/
+13
2026-05-04
objtool: Replace iterator callback with for_each_sym_by_mangled_name()
Josh Poimboeuf
1
-51
/
+17
2026-04-14
Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-24
/
+77
2026-03-16
objtool/klp: fix mkstemp() failure with long paths
Joe Lawrence
1
-20
/
+3
2026-03-06
objtool/klp: Match symbols based on demangled_name for global variables
Song Liu
1
-0
/
+13
2026-03-06
objtool/klp: Remove .llvm suffix in demangle_name()
Song Liu
1
-0
/
+8
2026-03-06
objtool/klp: Also demangle global objects
Song Liu
1
-3
/
+0
2026-03-06
objtool/klp: Use sym->demangled_name for symbol_name hash
Song Liu
1
-18
/
+40
2026-03-06
objtool/klp: Remove trailing '_' in demangle_name()
Song Liu
1
-1
/
+14
2026-03-06
objtool: Use section/symbol type helpers
Wentong Tian
1
-3
/
+3
2026-03-06
objtool: Fix data alignment in elf_add_data()
Josh Poimboeuf
1
-1
/
+1
2026-01-27
objtool: Replace custom macros in elf.c with shared ones
Petr Pavlu
1
-7
/
+6
2025-11-21
objtool: Remove second pass of .cold function correlation
Josh Poimboeuf
1
-1
/
+2
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
1
-2
/
+26
2025-11-21
objtool: Support Clang AUTOFDO .cold functions
Josh Poimboeuf
1
-1
/
+9
2025-10-30
objtool: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2025-10-14
objtool: Add base objtool support for livepatch modules
Josh Poimboeuf
1
-1
/
+4
2025-10-14
objtool: Refactor prefix symbol creation code
Josh Poimboeuf
1
-17
/
+0
2025-10-14
objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf
1
-1
/
+20
2025-10-14
objtool/klp: Add --checksum option to generate per-function checksums
Josh Poimboeuf
1
-3
/
+43
2025-10-14
objtool: Add elf_create_file()
Josh Poimboeuf
1
-1
/
+143
2025-10-14
objtool: Add elf_create_reloc() and elf_init_reloc()
Josh Poimboeuf
1
-14
/
+156
2025-10-14
objtool: Add elf_create_data()
Josh Poimboeuf
1
-19
/
+47
2025-10-14
objtool: Generalize elf_create_section()
Josh Poimboeuf
1
-49
/
+63
2025-10-14
objtool: Generalize elf_create_symbol()
Josh Poimboeuf
1
-52
/
+59
2025-10-14
objtool: Simplify special symbol handling in elf_update_symbol()
Josh Poimboeuf
1
-3
/
+2
2025-10-14
objtool: Mark prefix functions
Josh Poimboeuf
1
-0
/
+7
2025-10-14
objtool: Mark .cold subfunctions
Josh Poimboeuf
1
-9
/
+10
2025-10-14
objtool: Add section/symbol type helpers
Josh Poimboeuf
1
-10
/
+10
2025-10-14
objtool: Clean up compiler flag usage
Josh Poimboeuf
1
-1
/
+1
2025-10-14
objtool: Const string cleanup
Josh Poimboeuf
1
-3
/
+3
2025-10-14
objtool: Fix weak symbol detection
Josh Poimboeuf
1
-4
/
+4
2025-10-14
objtool: Fix interval tree insertion for zero-length symbols
Josh Poimboeuf
1
-1
/
+1
2025-10-14
objtool: Add empty symbols to the symbol tree again
Josh Poimboeuf
1
-8
/
+2
2025-10-14
objtool: Propagate elf_truncate_section() error in elf_write()
Josh Poimboeuf
1
-3
/
+2
2025-10-14
objtool: Fix broken error handling in read_symbols()
Josh Poimboeuf
1
-7
/
+3
2025-10-14
objtool: Make find_symbol_containing() less arbitrary
Josh Poimboeuf
1
-5
/
+20
2025-05-14
objtool: Speed up SHT_GROUP reindexing
Josh Poimboeuf
1
-18
/
+29
2025-04-30
objtool: Fix up st_info in COMDAT group section
Rong Xu
1
-1
/
+26
2025-04-01
objtool: Change "warning:" to "error: " for fatal errors
Josh Poimboeuf
1
-79
/
+71
2025-03-25
objtool: Improve error handling
Josh Poimboeuf
1
-11
/
+11
2025-03-25
objtool: Fix detection of consecutive jump tables on Clang 20
Josh Poimboeuf
1
-3
/
+3
2025-03-17
objtool: Add --output option
Josh Poimboeuf
1
-3
/
+0
[next]