index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
elf.h
Age
Commit message (
Expand
)
Author
2020-03-25
objtool: Optimize find_rela_by_dest_range()
Peter Zijlstra
2020-03-25
objtool: Optimize read_sections()
Peter Zijlstra
2020-03-25
objtool: Optimize find_symbol_by_name()
Peter Zijlstra
2020-03-25
objtool: Rename find_containing_func()
Peter Zijlstra
2020-03-25
objtool: Optimize find_symbol_*() and read_symbols()
Peter Zijlstra
2020-03-25
objtool: Optimize find_section_by_name()
Peter Zijlstra
2020-03-25
objtool: Optimize find_section_by_index()
Peter Zijlstra
2020-03-25
objtool: Optimize find_symbol_by_index()
Peter Zijlstra
2020-02-21
objtool: Improve call destination function detection
Josh Poimboeuf
2019-07-18
objtool: Support repeated uses of the same C jump table
Jann Horn
2019-07-18
objtool: Refactor jump table code
Josh Poimboeuf
2019-07-18
objtool: Rename elf_open() to prevent conflict with libelf from elftoolchain
Michael Forney
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-04-03
objtool: Add UACCESS validation
Peter Zijlstra
2019-04-03
objtool: Handle function aliases
Peter Zijlstra
2018-09-08
objtool: Support per-function rodata sections
Allan Xavier
2018-05-14
objtool: Support GCC 8's cold subfunctions
Josh Poimboeuf
2017-07-18
objtool: Add ORC unwind table generation
Josh Poimboeuf
2017-06-30
objtool: Implement stack validation 2.0
Josh Poimboeuf
2017-03-07
objtool: Fix another GCC jump table detection issue
Josh Poimboeuf
2016-05-17
objtool: Allow building with older libelf
Jan Beulich
2016-03-09
objtool: Add several performance improvements
Josh Poimboeuf
2016-03-09
objtool: Rename some variables and functions
Josh Poimboeuf
2016-02-29
objtool: Add tool to perform compile-time stack metadata validation
Josh Poimboeuf