index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
alternative.c
Age
Commit message (
Expand
)
Author
6 days
Merge tag 'x86_cpu_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7 days
Merge tag 'x86-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7 days
Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-11-18
x86/alternatives: Disable LASS when patching kernel code
Sohil Mehta
2025-10-16
x86/insn,uprobes,alternative: Unify insn_is_nop()
Peter Zijlstra
2025-10-14
x86/alternative: Refactor INT3 call emulation selftest
Josh Poimboeuf
2025-10-14
x86/alternative: Drop not needed test after call of alt_replace_call()
Juergen Gross
2025-10-11
Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-09-24
kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI
Kees Cook
2025-09-04
x86,retpoline: Optimize patch_retpoline()
Peter Zijlstra
2025-09-04
x86,ibt: Use UDB instead of 0xEA
Peter Zijlstra
2025-09-04
x86/cfi: Add "debug" option to "cfi=" bootparam
Kees Cook
2025-09-04
x86/cfi: Standardize on common "CFI:" prefix for CFI reports
Kees Cook
2025-08-05
Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-08-02
execmem: introduce execmem_alloc_rw()
Mike Rapoport (Microsoft)
2025-07-31
cfi: Move BPF CFI types and helpers to generic code
Sami Tolvanen
2025-07-31
cfi: add C CFI type macro
Mark Rutland
2025-06-18
x86/alternatives: Fix int3 handling failure from broken text_poke array
Masami Hiramatsu (Google)
2025-06-17
x86/its: Fix an ifdef typo in its_alloc()
Lukas Bulwahn
2025-06-11
x86/its: explicitly manage permissions for ITS pages
Peter Zijlstra (Intel)
2025-06-11
x86/its: move its_pages array to struct mod_arch_specific
Mike Rapoport (Microsoft)
2025-05-21
Merge tag 'v6.15-rc7' into x86/core, to pick up fixes
Ingo Molnar
2025-05-17
x86/mm/64: Make 5-level paging support unconditional
Kirill A. Shutemov
2025-05-13
x86/its: Fix build errors when CONFIG_MODULES=n
Eric Biggers
2025-05-13
Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflicts
Ingo Molnar
2025-05-09
x86/its: FineIBT-paranoid vs ITS
Peter Zijlstra
2025-05-09
x86/its: Use dynamic thunks for indirect branches
Peter Zijlstra
2025-05-09
x86/ibt: Keep IBT disabled during alternative patching
Pawan Gupta
2025-05-09
x86/its: Add support for ITS-safe return thunk
Pawan Gupta
2025-05-09
x86/its: Add support for ITS-safe indirect thunk
Pawan Gupta
2025-04-12
x86/mm: Remove 'mm' argument from unuse_temporary_mm() again
Peter Zijlstra
2025-04-12
x86/mm: Make use_/unuse_temporary_mm() non-static
Andy Lutomirski
2025-04-12
x86/mm: Add 'mm' argument to unuse_temporary_mm()
Peter Zijlstra
2025-04-11
x86/alternatives: Make smp_text_poke_batch_process() subsume smp_text_poke_ba...
Nikolay Borisov
2025-04-11
x86/alternatives: Add comment about noinstr expectations
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'apply_relocation()' to 'text_poke_apply_relocation()'
Ingo Molnar
2025-04-11
x86/alternatives: Update the comments in smp_text_poke_batch_process()
Ingo Molnar
2025-04-11
x86/alternatives: Remove 'smp_text_poke_batch_flush()'
Ingo Molnar
2025-04-11
x86/alternatives: Move declarations of vmlinux.lds.S defined section symbols ...
Ingo Molnar
2025-04-11
x86/alternatives: Simplify the #include section
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'POKE_MAX_OPCODE_SIZE' to 'TEXT_POKE_MAX_OPCODE_SIZE'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'TP_ARRAY_NR_ENTRIES_MAX' to 'TEXT_POKE_ARRAY_MAX'
Ingo Molnar
2025-04-11
x86/alternatives: Standardize on 'tpl' local variable names for 'struct smp_t...
Ingo Molnar
2025-04-11
x86/alternatives: Simplify and clean up patch_cmp()
Ingo Molnar
2025-04-11
x86/alternatives: Constify text_poke_addr()
Ingo Molnar
2025-04-11
x86/alternatives: Simplify text_poke_addr_ordered()
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'text_poke_sync()' to 'smp_text_poke_sync_each_cpu()'
Ingo Molnar
2025-04-11
x86/alternatives: Move text_poke_array completion from smp_text_poke_batch_fi...
Ingo Molnar
2025-04-11
x86/alternatives: Add documentation for smp_text_poke_batch_add()
Ingo Molnar
2025-04-11
x86/alternatives: Document 'smp_text_poke_single()'
Ingo Molnar
[next]