index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
elf.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
-50
/
+64
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
2024-11-06
objtool: Fix unreachable instruction warnings for weak functions
Rong Xu
1
-5
/
+10
2023-10-05
objtool: Remove max symbol name length limitation
Aaron Plattner
1
-8
/
+6
2023-07-10
objtool: initialize all of struct elf
Michal Kubecek
1
-1
/
+1
2023-06-07
objtool: Skip reading DWARF section data
Josh Poimboeuf
1
-1
/
+6
2023-06-07
objtool: Get rid of reloc->rel[a]
Josh Poimboeuf
1
-53
/
+7
2023-06-07
objtool: Shrink elf hash nodes
Josh Poimboeuf
1
-8
/
+44
2023-06-07
objtool: Shrink reloc->sym_reloc_entry
Josh Poimboeuf
1
-4
/
+5
2023-06-07
objtool: Get rid of reloc->addend
Josh Poimboeuf
1
-7
/
+3
2023-06-07
objtool: Get rid of reloc->type
Josh Poimboeuf
1
-4
/
+2
2023-06-07
objtool: Get rid of reloc->offset
Josh Poimboeuf
1
-5
/
+5
2023-06-07
objtool: Get rid of reloc->idx
Josh Poimboeuf
1
-4
/
+2
2023-06-07
objtool: Get rid of reloc->list
Josh Poimboeuf
1
-19
/
+13
2023-06-07
objtool: Allocate relocs in advance for new rela sections
Josh Poimboeuf
1
-5
/
+13
2023-06-07
objtool: Don't free memory in elf_close()
Josh Poimboeuf
1
-20
/
+4
2023-06-07
objtool: Keep GElf_Rel[a] structs synced
Josh Poimboeuf
1
-41
/
+14
2023-06-07
objtool: Add elf_create_section_pair()
Josh Poimboeuf
1
-60
/
+91
2023-06-07
objtool: Add mark_sec_changed()
Josh Poimboeuf
1
-15
/
+16
[next]