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
/
include
Age
Commit message (
Expand
)
Author
2024-03-11
objtool: Check local label in add_dead_ends()
Tiezhu Yang
2024-03-11
objtool/x86: Separate arch-specific and generic parts
Tiezhu Yang
2023-08-16
objtool/x86: Fix SRSO mess
Peter Zijlstra
2023-06-07
objtool: Get rid of reloc->rel[a]
Josh Poimboeuf
2023-06-07
objtool: Shrink elf hash nodes
Josh Poimboeuf
2023-06-07
objtool: Shrink reloc->sym_reloc_entry
Josh Poimboeuf
2023-06-07
objtool: Get rid of reloc->jump_table_start
Josh Poimboeuf
2023-06-07
objtool: Get rid of reloc->addend
Josh Poimboeuf
2023-06-07
objtool: Get rid of reloc->type
Josh Poimboeuf
2023-06-07
objtool: Get rid of reloc->offset
Josh Poimboeuf
2023-06-07
objtool: Get rid of reloc->idx
Josh Poimboeuf
2023-06-07
objtool: Get rid of reloc->list
Josh Poimboeuf
2023-06-07
objtool: Add for_each_reloc()
Josh Poimboeuf
2023-06-07
objtool: Add elf_create_section_pair()
Josh Poimboeuf
2023-06-07
objtool: Add mark_sec_changed()
Josh Poimboeuf
2023-06-07
objtool: Fix reloc_hash size
Josh Poimboeuf
2023-06-07
objtool: Consolidate rel/rela handling
Josh Poimboeuf
2023-06-07
objtool: Improve reloc naming
Josh Poimboeuf
2023-06-07
objtool: Remove flags argument from elf_create_section()
Josh Poimboeuf
2023-06-07
objtool: Tidy elf.h
Josh Poimboeuf
2023-06-07
objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regions
Josh Poimboeuf
2023-05-16
objtool: Include backtrace in verbose mode
Josh Poimboeuf
2023-05-16
objtool: Add verbose option for disassembling affected functions
Josh Poimboeuf
2023-05-16
objtool: Limit unreachable warnings to once per function
Josh Poimboeuf
2023-04-14
objtool: Add symbol iteration helpers
Josh Poimboeuf
2023-04-14
objtool: Add WARN_INSN()
Josh Poimboeuf
2023-03-23
x86,objtool: Separate unret validation from unwind hints
Josh Poimboeuf
2023-02-23
objtool: Fix ORC 'signal' propagation
Josh Poimboeuf
2023-02-23
objtool: Remove instruction::list
Peter Zijlstra
2023-02-23
objtool: Union instruction::{call_dest,jump_table}
Peter Zijlstra
2023-02-23
objtool: Remove instruction::reloc
Peter Zijlstra
2023-02-23
objtool: Shrink instruction::{type,visited}
Peter Zijlstra
2023-02-23
objtool: Make instruction::alts a single-linked list
Peter Zijlstra
2023-02-23
objtool: Make instruction::stack_ops a single-linked list
Peter Zijlstra
2023-02-23
objtool: Change arch_decode_instruction() signature
Peter Zijlstra
2023-02-01
objtool: Optimize layout of struct special_alt
Thomas Weißschuh
2023-02-01
objtool: Optimize layout of struct symbol
Thomas Weißschuh
2023-02-01
objtool: Allocate multiple structures with calloc()
Thomas Weißschuh
2023-02-01
objtool: Make struct check_options static
Thomas Weißschuh
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2022-11-23
objtool/powerpc: Implement arch_pc_relative_reloc()
Michael Ellerman
2022-11-18
objtool: Add arch specific function arch_ftrace_match()
Sathvika Vasireddy
2022-11-18
objtool: Add --mnop as an option to --mcount
Sathvika Vasireddy
2022-11-18
objtool: Use target file class size instead of a compiled constant
Christophe Leroy
2022-11-18
objtool: Use target file endianness instead of a compiled constant
Christophe Leroy
2022-11-05
objtool: Optimize elf_dirty_reloc_sym()
Peter Zijlstra
2022-11-01
objtool: Add --cfi to generate the .cfi_sites section
Peter Zijlstra
2022-11-01
objtool: Add option to generate prefix symbols
Peter Zijlstra
2022-11-01
objtool: Avoid O(bloody terrible) behaviour -- an ode to libelf
Peter Zijlstra
2022-10-17
objtool: Rework instruction -> symbol mapping
Peter Zijlstra
[next]