summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/alternative.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09x86/alternatives: Sort local vars in apply_alternatives()Borislav Petkov (AMD)1-2/+2
2024-04-09x86/alternatives: Optimize optimize_nops()Borislav Petkov (AMD)1-0/+4
2024-04-09x86/alternatives: Get rid of __optimize_nops()Borislav Petkov (AMD)1-43/+16
2024-04-09x86/alternatives: Use a temporary buffer when optimizing NOPsBorislav Petkov (AMD)1-39/+45
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed1-1/+1
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar1-7/+7
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar1-85/+174
2024-01-22x86/paravirt: Make BUG_func() usable by non-GPL modulesJuergen Gross1-1/+1
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-8/+79
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao1-2/+2
2024-01-10x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao1-2/+2
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-3/+3
2024-01-09Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-01-09Merge tag 'x86_paravirt_for_v6.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-67/+67
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+12
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-19x86/alternatives: Move apply_relocation() out of init sectionArnd Bergmann1-4/+4
2023-12-16x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra1-0/+22
2023-12-16x86/cfi,bpf: Fix bpf_callback_t CFIPeter Zijlstra1-0/+18
2023-12-16x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra1-8/+39
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-11x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross1-65/+2
2023-12-11x86/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-30x86/callthunks: Mark apply_relocation() as __init_or_moduleIngo Molnar1-1/+1
2023-11-30x86/callthunks: Handle %rip-relative relocations in call thunk templateUros Bizjak1-2/+1
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-29Merge 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-28Merge 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