summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-021-144/+231
|\
| * objtool: Fix ORC 'signal' propagationJosh Poimboeuf2023-02-231-0/+1
| * objtool: Remove instruction::listPeter Zijlstra2023-02-231-60/+106
| * objtool: Fix overlapping alternativesPeter Zijlstra2023-02-231-26/+43
| * objtool: Union instruction::{call_dest,jump_table}Peter Zijlstra2023-02-231-27/+46
| * objtool: Remove instruction::relocPeter Zijlstra2023-02-231-13/+11
| * objtool: Make instruction::alts a single-linked listPeter Zijlstra2023-02-231-9/+9
| * objtool: Make instruction::stack_ops a single-linked listPeter Zijlstra2023-02-231-6/+5
| * objtool: Change arch_decode_instruction() signaturePeter Zijlstra2023-02-231-3/+1
| * Merge branch 'linus' into objtool/core, to pick up Xen dependenciesIngo Molnar2023-02-231-0/+24
| |\
| * | objtool: Check that module init/exit function is an indirect call targetMichal Kubecek2023-01-211-0/+7
| * | 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
| |/ /
* | | 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-191-24/+29
|\
| * objtool: Add arch specific function arch_ftrace_match()Sathvika Vasireddy2022-11-181-1/+1
| * objtool: Use macros to define arch specific reloc typesSathvika Vasireddy2022-11-181-1/+1
| * 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-181-9/+10
| * objtool: Use target file class size instead of a compiled constantChristophe Leroy2022-11-181-8/+10
| * objtool: Use target file endianness instead of a compiled constantChristophe Leroy2022-11-181-1/+1
| * 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-141-81/+310
|\ \
| * | objtool: Fix weak hole vs prefix symbolPeter Zijlstra2022-11-051-1/+21
| * | objtool: Add --cfi to generate the .cfi_sites sectionPeter Zijlstra2022-11-011-0/+69
| * | objtool: Add option to generate prefix symbolsPeter Zijlstra2022-11-011-1/+32
| * | objtool: Allow STT_NOTYPE -> STT_FUNC+0 sibling-callsPeter Zijlstra2022-10-171-27/+47
| * | objtool: Rework instruction -> symbol mappingPeter Zijlstra2022-10-171-50/+55
| * | objtool: Allow symbol range comparisons for IBT/ENDBRPeter Zijlstra2022-10-171-0/+28
| * | objtool: Add --hacks=skylakePeter Zijlstra2022-10-171-4/+6
| * | objtool: Add .call_sites sectionPeter Zijlstra2022-10-171-0/+51
| * | objtool: Track init sectionPeter Zijlstra2022-10-171-7/+10
| * | objtool: Allow !PC relative relocationsPeter Zijlstra2022-10-171-1/+1
| |/
* / objtool, kcsan: Add volatile read/write instrumentation to whitelistMarco Elver2022-10-181-0/+10
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+20
|\
| * objtool: kmsan: list KMSAN API functions as uaccess-safeAlexander Potapenko2022-10-031-0/+20
* | Merge tag 'objtool-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-101-4/+1
|\ \
| * | objtool: Remove "ANNOTATE_NOENDBR on ENDBR" warningJosh Poimboeuf2022-08-191-3/+0
| * | objtool: Use arch_jump_destination() in read_intra_function_calls()Chen Zhongjin2022-08-191-1/+1
* | | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-041-1/+2
|\ \ \
| * | | ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)2022-09-161-1/+2
| | |/ | |/|
* | | Merge tag 'x86_cpu_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-041-0/+3
|\ \ \