aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/alternative.c
Commit message (Expand)AuthorAgeFilesLines
* x86: expand irq-off region in text_poke()Masami Hiramatsu2009-03-101-2/+2
* x86: implement atomic text_poke() via fixmapMasami Hiramatsu2009-03-061-9/+15
* tracing, Text Edit Lock - SMP alternatives supportMasami Hiramatsu2009-03-061-0/+5
* Merge branch 'x86/core' into x86/mce2H. Peter Anvin2009-03-031-3/+3
|\
| * x86: make vmap yell louder when it is used under irqs_disabled()Peter Zijlstra2009-02-251-3/+3
* | x86, mce: don't disable machine checks during code patchingAndi Kleen2009-02-171-6/+11
|/
* x86: improve UP kernel when CPU-hotplug and SMP is enabledThomas Gleixner2008-10-131-1/+1
*-. Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar2008-10-061-4/+4
|\ \
| * | x86: alternatives : fix LOCK_PREFIX race with preemptible kernel and CPU hotplugMathieu Desnoyers2008-08-151-4/+4
| |/
* | x86: use X86_FEATURE_NOPL in alternativesH. Peter Anvin2008-09-051-23/+13
|/
* x86: fix SMP alternatives: use mutex instead of spinlock, text_poke is sleepablePekka Paalanen2008-05-231-9/+9
* ftrace: use nops instead of jmpSteven Rostedt2008-05-231-2/+2
* x86: harden kernel code patchingIngo Molnar2008-04-251-0/+1
* x86: clean up text_poke()Mathieu Desnoyers2008-04-251-20/+18
* x86: fix text_poke()Jiri Slaby2008-04-251-1/+1
* x86: fix test_poke for vmalloced pagesMathieu Desnoyers2008-04-171-1/+8
* x86: enhance DEBUG_RODATA support - alternativesMathieu Desnoyers2008-04-171-23/+65
* x86: replace remaining __FUNCTION__ occurancesHarvey Harrison2008-04-171-4/+4
* pop previous section in alternative.cSteven Rostedt2008-04-091-4/+8
* x86: fix up alternatives with lockdep enabledIngo Molnar2008-01-301-5/+6
* x86: optimize lock prefix switching to run less frequentlyAndi Kleen2008-01-301-2/+14
* x86: add set/clear_cpu_cap operationsJeremy Fitzhardinge2008-01-301-6/+7
* x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis2007-10-191-3/+3
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds2007-10-171-19/+42
|\
| * x86: multi-byte single instruction NOPsJan Beulich2007-10-171-1/+22
| * x86: misc. constificationsJan Beulich2007-10-171-15/+15
| * x86: call free_init_pages() with irqs enabled in alternative_instructions()Fengguang Wu2007-10-171-3/+5
* | Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-171-2/+2
|\ \ | |/ |/|
| * paravirt: refactor struct paravirt_ops into smaller pv_*_opsJeremy Fitzhardinge2007-10-161-2/+2
* | x86: fix missing include for vsyscallDave Jones2007-10-141-0/+1
|/
* i386: move kernelThomas Gleixner2007-10-111-0/+450