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
2020-06-18
Merge branch 'objtool/urgent' into objtool/core
Peter Zijlstra
2020-06-18
objtool: Provide elf_write_{insn,reloc}()
Peter Zijlstra
2020-06-18
objtool: Clean up elf_write() condition
Peter Zijlstra
2020-06-02
objtool: Add support for relocations without addends
Matt Helsley
2020-06-01
objtool: Rename rela to reloc
Matt Helsley
2020-05-28
objtool: Use sh_info to find the base for .rela sections
Sami Tolvanen
2020-05-28
objtool: Do not assume order of parent/child functions
Kristen Carlson Accardi
2020-05-15
objtool: use gelf_getsymshndx to handle >64k sections
Sami Tolvanen
2020-04-30
objtool: Move the IRET hack into the arch decoder
Miroslav Benes
2020-04-23
objtool: Rename elf_read() to elf_open_read()
Ingo Molnar
2020-04-23
objtool: Constify 'struct elf *' parameters
Ingo Molnar
2020-04-22
objtool: Optimize !vmlinux.o again
Peter Zijlstra
2020-04-22
objtool: Fix off-by-one in symbol_by_offset()
Julien Thierry
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: Add a statistics mode
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: Refactor jump table code
Josh Poimboeuf
2019-07-18
objtool: Refactor function alias logic
Josh Poimboeuf
2019-07-18
objtool: Rename elf_open() to prevent conflict with libelf from elftoolchain
Michael Forney
2019-07-18
objtool: Use Elf_Scn typedef instead of assuming struct name
Michael Forney
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-04-03
objtool: Handle function aliases
Peter Zijlstra
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