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.c
Age
Commit message (
Expand
)
Author
2018-11-20
objtool: Fix segfault in .cold detection with -ffunction-sections
Artem Savkov
2018-11-20
objtool: Fix double-free in .cold detection error path
Artem Savkov
2018-11-03
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
Ingo Molnar
2018-11-01
objtool: Support GCC 9 cold subfunction naming scheme
Josh Poimboeuf
2018-09-08
objtool: Support per-function rodata sections
Allan Xavier
2018-07-14
objtool: Use '.strtab' if '.shstrtab' doesn't exist, to support ORC tables on...
Simon Ser
2018-07-02
objtool: Support GCC 8 '-fnoreorder-functions'
Josh Poimboeuf
2018-05-14
objtool: Support GCC 8's cold subfunctions
Josh Poimboeuf
2018-01-16
objtool: Improve error message for bad file argument
Josh Poimboeuf
2017-09-15
objtool: Fix object file corruption
Josh Poimboeuf
2017-09-15
objtool: Do not retrieve data from empty sections
Petr Vandrovec
2017-09-15
objtool: Fix memory leak in elf_create_rela_section()
Martin Kepplinger
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-07-13
objtool: Add fallback from ELF_C_READ_MMAP to ELF_C_READ
Arnaldo Carvalho de Melo
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