summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/alternative.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'x86_cleanups_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2026-08-18Merge tag 'x86_alternatives_for_v7.3_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-190/+0
2026-07-30x86/kcfi: Optimize call sequencePeter Zijlstra1-1/+20
2026-07-13x86/alternative: Drop smp_locks glueBorislav Petkov (AMD)1-190/+0
2026-06-28x86/cfi: Add __init_or_module annotations for fineibtCalvin Owens1-6/+6
2026-04-03x86/alternative: delay freeing of smp_locks sectionMike Rapoport (Microsoft)1-5/+17
2026-02-23x86/cfi: Fix CFI rewrite for odd alignmentsPeter Zijlstra1-7/+22
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-07x86/alternative: Patch a single alternative location only onceJuergen Gross1-22/+25
2026-01-07x86/alternative: Use helper functions for patching alternativesJuergen Gross1-55/+87
2025-12-06Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2025-12-03objtool: Remove newlines and tabs from annotation macrosJosh Poimboeuf1-2/+2
2025-12-02Merge tag 'x86_cpu_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+16
2025-12-01Merge tag 'x86-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+3
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-19/+1
2025-11-18x86/alternatives: Disable LASS when patching kernel codeSohil Mehta1-2/+16
2025-10-16x86/insn,uprobes,alternative: Unify insn_is_nop()Peter Zijlstra1-19/+1
2025-10-14x86/alternative: Refactor INT3 call emulation selftestJosh Poimboeuf1-22/+27
2025-10-14x86/alternative: Drop not needed test after call of alt_replace_call()Juergen Gross1-6/+3
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-116/+176
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook1-2/+2
2025-09-04x86,retpoline: Optimize patch_retpoline()Peter Zijlstra1-16/+26
2025-09-04x86,ibt: Use UDB instead of 0xEAPeter Zijlstra1-93/+124
2025-09-04x86/cfi: Add "debug" option to "cfi=" bootparamKees Cook1-0/+16
2025-09-04x86/cfi: Standardize on common "CFI:" prefix for CFI reportsKees Cook1-7/+10
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2025-08-02execmem: introduce execmem_alloc_rw()Mike Rapoport (Microsoft)1-2/+1
2025-07-31cfi: Move BPF CFI types and helpers to generic codeSami Tolvanen1-12/+0
2025-07-31cfi: add C CFI type macroMark Rutland1-28/+3
2025-06-18x86/alternatives: Fix int3 handling failure from broken text_poke arrayMasami Hiramatsu (Google)1-1/+1
2025-06-17x86/its: Fix an ifdef typo in its_alloc()Lukas Bulwahn1-1/+1
2025-06-11x86/its: explicitly manage permissions for ITS pagesPeter Zijlstra (Intel)1-22/+52
2025-06-11x86/its: move its_pages array to struct mod_arch_specificMike Rapoport (Microsoft)1-9/+10
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar1-0/+6
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov1-1/+1
2025-05-13x86/its: Fix build errors when CONFIG_MODULES=nEric Biggers1-0/+6
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar1-20/+316
2025-05-09x86/its: FineIBT-paranoid vs ITSPeter Zijlstra1-16/+129
2025-05-09x86/its: Use dynamic thunks for indirect branchesPeter Zijlstra1-3/+124
2025-05-09x86/ibt: Keep IBT disabled during alternative patchingPawan Gupta1-0/+8
2025-05-09x86/its: Add support for ITS-safe return thunkPawan Gupta1-2/+17
2025-05-09x86/its: Add support for ITS-safe indirect thunkPawan Gupta1-3/+42
2025-04-12x86/mm: Remove 'mm' argument from unuse_temporary_mm() againPeter Zijlstra1-1/+1
2025-04-12x86/mm: Make use_/unuse_temporary_mm() non-staticAndy Lutomirski1-64/+0
2025-04-12x86/mm: Add 'mm' argument to unuse_temporary_mm()Peter Zijlstra1-3/+3
2025-04-11x86/alternatives: Make smp_text_poke_batch_process() subsume smp_text_poke_ba...Nikolay Borisov1-11/+8
2025-04-11x86/alternatives: Add comment about noinstr expectationsIngo Molnar1-0/+5
2025-04-11x86/alternatives: Rename 'apply_relocation()' to 'text_poke_apply_relocation()'Ingo Molnar1-3/+3
2025-04-11x86/alternatives: Update the comments in smp_text_poke_batch_process()Ingo Molnar1-13/+15