summaryrefslogtreecommitdiffstats
path: root/tools/objtool
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-288-271/+290
|\
| * x86/hyperv: Mark hv_ghcb_terminate() as noreturnGuilherme G. Piccoli2023-04-141-0/+1
| * scsi: message: fusion: Mark mpt_halt_firmware() __noreturnJosh Poimboeuf2023-04-141-0/+1
| * x86/cpu: Mark {hlt,resume}_play_dead() __noreturnJosh Poimboeuf2023-04-141-0/+2
| * btrfs: Mark btrfs_assertfail() __noreturnJosh Poimboeuf2023-04-141-0/+1
| * objtool: Include weak functions in global_noreturns checkJosh Poimboeuf2023-04-141-4/+4
| * cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf2023-04-141-0/+1
| * cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf2023-04-141-0/+1
| * x86/head: Mark *_start_kernel() __noreturnJosh Poimboeuf2023-04-141-0/+2
| * init: Mark start_kernel() __noreturnJosh Poimboeuf2023-04-141-0/+1
| * init: Mark [arch_call_]rest_init() __noreturnJosh Poimboeuf2023-04-141-0/+2
| * objtool: Generate ORC data for __pfx codeJosh Poimboeuf2023-04-141-0/+14
| * objtool: Separate prefix code from stack validation codeJosh Poimboeuf2023-04-141-38/+50
| * objtool: Remove superfluous dead_end_function() checkJosh Poimboeuf2023-04-141-2/+1
| * objtool: Add symbol iteration helpersJosh Poimboeuf2023-04-143-58/+51
| * objtool: Add WARN_INSN()Josh Poimboeuf2023-04-143-115/+70
| * objtool: Add stackleak instrumentation to uaccess safe listJosh Poimboeuf2023-04-141-0/+2
| * Revert "objtool: Support addition to set CFA base"Josh Poimboeuf2023-04-141-11/+0
| * x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf2023-03-233-16/+20
| * x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf2023-03-232-22/+47
| * x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf2023-03-232-6/+20
| * objtool: Add objtool_types.hJosh Poimboeuf2023-03-234-4/+4
| * sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-0/+1
* | Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-04-261-0/+1
|\ \
| * | btrfs: mark btrfs_assertfail() __noreturnJosh Poimboeuf2023-04-171-0/+1
| |/
* | Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2023-04-241-1/+1
|\ \
| * | docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
| |/
* | x86: improve on the non-rep 'copy_user' functionLinus Torvalds2023-04-181-1/+1
* | x86: improve on the non-rep 'clear_user' functionLinus Torvalds2023-04-181-1/+1
* | x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds2023-04-181-1/+0
* | x86: move stac/clac from user copy routines into callersLinus Torvalds2023-04-181-0/+3
* | x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds2023-04-181-2/+0
|/
* 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