| Commit message (Expand) | Author | Age | Files | Lines |
* | objtool: Use 'the fallthrough' pseudo-keyword | Ruan Jinjie | 2023-10-03 | 1 | -3/+3 |
* | x86/cpu: Rename original retbleed methods | Peter Zijlstra | 2023-08-16 | 1 | -1/+1 |
* | x86/cpu: Clean up SRSO return thunk mess | Peter Zijlstra | 2023-08-16 | 1 | -1/+1 |
* | objtool/x86: Fix SRSO mess | Peter Zijlstra | 2023-08-16 | 1 | -4/+7 |
* | x86/srso: Add a Speculative RAS Overflow mitigation | Borislav Petkov (AMD) | 2023-07-27 | 1 | -1/+4 |
* | Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-06-28 | 4 | -13/+21 |
|\ |
|
| * | objtool: Get rid of reloc->addend | Josh Poimboeuf | 2023-06-07 | 2 | -3/+3 |
| * | objtool: Get rid of reloc->type | Josh Poimboeuf | 2023-06-07 | 2 | -3/+3 |
| * | objtool: Add elf_create_section_pair() | Josh Poimboeuf | 2023-06-07 | 2 | -7/+15 |
* | | x86/alternative: Support relocations in alternatives | Peter Zijlstra | 2023-05-10 | 1 | -7/+1 |
|/ |
|
* | objtool: Make instruction::stack_ops a single-linked list | Peter Zijlstra | 2023-02-23 | 1 | -2/+2 |
* | objtool: Change arch_decode_instruction() signature | Peter Zijlstra | 2023-02-23 | 2 | -65/+62 |
* | x86/alternatives: Add alt_instr.flags | Borislav Petkov (AMD) | 2023-01-05 | 1 | -3/+3 |
* | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2022-12-19 | 9 | -9/+180 |
|\ |
|
| * | objtool/powerpc: Implement arch_pc_relative_reloc() | Michael Ellerman | 2022-11-23 | 1 | -0/+9 |
| * | objtool/powerpc: Add --mcount specific implementation | Sathvika Vasireddy | 2022-11-18 | 2 | -0/+18 |
| * | objtool/powerpc: Enable objtool to be built on ppc | Sathvika Vasireddy | 2022-11-18 | 6 | -0/+146 |
| * | objtool: Add arch specific function arch_ftrace_match() | Sathvika Vasireddy | 2022-11-18 | 1 | -0/+5 |
| * | objtool: Use macros to define arch specific reloc types | Sathvika Vasireddy | 2022-11-18 | 1 | -0/+2 |
| * | objtool: Use target file endianness instead of a compiled constant | Christophe Leroy | 2022-11-18 | 1 | -9/+0 |
* | | objtool: Allow !PC relative relocations | Peter Zijlstra | 2022-10-17 | 1 | -0/+24 |
|/ |
|
* | objtool,x86: Teach decode about LOOP* instructions | Peter Zijlstra | 2022-09-15 | 1 | -0/+6 |
* | x86,objtool: Create .return_sites | Peter Zijlstra | 2022-06-27 | 1 | -0/+5 |
* | objtool: Reorganize cmdline options | Josh Poimboeuf | 2022-04-22 | 2 | -2/+2 |
* | objtool: Add IBT/ENDBR decoding | Peter Zijlstra | 2022-03-15 | 1 | -5/+29 |
* | tools/objtool: Check for use of the ENQCMD instruction in the kernel | Fenghua Yu | 2022-03-15 | 1 | -1/+10 |
* | objtool: Add straight-line-speculation validation | Peter Zijlstra | 2021-12-08 | 1 | -4/+9 |
* | objtool,x86: Replace alternatives with .retpoline_sites | Peter Zijlstra | 2021-10-28 | 1 | -120/+0 |
* | Merge branch 'objtool/urgent' | Peter Zijlstra | 2021-10-07 | 1 | -1/+1 |
|\ |
|
| * | objtool: Make .altinstructions section entry size consistent | Joe Lawrence | 2021-10-05 | 1 | -1/+1 |
* | | objtool: Support pv_opsindirect calls for noinstr | Peter Zijlstra | 2021-09-17 | 1 | -1/+33 |
* | | objtool: Handle __sanitize_cov*() tail calls | Peter Zijlstra | 2021-09-15 | 1 | -0/+20 |
* | | objtool: Introduce CFI hash | Peter Zijlstra | 2021-09-15 | 1 | -11/+9 |
|/ |
|
*-. | Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/... | Linus Torvalds | 2021-06-28 | 2 | -1/+2 |
|\ \ |
|
| | * | objtool: Decode jump_entry::key addend | Peter Zijlstra | 2021-05-12 | 1 | -0/+1 |
| * | | objtool: Don't make .altinstructions writable | Josh Poimboeuf | 2021-06-24 | 1 | -1/+1 |
|/ / |
|
* | | objtool: Only rewrite unconditional retpoline thunk calls | Peter Zijlstra | 2021-06-11 | 1 | -0/+4 |
* | | objtool/x86: Fix elf_add_alternative() endianness | Vasily Gorbik | 2021-05-12 | 1 | -1/+2 |
|/ |
|
* | Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2021-04-28 | 2 | -125/+169 |
|\ |
|
| * | objtool,x86: More ModRM sugar | Peter Zijlstra | 2021-03-06 | 1 | -11/+17 |
| * | objtool,x86: Rewrite ADD/SUB/AND | Peter Zijlstra | 2021-03-06 | 1 | -19/+51 |
| * | objtool,x86: Support %riz encodings | Peter Zijlstra | 2021-03-06 | 1 | -19/+48 |
| * | objtool,x86: Simplify register decode | Peter Zijlstra | 2021-03-06 | 1 | -40/+39 |
| * | objtool,x86: Rewrite LEAVE | Peter Zijlstra | 2021-03-06 | 1 | -3/+11 |
| * | objtool,x86: Rewrite LEA decode | Peter Zijlstra | 2021-03-06 | 1 | -58/+28 |
| * | objtool,x86: Renumber CFI_reg | Peter Zijlstra | 2021-03-06 | 1 | -6/+6 |
* | | objtool/x86: Rewrite retpoline thunk calls | Peter Zijlstra | 2021-04-02 | 1 | -0/+117 |
* | | objtool: Handle per arch retpoline naming | Peter Zijlstra | 2021-04-02 | 1 | -0/+5 |
* | | x86/alternatives: Optimize optimize_nops() | Peter Zijlstra | 2021-04-02 | 1 | -1/+1 |
* | | Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ... | Ingo Molnar | 2021-04-02 | 1 | -5/+8 |
|\ \ |
|