summaryrefslogtreecommitdiffstats
path: root/tools/objtool
Commit message (Expand)AuthorAgeFilesLines
...
| * objtool: Include backtrace in verbose modeJosh Poimboeuf2023-05-163-24/+20
| * objtool: Add verbose option for disassembling affected functionsJosh Poimboeuf2023-05-164-0/+88
| * objtool: Limit unreachable warnings to once per functionJosh Poimboeuf2023-05-163-3/+10
* | Merge tag 'linux-kselftest-kunit-6.5-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-06-271-0/+1
|\|
* | Merge tag 'x86_alternatives_for_v6.5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-06-261-7/+1
|\ \
| * | x86/alternative: Support relocations in alternativesPeter Zijlstra2023-05-101-7/+1
| |/
* / btrfs: print assertion failure report and stack trace from the same lineDavid Sterba2023-06-191-1/+0
|/
* 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
| |\