summaryrefslogtreecommitdiffstats
path: root/tools/objtool/arch
AgeCommit message (Expand)AuthorLines
2024-10-17objtool: Detect non-relocated text referencesJosh Poimboeuf-5/+10
2024-09-17objtool: Handle frame pointer related instructionsTiezhu Yang-1/+10
2024-07-16Merge tag 'objtool-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+7
2024-07-02objtool/x86: objtool can confuse memory and stack accessAlexandre Chartre-1/+7
2024-06-11x86/alternatives: Add nested alternatives macrosPeter Zijlstra-0/+23
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-0/+819
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2024-03-11objtool/LoongArch: Enable orc to be builtTiezhu Yang-0/+188
2024-03-11objtool/x86: Separate arch-specific and generic partsTiezhu Yang-0/+189
2024-03-11objtool/LoongArch: Implement instruction decoderTiezhu Yang-2/+271
2024-03-11objtool/LoongArch: Enable objtool to be builtTiezhu Yang-0/+173
2024-01-31x86/objtool: Teach objtool about ERET[US]H. Peter Anvin (Intel)-5/+14
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao-1/+1
2023-10-03objtool: Use 'the fallthrough' pseudo-keywordRuan Jinjie-3/+3
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra-1/+1
2023-08-16x86/cpu: Clean up SRSO return thunk messPeter Zijlstra-1/+1
2023-08-16objtool/x86: Fix SRSO messPeter Zijlstra-4/+7
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)-1/+4
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-13/+21
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf-3/+3
2023-06-07objtool: Get rid of reloc->typeJosh Poimboeuf-3/+3
2023-06-07objtool: Add elf_create_section_pair()Josh Poimboeuf-7/+15
2023-05-10x86/alternative: Support relocations in alternativesPeter Zijlstra-7/+1
2023-02-23objtool: Make instruction::stack_ops a single-linked listPeter Zijlstra-2/+2
2023-02-23objtool: Change arch_decode_instruction() signaturePeter Zijlstra-65/+62
2023-01-05x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)-3/+3
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-9/+180
2022-11-23objtool/powerpc: Implement arch_pc_relative_reloc()Michael Ellerman-0/+9
2022-11-18objtool/powerpc: Add --mcount specific implementationSathvika Vasireddy-0/+18
2022-11-18objtool/powerpc: Enable objtool to be built on ppcSathvika Vasireddy-0/+146
2022-11-18objtool: Add arch specific function arch_ftrace_match()Sathvika Vasireddy-0/+5
2022-11-18objtool: Use macros to define arch specific reloc typesSathvika Vasireddy-0/+2
2022-11-18objtool: Use target file endianness instead of a compiled constantChristophe Leroy-9/+0
2022-10-17objtool: Allow !PC relative relocationsPeter Zijlstra-0/+24
2022-09-15objtool,x86: Teach decode about LOOP* instructionsPeter Zijlstra-0/+6
2022-06-27x86,objtool: Create .return_sitesPeter Zijlstra-0/+5
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf-2/+2
2022-03-15objtool: Add IBT/ENDBR decodingPeter Zijlstra-5/+29
2022-03-15tools/objtool: Check for use of the ENQCMD instruction in the kernelFenghua Yu-1/+10
2021-12-08objtool: Add straight-line-speculation validationPeter Zijlstra-4/+9
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra-120/+0
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra-1/+1
2021-10-05objtool: Make .altinstructions section entry size consistentJoe Lawrence-1/+1
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra-1/+33
2021-09-15objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra-0/+20
2021-09-15objtool: Introduce CFI hashPeter Zijlstra-11/+9
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds-1/+2
2021-06-24objtool: Don't make .altinstructions writableJosh Poimboeuf-1/+1
2021-06-11objtool: Only rewrite unconditional retpoline thunk callsPeter Zijlstra-0/+4
2021-05-12objtool/x86: Fix elf_add_alternative() endiannessVasily Gorbik-1/+2