summaryrefslogtreecommitdiff
path: root/tools/objtool/arch
AgeCommit message (Expand)AuthorFilesLines
2025-11-24objtool: Add Function to get the name of a CPU featureAlexandre Chartre4-1/+32
2025-11-21objtool: Improve register reporting during function validationAlexandre Chartre3-0/+31
2025-11-21objtool: Disassemble code with libopcodes instead of running objdumpAlexandre Chartre3-0/+36
2025-10-16Merge branch 'objtool/core' of https://git.kernel.org/pub/scm/linux/kernel/gi...Peter Zijlstra6-14/+66
2025-10-15objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf1-0/+40
2025-10-15objtool: Add annotype() helperJosh Poimboeuf4-4/+0
2025-10-15objtool: Add section/symbol type helpersJosh Poimboeuf1-1/+1
2025-10-15objtool: Const string cleanupJosh Poimboeuf3-3/+3
2025-10-15objtool: Fix __pa_symbol() relocation handlingJosh Poimboeuf1-1/+12
2025-10-15objtool: Fix x86 addend calculationJosh Poimboeuf3-6/+11
2025-10-14objtool/x86: Fix NOP decodePeter Zijlstra1-4/+11
2025-10-14objtool/x86: Add UDB supportPeter Zijlstra1-0/+4
2025-10-14objtool/x86: Remove 0xea hackPeter Zijlstra1-9/+0
2025-09-30Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+12
2025-09-18objtool/LoongArch: Mark special atomic instruction as INSN_BUG typeTiezhu Yang1-0/+21
2025-09-18objtool/LoongArch: Mark types based on break immediate codeTiezhu Yang1-3/+9
2025-09-03objtool: Add action to check for absence of absolute relocationsArd Biesheuvel1-0/+12
2025-08-20objtool/LoongArch: Get table size correctly if LTO is enabledTiezhu Yang1-0/+23
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar1-0/+9
2025-05-09x86/its: FineIBT-paranoid vs ITSPeter Zijlstra1-0/+9
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel1-2/+4
2025-04-10objtool: Fix false-positive "ignoring unreachables" warningJosh Poimboeuf1-1/+1
2025-04-08objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRETJosh Poimboeuf1-7/+11
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-53/+28
2025-04-01objtool: Change "warning:" to "error: " for fatal errorsJosh Poimboeuf4-20/+23
2025-03-28Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+9
2025-03-25objtool: Fix X86_FEATURE_SMAP alternative handlingJosh Poimboeuf1-32/+1
2025-03-25objtool: Warn when disabling unreachable warningsJosh Poimboeuf1-1/+4
2025-03-25Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2025-03-13objtool/LoongArch: Add support for goto tableTiezhu Yang1-2/+30
2025-03-13objtool/LoongArch: Add support for switch tableTiezhu Yang1-1/+130
2025-03-13objtool: Handle PC relative relocation typeTiezhu Yang2-4/+20
2025-03-13objtool: Handle different entry size of rodataTiezhu Yang3-0/+38
2025-02-26objtool/powerpc: Add support for decoding all types of uncond branchesChristophe Leroy1-1/+9
2025-02-14x86/alternative: Simplify callthunk patchingPeter Zijlstra1-0/+1
2024-12-02objtool: Allow arch code to discover jump table sizeArd Biesheuvel3-3/+7
2024-10-18objtool: Detect non-relocated text referencesJosh Poimboeuf1-5/+10
2024-09-17objtool: Handle frame pointer related instructionsTiezhu Yang1-1/+10
2024-07-17Merge tag 'objtool-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+7
2024-07-03objtool/x86: objtool can confuse memory and stack accessAlexandre Chartre1-1/+7
2024-06-11x86/alternatives: Add nested alternatives macrosPeter Zijlstra1-0/+23
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds9-0/+819
2024-03-12Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-03-11objtool/LoongArch: Enable orc to be builtTiezhu Yang3-0/+188
2024-03-11objtool/x86: Separate arch-specific and generic partsTiezhu Yang2-0/+189
2024-03-11objtool/LoongArch: Implement instruction decoderTiezhu Yang1-2/+271
2024-03-11objtool/LoongArch: Enable objtool to be builtTiezhu Yang6-0/+173
2024-02-01x86/objtool: Teach objtool about ERET[US]H. Peter Anvin (Intel)1-5/+14
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-1/+1
2023-10-03objtool: Use 'the fallthrough' pseudo-keywordRuan Jinjie1-3/+3