index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-02
objtool: Allow arch code to discover jump table size
Ard Biesheuvel
2
-2
/
+6
2024-10-18
objtool: Detect non-relocated text references
Josh Poimboeuf
1
-0
/
+1
2024-09-17
objtool: Handle frame pointer related instructions
Tiezhu Yang
1
-0
/
+1
2024-03-11
objtool: Check local label in add_dead_ends()
Tiezhu Yang
1
-0
/
+1
2024-03-11
objtool/x86: Separate arch-specific and generic parts
Tiezhu Yang
1
-0
/
+14
2023-08-16
objtool/x86: Fix SRSO mess
Peter Zijlstra
2
-0
/
+2
2023-06-07
objtool: Get rid of reloc->rel[a]
Josh Poimboeuf
1
-12
/
+82
2023-06-07
objtool: Shrink elf hash nodes
Josh Poimboeuf
1
-10
/
+14
2023-06-07
objtool: Shrink reloc->sym_reloc_entry
Josh Poimboeuf
1
-2
/
+2
2023-06-07
objtool: Get rid of reloc->jump_table_start
Josh Poimboeuf
1
-1
/
+0
2023-06-07
objtool: Get rid of reloc->addend
Josh Poimboeuf
1
-1
/
+5
2023-06-07
objtool: Get rid of reloc->type
Josh Poimboeuf
1
-1
/
+10
2023-06-07
objtool: Get rid of reloc->offset
Josh Poimboeuf
1
-2
/
+6
2023-06-07
objtool: Get rid of reloc->idx
Josh Poimboeuf
1
-3
/
+7
2023-06-07
objtool: Get rid of reloc->list
Josh Poimboeuf
1
-5
/
+13
2023-06-07
objtool: Add for_each_reloc()
Josh Poimboeuf
1
-0
/
+6
2023-06-07
objtool: Add elf_create_section_pair()
Josh Poimboeuf
1
-6
/
+27
2023-06-07
objtool: Add mark_sec_changed()
Josh Poimboeuf
1
-1
/
+13
2023-06-07
objtool: Fix reloc_hash size
Josh Poimboeuf
1
-1
/
+7
2023-06-07
objtool: Consolidate rel/rela handling
Josh Poimboeuf
1
-5
/
+8
2023-06-07
objtool: Improve reloc naming
Josh Poimboeuf
1
-1
/
+1
2023-06-07
objtool: Remove flags argument from elf_create_section()
Josh Poimboeuf
1
-1
/
+1
2023-06-07
objtool: Tidy elf.h
Josh Poimboeuf
1
-49
/
+47
2023-06-07
objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regions
Josh Poimboeuf
1
-0
/
+1
2023-05-16
objtool: Include backtrace in verbose mode
Josh Poimboeuf
1
-6
/
+8
2023-05-16
objtool: Add verbose option for disassembling affected functions
Josh Poimboeuf
1
-0
/
+1
2023-05-16
objtool: Limit unreachable warnings to once per function
Josh Poimboeuf
2
-1
/
+7
2023-04-14
objtool: Add symbol iteration helpers
Josh Poimboeuf
1
-0
/
+9
2023-04-14
objtool: Add WARN_INSN()
Josh Poimboeuf
1
-0
/
+5
2023-03-24
x86,objtool: Separate unret validation from unwind hints
Josh Poimboeuf
1
-2
/
+2
2023-02-23
objtool: Fix ORC 'signal' propagation
Josh Poimboeuf
1
-0
/
+1
2023-02-23
objtool: Remove instruction::list
Peter Zijlstra
2
-25
/
+27
2023-02-23
objtool: Union instruction::{call_dest,jump_table}
Peter Zijlstra
1
-2
/
+4
2023-02-23
objtool: Remove instruction::reloc
Peter Zijlstra
1
-3
/
+3
2023-02-23
objtool: Shrink instruction::{type,visited}
Peter Zijlstra
1
-5
/
+5
2023-02-23
objtool: Make instruction::alts a single-linked list
Peter Zijlstra
1
-1
/
+1
2023-02-23
objtool: Make instruction::stack_ops a single-linked list
Peter Zijlstra
2
-2
/
+2
2023-02-23
objtool: Change arch_decode_instruction() signature
Peter Zijlstra
1
-3
/
+1
2023-02-01
objtool: Optimize layout of struct special_alt
Thomas Weißschuh
1
-1
/
+1
2023-02-01
objtool: Optimize layout of struct symbol
Thomas Weißschuh
1
-3
/
+2
2023-02-01
objtool: Allocate multiple structures with calloc()
Thomas Weißschuh
1
-0
/
+4
2023-02-01
objtool: Make struct check_options static
Thomas Weißschuh
1
-2
/
+0
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
4
-16
/
+27
2022-11-23
objtool/powerpc: Implement arch_pc_relative_reloc()
Michael Ellerman
1
-0
/
+2
2022-11-18
objtool: Add arch specific function arch_ftrace_match()
Sathvika Vasireddy
1
-0
/
+2
2022-11-18
objtool: Add --mnop as an option to --mcount
Sathvika Vasireddy
1
-0
/
+1
2022-11-18
objtool: Use target file class size instead of a compiled constant
Christophe Leroy
1
-0
/
+8
2022-11-18
objtool: Use target file endianness instead of a compiled constant
Christophe Leroy
1
-16
/
+16
2022-11-05
objtool: Optimize elf_dirty_reloc_sym()
Peter Zijlstra
1
-0
/
+2
2022-11-01
objtool: Add --cfi to generate the .cfi_sites section
Peter Zijlstra
1
-0
/
+1
[next]