aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/alternative.c
AgeCommit message (Expand)Author
2024-01-22x86/paravirt: Make BUG_func() usable by non-GPL modulesJuergen Gross
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-08Merge tag 'x86_paravirt_for_v6.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-12-30x86/alternative: Correct feature bit debug outputBorislav Petkov (AMD)
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix bpf_callback_t CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra
2023-12-15x86/alternatives: Disable interrupts and sync when optimizing NOPs in placeThomas Gleixner
2023-12-15x86/alternatives: Sync core before enabling interruptsThomas Gleixner
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross
2023-12-10x86/paravirt: Switch mixed paravirt/alternative calls to alternativesJuergen Gross
2023-12-10x86/alternative: Add indirect call patchingJuergen Gross
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross
2023-11-13x86/paravirt: Use relative reference for the original instruction offsetHou Wenlong
2023-10-12x86/alternatives: Disable KASAN in apply_alternatives()Kirill A. Shutemov
2023-09-22x86,static_call: Fix static-call vs return-thunkPeter Zijlstra
2023-09-22x86/alternatives: Remove faulty optimizationJosh Poimboeuf
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-16x86/alternative: Make custom return thunk unconditionalPeter Zijlstra
2023-08-03x86/alternative: Add a __alt_reloc_selftest() prototypeArnd Bergmann
2023-07-11x86/cfi: Only define poison_cfi() if CONFIG_X86_KERNEL_IBT=yIngo Molnar
2023-07-10x86/fineibt: Poison ENDBR at +0Peter Zijlstra
2023-07-10x86/cfi: Extend ENDBR sealing to kCFIPeter Zijlstra
2023-07-10x86/alternative: Rename apply_ibt_endbr()Peter Zijlstra
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-14x86/alternative: PAUSE is not a NOPPeter Zijlstra
2023-06-14x86/alternatives: Add cond_resched() to text_poke_bp_batch()Steven Rostedt (Google)
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland
2023-05-31x86/alternatives: Add longer 64-bit NOPsPeter Zijlstra
2023-05-13x86/alternatives: Fix section mismatch warningsBorislav Petkov (AMD)
2023-05-12x86/alternative: Optimize returns patchingBorislav Petkov (AMD)
2023-05-11x86/alternative: Complicate optimize_nops() some morePeter Zijlstra
2023-05-11x86/alternative: Rewrite optimize_nops() somePeter Zijlstra
2023-05-10x86/alternative: Support relocations in alternativesPeter Zijlstra
2023-05-10x86/alternative: Make debug-alternative selectivePeter Zijlstra
2023-01-31x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructionsPeter Zijlstra
2023-01-05x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15x86/ftrace: Remove SYSTEM_BOOTING exceptionsPeter Zijlstra
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'x86-cleanups-2022-12-10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-12-02x86/alternative: Remove noinline from __ibt_endbr_seal[_end]() stubsMiaohe Lin
2022-11-08x86: Fix misc small issuesJiapeng Chong
2022-11-01x86/cfi: Add boot time hash randomizationPeter Zijlstra
2022-11-01x86/cfi: Boot time selection of CFI schemePeter Zijlstra
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra
2022-10-25x86/retpoline: Fix crash printing warningDan Carpenter