summaryrefslogtreecommitdiffstats
path: root/tools/objtool
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-081-1/+1
|\
| * objtool: Fix calloc call for new -Walloc-sizeSam James2023-11-171-1/+1
* | cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-1/+0
|/
* Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-0/+1
|\
| * x86/tdx: Fix __noreturn build warning around __tdx_hypercall_failed()Kai Huang2023-09-181-0/+1
* | Merge tag 'objtool-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-303-14/+10
|\ \
| * | objtool: Remove max symbol name length limitationAaron Plattner2023-10-051-8/+6
| * | objtool: Propagate early errorsAaron Plattner2023-10-051-3/+1
| * | objtool: Use 'the fallthrough' pseudo-keywordRuan Jinjie2023-10-031-3/+3
* | | Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-10-301-0/+16
|\ \ \
| * | | objtool: Fix return thunk patching in retpolinesJosh Poimboeuf2023-10-201-0/+16
| |/ /
* | | Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-10-301-0/+2
|\ \ \ | |/ / |/| |
| * | objtool: Add bcachefs noreturnsKent Overstreet2023-10-191-0/+2
| |/
* / objtool: Fix _THIS_IP_ detection for cold functionsJosh Poimboeuf2023-09-121-1/+2
|/
* objtool/x86: Fixup frame-pointer vs rethunkPeter Zijlstra2023-08-171-6/+11
* x86/cpu: Rename original retbleed methodsPeter Zijlstra2023-08-162-2/+2
* x86/cpu: Clean up SRSO return thunk messPeter Zijlstra2023-08-161-1/+1
* objtool/x86: Fix SRSO messPeter Zijlstra2023-08-164-6/+31
* x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu2023-08-141-1/+1
* x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-271-1/+4
* objtool: initialize all of struct elfMichal Kubecek2023-07-101-1/+1
* objtool: Remove btrfs_assertfail() from the noreturn exceptions listIngo Molnar2023-06-291-1/+0
* Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-2715-695/+908
|\
| * objtool: Skip reading DWARF section dataJosh Poimboeuf2023-06-071-1/+6
| * objtool: Free insns when doneJosh Poimboeuf2023-06-071-0/+30
| * objtool: Get rid of reloc->rel[a]Josh Poimboeuf2023-06-073-78/+96
| * objtool: Shrink elf hash nodesJosh Poimboeuf2023-06-072-18/+58
| * objtool: Shrink reloc->sym_reloc_entryJosh Poimboeuf2023-06-072-6/+7
| * objtool: Get rid of reloc->jump_table_startJosh Poimboeuf2023-06-072-13/+23
| * objtool: Get rid of reloc->addendJosh Poimboeuf2023-06-076-42/+53
| * objtool: Get rid of reloc->typeJosh Poimboeuf2023-06-075-13/+21
| * objtool: Get rid of reloc->offsetJosh Poimboeuf2023-06-073-14/+18
| * objtool: Get rid of reloc->idxJosh Poimboeuf2023-06-072-7/+9
| * objtool: Get rid of reloc->listJosh Poimboeuf2023-06-072-24/+26
| * objtool: Allocate relocs in advance for new rela sectionsJosh Poimboeuf2023-06-071-5/+13
| * objtool: Add for_each_reloc()Josh Poimboeuf2023-06-072-12/+18
| * objtool: Don't free memory in elf_close()Josh Poimboeuf2023-06-071-20/+4
| * objtool: Keep GElf_Rel[a] structs syncedJosh Poimboeuf2023-06-071-41/+14
| * objtool: Add elf_create_section_pair()Josh Poimboeuf2023-06-076-157/+184
| * objtool: Add mark_sec_changed()Josh Poimboeuf2023-06-072-16/+29
| * objtool: Fix reloc_hash sizeJosh Poimboeuf2023-06-072-10/+14
| * objtool: Consolidate rel/rela handlingJosh Poimboeuf2023-06-073-159/+68
| * objtool: Improve reloc namingJosh Poimboeuf2023-06-073-149/+151
| * objtool: Remove flags argument from elf_create_section()Josh Poimboeuf2023-06-074-15/+18
| * objtool: Tidy elf.hJosh Poimboeuf2023-06-071-49/+47
| * objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regionsJosh Poimboeuf2023-06-072-0/+13
| * tools: Remove unnecessary variablesLu Hongfei2023-06-071-4/+3
| * objtool: Add __kunit_abort() to noreturnsJosh Poimboeuf2023-06-021-0/+1
| * objtool: Move noreturn function list to separate fileJosh Poimboeuf2023-05-163-44/+50
| * objtool: Remove superfluous global_noreturns entriesJosh Poimboeuf2023-05-161-2/+0