aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/alternative.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27x86: Undo return-thunk damagePeter Zijlstra1-0/+1
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra1-0/+1
2021-10-28x86/alternative: Implement .retpoline_sites supportPeter Zijlstra1-0/+1
2021-04-02x86/alternatives: Optimize optimize_nops()Peter Zijlstra1-12/+5
2021-03-11x86/alternative: Support ALTERNATIVE_TERNARYJuergen Gross1-0/+13
2021-03-11x86/alternative: Support not-featureJuergen Gross1-0/+3
2021-03-11x86/alternative: Merge include filesJuergen Gross1-3/+109
2021-03-09x86/alternative: Drop unused feature parameter from ALTINSTR_REPLACEMENT()Juergen Gross1-7/+7
2019-09-15x86: alternative.h: use asm_inline for all alternative variantsRasmus Villemoes1-7/+7
2019-04-03x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra1-0/+10
2019-01-16x86/alternatives: Add an ALTERNATIVE_3() macroBorislav Petkov1-0/+23
2019-01-16x86/alternatives: Add macro commentsBorislav Petkov1-7/+9
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-19Revert "x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugs"Ingo Molnar1-2/+9
2018-12-03x86: Fix various typos in commentsIngo Molnar1-1/+1
2018-10-04x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugsNadav Amit1-9/+2
2018-03-27x86/alternatives: Fixup alternative_call_2Alexey Dobriyan1-3/+1
2018-01-05x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-09x86/alternatives: Fix alt_max_short macro to really be a max()Mathias Krause1-3/+3
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf1-2/+1
2016-09-24x86/alternatives: Add stack frame dependency to alternative_call_2()Josh Poimboeuf1-2/+6
2016-04-29x86/asm: Make asm/alternative.h safe from assemblyAndy Lutomirski1-0/+4
2016-04-29x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski1-33/+0
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-6/+0
2015-05-19x86/alternatives, x86/fpu: Add 'alternatives_patched' debug flag and use it in xsave_state()Ingo Molnar1-0/+6
2015-04-04x86/alternatives: Fix ALTERNATIVE_2 padding generation properlyBorislav Petkov1-4/+12
2015-02-23x86/alternatives: Add instruction paddingBorislav Petkov1-25/+40
2014-05-29x86/alternative: Add alternative_input_2 to support alternative with two features and inputFenghua Yu1-0/+14
2013-07-23kprobes/x86: Call out into INT3 handler directly instead of using notifierJiri Kosina1-0/+2
2013-07-19kprobes/x86: Remove unused text_poke_smp() and text_poke_smp_batch() functionsMasami Hiramatsu1-11/+0
2013-07-16x86: Introduce int3 (breakpoint)-based instruction patchingJiri Kosina1-0/+1
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+16
2012-09-21x86, alternative: Use .pushsection/.popsectionH. Peter Anvin1-16/+16
2012-08-23x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell1-2/+2
2012-06-29x86/copy_user_generic: Optimize copy_user_generic with CPU erms featureFenghua Yu1-15/+59
2012-01-20x86: Adjust asm constraints in atomic64 wrappersJan Beulich1-0/+6
2011-09-15asm alternatives: remove incorrect alignment notesLinus Torvalds1-4/+0
2011-07-13x86: Make alternative instruction pointers relativeAndy Lutomirski1-4/+4
2011-05-19Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+0
2011-04-18x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin1-8/+0
2011-04-04jump label: Introduce static_branch() interfaceJason Baron1-2/+1
2011-01-06Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-for-linus', 'x86-paravirt-for-linus', 'core-locking-for-linus' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2010-12-13x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resumeSuresh Siddha1-0/+1
2010-12-06x86: Introduce text_poke_smp_batch() for batch-code modifyingMasami Hiramatsu1-0/+7
2010-09-22jump label: Base patch for jump labelJason Baron1-1/+2
2010-09-20jump label: Make text_poke_early() globally visibleJason Baron1-0/+2
2010-09-20jump label: Make dynamic no-op selection available outside of ftraceJason Baron1-0/+8
2010-07-07x86, alternatives: Use 16-bit numbers for cpufeature indexH. Peter Anvin1-3/+4
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+6