summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
Commit message (Expand)AuthorAgeFilesLines
* objtool: Free insns when doneJosh Poimboeuf2023-06-071-0/+30
* objtool: Get rid of reloc->rel[a]Josh Poimboeuf2023-06-071-13/+7
* objtool: Get rid of reloc->jump_table_startJosh Poimboeuf2023-06-071-12/+23
* objtool: Get rid of reloc->addendJosh Poimboeuf2023-06-071-29/+40
* objtool: Get rid of reloc->typeJosh Poimboeuf2023-06-071-5/+6
* objtool: Get rid of reloc->offsetJosh Poimboeuf2023-06-071-7/+7
* objtool: Add for_each_reloc()Josh Poimboeuf2023-06-071-12/+12
* objtool: Add elf_create_section_pair()Josh Poimboeuf2023-06-071-81/+48
* objtool: Consolidate rel/rela handlingJosh Poimboeuf2023-06-071-6/+6
* objtool: Improve reloc namingJosh Poimboeuf2023-06-071-67/+67
* objtool: Remove flags argument from elf_create_section()Josh Poimboeuf2023-06-071-7/+10
* objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regionsJosh Poimboeuf2023-06-071-0/+12
* tools: Remove unnecessary variablesLu Hongfei2023-06-071-4/+3
* objtool: Move noreturn function list to separate fileJosh Poimboeuf2023-05-161-41/+3
* objtool: Remove superfluous global_noreturns entriesJosh Poimboeuf2023-05-161-2/+0
* objtool: Ignore exc_double_fault() __noreturn warningsJosh Poimboeuf2023-05-161-1/+30
* objtool: Detect missing __noreturn annotationsJosh Poimboeuf2023-05-161-1/+13
* objtool: Include backtrace in verbose modeJosh Poimboeuf2023-05-161-16/+10
* objtool: Add verbose option for disassembling affected functionsJosh Poimboeuf2023-05-161-0/+77
* objtool: Limit unreachable warnings to once per functionJosh Poimboeuf2023-05-161-2/+3
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-243/+233
|\
| * 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-141-57/+41
| * objtool: Add WARN_INSN()Josh Poimboeuf2023-04-141-109/+62
| * 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-231-1/+1
| * x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf2023-03-231-20/+45
| * objtool: Add objtool_types.hJosh Poimboeuf2023-03-231-1/+1
| * 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
| |/
* | 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-021-144/+231
|\