1. 7cf4942 x86: expand irq-off region in text_poke() by Masami Hiramatsu · 17 years ago
  2. 78ff7fa x86: implement atomic text_poke() via fixmap by Masami Hiramatsu · 17 years ago
  3. 3945dab tracing, Text Edit Lock - SMP alternatives support by Masami Hiramatsu · 17 years ago
  4. 2e22ea7 Merge branch 'x86/core' into x86/mce2 by H. Peter Anvin · 17 years ago
  5. 34754b6 x86: make vmap yell louder when it is used under irqs_disabled() by Peter Zijlstra · 17 years ago
  6. 123aa76 x86, mce: don't disable machine checks during code patching by Andi Kleen · 17 years ago
  7. 649c665 x86: improve UP kernel when CPU-hotplug and SMP is enabled by Thomas Gleixner · 18 years ago
  8. e496e3d Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', 'x86/urgent' and 'x86/vmalloc' into x86-v28-for-linus-phase1 by Ingo Molnar · 18 years ago
  9. f31d731 x86: use X86_FEATURE_NOPL in alternatives by H. Peter Anvin · 18 years ago
  10. f88f07e x86: alternatives : fix LOCK_PREFIX race with preemptible kernel and CPU hotplug by Mathieu Desnoyers · 18 years ago
  11. 2f1dafe x86: fix SMP alternatives: use mutex instead of spinlock, text_poke is sleepable by Pekka Paalanen · 18 years ago
  12. dfa60ab ftrace: use nops instead of jmp by Steven Rostedt · 18 years ago
  13. 00c6b2d x86: harden kernel code patching by Ingo Molnar · 18 years ago
  14. b7b66ba x86: clean up text_poke() by Mathieu Desnoyers · 18 years ago
  15. 8b132ec x86: fix text_poke() by Jiri Slaby · 18 years ago
  16. 15a601e x86: fix test_poke for vmalloced pages by Mathieu Desnoyers · 18 years ago
  17. e587cad x86: enhance DEBUG_RODATA support - alternatives by Mathieu Desnoyers · 18 years ago
  18. 77bf90e x86: replace remaining __FUNCTION__ occurances by Harvey Harrison · 18 years ago
  19. f4be31e pop previous section in alternative.c by Steven Rostedt · 18 years ago
  20. 17abecf x86: fix up alternatives with lockdep enabled by Ingo Molnar · 18 years ago
  21. ca74a6f x86: optimize lock prefix switching to run less frequently by Andi Kleen · 18 years ago
  22. 53756d3 x86: add set/clear_cpu_cap operations by Jeremy Fitzhardinge · 18 years ago
  23. 92cb761 x86: convert cpuinfo_x86 array to a per_cpu array by Mike Travis · 19 years ago
  24. d20ead9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 19 years ago
  25. 32c464f x86: multi-byte single instruction NOPs by Jan Beulich · 19 years ago
  26. 121d7bf x86: misc. constifications by Jan Beulich · 19 years ago
  27. f68fd5f x86: call free_init_pages() with irqs enabled in alternative_instructions() by Fengguang Wu · 19 years ago
  28. fb9fc39 Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 19 years ago
  29. 93b1eab paravirt: refactor struct paravirt_ops into smaller pv_*_ops by Jeremy Fitzhardinge · 19 years ago
  30. b097976 x86: fix missing include for vsyscall by Dave Jones · 19 years ago
  31. 9a163ed i386: move kernel by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/alternative.c]
  32. a534b67 x86_64: Remove CLFLUSH in text_poke() by Andi Kleen · 19 years ago
  33. d34fda4 x86: properly initialize temp insn buffer for paravirt patching by Chris Wright · 19 years ago
  34. d2d0251 i386: really stop MCEs during code patching by Adrian Bunk · 19 years ago
  35. ab144f5 i386: Make patching more robust, fix paravirt issue by Andi Kleen · 19 years ago
  36. 602033e Revert most of "x86: Fix alternatives and kprobes to remap write-protected kernel text" by Linus Torvalds · 19 years ago
  37. 8f4e956 x86: Stop MCEs and NMIs during code patching by Andi Kleen · 19 years ago
  38. 19d36cc x86: Fix alternatives and kprobes to remap write-protected kernel text by Andi Kleen · 19 years ago
  39. 0948816 i386: smp-alt-once option is only useful with HOTPLUG_CPU by Jan Beulich · 19 years ago
  40. e3ebadd Revert "[PATCH] x86: __pa and __pa_symbol address space separation" by Linus Torvalds · 19 years ago
  41. 441d40d [PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org> by Jeremy Fitzhardinge · 19 years ago
  42. 959b4fd [PATCH] i386: PARAVIRT: Allow boot-time disable of paravirt_ops patching by Jeremy Fitzhardinge · 19 years ago
  43. 63f7027 [PATCH] i386: PARAVIRT: add common patching machinery by Jeremy Fitzhardinge · 19 years ago
  44. 98de032 [PATCH] i386: PARAVIRT: rename struct paravirt_patch to paravirt_patch_site for clarity by Jeremy Fitzhardinge · 19 years ago
  45. 7f63c41 [PATCH] i386: PARAVIRT: Remove CONFIG_DEBUG_PARAVIRT by Jeremy Fitzhardinge · 19 years ago
  46. b7fb4af [PATCH] i386: Allow boot-time disable of SMP altinstructions by Jeremy Fitzhardinge · 19 years ago
  47. d0175ab [PATCH] i386: Remove smp_alt_instructions by Jeremy Fitzhardinge · 19 years ago
  48. 0dbf702 [PATCH] x86: __pa and __pa_symbol address space separation by Vivek Goyal · 19 years ago
  49. 9ce883b [PATCH] x86: Remove noreplacement option by Andi Kleen · 19 years ago
  50. 139ec7c [PATCH] paravirt: Patch inline replacements for paravirt intercepts by Rusty Russell · 19 years ago
  51. f6a5703 [PATCH] severing module.h->sched.h by Al Viro · 20 years ago
  52. e51959f [PATCH] Fix potential interrupts during alternative patching by Zachary Amsden · 20 years ago
  53. 3047e99 [PATCH] lockdep: x86 smp alternatives workaround by Ingo Molnar · 20 years ago
  54. 8ec4d41 [PATCH] SMP alternatives: skip with UP kernels by Gerd Hoffmann · 20 years ago
  55. d167a51 [PATCH] x86_64: x86_64 version of the smp alternative patch. by Gerd Hoffmann · 20 years ago
  56. 9a0b581 [PATCH] x86: SMP alternatives by Gerd Hoffmann · 20 years ago