index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
elf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
objtool: initialize all of struct elf
Michal Kubecek
2023-07-10
1
-1
/
+1
*
objtool: Skip reading DWARF section data
Josh Poimboeuf
2023-06-07
1
-1
/
+6
*
objtool: Get rid of reloc->rel[a]
Josh Poimboeuf
2023-06-07
1
-53
/
+7
*
objtool: Shrink elf hash nodes
Josh Poimboeuf
2023-06-07
1
-8
/
+44
*
objtool: Shrink reloc->sym_reloc_entry
Josh Poimboeuf
2023-06-07
1
-4
/
+5
*
objtool: Get rid of reloc->addend
Josh Poimboeuf
2023-06-07
1
-7
/
+3
*
objtool: Get rid of reloc->type
Josh Poimboeuf
2023-06-07
1
-4
/
+2
*
objtool: Get rid of reloc->offset
Josh Poimboeuf
2023-06-07
1
-5
/
+5
*
objtool: Get rid of reloc->idx
Josh Poimboeuf
2023-06-07
1
-4
/
+2
*
objtool: Get rid of reloc->list
Josh Poimboeuf
2023-06-07
1
-19
/
+13
*
objtool: Allocate relocs in advance for new rela sections
Josh Poimboeuf
2023-06-07
1
-5
/
+13
*
objtool: Don't free memory in elf_close()
Josh Poimboeuf
2023-06-07
1
-20
/
+4
*
objtool: Keep GElf_Rel[a] structs synced
Josh Poimboeuf
2023-06-07
1
-41
/
+14
*
objtool: Add elf_create_section_pair()
Josh Poimboeuf
2023-06-07
1
-60
/
+91
*
objtool: Add mark_sec_changed()
Josh Poimboeuf
2023-06-07
1
-15
/
+16
*
objtool: Fix reloc_hash size
Josh Poimboeuf
2023-06-07
1
-9
/
+7
*
objtool: Consolidate rel/rela handling
Josh Poimboeuf
2023-06-07
1
-148
/
+54
*
objtool: Improve reloc naming
Josh Poimboeuf
2023-06-07
1
-81
/
+83
*
objtool: Remove flags argument from elf_create_section()
Josh Poimboeuf
2023-06-07
1
-5
/
+5
*
objtool: Add symbol iteration helpers
Josh Poimboeuf
2023-04-14
1
-1
/
+1
*
objtool: Allocate multiple structures with calloc()
Thomas Weißschuh
2023-02-01
1
-21
/
+21
*
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2022-12-19
1
-2
/
+6
|
\
|
*
objtool: Use target file class size instead of a compiled constant
Christophe Leroy
2022-11-18
1
-2
/
+6
*
|
objtool: Optimize elf_dirty_reloc_sym()
Peter Zijlstra
2022-11-05
1
-17
/
+10
*
|
objtool: Add option to generate prefix symbols
Peter Zijlstra
2022-11-01
1
-0
/
+31
*
|
objtool: Avoid O(bloody terrible) behaviour -- an ode to libelf
Peter Zijlstra
2022-11-01
1
-6
/
+83
*
|
objtool: Slice up elf_create_section_symbol()
Peter Zijlstra
2022-11-01
1
-21
/
+35
*
|
objtool: Fix find_{symbol,func}_containing()
Peter Zijlstra
2022-10-17
1
-53
/
+40
|
/
*
objtool: Preserve special st_shndx indexes in elf_update_symbol
Sami Tolvanen
2022-09-26
1
-1
/
+6
*
objtool: Fix objtool regression on x32 systems
Mikulas Patocka
2022-05-20
1
-1
/
+1
*
objtool: Fix symbol creation
Peter Zijlstra
2022-05-20
1
-69
/
+129
*
objtool: Remove --lto and --vmlinux in favor of --link
Josh Poimboeuf
2022-04-22
1
-0
/
+3
*
objtool: Reorganize cmdline options
Josh Poimboeuf
2022-04-22
1
-4
/
+4
*
objtool: Fix code relocs vs weak symbols
Peter Zijlstra
2022-04-22
1
-22
/
+165
*
objtool: Fix type of reloc::addend
Peter Zijlstra
2022-04-22
1
-1
/
+1
*
objtool: Ignore extra-symbol code
Peter Zijlstra
2022-03-15
1
-0
/
+60
*
objtool: Add --dry-run
Peter Zijlstra
2022-03-15
1
-0
/
+3
*
objtool: Fix pv_ops noinstr validation
Peter Zijlstra
2021-12-03
1
-0
/
+1
*
Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-11-01
1
-84
/
+0
|
\
|
*
objtool,x86: Replace alternatives with .retpoline_sites
Peter Zijlstra
2021-10-28
1
-84
/
+0
*
|
objtool: Update section header before relocations
Michael Forney
2021-10-06
1
-29
/
+17
*
|
objtool: Check for gelf_update_rel[a] failures
Michael Forney
2021-10-06
1
-2
/
+8
|
/
*
objtool: Remove redundant 'len' field from struct section
Joe Lawrence
2021-10-05
1
-8
/
+6
*
Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...
Linus Torvalds
2021-06-28
1
-42
/
+68
|
\
|
*
objtool: Improve reloc hash size guestimate
Peter Zijlstra
2021-06-14
1
-7
/
+4
|
*
objtool: Rewrite hashtable sizing
Peter Zijlstra
2021-05-12
1
-42
/
+71
*
|
objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()
Peter Zijlstra
2021-06-10
1
-1
/
+24
*
|
objtool: Fix elf_create_undef_symbol() endianness
Vasily Gorbik
2021-05-12
1
-0
/
+1
|
/
*
objtool: Add elf_create_undef_symbol()
Peter Zijlstra
2021-04-02
1
-0
/
+60
*
objtool: Extract elf_symbol_add()
Peter Zijlstra
2021-04-02
1
-25
/
+31
[next]