index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
include
Age
Commit message (
Expand
)
Author
2022-03-15
objtool: Find unused ENDBR instructions
Peter Zijlstra
2022-03-15
objtool: Validate IBT assumptions
Peter Zijlstra
2022-03-15
objtool: Add IBT/ENDBR decoding
Peter Zijlstra
2022-03-15
objtool: Read the NOENDBR annotation
Peter Zijlstra
2022-03-15
objtool: Ignore extra-symbol code
Peter Zijlstra
2022-03-15
objtool: Rename --duplicate to --lto
Peter Zijlstra
2022-03-15
objtool: Have WARN_FUNC fall back to sym+off
Peter Zijlstra
2022-03-15
objtool: Add --dry-run
Peter Zijlstra
2022-01-12
Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-12-09
objtool, kcsan: Remove memory barrier instrumentation from noinstr
Marco Elver
2021-12-08
objtool: Add straight-line-speculation validation
Peter Zijlstra
2021-10-28
objtool,x86: Replace alternatives with .retpoline_sites
Peter Zijlstra
2021-10-28
objtool: Shrink struct instruction
Peter Zijlstra
2021-10-28
objtool: Classify symbols
Peter Zijlstra
2021-10-07
Merge branch 'objtool/urgent'
Peter Zijlstra
2021-10-05
objtool: Remove redundant 'len' field from struct section
Joe Lawrence
2021-09-17
objtool: Support pv_opsindirect calls for noinstr
Peter Zijlstra
2021-09-15
objtool: Handle __sanitize_cov*() tail calls
Peter Zijlstra
2021-09-15
objtool: Introduce CFI hash
Peter Zijlstra
2021-06-14
objtool: Improve reloc hash size guestimate
Peter Zijlstra
2021-05-12
objtool: Provide stats for jump_labels
Peter Zijlstra
2021-05-12
objtool: Decode jump_entry::key addend
Peter Zijlstra
2021-05-12
objtool: Rewrite hashtable sizing
Peter Zijlstra
2021-04-28
Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-04-02
objtool: Cache instruction relocs
Peter Zijlstra
2021-04-02
objtool: Keep track of retpoline call sites
Peter Zijlstra
2021-04-02
objtool: Add elf_create_undef_symbol()
Peter Zijlstra
2021-04-02
objtool: Create reloc sections implicitly
Peter Zijlstra
2021-04-02
objtool: Add elf_create_reloc() helper
Peter Zijlstra
2021-04-02
objtool: Rework the elf_rebuild_reloc_section() logic
Peter Zijlstra
2021-04-02
objtool: Handle per arch retpoline naming
Peter Zijlstra
2021-03-06
objtool: Collate parse_options() users
Peter Zijlstra
2021-03-06
objtool: Add --backup
Peter Zijlstra
2021-03-06
objtool,x86: Rewrite LEAVE
Peter Zijlstra
2021-02-23
Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-01-26
objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
Josh Poimboeuf
2021-01-26
objtool: Fix retpoline detection in asm code
Josh Poimboeuf
2021-01-14
objtool: Support stack layout changes in alternatives
Josh Poimboeuf
2021-01-14
objtool: Add 'alt_group' struct
Josh Poimboeuf
2021-01-14
objtool: Refactor ORC section generation
Josh Poimboeuf
2021-01-13
objtool: Rework header include paths
Vasily Gorbik