Age | Commit message (Expand) | Author | Files | Lines |
2011-02-12 | x86: Fix text_poke_smp_batch() deadlock | Peter Zijlstra | 1 | -1/+1 |
2011-01-06 | Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-... | Linus Torvalds | 1 | -1/+2 |
2010-12-13 | x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resume | Suresh Siddha | 1 | -1/+2 |
2010-12-06 | x86: Introduce text_poke_smp_batch() for batch-code modifying | Masami Hiramatsu | 1 | -9/+40 |
2010-10-30 | Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.... | Linus Torvalds | 1 | -54/+15 |
2010-10-29 | x86, alternative: Call stop_machine_text_poke() on all cpus | Jason Baron | 1 | -1/+1 |
2010-10-29 | x86, ftrace: Use safe noops, drop trap test | H. Peter Anvin | 1 | -54/+15 |
2010-10-14 | x86: Use __stop_machine() in text_poke_smp() | Masami Hiramatsu | 1 | -1/+2 |
2010-09-22 | jump label: Base patch for jump label | Jason Baron | 1 | -1/+1 |
2010-09-20 | jump label: Make text_poke_early() globally visible | Jason Baron | 1 | -2/+2 |
2010-09-20 | jump label: Make dynamic no-op selection available outside of ftrace | Jason Baron | 1 | -0/+64 |
2010-07-13 | x86, alternatives: BUG on encountering an invalid CPU feature number | H. Peter Anvin | 1 | -0/+1 |
2010-04-29 | Merge branch 'x86/asm' into x86/atomic | H. Peter Anvin | 1 | -19/+103 |
2010-04-28 | x86-64: Reduce SMP locks table size | Jan Beulich | 1 | -20/+25 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-05 | Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+60 |
2010-03-04 | x86: Issue at least one memory barrier in stop_machine_text_poke() | Masami Hiramatsu | 1 | -2/+2 |
2010-02-28 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+3 |
2010-02-25 | x86: Add support for lock prefix in alternatives | Luca Barbieri | 1 | -2/+4 |
2010-02-25 | x86: Add text_poke_smp for SMP cross modifying code | Masami Hiramatsu | 1 | -0/+60 |
2010-02-07 | x86/alternatives: Fix build warning | Masami Hiramatsu | 1 | -2/+4 |
2010-02-04 | ftrace/alternatives: Introducing *_text_reserved functions | Masami Hiramatsu | 1 | -0/+16 |
2009-12-30 | x86-64: Modify copy_user_generic() alternatives mechanism | Jan Beulich | 1 | -1/+3 |
2009-09-14 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2009-09-10 | x86: Fix code patching for paravirt-alternatives on 486 | Ben Hutchings | 1 | -1/+1 |
2009-08-21 | x86: properly annotate alternatives.c | Jan Beulich | 1 | -24/+32 |
2009-03-10 | x86: expand irq-off region in text_poke() | Masami Hiramatsu | 1 | -2/+2 |
2009-03-06 | x86: implement atomic text_poke() via fixmap | Masami Hiramatsu | 1 | -9/+15 |
2009-03-06 | tracing, Text Edit Lock - SMP alternatives support | Masami Hiramatsu | 1 | -0/+5 |
2009-03-03 | Merge branch 'x86/core' into x86/mce2 | H. Peter Anvin | 1 | -3/+3 |
2009-02-25 | x86: make vmap yell louder when it is used under irqs_disabled() | Peter Zijlstra | 1 | -3/+3 |
2009-02-17 | x86, mce: don't disable machine checks during code patching | Andi Kleen | 1 | -6/+11 |
2008-10-13 | x86: improve UP kernel when CPU-hotplug and SMP is enabled | Thomas Gleixner | 1 | -1/+1 |
2008-10-06 | Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr... | Ingo Molnar | 1 | -4/+4 |
2008-09-05 | x86: use X86_FEATURE_NOPL in alternatives | H. Peter Anvin | 1 | -23/+13 |
2008-08-15 | x86: alternatives : fix LOCK_PREFIX race with preemptible kernel and CPU hotplug | Mathieu Desnoyers | 1 | -4/+4 |
2008-05-23 | x86: fix SMP alternatives: use mutex instead of spinlock, text_poke is sleepable | Pekka Paalanen | 1 | -9/+9 |
2008-05-23 | ftrace: use nops instead of jmp | Steven Rostedt | 1 | -2/+2 |
2008-04-25 | x86: harden kernel code patching | Ingo Molnar | 1 | -0/+1 |
2008-04-25 | x86: clean up text_poke() | Mathieu Desnoyers | 1 | -20/+18 |
2008-04-25 | x86: fix text_poke() | Jiri Slaby | 1 | -1/+1 |
2008-04-17 | x86: fix test_poke for vmalloced pages | Mathieu Desnoyers | 1 | -1/+8 |
2008-04-17 | x86: enhance DEBUG_RODATA support - alternatives | Mathieu Desnoyers | 1 | -23/+65 |
2008-04-17 | x86: replace remaining __FUNCTION__ occurances | Harvey Harrison | 1 | -4/+4 |
2008-04-09 | pop previous section in alternative.c | Steven Rostedt | 1 | -4/+8 |
2008-01-30 | x86: fix up alternatives with lockdep enabled | Ingo Molnar | 1 | -5/+6 |
2008-01-30 | x86: optimize lock prefix switching to run less frequently | Andi Kleen | 1 | -2/+14 |
2008-01-30 | x86: add set/clear_cpu_cap operations | Jeremy Fitzhardinge | 1 | -6/+7 |
2007-10-19 | x86: convert cpuinfo_x86 array to a per_cpu array | Mike Travis | 1 | -3/+3 |
2007-10-17 | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 | Linus Torvalds | 1 | -19/+42 |