index
:
pub/scm/linux/kernel/git/i3c/linux.git
master
I3C kernel tree
I3C group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
include
/
objtool
/
elf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-12
objtool/klp: Fix .kcfi_traps special section extraction
Josh Poimboeuf
1
-0
/
+1
2026-05-04
objtool/klp: Cache dont_correlate() result
Josh Poimboeuf
1
-0
/
+1
2026-05-04
objtool/klp: Fix kCFI prefix finding/cloning
Josh Poimboeuf
1
-2
/
+2
2026-05-04
objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDING
Josh Poimboeuf
1
-0
/
+1
2026-05-04
objtool: Add is_cold_func() helper
Josh Poimboeuf
1
-0
/
+5
2026-05-04
objtool: Add is_alias_sym() helper
Josh Poimboeuf
1
-0
/
+5
2026-05-04
objtool/klp: Fix pointer comparisons for rodata objects
Josh Poimboeuf
1
-0
/
+1
2026-05-04
objtool: Move mark_rodata() to elf.c
Josh Poimboeuf
1
-0
/
+5
2026-05-04
objtool/klp: Fix --debug-checksum for duplicate symbol names
Josh Poimboeuf
1
-0
/
+5
2026-05-04
objtool: Replace iterator callback with for_each_sym_by_mangled_name()
Josh Poimboeuf
1
-3
/
+29
2026-03-06
objtool/klp: Match symbols based on demangled_name for global variables
Song Liu
1
-0
/
+3
2025-11-21
objtool: Fix .cold function detection for duplicate symbols
Josh Poimboeuf
1
-1
/
+1
2025-10-14
objtool: Add base objtool support for livepatch modules
Josh Poimboeuf
1
-0
/
+1
2025-10-14
objtool: Refactor prefix symbol creation code
Josh Poimboeuf
1
-2
/
+0
2025-10-14
objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf
1
-11
/
+45
2025-10-14
objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums
Josh Poimboeuf
1
-0
/
+1
2025-10-14
objtool/klp: Add --checksum option to generate per-function checksums
Josh Poimboeuf
1
-1
/
+3
2025-10-14
objtool: Add annotype() helper
Josh Poimboeuf
1
-0
/
+13
2025-10-14
objtool: Add elf_create_file()
Josh Poimboeuf
1
-2
/
+3
2025-10-14
objtool: Add elf_create_reloc() and elf_init_reloc()
Josh Poimboeuf
1
-0
/
+9
2025-10-14
objtool: Add elf_create_data()
Josh Poimboeuf
1
-3
/
+7
2025-10-14
objtool: Generalize elf_create_section()
Josh Poimboeuf
1
-1
/
+6
2025-10-14
objtool: Generalize elf_create_symbol()
Josh Poimboeuf
1
-1
/
+10
2025-10-14
objtool: Refactor add_jump_destinations()
Josh Poimboeuf
1
-2
/
+2
2025-10-14
objtool: Mark prefix functions
Josh Poimboeuf
1
-0
/
+6
2025-10-14
objtool: Mark .cold subfunctions
Josh Poimboeuf
1
-0
/
+1
2025-10-14
objtool: Add section/symbol type helpers
Josh Poimboeuf
1
-0
/
+66
2025-10-14
objtool: Convert elf iterator macros to use 'struct elf'
Josh Poimboeuf
1
-4
/
+4
2025-10-14
objtool: Const string cleanup
Josh Poimboeuf
1
-3
/
+3
2025-08-18
objtool: Validate kCFI calls
Peter Zijlstra
1
-0
/
+1
2025-05-14
objtool: Speed up SHT_GROUP reindexing
Josh Poimboeuf
1
-0
/
+1
2025-04-01
Revert "objtool: Increase per-function WARN_FUNC() rate limit"
Josh Poimboeuf
1
-1
/
+1
2025-03-25
objtool: Ignore entire functions rather than instructions
Josh Poimboeuf
1
-0
/
+1
2025-03-25
objtool: Fix detection of consecutive jump tables on Clang 20
Josh Poimboeuf
1
-1
/
+26
2025-03-17
objtool: Increase per-function WARN_FUNC() rate limit
Josh Poimboeuf
1
-1
/
+1
2024-09-17
objtool: Handle frame pointer related instructions
Tiezhu Yang
1
-0
/
+1
2024-03-11
objtool: Check local label in add_dead_ends()
Tiezhu Yang
1
-0
/
+1
2023-08-16
objtool/x86: Fix SRSO mess
Peter Zijlstra
1
-0
/
+1
2023-06-07
objtool: Get rid of reloc->rel[a]
Josh Poimboeuf
1
-12
/
+82
2023-06-07
objtool: Shrink elf hash nodes
Josh Poimboeuf
1
-10
/
+14
2023-06-07
objtool: Shrink reloc->sym_reloc_entry
Josh Poimboeuf
1
-2
/
+2
2023-06-07
objtool: Get rid of reloc->jump_table_start
Josh Poimboeuf
1
-1
/
+0
2023-06-07
objtool: Get rid of reloc->addend
Josh Poimboeuf
1
-1
/
+5
2023-06-07
objtool: Get rid of reloc->type
Josh Poimboeuf
1
-1
/
+10
2023-06-07
objtool: Get rid of reloc->offset
Josh Poimboeuf
1
-2
/
+6
2023-06-07
objtool: Get rid of reloc->idx
Josh Poimboeuf
1
-3
/
+7
2023-06-07
objtool: Get rid of reloc->list
Josh Poimboeuf
1
-5
/
+13
2023-06-07
objtool: Add for_each_reloc()
Josh Poimboeuf
1
-0
/
+6
2023-06-07
objtool: Add elf_create_section_pair()
Josh Poimboeuf
1
-6
/
+27
2023-06-07
objtool: Add mark_sec_changed()
Josh Poimboeuf
1
-1
/
+13
[next]