summaryrefslogtreecommitdiff
path: root/tools/objtool/arch/x86
AgeCommit message (Expand)Author
2025-11-24objtool: Add Function to get the name of a CPU featureAlexandre Chartre
2025-11-21objtool: Improve register reporting during function validationAlexandre Chartre
2025-11-21objtool: Disassemble code with libopcodes instead of running objdumpAlexandre Chartre
2025-10-16Merge branch 'objtool/core' of https://git.kernel.org/pub/scm/linux/kernel/gi...Peter Zijlstra
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf
2025-10-14objtool: Add annotype() helperJosh Poimboeuf
2025-10-14objtool: Add section/symbol type helpersJosh Poimboeuf
2025-10-14objtool: Const string cleanupJosh Poimboeuf
2025-10-14objtool: Fix __pa_symbol() relocation handlingJosh Poimboeuf
2025-10-14objtool: Fix x86 addend calculationJosh Poimboeuf
2025-10-14objtool/x86: Fix NOP decodePeter Zijlstra
2025-10-14objtool/x86: Add UDB supportPeter Zijlstra
2025-10-14objtool/x86: Remove 0xea hackPeter Zijlstra
2025-09-03objtool: Add action to check for absence of absolute relocationsArd Biesheuvel
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar
2025-05-09x86/its: FineIBT-paranoid vs ITSPeter Zijlstra
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel
2025-04-10objtool: Fix false-positive "ignoring unreachables" warningJosh Poimboeuf
2025-04-08objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRETJosh Poimboeuf
2025-04-01objtool: Change "warning:" to "error: " for fatal errorsJosh Poimboeuf
2025-03-25objtool: Fix X86_FEATURE_SMAP alternative handlingJosh Poimboeuf
2025-03-25objtool: Warn when disabling unreachable warningsJosh Poimboeuf
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-12objtool: Handle different entry size of rodataTiezhu Yang
2025-02-14x86/alternative: Simplify callthunk patchingPeter Zijlstra
2024-12-02objtool: Allow arch code to discover jump table sizeArd Biesheuvel
2024-10-17objtool: Detect non-relocated text referencesJosh Poimboeuf
2024-07-16Merge tag 'objtool-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-07-02objtool/x86: objtool can confuse memory and stack accessAlexandre Chartre
2024-06-11x86/alternatives: Add nested alternatives macrosPeter Zijlstra
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11objtool/x86: Separate arch-specific and generic partsTiezhu Yang
2024-01-31x86/objtool: Teach objtool about ERET[US]H. Peter Anvin (Intel)
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
2023-10-03objtool: Use 'the fallthrough' pseudo-keywordRuan Jinjie
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra
2023-08-16x86/cpu: Clean up SRSO return thunk messPeter Zijlstra
2023-08-16objtool/x86: Fix SRSO messPeter Zijlstra
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf
2023-06-07objtool: Get rid of reloc->typeJosh Poimboeuf
2023-06-07objtool: Add elf_create_section_pair()Josh Poimboeuf
2023-05-10x86/alternative: Support relocations in alternativesPeter Zijlstra
2023-02-23objtool: Make instruction::stack_ops a single-linked listPeter Zijlstra
2023-02-23objtool: Change arch_decode_instruction() signaturePeter Zijlstra
2023-01-05x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-11-18objtool: Add arch specific function arch_ftrace_match()Sathvika Vasireddy