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
/
elf.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-16
objtool/klp: fix mkstemp() failure with long paths
Joe Lawrence
-20
/
+3
2026-03-06
objtool: Fix data alignment in elf_add_data()
Josh Poimboeuf
-1
/
+1
2026-01-27
objtool: Replace custom macros in elf.c with shared ones
Petr Pavlu
-7
/
+6
2025-11-21
objtool: Remove second pass of .cold function correlation
Josh Poimboeuf
-1
/
+2
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
-2
/
+26
2025-11-21
objtool: Support Clang AUTOFDO .cold functions
Josh Poimboeuf
-1
/
+9
2025-10-30
objtool: Remove unneeded semicolon
Chen Ni
-1
/
+1
2025-10-14
objtool: Add base objtool support for livepatch modules
Josh Poimboeuf
-1
/
+4
2025-10-14
objtool: Refactor prefix symbol creation code
Josh Poimboeuf
-17
/
+0
2025-10-14
objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf
-1
/
+20
2025-10-14
objtool/klp: Add --checksum option to generate per-function checksums
Josh Poimboeuf
-3
/
+43
2025-10-14
objtool: Add elf_create_file()
Josh Poimboeuf
-1
/
+143
2025-10-14
objtool: Add elf_create_reloc() and elf_init_reloc()
Josh Poimboeuf
-14
/
+156
2025-10-14
objtool: Add elf_create_data()
Josh Poimboeuf
-19
/
+47
2025-10-14
objtool: Generalize elf_create_section()
Josh Poimboeuf
-50
/
+64
2025-10-14
objtool: Generalize elf_create_symbol()
Josh Poimboeuf
-52
/
+59
2025-10-14
objtool: Simplify special symbol handling in elf_update_symbol()
Josh Poimboeuf
-3
/
+2
2025-10-14
objtool: Mark prefix functions
Josh Poimboeuf
-0
/
+7
2025-10-14
objtool: Mark .cold subfunctions
Josh Poimboeuf
-9
/
+10
2025-10-14
objtool: Add section/symbol type helpers
Josh Poimboeuf
-10
/
+10
2025-10-14
objtool: Clean up compiler flag usage
Josh Poimboeuf
-1
/
+1
2025-10-14
objtool: Const string cleanup
Josh Poimboeuf
-3
/
+3
2025-10-14
objtool: Fix weak symbol detection
Josh Poimboeuf
-4
/
+4
2025-10-14
objtool: Fix interval tree insertion for zero-length symbols
Josh Poimboeuf
-1
/
+1
2025-10-14
objtool: Add empty symbols to the symbol tree again
Josh Poimboeuf
-8
/
+2
2025-10-14
objtool: Propagate elf_truncate_section() error in elf_write()
Josh Poimboeuf
-3
/
+2
2025-10-14
objtool: Fix broken error handling in read_symbols()
Josh Poimboeuf
-7
/
+3
2025-10-14
objtool: Make find_symbol_containing() less arbitrary
Josh Poimboeuf
-5
/
+20
2025-05-14
objtool: Speed up SHT_GROUP reindexing
Josh Poimboeuf
-18
/
+29
2025-04-30
objtool: Fix up st_info in COMDAT group section
Rong Xu
-1
/
+26
2025-04-01
objtool: Change "warning:" to "error: " for fatal errors
Josh Poimboeuf
-79
/
+71
2025-03-25
objtool: Improve error handling
Josh Poimboeuf
-11
/
+11
2025-03-25
objtool: Fix detection of consecutive jump tables on Clang 20
Josh Poimboeuf
-3
/
+3
2025-03-17
objtool: Add --output option
Josh Poimboeuf
-3
/
+0
2024-11-06
objtool: Fix unreachable instruction warnings for weak functions
Rong Xu
-5
/
+10
2023-10-05
objtool: Remove max symbol name length limitation
Aaron Plattner
-8
/
+6
2023-07-10
objtool: initialize all of struct elf
Michal Kubecek
-1
/
+1
2023-06-07
objtool: Skip reading DWARF section data
Josh Poimboeuf
-1
/
+6
2023-06-07
objtool: Get rid of reloc->rel[a]
Josh Poimboeuf
-53
/
+7
2023-06-07
objtool: Shrink elf hash nodes
Josh Poimboeuf
-8
/
+44
2023-06-07
objtool: Shrink reloc->sym_reloc_entry
Josh Poimboeuf
-4
/
+5
2023-06-07
objtool: Get rid of reloc->addend
Josh Poimboeuf
-7
/
+3
2023-06-07
objtool: Get rid of reloc->type
Josh Poimboeuf
-4
/
+2
2023-06-07
objtool: Get rid of reloc->offset
Josh Poimboeuf
-5
/
+5
2023-06-07
objtool: Get rid of reloc->idx
Josh Poimboeuf
-4
/
+2
2023-06-07
objtool: Get rid of reloc->list
Josh Poimboeuf
-19
/
+13
2023-06-07
objtool: Allocate relocs in advance for new rela sections
Josh Poimboeuf
-5
/
+13
2023-06-07
objtool: Don't free memory in elf_close()
Josh Poimboeuf
-20
/
+4
[next]