summaryrefslogtreecommitdiffstats
path: root/tools/objtool
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-0220-300/+419
|\
| * objtool: Fix ORC 'signal' propagationJosh Poimboeuf2023-02-233-0/+3
| * objtool: Remove instruction::listPeter Zijlstra2023-02-234-86/+133
| * objtool: Fix overlapping alternativesPeter Zijlstra2023-02-231-26/+43
| * objtool: Union instruction::{call_dest,jump_table}Peter Zijlstra2023-02-232-29/+50
| * objtool: Remove instruction::relocPeter Zijlstra2023-02-232-16/+14
| * objtool: Shrink instruction::{type,visited}Peter Zijlstra2023-02-231-5/+5
| * objtool: Make instruction::alts a single-linked listPeter Zijlstra2023-02-232-10/+10
| * objtool: Make instruction::stack_ops a single-linked listPeter Zijlstra2023-02-234-10/+9
| * objtool: Change arch_decode_instruction() signaturePeter Zijlstra2023-02-234-71/+64
| * Merge branch 'linus' into objtool/core, to pick up Xen dependenciesIngo Molnar2023-02-232-3/+27
| |\
| * | x86/unwind/orc: Add 'signal' field to ORC metadataJosh Poimboeuf2023-02-111-2/+2
| * | objtool: Optimize layout of struct special_altThomas Weißschuh2023-02-011-1/+1
| * | objtool: Optimize layout of struct symbolThomas Weißschuh2023-02-011-3/+2
| * | objtool: Allocate multiple structures with calloc()Thomas Weißschuh2023-02-012-21/+25
| * | objtool: Make struct check_options staticThomas Weißschuh2023-02-012-3/+1
| * | objtool: Make struct entries[] static and constThomas Weißschuh2023-02-011-3/+3
| * | objtool: Fix HOSTCC flag usageIan Rogers2023-02-011-12/+15
| * | objtool: Properly support make V=1Ian Rogers2023-01-301-4/+10
| * | objtool: Install libsubcmd in buildIan Rogers2023-01-303-10/+24
| * | objtool: Check that module init/exit function is an indirect call targetMichal Kubecek2023-01-212-0/+15
| * | objtool: Fix memory leak in create_static_call_sections()Miaoqian Lin2023-01-071-0/+2
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-0/+2
|\ \ \ | |_|/ |/| |
| * | objtool: add UACCESS exceptions for __tsan_volatile_read/writeArnd Bergmann2023-02-201-0/+2
* | | Merge tag 'for-linus-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-211-0/+1
|\ \ \
| * | | x86/xen: mark xen_pv_play_dead() as __noreturnJuergen Gross2023-02-131-0/+1
| |/ /
* | | Merge tag 'x86_alternatives_for_v6.3_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-02-211-3/+3
|\ \ \
| * | | x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)2023-01-051-3/+3
| | |/ | |/|
* | | objtool: mem*() are not uaccess safePeter Zijlstra2023-02-111-3/+0
* | | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-0/+9
|\ \ \ | | |/ | |/|
| * | objtool: Tolerate STT_NOTYPE symbols at end of sectionNicholas Piggin2023-01-091-0/+9
| |/
* | entry, kasan, x86: Disallow overriding mem*() functionsPeter Zijlstra2023-01-131-0/+3
* | ubsan: Fix objtool UACCESS warnsPeter Zijlstra2023-01-131-0/+1
* | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-0/+13
|/
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-1919-56/+269
|\
| * objtool/powerpc: Implement arch_pc_relative_reloc()Michael Ellerman2022-11-232-0/+11
| * objtool/powerpc: Add --mcount specific implementationSathvika Vasireddy2022-11-182-0/+18
| * objtool/powerpc: Enable objtool to be built on ppcSathvika Vasireddy2022-11-186-0/+146
| * objtool: Add arch specific function arch_ftrace_match()Sathvika Vasireddy2022-11-183-1/+8
| * objtool: Use macros to define arch specific reloc typesSathvika Vasireddy2022-11-182-1/+3
| * objtool: Read special sections with alts only when specific options are selectedSathvika Vasireddy2022-11-181-3/+5
| * objtool: Add --mnop as an option to --mcountSathvika Vasireddy2022-11-183-9/+25
| * objtool: Use target file class size instead of a compiled constantChristophe Leroy2022-11-183-10/+24
| * objtool: Use target file endianness instead of a compiled constantChristophe Leroy2022-11-186-31/+30
| * objtool: Fix SEGFAULTChristophe Leroy2022-11-181-1/+1
* | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-1410-182/+566
|\ \
| * | objtool: Fix weak hole vs prefix symbolPeter Zijlstra2022-11-051-1/+21
| * | objtool: Optimize elf_dirty_reloc_sym()Peter Zijlstra2022-11-052-17/+12
| * | objtool: Add --cfi to generate the .cfi_sites sectionPeter Zijlstra2022-11-013-0/+71
| * | objtool: Add option to generate prefix symbolsPeter Zijlstra2022-11-015-1/+67