summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/alternative.c
Commit message (Expand)AuthorAgeFilesLines
* i386: move kernelThomas Gleixner2007-10-111-450/+0
* x86_64: Remove CLFLUSH in text_poke()Andi Kleen2007-09-101-4/+2
* x86: properly initialize temp insn buffer for paravirt patchingChris Wright2007-08-181-0/+2
* i386: really stop MCEs during code patchingAdrian Bunk2007-08-111-2/+2
* i386: Make patching more robust, fix paravirt issueAndi Kleen2007-08-111-12/+21
* Revert most of "x86: Fix alternatives and kprobes to remap write-protected ke...Linus Torvalds2007-07-261-12/+2
* x86: Stop MCEs and NMIs during code patchingAndi Kleen2007-07-221-0/+15
* x86: Fix alternatives and kprobes to remap write-protected kernel textAndi Kleen2007-07-221-6/+34
* i386: smp-alt-once option is only useful with HOTPLUG_CPUJan Beulich2007-07-211-5/+9
* Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds2007-05-071-2/+2
* [PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org>Jeremy Fitzhardinge2007-05-021-1/+1
* [PATCH] i386: PARAVIRT: Allow boot-time disable of paravirt_ops patchingJeremy Fitzhardinge2007-05-021-0/+13
* [PATCH] i386: PARAVIRT: add common patching machineryJeremy Fitzhardinge2007-05-021-1/+4
* [PATCH] i386: PARAVIRT: rename struct paravirt_patch to paravirt_patch_site f...Jeremy Fitzhardinge2007-05-021-3/+4
* [PATCH] i386: PARAVIRT: Remove CONFIG_DEBUG_PARAVIRTJeremy Fitzhardinge2007-05-021-13/+1
* [PATCH] i386: Allow boot-time disable of SMP altinstructionsJeremy Fitzhardinge2007-05-021-4/+19
* [PATCH] i386: Remove smp_alt_instructionsJeremy Fitzhardinge2007-05-021-36/+2
* [PATCH] x86: __pa and __pa_symbol address space separationVivek Goyal2007-05-021-2/+2
* [PATCH] x86: Remove noreplacement optionAndi Kleen2007-04-241-19/+2
* [PATCH] paravirt: Patch inline replacements for paravirt interceptsRusty Russell2006-12-071-11/+52
* [PATCH] severing module.h->sched.hAl Viro2006-12-041-0/+1
* [PATCH] Fix potential interrupts during alternative patchingZachary Amsden2006-10-201-0/+4
* [PATCH] lockdep: x86 smp alternatives workaroundIngo Molnar2006-07-031-0/+10
* [PATCH] SMP alternatives: skip with UP kernelsGerd Hoffmann2006-07-011-0/+6
* [PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann2006-06-261-33/+85
* [PATCH] x86: SMP alternativesGerd Hoffmann2006-03-231-0/+321