aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/alternative.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11i386: move kernelThomas Gleixner1-450/+0
2007-09-10x86_64: Remove CLFLUSH in text_poke()Andi Kleen1-4/+2
2007-08-18x86: properly initialize temp insn buffer for paravirt patchingChris Wright1-0/+2
2007-08-11i386: really stop MCEs during code patchingAdrian Bunk1-2/+2
2007-08-11i386: Make patching more robust, fix paravirt issueAndi Kleen1-12/+21
2007-07-26Revert most of "x86: Fix alternatives and kprobes to remap write-protected kernel text"Linus Torvalds1-12/+2
2007-07-22x86: Stop MCEs and NMIs during code patchingAndi Kleen1-0/+15
2007-07-22x86: Fix alternatives and kprobes to remap write-protected kernel textAndi Kleen1-6/+34
2007-07-21i386: smp-alt-once option is only useful with HOTPLUG_CPUJan Beulich1-5/+9
2007-05-07Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds1-2/+2
2007-05-02[PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org>Jeremy Fitzhardinge1-1/+1
2007-05-02[PATCH] i386: PARAVIRT: Allow boot-time disable of paravirt_ops patchingJeremy Fitzhardinge1-0/+13
2007-05-02[PATCH] i386: PARAVIRT: add common patching machineryJeremy Fitzhardinge1-1/+4
2007-05-02[PATCH] i386: PARAVIRT: rename struct paravirt_patch to paravirt_patch_site for clarityJeremy Fitzhardinge1-3/+4
2007-05-02[PATCH] i386: PARAVIRT: Remove CONFIG_DEBUG_PARAVIRTJeremy Fitzhardinge1-13/+1
2007-05-02[PATCH] i386: Allow boot-time disable of SMP altinstructionsJeremy Fitzhardinge1-4/+19
2007-05-02[PATCH] i386: Remove smp_alt_instructionsJeremy Fitzhardinge1-36/+2
2007-05-02[PATCH] x86: __pa and __pa_symbol address space separationVivek Goyal1-2/+2
2007-04-24[PATCH] x86: Remove noreplacement optionAndi Kleen1-19/+2
2006-12-07[PATCH] paravirt: Patch inline replacements for paravirt interceptsRusty Russell1-11/+52
2006-12-04[PATCH] severing module.h->sched.hAl Viro1-0/+1
2006-10-20[PATCH] Fix potential interrupts during alternative patchingZachary Amsden1-0/+4
2006-07-03[PATCH] lockdep: x86 smp alternatives workaroundIngo Molnar1-0/+10
2006-07-01[PATCH] SMP alternatives: skip with UP kernelsGerd Hoffmann1-0/+6
2006-06-26[PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann1-33/+85
2006-03-23[PATCH] x86: SMP alternativesGerd Hoffmann1-0/+321