1. f98a05f UPSTREAM: x86/alternative: Print unadorned pointers by Borislav Petkov · 7 years ago
  2. 7552556 x86/paravirt: Remove 'noreplace-paravirt' cmdline option by Josh Poimboeuf · 7 years ago
  3. 194dc04 x86/alternatives: Fix optimize_nops() checking by Borislav Petkov · 7 years ago
  4. 35de5b0 x86/asm: Stop depending on ptrace.h in alternative.h by Andy Lutomirski · 8 years ago
  5. 66c117d x86/alternatives: Make optimize_nops() interrupt safe and synced by Thomas Gleixner · 9 years ago
  6. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  7. 5e907bb x86/alternatives, x86/fpu: Add 'alternatives_patched' debug flag and use it in xsave_state() by Ingo Molnar · 9 years ago
  8. f21262b x86/alternatives: Switch AMD F15h and later to the P6 NOPs by Borislav Petkov · 9 years ago
  9. 69df353 x86/alternatives: Guard NOPs optimization by Borislav Petkov · 9 years ago
  10. dbe4058 x86/alternatives: Fix ALTERNATIVE_2 padding generation properly by Borislav Petkov · 9 years ago
  11. f39b6f0 x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' by Andy Lutomirski · 10 years ago
  12. 4fd4b6e x86/alternatives: Use optimized NOPs for padding by Borislav Petkov · 10 years ago
  13. 48c7a25 x86/alternatives: Make JMPs more robust by Borislav Petkov · 10 years ago
  14. 4332195 x86/alternatives: Add instruction padding by Borislav Petkov · 10 years ago
  15. db477a3 x86/alternatives: Cleanup DPRINTK macro by Borislav Petkov · 10 years ago
  16. 9c54b61 kprobes, x86: Allow kprobes on text_poke/hw_breakpoint by Masami Hiramatsu · 10 years ago
  17. 2a92924 lockdep, x86/alternatives: Drop ancient lockdep fixup message by Borislav Petkov · 11 years ago
  18. 17f4157 kprobes/x86: Call out into INT3 handler directly instead of using notifier by Jiri Kosina · 11 years ago
  19. ea8596b kprobes/x86: Remove unused text_poke_smp() and text_poke_smp_batch() functions by Masami Hiramatsu · 11 years ago
  20. fd4363f x86: Introduce int3 (breakpoint)-based instruction patching by Jiri Kosina · 11 years ago
  21. 65fc985 x86, cpu: Expand cpufeature facility to include cpu bugs by Borislav Petkov · 12 years ago
  22. 08815bc Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  23. da83479 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  24. 4b8073e arch/x86: Remove unecessary semicolons by Peter Senna Tschudin · 12 years ago
  25. 816afe4 x86/smp: Don't ever patch back to UP if we unplug cpus by Rusty Russell · 12 years ago
  26. cb09cad x86/alternatives: Fix p6 nops on non-modular kernels by Avi Kivity · 12 years ago
  27. d431adf Merge branch 'linus' into x86/urgent by Ingo Molnar · 12 years ago
  28. d6250a3 x86, nops: Missing break resulting in incorrect selection on Intel by Alan Cox · 12 years ago
  29. 3fad0953 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  30. 2f74759 x86/alternatives: Use atomic_xchg() instead atomic_dec_and_test() for stop_machine_text_poke() by OGAWA Hirofumi · 12 years ago
  31. c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 12 years ago
  32. 78345d2 x86: Call stop_machine_text_poke() on all CPUs by Rabin Vincent · 13 years ago
  33. 98d0ac3 x86-64: Move vread_tsc and vread_hpet into the vDSO by Andy Lutomirski · 13 years ago
  34. 59e97e4 x86: Make alternative instruction pointers relative by Andy Lutomirski · 13 years ago
  35. 0162818 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  36. 01ed58a Merge branch 'x86/mem' into perf/core by Ingo Molnar · 13 years ago
  37. 5097313 x86, alternative, doc: Add comment for applying alternatives order by Fenghua Yu · 13 years ago
  38. d8d9766 x86, cpu: Change NOP selection for certain Intel CPUs by H. Peter Anvin · 13 years ago
  39. dc326fc x86, cpu: Clean up and unify the NOP selection infrastructure by H. Peter Anvin · 13 years ago
  40. d430d3d jump label: Introduce static_branch() interface by Jason Baron · 14 years ago
  41. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  42. 0e00f7a x86: stop_machine_text_poke() should issue sync_core() by Mathieu Desnoyers · 14 years ago
  43. d91309f x86: Fix text_poke_smp_batch() deadlock by Peter Zijlstra · 14 years ago
  44. 47935a7 Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-for-linus', 'x86-paravirt-for-linus', 'core-locking-for-linus' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  45. 3fb82d5 x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resume by Suresh Siddha · 14 years ago
  46. 7deb18d x86: Introduce text_poke_smp_batch() for batch-code modifying by Masami Hiramatsu · 14 years ago
  47. f02a38d Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  48. 404ba5d x86, alternative: Call stop_machine_text_poke() on all cpus by Jason Baron · 14 years ago
  49. 2d1d712 x86, ftrace: Use safe noops, drop trap test by H. Peter Anvin · 14 years ago
  50. 3caa3751 x86: Use __stop_machine() in text_poke_smp() by Masami Hiramatsu · 14 years ago
  51. bf5438fc jump label: Base patch for jump label by Jason Baron · 14 years ago
  52. fa6f2cc jump label: Make text_poke_early() globally visible by Jason Baron · 14 years ago
  53. f49aa44 jump label: Make dynamic no-op selection available outside of ftrace by Jason Baron · 14 years ago
  54. 3b770a2 x86, alternatives: BUG on encountering an invalid CPU feature number by H. Peter Anvin · 14 years ago
  55. d9c5841 Merge branch 'x86/asm' into x86/atomic by H. Peter Anvin · 14 years ago
  56. 5967ed8 x86-64: Reduce SMP locks table size by Jan Beulich · 14 years ago
  57. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  58. 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 · 15 years ago
  59. e5a1101 x86: Issue at least one memory barrier in stop_machine_text_poke() by Masami Hiramatsu · 15 years ago
  60. 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 · 15 years ago
  61. b3ac891 x86: Add support for lock prefix in alternatives by Luca Barbieri · 15 years ago
  62. 3d55cc8 x86: Add text_poke_smp for SMP cross modifying code by Masami Hiramatsu · 15 years ago
  63. 076dc4a x86/alternatives: Fix build warning by Masami Hiramatsu · 15 years ago
  64. 2cfa197 ftrace/alternatives: Introducing *_text_reserved functions by Masami Hiramatsu · 15 years ago
  65. 1b1d925 x86-64: Modify copy_user_generic() alternatives mechanism by Jan Beulich · 15 years ago
  66. 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
  67. 5367b688 x86: Fix code patching for paravirt-alternatives on 486 by Ben Hutchings · 15 years ago
  68. 8b5a10f x86: properly annotate alternatives.c by Jan Beulich · 15 years ago
  69. 7cf4942 x86: expand irq-off region in text_poke() by Masami Hiramatsu · 16 years ago
  70. 78ff7fa x86: implement atomic text_poke() via fixmap by Masami Hiramatsu · 16 years ago
  71. 3945dab tracing, Text Edit Lock - SMP alternatives support by Masami Hiramatsu · 16 years ago
  72. 2e22ea7 Merge branch 'x86/core' into x86/mce2 by H. Peter Anvin · 16 years ago
  73. 34754b6 x86: make vmap yell louder when it is used under irqs_disabled() by Peter Zijlstra · 16 years ago
  74. 123aa76 x86, mce: don't disable machine checks during code patching by Andi Kleen · 16 years ago
  75. 649c665 x86: improve UP kernel when CPU-hotplug and SMP is enabled by Thomas Gleixner · 16 years ago
  76. 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
  77. f31d731 x86: use X86_FEATURE_NOPL in alternatives by H. Peter Anvin · 16 years ago
  78. f88f07e x86: alternatives : fix LOCK_PREFIX race with preemptible kernel and CPU hotplug by Mathieu Desnoyers · 16 years ago
  79. 2f1dafe x86: fix SMP alternatives: use mutex instead of spinlock, text_poke is sleepable by Pekka Paalanen · 16 years ago
  80. dfa60ab ftrace: use nops instead of jmp by Steven Rostedt · 16 years ago
  81. 00c6b2d x86: harden kernel code patching by Ingo Molnar · 16 years ago
  82. b7b66ba x86: clean up text_poke() by Mathieu Desnoyers · 16 years ago
  83. 8b132ec x86: fix text_poke() by Jiri Slaby · 16 years ago
  84. 15a601e x86: fix test_poke for vmalloced pages by Mathieu Desnoyers · 17 years ago
  85. e587cad x86: enhance DEBUG_RODATA support - alternatives by Mathieu Desnoyers · 17 years ago
  86. 77bf90e x86: replace remaining __FUNCTION__ occurances by Harvey Harrison · 17 years ago
  87. f4be31e pop previous section in alternative.c by Steven Rostedt · 16 years ago
  88. 17abecf x86: fix up alternatives with lockdep enabled by Ingo Molnar · 17 years ago
  89. ca74a6f x86: optimize lock prefix switching to run less frequently by Andi Kleen · 17 years ago
  90. 53756d3 x86: add set/clear_cpu_cap operations by Jeremy Fitzhardinge · 17 years ago
  91. 92cb761 x86: convert cpuinfo_x86 array to a per_cpu array by Mike Travis · 17 years ago
  92. d20ead9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  93. 32c464f x86: multi-byte single instruction NOPs by Jan Beulich · 17 years ago
  94. 121d7bf x86: misc. constifications by Jan Beulich · 17 years ago
  95. f68fd5f x86: call free_init_pages() with irqs enabled in alternative_instructions() by Fengguang Wu · 17 years ago
  96. fb9fc39 Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 17 years ago
  97. 93b1eab paravirt: refactor struct paravirt_ops into smaller pv_*_ops by Jeremy Fitzhardinge · 17 years ago
  98. b097976 x86: fix missing include for vsyscall by Dave Jones · 17 years ago
  99. 9a163ed i386: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/alternative.c]
  100. a534b67 x86_64: Remove CLFLUSH in text_poke() by Andi Kleen · 17 years ago