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
/
special.c
Age
Commit message (
Expand
)
Author
2023-06-07
objtool: Get rid of reloc->addend
Josh Poimboeuf
2023-02-01
objtool: Make struct entries[] static and const
Thomas Weißschuh
2022-11-18
objtool: Use target file endianness instead of a compiled constant
Christophe Leroy
2021-10-28
objtool,x86: Replace alternatives with .retpoline_sites
Peter Zijlstra
2021-10-05
objtool: Remove redundant 'len' field from struct section
Joe Lawrence
2021-10-05
objtool: Remove reloc symbol type checks in get_alt_entry()
Josh Poimboeuf
2021-10-03
objtool: print out the symbol type when complaining about it
Linus Torvalds
2021-10-01
objtool: Teach get_alt_entry() about more relocation types
Peter Zijlstra
2021-05-12
objtool: Decode jump_entry::key addend
Peter Zijlstra
2021-04-02
objtool: Skip magical retpoline .altinstr_replacement
Peter Zijlstra
2021-01-13
objtool: Rework header include paths
Vasily Gorbik
2021-01-13
objtool: Fix x86 orc generation on big endian cross-compiles
Vasily Gorbik
2020-09-10
objtool: Abstract alternative special case handling
Julien Thierry
2020-09-10
objtool: Move macros describing structures to arch-dependent code
Julien Thierry
2020-06-01
objtool: Rename rela to reloc
Matt Helsley
2020-03-25
objtool: Optimize read_sections()
Peter Zijlstra
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-04-03
objtool: Add UACCESS validation
Peter Zijlstra
2018-09-27
x86/jump_table: Use relative references
Ard Biesheuvel
2017-06-30
objtool: Implement stack validation 2.0
Josh Poimboeuf
2016-02-29
objtool: Add tool to perform compile-time stack metadata validation
Josh Poimboeuf