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