index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
elf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-05
objtool: Remove max symbol name length limitation
Aaron Plattner
1
-8
/
+6
2023-07-10
objtool: initialize all of struct elf
Michal Kubecek
1
-1
/
+1
2023-06-07
objtool: Skip reading DWARF section data
Josh Poimboeuf
1
-1
/
+6
2023-06-07
objtool: Get rid of reloc->rel[a]
Josh Poimboeuf
1
-53
/
+7
2023-06-07
objtool: Shrink elf hash nodes
Josh Poimboeuf
1
-8
/
+44
2023-06-07
objtool: Shrink reloc->sym_reloc_entry
Josh Poimboeuf
1
-4
/
+5
2023-06-07
objtool: Get rid of reloc->addend
Josh Poimboeuf
1
-7
/
+3
2023-06-07
objtool: Get rid of reloc->type
Josh Poimboeuf
1
-4
/
+2
2023-06-07
objtool: Get rid of reloc->offset
Josh Poimboeuf
1
-5
/
+5
2023-06-07
objtool: Get rid of reloc->idx
Josh Poimboeuf
1
-4
/
+2
2023-06-07
objtool: Get rid of reloc->list
Josh Poimboeuf
1
-19
/
+13
2023-06-07
objtool: Allocate relocs in advance for new rela sections
Josh Poimboeuf
1
-5
/
+13
2023-06-07
objtool: Don't free memory in elf_close()
Josh Poimboeuf
1
-20
/
+4
2023-06-07
objtool: Keep GElf_Rel[a] structs synced
Josh Poimboeuf
1
-41
/
+14
2023-06-07
objtool: Add elf_create_section_pair()
Josh Poimboeuf
1
-60
/
+91
2023-06-07
objtool: Add mark_sec_changed()
Josh Poimboeuf
1
-15
/
+16
2023-06-07
objtool: Fix reloc_hash size
Josh Poimboeuf
1
-9
/
+7
2023-06-07
objtool: Consolidate rel/rela handling
Josh Poimboeuf
1
-148
/
+54
2023-06-07
objtool: Improve reloc naming
Josh Poimboeuf
1
-81
/
+83
2023-06-07
objtool: Remove flags argument from elf_create_section()
Josh Poimboeuf
1
-5
/
+5
2023-04-14
objtool: Add symbol iteration helpers
Josh Poimboeuf
1
-1
/
+1
2023-02-01
objtool: Allocate multiple structures with calloc()
Thomas Weißschuh
1
-21
/
+21
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-2
/
+6
2022-11-18
objtool: Use target file class size instead of a compiled constant
Christophe Leroy
1
-2
/
+6
2022-11-05
objtool: Optimize elf_dirty_reloc_sym()
Peter Zijlstra
1
-17
/
+10
2022-11-01
objtool: Add option to generate prefix symbols
Peter Zijlstra
1
-0
/
+31
2022-11-01
objtool: Avoid O(bloody terrible) behaviour -- an ode to libelf
Peter Zijlstra
1
-6
/
+83
2022-11-01
objtool: Slice up elf_create_section_symbol()
Peter Zijlstra
1
-21
/
+35
2022-10-17
objtool: Fix find_{symbol,func}_containing()
Peter Zijlstra
1
-53
/
+40
2022-09-26
objtool: Preserve special st_shndx indexes in elf_update_symbol
Sami Tolvanen
1
-1
/
+6
2022-05-20
objtool: Fix objtool regression on x32 systems
Mikulas Patocka
1
-1
/
+1
2022-05-20
objtool: Fix symbol creation
Peter Zijlstra
1
-69
/
+129
2022-04-22
objtool: Remove --lto and --vmlinux in favor of --link
Josh Poimboeuf
1
-0
/
+3
2022-04-22
objtool: Reorganize cmdline options
Josh Poimboeuf
1
-4
/
+4
2022-04-22
objtool: Fix code relocs vs weak symbols
Peter Zijlstra
1
-22
/
+165
2022-04-22
objtool: Fix type of reloc::addend
Peter Zijlstra
1
-1
/
+1
2022-03-15
objtool: Ignore extra-symbol code
Peter Zijlstra
1
-0
/
+60
2022-03-15
objtool: Add --dry-run
Peter Zijlstra
1
-0
/
+3
2021-12-03
objtool: Fix pv_ops noinstr validation
Peter Zijlstra
1
-0
/
+1
2021-11-01
Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-84
/
+0
2021-10-28
objtool,x86: Replace alternatives with .retpoline_sites
Peter Zijlstra
1
-84
/
+0
2021-10-06
objtool: Update section header before relocations
Michael Forney
1
-29
/
+17
2021-10-06
objtool: Check for gelf_update_rel[a] failures
Michael Forney
1
-2
/
+8
2021-10-05
objtool: Remove redundant 'len' field from struct section
Joe Lawrence
1
-8
/
+6
2021-06-28
Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...
Linus Torvalds
1
-42
/
+68
2021-06-14
objtool: Improve reloc hash size guestimate
Peter Zijlstra
1
-7
/
+4
2021-06-10
objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()
Peter Zijlstra
1
-1
/
+24
2021-05-12
objtool: Fix elf_create_undef_symbol() endianness
Vasily Gorbik
1
-0
/
+1
2021-05-12
objtool: Rewrite hashtable sizing
Peter Zijlstra
1
-42
/
+71
2021-04-02
objtool: Add elf_create_undef_symbol()
Peter Zijlstra
1
-0
/
+60
[next]