index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-14
objtool: Refactor prefix symbol creation code
Josh Poimboeuf
1
-2
/
+0
2025-10-14
objtool/klp: Add post-link subcommand to finalize livepatch modules
Josh Poimboeuf
1
-0
/
+4
2025-10-14
objtool/klp: Add --debug option to show cloning decisions
Josh Poimboeuf
1
-0
/
+21
2025-10-14
objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf
6
-11
/
+100
2025-10-14
objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums
Josh Poimboeuf
4
-0
/
+22
2025-10-14
objtool/klp: Add --checksum option to generate per-function checksums
Josh Poimboeuf
5
-5
/
+76
2025-10-14
objtool: Add annotype() helper
Josh Poimboeuf
2
-5
/
+17
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: Resurrect --backup option
Josh Poimboeuf
1
-1
/
+2
2025-10-14
objtool: Mark prefix functions
Josh Poimboeuf
1
-0
/
+6
2025-10-14
objtool: Fix weak symbol hole detection for .cold functions
Josh Poimboeuf
1
-1
/
+2
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
2
-4
/
+4
2025-10-14
objtool: Fix x86 addend calculation
Josh Poimboeuf
1
-1
/
+1
2025-10-11
Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2025-09-03
objtool: Add action to check for absence of absolute relocations
Ard Biesheuvel
2
-0
/
+2
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-08
objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRET
Josh Poimboeuf
1
-1
/
+2
2025-04-01
objtool: Change "warning:" to "error: " for fatal errors
Josh Poimboeuf
1
-16
/
+35
2025-04-01
Revert "objtool: Increase per-function WARN_FUNC() rate limit"
Josh Poimboeuf
2
-12
/
+4
2025-03-25
objtool: Reduce CONFIG_OBJTOOL_WERROR verbosity
Josh Poimboeuf
1
-2
/
+4
2025-03-25
objtool: Improve error handling
Josh Poimboeuf
2
-5
/
+10
2025-03-25
objtool: Fix X86_FEATURE_SMAP alternative handling
Josh Poimboeuf
2
-4
/
+3
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: Create backup on error and print args
Josh Poimboeuf
1
-1
/
+0
2025-03-17
objtool: Change "warning:" to "error:" for --Werror
Josh Poimboeuf
1
-2
/
+4
2025-03-17
objtool: Add --Werror option
Josh Poimboeuf
1
-0
/
+1
2025-03-17
objtool: Add --output option
Josh Poimboeuf
1
-0
/
+1
2025-03-17
objtool: Increase per-function WARN_FUNC() rate limit
Josh Poimboeuf
2
-4
/
+12
2025-03-12
objtool: Handle PC relative relocation type
Tiezhu Yang
1
-0
/
+1
2025-03-12
objtool: Handle different entry size of rodata
Tiezhu Yang
1
-0
/
+2
2025-02-25
objtool: Fix C jump table annotations for Clang
Ard Biesheuvel
1
-1
/
+1
2024-12-02
objtool: Allow arch code to discover jump table size
Ard Biesheuvel
2
-2
/
+6
2024-10-17
objtool: Detect non-relocated text references
Josh Poimboeuf
1
-0
/
+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
2024-03-11
objtool/x86: Separate arch-specific and generic parts
Tiezhu Yang
1
-0
/
+14
2023-08-16
objtool/x86: Fix SRSO mess
Peter Zijlstra
2
-0
/
+2
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
[prev]
[next]