index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
elf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-30
objtool/x86: Fix SRSO mess
Peter Zijlstra
1
-0
/
+1
2022-07-25
x86,objtool: Create .return_sites
Peter Zijlstra
1
-0
/
+1
2022-07-25
objtool: Fix objtool regression on x32 systems
Mikulas Patocka
1
-2
/
+2
2022-07-25
objtool: Fix type of reloc::addend
Peter Zijlstra
1
-2
/
+2
2022-07-25
objtool,x86: Replace alternatives with .retpoline_sites
Peter Zijlstra
1
-1
/
+0
2022-07-25
objtool: Classify symbols
Peter Zijlstra
1
-2
/
+5
2022-07-25
objtool: Add elf_create_undef_symbol()
Peter Zijlstra
1
-0
/
+1
2022-07-25
objtool: Create reloc sections implicitly
Peter Zijlstra
1
-1
/
+0
2022-07-25
objtool: Add elf_create_reloc() helper
Peter Zijlstra
1
-3
/
+7
2022-07-25
objtool: Rework the elf_rebuild_reloc_section() logic
Peter Zijlstra
1
-1
/
+0
2021-02-17
objtool: Fix seg fault with Clang non-section symbols
Josh Poimboeuf
1
-0
/
+2
2020-09-01
x86/static_call: Add inline static call implementation for x86-64
Josh Poimboeuf
1
-1
/
+2
2020-06-18
Merge branch 'objtool/urgent' into objtool/core
Peter Zijlstra
1
-3
/
+9
2020-06-18
objtool: Provide elf_write_{insn,reloc}()
Peter Zijlstra
1
-1
/
+6
2020-06-18
objtool: Clean up elf_write() condition
Peter Zijlstra
1
-2
/
+3
2020-06-02
objtool: Add support for relocations without addends
Matt Helsley
1
-2
/
+5
2020-06-01
objtool: Rename rela to reloc
Matt Helsley
1
-11
/
+11
2020-05-18
Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...
Ingo Molnar
1
-3
/
+4
2020-05-10
Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+4
2020-04-30
objtool: Move the IRET hack into the arch decoder
Miroslav Benes
1
-1
/
+1
2020-04-26
objtool: Fix infinite loop in for_offset_range()
Josh Poimboeuf
1
-3
/
+4
2020-04-23
objtool: Rename elf_read() to elf_open_read()
Ingo Molnar
1
-1
/
+1
2020-04-23
objtool: Constify 'struct elf *' parameters
Ingo Molnar
1
-10
/
+10
2020-04-22
objtool: Fix 32bit cross builds
Peter Zijlstra
1
-1
/
+1
2020-04-22
objtool: Optimize !vmlinux.o again
Peter Zijlstra
1
-5
/
+8
2020-04-22
objtool: Implement noinstr validation
Peter Zijlstra
1
-1
/
+1
2020-04-22
objtool: Fix 32bit cross builds
Peter Zijlstra
1
-1
/
+1
2020-03-25
objtool: Optimize find_rela_by_dest_range()
Peter Zijlstra
1
-1
/
+15
2020-03-25
objtool: Optimize read_sections()
Peter Zijlstra
1
-4
/
+17
2020-03-25
objtool: Optimize find_symbol_by_name()
Peter Zijlstra
1
-0
/
+2
2020-03-25
objtool: Rename find_containing_func()
Peter Zijlstra
1
-1
/
+1
2020-03-25
objtool: Optimize find_symbol_*() and read_symbols()
Peter Zijlstra
1
-0
/
+3
2020-03-25
objtool: Optimize find_section_by_name()
Peter Zijlstra
1
-0
/
+3
2020-03-25
objtool: Optimize find_section_by_index()
Peter Zijlstra
1
-0
/
+2
2020-03-25
objtool: Optimize find_symbol_by_index()
Peter Zijlstra
1
-2
/
+1
2020-02-21
objtool: Improve call destination function detection
Josh Poimboeuf
1
-0
/
+1
2019-07-18
objtool: Support repeated uses of the same C jump table
Jann Horn
1
-0
/
+1
2019-07-18
objtool: Refactor jump table code
Josh Poimboeuf
1
-1
/
+1
2019-07-18
objtool: Rename elf_open() to prevent conflict with libelf from elftoolchain
Michael Forney
1
-1
/
+1
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
1
-13
/
+1
2019-04-03
objtool: Add UACCESS validation
Peter Zijlstra
1
-0
/
+1
2019-04-03
objtool: Handle function aliases
Peter Zijlstra
1
-1
/
+1
2018-09-08
objtool: Support per-function rodata sections
Allan Xavier
1
-1
/
+2
2018-05-14
objtool: Support GCC 8's cold subfunctions
Josh Poimboeuf
1
-0
/
+2
2017-07-18
objtool: Add ORC unwind table generation
Josh Poimboeuf
1
-1
/
+14
2017-06-30
objtool: Implement stack validation 2.0
Josh Poimboeuf
1
-3
/
+3
2017-03-07
objtool: Fix another GCC jump table detection issue
Josh Poimboeuf
1
-0
/
+1
2016-05-17
objtool: Allow building with older libelf
Jan Beulich
1
-0
/
+5
2016-03-09
objtool: Add several performance improvements
Josh Poimboeuf
1
-2
/
+8
2016-03-09
objtool: Rename some variables and functions
Josh Poimboeuf
1
-2
/
+2
[next]