summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/alternative.c
AgeCommit message (Expand)AuthorLines
2023-01-31x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructionsPeter Zijlstra-15/+47
2023-01-05x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)-8/+6
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-10/+0
2022-12-15x86/ftrace: Remove SYSTEM_BOOTING exceptionsPeter Zijlstra-10/+0
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-34/+495
2022-12-12Merge tag 'x86-cleanups-2022-12-10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2022-12-02x86/alternative: Remove noinline from __ibt_endbr_seal[_end]() stubsMiaohe Lin-1/+1
2022-11-08x86: Fix misc small issuesJiapeng Chong-1/+1
2022-11-01x86/cfi: Add boot time hash randomizationPeter Zijlstra-12/+108
2022-11-01x86/cfi: Boot time selection of CFI schemePeter Zijlstra-18/+81
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra-13/+240
2022-10-25x86/retpoline: Fix crash printing warningDan Carpenter-1/+1
2022-10-17x86/retpoline: Add SKL retthunk retpolinesPeter Zijlstra-3/+56
2022-10-17x86/returnthunk: Allow different return thunksPeter Zijlstra-4/+13
2022-10-17x86/callthunks: Add call patching for call depth trackingThomas Gleixner-0/+6
2022-10-17x86/alternatives: Provide text_poke_copy_locked()Thomas Gleixner-15/+22
2022-10-04Merge tag 'x86_core_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+9
2022-09-27x86/alternative: Fix race in try_get_desc()Nadav Amit-22/+23
2022-09-15x86,retpoline: Be sure to emit INT3 after JMP *%\regPeter Zijlstra-0/+9
2022-07-20x86/alternative: Report missing return thunk detailsKees Cook-1/+3
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra-0/+5
2022-06-27x86,static_call: Use alternative RET encodingPeter Zijlstra-4/+8
2022-06-27x86: Undo return-thunk damagePeter Zijlstra-0/+60
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-10/+57
2022-05-23x86/alternative: Introduce text_poke_setSong Liu-10/+57
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf-3/+3
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-14/+52
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra-0/+39
2022-03-15x86/ibt: Annotate text referencesPeter Zijlstra-2/+8
2022-03-15x86/alternative: Simplify int3_selftest_ipPeter Zijlstra-14/+7
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2022-02-21x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)-4/+4
2022-02-07x86/alternative: Introduce text_poke_copySong Liu-0/+34
2021-12-09x86/alternative: Relax text_poke_bp() constraintPeter Zijlstra-15/+34
2021-12-08x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra-1/+1
2021-10-28x86/alternative: Add debug prints to apply_retpolines()Peter Zijlstra-0/+6
2021-10-28x86/alternative: Try inline spectre_v2=retpoline,amdPeter Zijlstra-2/+14
2021-10-28x86/alternative: Handle Jcc __x86_indirect_thunk_\regPeter Zijlstra-4/+36
2021-10-28x86/alternative: Implement .retpoline_sites supportPeter Zijlstra-4/+137
2021-06-07Merge tag 'v5.13-rc5' into x86/cleanupsBorislav Petkov-18/+46
2021-06-03x86/alternative: Optimize single-byte NOPs at an arbitrary positionBorislav Petkov-18/+46
2021-06-03x86/alternative: Align insn bytes verticallyBorislav Petkov-2/+2
2021-05-12x86/alternatives: Make the x86nops[] symbol staticPavel Skripkin-1/+1
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2021-04-02x86/alternatives: Optimize optimize_nops()Peter Zijlstra-18/+31
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar-177/+21
2021-03-31Merge 'x86/alternatives'Borislav Petkov-8/+44
2021-03-31x86: Add insn_decode_kernel()Peter Zijlstra-1/+1
2021-03-15x86: Remove dynamic NOP selectionPeter Zijlstra-177/+21
2021-03-15x86/alternative: Use insn_decode()Borislav Petkov-3/+3