summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/alternative.c
AgeCommit message (Expand)Author
2025-03-03x86/ibt: Make cfi_bhi a constant for FINEIBT_BHI=nPeter Zijlstra
2025-02-26x86/ibt: Optimize the fineibt-bhi arity 1 casePeter Zijlstra
2025-02-26x86/ibt: Implement FineIBT-BHI mitigationPeter Zijlstra
2025-02-26x86/ibt: Add paranoid FineIBT modePeter Zijlstra
2025-02-26x86/ibt: Optimize the FineIBT instruction sequencePeter Zijlstra
2025-02-26x86/alternatives: Clean up preprocessor conditional block commentsIngo Molnar
2025-02-26x86/ibt: Add exact_endbr() helperPeter Zijlstra
2025-02-26x86/cfi: Add 'cfi=warn' boot optionPeter Zijlstra
2025-02-14x86/ibt: Handle FineIBT in handle_cfi_failure()Peter Zijlstra
2025-02-14x86/ibt: Clean up poison_endbr()Peter Zijlstra
2025-02-14x86/alternative: Simplify callthunk patchingPeter Zijlstra
2025-02-14x86/cfi: Clean up linkagePeter Zijlstra
2025-02-14x86/ibt: Clean up is_endbr()Peter Zijlstra
2025-02-03Revert "x86/module: prepare module loading for ROX allocations of text"Mike Rapoport (Microsoft)
2024-12-20Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar
2024-11-19x86/mm/tlb: Update mm_cpumask lazilyRik van Riel
2024-11-07x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)
2024-07-16Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-01x86/alternatives, kvm: Fix a couple of CALLs without a frame pointerBorislav Petkov (AMD)
2024-06-19x86/alternatives: Make FineIBT mode Kconfig selectableKees Cook
2024-06-11x86/alternatives: Add nested alternatives macrosPeter Zijlstra
2024-05-17x86/alternatives: Use the correct length when optimizing NOPsBorislav Petkov (AMD)
2024-04-09x86/alternatives: Sort local vars in apply_alternatives()Borislav Petkov (AMD)
2024-04-09x86/alternatives: Optimize optimize_nops()Borislav Petkov (AMD)
2024-04-09x86/alternatives: Get rid of __optimize_nops()Borislav Petkov (AMD)
2024-04-09x86/alternatives: Use a temporary buffer when optimizing NOPsBorislav Petkov (AMD)
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar
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-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao
2024-01-10x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
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-19x86/alternatives: Move apply_relocation() out of init sectionArnd Bergmann
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