aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/alternative.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-01-08Merge tag 'x86_paravirt_for_v6.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-67/+67
2024-01-03arch/x86: Fix typosBjorn Helgaas1-1/+1
2023-12-30x86/alternative: Correct feature bit debug outputBorislav Petkov (AMD)1-1/+1
2023-12-15x86/alternatives: Disable interrupts and sync when optimizing NOPs in placeThomas Gleixner1-1/+11
2023-12-15x86/alternatives: Sync core before enabling interruptsThomas Gleixner1-1/+1
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross1-65/+2
2023-12-10x86/paravirt: Switch mixed paravirt/alternative calls to alternativesJuergen Gross1-1/+0
2023-12-10x86/alternative: Add indirect call patchingJuergen Gross1-3/+55
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross1-0/+10
2023-11-13x86/paravirt: Use relative reference for the original instruction offsetHou Wenlong1-3/+5
2023-10-12x86/alternatives: Disable KASAN in apply_alternatives()Kirill A. Shutemov1-0/+13
2023-09-22x86,static_call: Fix static-call vs return-thunkPeter Zijlstra1-0/+3
2023-09-22x86/alternatives: Remove faulty optimizationJosh Poimboeuf1-8/+0
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-08-16x86/alternative: Make custom return thunk unconditionalPeter Zijlstra1-4/+0
2023-08-03x86/alternative: Add a __alt_reloc_selftest() prototypeArnd Bergmann1-0/+1
2023-07-11x86/cfi: Only define poison_cfi() if CONFIG_X86_KERNEL_IBT=yIngo Molnar1-0/+2
2023-07-10x86/fineibt: Poison ENDBR at +0Peter Zijlstra1-0/+16
2023-07-10x86/cfi: Extend ENDBR sealing to kCFIPeter Zijlstra1-1/+43
2023-07-10x86/alternative: Rename apply_ibt_endbr()Peter Zijlstra1-3/+6
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-06-14x86/alternative: PAUSE is not a NOPPeter Zijlstra1-1/+4
2023-06-14x86/alternatives: Add cond_resched() to text_poke_bp_batch()Steven Rostedt (Google)1-0/+10
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland1-2/+2
2023-05-31x86/alternatives: Add longer 64-bit NOPsPeter Zijlstra1-0/+10
2023-05-13x86/alternatives: Fix section mismatch warningsBorislav Petkov (AMD)1-3/+3
2023-05-12x86/alternative: Optimize returns patchingBorislav Petkov (AMD)1-3/+10
2023-05-11x86/alternative: Complicate optimize_nops() some morePeter Zijlstra1-10/+50
2023-05-11x86/alternative: Rewrite optimize_nops() somePeter Zijlstra1-58/+71
2023-05-10x86/alternative: Support relocations in alternativesPeter Zijlstra1-89/+172
2023-05-10x86/alternative: Make debug-alternative selectivePeter Zijlstra1-25/+37
2023-01-31x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructionsPeter Zijlstra1-15/+47
2023-01-05x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)1-8/+6
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+0
2022-12-15x86/ftrace: Remove SYSTEM_BOOTING exceptionsPeter Zijlstra1-10/+0
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-34/+495
2022-12-12Merge tag 'x86-cleanups-2022-12-10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-12-02x86/alternative: Remove noinline from __ibt_endbr_seal[_end]() stubsMiaohe Lin1-1/+1
2022-11-08x86: Fix misc small issuesJiapeng Chong1-1/+1
2022-11-01x86/cfi: Add boot time hash randomizationPeter Zijlstra1-12/+108
2022-11-01x86/cfi: Boot time selection of CFI schemePeter Zijlstra1-18/+81
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra1-13/+240
2022-10-25x86/retpoline: Fix crash printing warningDan Carpenter1-1/+1
2022-10-17x86/retpoline: Add SKL retthunk retpolinesPeter Zijlstra1-3/+56
2022-10-17x86/returnthunk: Allow different return thunksPeter Zijlstra1-4/+13
2022-10-17x86/callthunks: Add call patching for call depth trackingThomas Gleixner1-0/+6
2022-10-17x86/alternatives: Provide text_poke_copy_locked()Thomas Gleixner1-15/+22
2022-10-04Merge tag 'x86_core_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+9
2022-09-27x86/alternative: Fix race in try_get_desc()Nadav Amit1-22/+23