1. 567e479 Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  2. ce79dac x86, opcode: ANDN and Group 17 in x86-opcode-map.txt by Ulrich Drepper · 13 years ago
  3. 8d973b6 x86/kprobes: Fix typo transferred from Intel manual by Ulrich Drepper · 13 years ago
  4. 69734b6 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  5. 890890c x86/i386: Use less assembly in strlen(), speed things up a bit by Alexey Dobriyan · 13 years ago
  6. a9c373d x86: Update instruction decoder to support new AVX formats by Masami Hiramatsu · 13 years ago
  7. 130b78b x86: Fix instruction decoder to handle grouped AVX instructions by Masami Hiramatsu · 13 years ago
  8. 53a019a x86: Fix insn decoder for longer instruction by Masami Hiramatsu · 13 years ago
  9. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  10. 8e20487 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  11. eb47418 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  12. 1ac2e6c x86, perf: Make copy_from_user_nmi() a library function by Robert Richter · 13 years ago
  13. a750036 x86: Fix write lock scalability 64-bit issue by Jan Beulich · 13 years ago
  14. a738669 x86: Unify rwsem assembly implementation by Jan Beulich · 13 years ago
  15. 4625cd6 x86: Unify rwlock assembly implementation by Jan Beulich · 13 years ago
  16. 59e97e4 x86: Make alternative instruction pointers relative by Andy Lutomirski · 13 years ago
  17. 38e6b75 x86, asm: Cleanup thunk_64.S by Borislav Petkov · 13 years ago
  18. 17b1418 Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  19. 26afb7c x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit by Jiri Olsa · 13 years ago
  20. 2f19e06 x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSB by Fenghua Yu · 13 years ago
  21. 057e05c x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSB by Fenghua Yu · 13 years ago
  22. 101068c x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSB by Fenghua Yu · 13 years ago
  23. 4307bec x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSB by Fenghua Yu · 13 years ago
  24. e365c9d x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSB by Fenghua Yu · 13 years ago
  25. 4cb1f43 Merge commit 'v2.6.39-rc6' into x86/cleanups by Ingo Molnar · 13 years ago
  26. 9de4966 x86: Fix spelling error in the memcpy() source code comment by Bart Van Assche · 13 years ago
  27. d7c3f8c percpu: Omit segment prefix in the UP case for cmpxchg_double by Christoph Lameter · 13 years ago
  28. f2e1fbb Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  29. 2c76397 x86: Clean up csum-copy_64.S a bit by Ingo Molnar · 13 years ago
  30. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 13 years ago
  31. 79d8a8f Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  32. d5d4239 Merge branch 'x86-mem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  33. e938c28 x86: Fix a bogus unwind annotation in lib/semaphore_32.S by Jan Beulich · 13 years ago
  34. 039e138 x86: Remove unused bits from lib/thunk_*.S by Jan Beulich · 13 years ago
  35. 60cf637 x86: Use {push,pop}_cfi in more places by Jan Beulich · 13 years ago
  36. 39f2205 x86-64: Add CFI annotations to lib/rwsem_64.S by Jan Beulich · 13 years ago
  37. b9ec40a percpu, x86: Add arch-specific this_cpu_cmpxchg_double() support by Christoph Lameter · 13 years ago
  38. 9599ec0 x86-64, mem: Convert memmove() to assembly file and fix return value bug by Fenghua Yu · 14 years ago
  39. 357089f x86: udelay: Use this_cpu_read to avoid address calculation by Christoph Lameter · 14 years ago
  40. 3b4b682 x86, mem: Optimize memmove for small size and unaligned cases by Ma Ling · 14 years ago
  41. 59daa70 x86, mem: Optimize memcpy by avoiding memory false dependece by Ma Ling · 14 years ago
  42. fdf4289 x86, mem: Don't implement forward memmove() as memcpy() by Ma, Ling · 14 years ago
  43. c029b55 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  44. 417484d x86, asm: Use a lower case name for the end macro in atomic64_386_32.S by Luca Barbieri · 14 years ago
  45. 3024655 x86, asm: Refactor atomic64_386_32.S to support old binutils and be cleaner by Luca Barbieri · 14 years ago
  46. 66cd55d Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  47. a378d93 x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu() by H. Peter Anvin · 14 years ago
  48. 90c8f92 x86, asm: Move cmpxchg emulation code to arch/x86/lib by H. Peter Anvin · 14 years ago
  49. df378cc x86, alternatives: Fix one more open-coded 8-bit alternative number by H. Peter Anvin · 14 years ago
  50. 83a7a2a x86, alternatives: Use 16-bit numbers for cpufeature index by H. Peter Anvin · 14 years ago
  51. 93c9d7f Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  52. cce9131 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  53. a66f637 Fix the x86_64 implementation of call_rwsem_wait() by David Howells · 14 years ago
  54. d9c5841 Merge branch 'x86/asm' into x86/atomic by H. Peter Anvin · 14 years ago
  55. ba7e4d1 perf, x86: Add INSTRUCTION_DECODER config flag by Ingo Molnar · 15 years ago
  56. f3e8313 x86-32: Fix atomic64_inc_not_zero return value convention by Luca Barbieri · 14 years ago
  57. 6e6104f x86-32: Fix atomic64_add_unless return value convention by Luca Barbieri · 14 years ago
  58. d6cd471 Merge branch 'x86-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  59. 85fe20b Merge branch 'x86-io-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  60. 58f02db Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  61. a7e926a x86-32: Rewrite 32-bit atomic64 functions in assembly by Luca Barbieri · 14 years ago
  62. 6175ddf x86: Clean up mem*io functions. by Brian Gerst · 14 years ago
  63. a7b480e x86, lib: Add wbinvd smp helpers by Borislav Petkov · 15 years ago
  64. bafaecd x86-64: support native xadd rwsem implementation by Linus Torvalds · 15 years ago
  65. 7269e88 x86-64: Modify memcpy()/memset() alternatives mechanism by Jan Beulich · 15 years ago
  66. 1b1d925 x86-64: Modify copy_user_generic() alternatives mechanism by Jan Beulich · 15 years ago
  67. 3981e15 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  68. 6ede31e x86, msr: msrs_alloc/free for CONFIG_SMP=n by Borislav Petkov · 15 years ago
  69. 75b0803 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  70. 6f696eb Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  71. 5054225 x86, msr: Add support for non-contiguous cpumasks by Borislav Petkov · 15 years ago
  72. d32ba45 x86 insn: Delete empty or incomplete inat-tables.c by Masami Hiramatsu · 15 years ago
  73. cbe5c34 x86: Compile insn.c and inat.c only for KPROBES by OGAWA Hirofumi · 15 years ago
  74. 83be7d7 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
  75. ef26b16 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
  76. 3c93ca0 x86: Add missing might_fault() checks to copy_{to,from}_user() by Frederic Weisbecker · 15 years ago
  77. 1472248 x86-64: __copy_from_user_inatomic() adjustments by Jan Beulich · 15 years ago
  78. 09879b9 x86: Gitignore: arch/x86/lib/inat-tables.c by Hiroshi Shimamoto · 15 years ago
  79. 3f7e454 x86: Add Intel FMA instructions to x86 opcode map by Masami Hiramatsu · 15 years ago
  80. e0e492e x86: AVX instruction set decoder support by Masami Hiramatsu · 15 years ago
  81. 82cb570 x86: Add pclmulq to x86 opcode map by Masami Hiramatsu · 15 years ago
  82. 04d46c1 x86: Merge INAT_REXPFX into INAT_PFX_* by Masami Hiramatsu · 15 years ago
  83. 7f387d3 x86: Fix SSE opcode map bug by Masami Hiramatsu · 15 years ago
  84. 9983d60 x86: Add AES opcodes to opcode map by Masami Hiramatsu · 15 years ago
  85. 06ed6ba x86: Fix group attribute decoding bug by Masami Hiramatsu · 15 years ago
  86. bb3c3e8 Merge commit 'v2.6.32-rc5' into perf/probes by Ingo Molnar · 15 years ago
  87. d1baf5a x86: Add AMD prefetch and 3DNow! opcodes to opcode map by Masami Hiramatsu · 15 years ago
  88. 8c95bc3 x86: Add MMX/SSE opcode groups to opcode map by Masami Hiramatsu · 15 years ago
  89. c0b11d3 x86: Add VIA processor instructions in opcodes decoder by Masami Hiramatsu · 15 years ago
  90. 4a31276 x86: Turn the copy_from_user check into an (optional) compile time warning by Arjan van de Ven · 15 years ago
  91. 04edbde x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=y by Eric Dumazet · 15 years ago
  92. 79e1dd0 x86: Provide an alternative() based cmpxchg64() by Arjan van de Ven · 15 years ago
  93. 9f0cf4a x86: Use __builtin_object_size() to validate the buffer size for copy_from_user() by Arjan van de Ven · 15 years ago
  94. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  95. b8a4754 x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus by Borislav Petkov · 15 years ago
  96. f12b4f5 x86: Add MMX support for instruction decoder by Masami Hiramatsu · 15 years ago
  97. b19ae39 x86, msr: change msr-reg.o to obj-y, and export its symbols by H. Peter Anvin · 15 years ago
  98. 8adf65c x86, msr: Fix msr-reg.S compilation with gas 2.16.1, on 32-bit too by Ingo Molnar · 15 years ago
  99. f6909f3 x86, msr: fix msr-reg.S compilation with gas 2.16.1 by H. Peter Anvin · 15 years ago
  100. 8b956bf x86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs() by H. Peter Anvin · 15 years ago