summaryrefslogtreecommitdiffstats
path: root/tools/objtool/elf.c
AgeCommit message (Expand)AuthorLines
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka-1/+1
2022-05-20objtool: Fix symbol creationPeter Zijlstra-69/+129
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf-0/+3
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf-4/+4
2022-04-22objtool: Fix code relocs vs weak symbolsPeter Zijlstra-22/+165
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra-1/+1
2022-03-15objtool: Ignore extra-symbol codePeter Zijlstra-0/+60
2022-03-15objtool: Add --dry-runPeter Zijlstra-0/+3
2021-12-03objtool: Fix pv_ops noinstr validationPeter Zijlstra-0/+1
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-84/+0
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra-84/+0
2021-10-06objtool: Update section header before relocationsMichael Forney-29/+17
2021-10-06objtool: Check for gelf_update_rel[a] failuresMichael Forney-2/+8
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence-8/+6
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds-42/+68
2021-06-14objtool: Improve reloc hash size guestimatePeter Zijlstra-7/+4
2021-06-10objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()Peter Zijlstra-1/+24
2021-05-12objtool: Fix elf_create_undef_symbol() endiannessVasily Gorbik-0/+1
2021-05-12objtool: Rewrite hashtable sizingPeter Zijlstra-42/+71
2021-04-02objtool: Add elf_create_undef_symbol()Peter Zijlstra-0/+60
2021-04-02objtool: Extract elf_symbol_add()Peter Zijlstra-25/+31
2021-04-02objtool: Extract elf_strtab_concat()Peter Zijlstra-22/+38
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra-1/+8
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra-30/+56
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra-6/+14
2021-02-23Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-18/+22
2021-02-17rbtree: Add generic add and find helpersPeter Zijlstra-62/+11
2021-01-21objtool: Don't fail on missing symbol tableJosh Poimboeuf-2/+5
2021-01-13objtool: Rework header include pathsVasily Gorbik-3/+3
2021-01-13objtool: Fix reloc generation on big endian cross-compilesMartin Schwidefsky-15/+19
2021-01-13objtool: Don't add empty symbols to the rbtreeJosh Poimboeuf-0/+7
2020-12-16objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf-0/+26
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf-4/+4
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra-3/+61
2020-06-18objtool: Provide elf_write_{insn,reloc}()Peter Zijlstra-1/+39
2020-06-18objtool: Clean up elf_write() conditionPeter Zijlstra-2/+11
2020-06-02objtool: Add support for relocations without addendsMatt Helsley-17/+128
2020-06-01objtool: Rename rela to relocMatt Helsley-69/+69
2020-05-28objtool: Use sh_info to find the base for .rela sectionsSami Tolvanen-1/+1
2020-05-28objtool: Do not assume order of parent/child functionsKristen Carlson Accardi-1/+7
2020-05-15objtool: use gelf_getsymshndx to handle >64k sectionsSami Tolvanen-7/+17
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes-2/+2
2020-04-23objtool: Rename elf_read() to elf_open_read()Ingo Molnar-1/+1
2020-04-23objtool: Constify 'struct elf *' parametersIngo Molnar-5/+5
2020-04-22objtool: Optimize !vmlinux.o againPeter Zijlstra-19/+43
2020-04-22objtool: Fix off-by-one in symbol_by_offset()Julien Thierry-1/+1
2020-03-25objtool: Optimize find_rela_by_dest_range()Peter Zijlstra-4/+11
2020-03-25objtool: Optimize read_sections()Peter Zijlstra-10/+14
2020-03-25objtool: Optimize find_symbol_by_name()Peter Zijlstra-5/+5
2020-03-25objtool: Rename find_containing_func()Peter Zijlstra-1/+1