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-06-18
objtool: Provide elf_write_{insn,reloc}()
Peter Zijlstra
2020-06-18
objtool: Clean up elf_write() condition
Peter Zijlstra
2020-05-18
Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...
Ingo Molnar
2020-05-10
Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-04-30
objtool: Move the IRET hack into the arch decoder
Miroslav Benes
2020-04-26
objtool: Fix infinite loop in for_offset_range()
Josh Poimboeuf
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: Fix 32bit cross builds
Peter Zijlstra
2020-04-22
objtool: Optimize !vmlinux.o again
Peter Zijlstra
2020-04-22
objtool: Implement noinstr validation
Peter Zijlstra
2020-04-22
objtool: Fix 32bit cross builds
Peter Zijlstra
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