aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/objtool/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-16objtool/x86: Fix SRSO messPeter Zijlstra2-0/+2
2023-06-07objtool: Get rid of reloc->rel[a]Josh Poimboeuf1-12/+82
2023-06-07objtool: Shrink elf hash nodesJosh Poimboeuf1-10/+14
2023-06-07objtool: Shrink reloc->sym_reloc_entryJosh Poimboeuf1-2/+2
2023-06-07objtool: Get rid of reloc->jump_table_startJosh Poimboeuf1-1/+0
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf1-1/+5
2023-06-07objtool: Get rid of reloc->typeJosh Poimboeuf1-1/+10
2023-06-07objtool: Get rid of reloc->offsetJosh Poimboeuf1-2/+6
2023-06-07objtool: Get rid of reloc->idxJosh Poimboeuf1-3/+7
2023-06-07objtool: Get rid of reloc->listJosh Poimboeuf1-5/+13
2023-06-07objtool: Add for_each_reloc()Josh Poimboeuf1-0/+6
2023-06-07objtool: Add elf_create_section_pair()Josh Poimboeuf1-6/+27
2023-06-07objtool: Add mark_sec_changed()Josh Poimboeuf1-1/+13
2023-06-07objtool: Fix reloc_hash sizeJosh Poimboeuf1-1/+7
2023-06-07objtool: Consolidate rel/rela handlingJosh Poimboeuf1-5/+8
2023-06-07objtool: Improve reloc namingJosh Poimboeuf1-1/+1
2023-06-07objtool: Remove flags argument from elf_create_section()Josh Poimboeuf1-1/+1
2023-06-07objtool: Tidy elf.hJosh Poimboeuf1-49/+47
2023-06-07objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regionsJosh Poimboeuf1-0/+1
2023-05-16objtool: Include backtrace in verbose modeJosh Poimboeuf1-6/+8
2023-05-16objtool: Add verbose option for disassembling affected functionsJosh Poimboeuf1-0/+1
2023-05-16objtool: Limit unreachable warnings to once per functionJosh Poimboeuf2-1/+7
2023-04-14objtool: Add symbol iteration helpersJosh Poimboeuf1-0/+9
2023-04-14objtool: Add WARN_INSN()Josh Poimboeuf1-0/+5
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf1-2/+2
2023-02-23objtool: Fix ORC 'signal' propagationJosh Poimboeuf1-0/+1
2023-02-23objtool: Remove instruction::listPeter Zijlstra2-25/+27
2023-02-23objtool: Union instruction::{call_dest,jump_table}Peter Zijlstra1-2/+4
2023-02-23objtool: Remove instruction::relocPeter Zijlstra1-3/+3
2023-02-23objtool: Shrink instruction::{type,visited}Peter Zijlstra1-5/+5
2023-02-23objtool: Make instruction::alts a single-linked listPeter Zijlstra1-1/+1
2023-02-23objtool: Make instruction::stack_ops a single-linked listPeter Zijlstra2-2/+2
2023-02-23objtool: Change arch_decode_instruction() signaturePeter Zijlstra1-3/+1
2023-02-01objtool: Optimize layout of struct special_altThomas Weißschuh1-1/+1
2023-02-01objtool: Optimize layout of struct symbolThomas Weißschuh1-3/+2
2023-02-01objtool: Allocate multiple structures with calloc()Thomas Weißschuh1-0/+4
2023-02-01objtool: Make struct check_options staticThomas Weißschuh1-2/+0
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-16/+27
2022-11-23objtool/powerpc: Implement arch_pc_relative_reloc()Michael Ellerman1-0/+2
2022-11-18objtool: Add arch specific function arch_ftrace_match()Sathvika Vasireddy1-0/+2
2022-11-18objtool: Add --mnop as an option to --mcountSathvika Vasireddy1-0/+1
2022-11-18objtool: Use target file class size instead of a compiled constantChristophe Leroy1-0/+8
2022-11-18objtool: Use target file endianness instead of a compiled constantChristophe Leroy1-16/+16
2022-11-05objtool: Optimize elf_dirty_reloc_sym()Peter Zijlstra1-0/+2
2022-11-01objtool: Add --cfi to generate the .cfi_sites sectionPeter Zijlstra1-0/+1
2022-11-01objtool: Add option to generate prefix symbolsPeter Zijlstra2-0/+3
2022-11-01objtool: Avoid O(bloody terrible) behaviour -- an ode to libelfPeter Zijlstra1-1/+1
2022-10-17objtool: Rework instruction -> symbol mappingPeter Zijlstra1-1/+11
2022-10-17objtool: Fix find_{symbol,func}_containing()Peter Zijlstra1-1/+2
2022-10-17objtool: Add --hacks=skylakePeter Zijlstra1-0/+1