summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorLines
2023-06-07objtool: Free insns when doneJosh Poimboeuf-0/+30
2023-06-07objtool: Get rid of reloc->rel[a]Josh Poimboeuf-13/+7
2023-06-07objtool: Get rid of reloc->jump_table_startJosh Poimboeuf-12/+23
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf-29/+40
2023-06-07objtool: Get rid of reloc->typeJosh Poimboeuf-5/+6
2023-06-07objtool: Get rid of reloc->offsetJosh Poimboeuf-7/+7
2023-06-07objtool: Add for_each_reloc()Josh Poimboeuf-12/+12
2023-06-07objtool: Add elf_create_section_pair()Josh Poimboeuf-81/+48
2023-06-07objtool: Consolidate rel/rela handlingJosh Poimboeuf-6/+6
2023-06-07objtool: Improve reloc namingJosh Poimboeuf-67/+67
2023-06-07objtool: Remove flags argument from elf_create_section()Josh Poimboeuf-7/+10
2023-06-07objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regionsJosh Poimboeuf-0/+12
2023-06-07tools: Remove unnecessary variablesLu Hongfei-4/+3
2023-05-16objtool: Move noreturn function list to separate fileJosh Poimboeuf-41/+3
2023-05-16objtool: Remove superfluous global_noreturns entriesJosh Poimboeuf-2/+0
2023-05-16objtool: Ignore exc_double_fault() __noreturn warningsJosh Poimboeuf-1/+30
2023-05-16objtool: Detect missing __noreturn annotationsJosh Poimboeuf-1/+13
2023-05-16objtool: Include backtrace in verbose modeJosh Poimboeuf-16/+10
2023-05-16objtool: Add verbose option for disassembling affected functionsJosh Poimboeuf-0/+77
2023-05-16objtool: Limit unreachable warnings to once per functionJosh Poimboeuf-2/+3
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-243/+233
2023-04-26Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds-0/+1
2023-04-18x86: improve on the non-rep 'copy_user' functionLinus Torvalds-1/+1
2023-04-18x86: improve on the non-rep 'clear_user' functionLinus Torvalds-1/+1
2023-04-18x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds-1/+0
2023-04-18x86: move stac/clac from user copy routines into callersLinus Torvalds-0/+3
2023-04-18x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds-2/+0
2023-04-17btrfs: mark btrfs_assertfail() __noreturnJosh Poimboeuf-0/+1
2023-04-14x86/hyperv: Mark hv_ghcb_terminate() as noreturnGuilherme G. Piccoli-0/+1
2023-04-14scsi: message: fusion: Mark mpt_halt_firmware() __noreturnJosh Poimboeuf-0/+1
2023-04-14x86/cpu: Mark {hlt,resume}_play_dead() __noreturnJosh Poimboeuf-0/+2
2023-04-14btrfs: Mark btrfs_assertfail() __noreturnJosh Poimboeuf-0/+1
2023-04-14objtool: Include weak functions in global_noreturns checkJosh Poimboeuf-4/+4
2023-04-14cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf-0/+1
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf-0/+1
2023-04-14x86/head: Mark *_start_kernel() __noreturnJosh Poimboeuf-0/+2
2023-04-14init: Mark start_kernel() __noreturnJosh Poimboeuf-0/+1
2023-04-14init: Mark [arch_call_]rest_init() __noreturnJosh Poimboeuf-0/+2
2023-04-14objtool: Generate ORC data for __pfx codeJosh Poimboeuf-0/+14
2023-04-14objtool: Separate prefix code from stack validation codeJosh Poimboeuf-38/+50
2023-04-14objtool: Remove superfluous dead_end_function() checkJosh Poimboeuf-2/+1
2023-04-14objtool: Add symbol iteration helpersJosh Poimboeuf-57/+41
2023-04-14objtool: Add WARN_INSN()Josh Poimboeuf-109/+62
2023-04-14objtool: Add stackleak instrumentation to uaccess safe listJosh Poimboeuf-0/+2
2023-04-14Revert "objtool: Support addition to set CFA base"Josh Poimboeuf-11/+0
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf-1/+1
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf-20/+45
2023-03-23objtool: Add objtool_types.hJosh Poimboeuf-1/+1
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf-0/+1
2023-03-02Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-144/+231