summaryrefslogtreecommitdiff
path: root/tools/objtool/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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-01objtool: Change "warning:" to "error: " for fatal errorsJosh Poimboeuf2-11/+10
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: Handle different entry size of rodataTiezhu Yang1-0/+13
2025-02-14x86/alternative: Simplify callthunk patchingPeter Zijlstra1-0/+1
2024-12-02objtool: Allow arch code to discover jump table sizeArd Biesheuvel1-1/+3
2024-10-18objtool: Detect non-relocated text referencesJosh Poimboeuf1-5/+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 Torvalds2-0/+189
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/x86: Separate arch-specific and generic partsTiezhu Yang2-0/+189
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
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra1-1/+1
2023-08-16x86/cpu: Clean up SRSO return thunk messPeter Zijlstra1-1/+1
2023-08-16objtool/x86: Fix SRSO messPeter Zijlstra1-4/+7
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-1/+4
2023-06-28Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-9/+14
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf2-3/+3
2023-06-07objtool: Get rid of reloc->typeJosh Poimboeuf2-3/+3
2023-06-07objtool: Add elf_create_section_pair()Josh Poimboeuf1-3/+8
2023-05-10x86/alternative: Support relocations in alternativesPeter Zijlstra1-7/+1
2023-02-23objtool: Make instruction::stack_ops a single-linked listPeter Zijlstra1-2/+2
2023-02-23objtool: Change arch_decode_instruction() signaturePeter Zijlstra1-53/+52
2023-01-05x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)1-3/+3
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-9/+7
2022-11-18objtool: Add arch specific function arch_ftrace_match()Sathvika Vasireddy1-0/+5
2022-11-18objtool: Use macros to define arch specific reloc typesSathvika Vasireddy1-0/+2
2022-11-18objtool: Use target file endianness instead of a compiled constantChristophe Leroy1-9/+0
2022-10-17objtool: Allow !PC relative relocationsPeter Zijlstra1-0/+24
2022-09-15objtool,x86: Teach decode about LOOP* instructionsPeter Zijlstra1-0/+6
2022-06-27x86,objtool: Create .return_sitesPeter Zijlstra1-0/+5
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf2-2/+2
2022-03-15objtool: Add IBT/ENDBR decodingPeter Zijlstra1-5/+29
2022-03-15tools/objtool: Check for use of the ENQCMD instruction in the kernelFenghua Yu1-1/+10
2021-12-08objtool: Add straight-line-speculation validationPeter Zijlstra1-4/+9
2021-10-29objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra1-120/+0
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra1-1/+1
2021-10-05objtool: Make .altinstructions section entry size consistentJoe Lawrence1-1/+1
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra1-1/+33
2021-09-15objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra1-0/+20