aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/alternative.h
AgeCommit message (Expand)Author
2018-03-27x86/alternatives: Fixup alternative_call_2Alexey Dobriyan
2018-01-05x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-09x86/alternatives: Fix alt_max_short macro to really be a max()Mathias Krause
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf
2016-09-24x86/alternatives: Add stack frame dependency to alternative_call_2()Josh Poimboeuf
2016-04-29x86/asm: Make asm/alternative.h safe from assemblyAndy Lutomirski
2016-04-29x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2015-05-19x86/alternatives, x86/fpu: Add 'alternatives_patched' debug flag and use it i...Ingo Molnar
2015-04-04x86/alternatives: Fix ALTERNATIVE_2 padding generation properlyBorislav Petkov
2015-02-23x86/alternatives: Add instruction paddingBorislav Petkov
2014-05-29x86/alternative: Add alternative_input_2 to support alternative with two feat...Fenghua Yu
2013-07-23kprobes/x86: Call out into INT3 handler directly instead of using notifierJiri Kosina
2013-07-19kprobes/x86: Remove unused text_poke_smp() and text_poke_smp_batch() functionsMasami Hiramatsu
2013-07-16x86: Introduce int3 (breakpoint)-based instruction patchingJiri Kosina
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-09-21x86, alternative: Use .pushsection/.popsectionH. Peter Anvin
2012-08-23x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell
2012-06-29x86/copy_user_generic: Optimize copy_user_generic with CPU erms featureFenghua Yu
2012-01-20x86: Adjust asm constraints in atomic64 wrappersJan Beulich
2011-09-15asm alternatives: remove incorrect alignment notesLinus Torvalds
2011-07-13x86: Make alternative instruction pointers relativeAndy Lutomirski
2011-05-19Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-04-18x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin
2011-04-04jump label: Introduce static_branch() interfaceJason Baron
2011-01-06Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-...Linus Torvalds
2010-12-13x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resumeSuresh Siddha
2010-12-06x86: Introduce text_poke_smp_batch() for batch-code modifyingMasami Hiramatsu
2010-09-22jump label: Base patch for jump labelJason Baron
2010-09-20jump label: Make text_poke_early() globally visibleJason Baron
2010-09-20jump label: Make dynamic no-op selection available outside of ftraceJason Baron
2010-07-07x86, alternatives: Use 16-bit numbers for cpufeature indexH. Peter Anvin
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-04-29Merge branch 'x86/asm' into x86/atomicH. Peter Anvin
2010-04-29x86: Fix LOCK_PREFIX_HERE for uniprocessor buildH. Peter Anvin
2010-04-28x86-64: Reduce SMP locks table sizeJan Beulich
2010-04-06x86: Add optimized popcnt variantsBorislav Petkov
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-02-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-02-25x86: Add support for lock prefix in alternativesLuca Barbieri
2010-02-25x86: Add text_poke_smp for SMP cross modifying codeMasami Hiramatsu
2010-02-04ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu
2009-12-30x86-64: Modify copy_user_generic() alternatives mechanismJan Beulich
2009-12-02x86/alternatives: Check replacementlen <= instrlen at build timeJan Beulich
2009-08-21x86: properly annotate alternatives.cJan Beulich
2009-04-28x86: clean up alternative.hMathieu Desnoyers
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin
2008-10-22x86, um: ... and asm-x86 moveAl Viro