summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
Commit message (Expand)AuthorAgeFilesLines
* objtool: Fix compile failure when using the x32 compilerMikulas Patocka2024-03-301-1/+1
* Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2024-03-221-18/+34
|\
| * objtool: Check local label in read_unwind_hints()Tiezhu Yang2024-03-111-1/+11
| * objtool: Check local label in add_dead_ends()Tiezhu Yang2024-03-111-17/+23
* | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-121-0/+12
|\ \
| * | objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocksJosh Poimboeuf2024-02-291-0/+12
| |/
* | x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao2024-01-101-1/+1
* | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-1/+1
|/
* objtool: Fix calloc call for new -Walloc-sizeSam James2023-11-171-1/+1
* objtool: Fix return thunk patching in retpolinesJosh Poimboeuf2023-10-201-0/+16
* objtool: Fix _THIS_IP_ detection for cold functionsJosh Poimboeuf2023-09-121-1/+2
* objtool/x86: Fixup frame-pointer vs rethunkPeter Zijlstra2023-08-171-6/+11
* x86/cpu: Rename original retbleed methodsPeter Zijlstra2023-08-161-1/+1
* objtool/x86: Fix SRSO messPeter Zijlstra2023-08-161-2/+22
* x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu2023-08-141-1/+1
* 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