1. a18e369 X86: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  2. 743aa45 Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  3. a5c2a89 x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK by H. Peter Anvin · 12 years ago
  4. d55c5a9 x86, 386 removal: Remove CONFIG_CMPXCHG by H. Peter Anvin · 12 years ago
  5. 269833b x86/asm: Clean up copy_page_*() comments and code by Ma Ling · 12 years ago
  6. c0522b6 UAPI: x86: Fix insn_sanity build failure after UAPI split by David Howells · 12 years ago
  7. 63bcff2 x86, smap: Add STAC and CLAC instructions to control user space access by H. Peter Anvin · 12 years ago
  8. b0338e9 Merge branch 'x86/cpu' into perf/core by Ingo Molnar · 12 years ago
  9. 15b7743 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  10. c15acff x86: Fix kernel-doc warnings by Wanpeng Li · 12 years ago
  11. 25f4298 perf/x86: Fix broken LBR fixup code by Stephane Eranian · 12 years ago
  12. 1f975f7 x86, pvops: Remove hooks for {rd,wr}msr_safe_regs by Andre Przywara · 12 years ago
  13. db0dc75 perf/x86: Check user address explicitly in copy_from_user_nmi() by Arun Sharma · 12 years ago
  14. 436d03f x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefix by Masami Hiramatsu · 12 years ago
  15. 5723aa9 x86: use the new generic strnlen_user() function by Linus Torvalds · 12 years ago
  16. 4ae73f2 x86: use generic strncpy_from_user routine by Linus Torvalds · 12 years ago
  17. 269af9a Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  18. 0749708 x86: make word-at-a-time strncpy_from_user clear bytes at the end by Linus Torvalds · 12 years ago
  19. 9c67512 x86, extable: Remove open-coded exception table entries in arch/x86/lib/usercopy_32.c by H. Peter Anvin · 12 years ago
  20. a53a96e x86, extable: Remove open-coded exception table entries in arch/x86/lib/putuser.S by H. Peter Anvin · 12 years ago
  21. 1a27bc0 x86, extable: Remove open-coded exception table entries in arch/x86/lib/getuser.S by H. Peter Anvin · 12 years ago
  22. 015e6f1 x86, extable: Remove open-coded exception table entries in arch/x86/lib/csum-copy_64.S by H. Peter Anvin · 12 years ago
  23. 0d8559f x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_user_nocache_64.S by H. Peter Anvin · 12 years ago
  24. 9732da8 x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_user_64.S by H. Peter Anvin · 12 years ago
  25. 5f2e8a8 x86, extable: Remove open-coded exception table entries in arch/x86/lib/checksum_32.S by H. Peter Anvin · 12 years ago
  26. 4643b05 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  27. 6c7b8e8 x86: Handle failures of parsing immediate operands in the instruction decoder by Masami Hiramatsu · 13 years ago
  28. 12e993b x86-32: fix up strncpy_from_user() sign error by Linus Torvalds · 12 years ago
  29. 92ae03f x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it up by Linus Torvalds · 13 years ago
  30. 1b674bf Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  31. e17fdf5 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  32. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
  33. 8fd75e1 x86: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  34. 35239e2 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  35. a7f4255 x86: Derandom delay_tsc for 64 bit by Thomas Gleixner · 13 years ago
  36. 458ce29 Merge branch 'linus' into x86/asm by Ingo Molnar · 13 years ago
  37. f8d98f1 x86: Fix to decode grouped AVX with VEX pp bits by Masami Hiramatsu · 13 years ago
  38. 9d8e227 x86-64: Handle byte-wise tail copying in memcpy() without a loop by Jan Beulich · 13 years ago
  39. 2ab5609 x86-64: Fix memcpy() to support sizes of 4Gb and above by Jan Beulich · 13 years ago
  40. 5d7244e x86-64: Fix memset() to support sizes of 4Gb and above by Jan Beulich · 13 years ago
  41. cb8095b x86: atomic64 assembly improvements by Jan Beulich · 13 years ago
  42. 819165f x86: Adjust asm constraints in atomic64 wrappers by Jan Beulich · 13 years ago
  43. 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
  44. ce79dac x86, opcode: ANDN and Group 17 in x86-opcode-map.txt by Ulrich Drepper · 13 years ago
  45. 8d973b6 x86/kprobes: Fix typo transferred from Intel manual by Ulrich Drepper · 13 years ago
  46. 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
  47. 4269329 x86-64: Slightly shorten copy_page() by Jan Beulich · 13 years ago
  48. 890890c x86/i386: Use less assembly in strlen(), speed things up a bit by Alexey Dobriyan · 13 years ago
  49. a9c373d x86: Update instruction decoder to support new AVX formats by Masami Hiramatsu · 13 years ago
  50. 130b78b x86: Fix instruction decoder to handle grouped AVX instructions by Masami Hiramatsu · 13 years ago
  51. 53a019a x86: Fix insn decoder for longer instruction by Masami Hiramatsu · 13 years ago
  52. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  53. 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
  54. 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
  55. 1ac2e6c x86, perf: Make copy_from_user_nmi() a library function by Robert Richter · 13 years ago
  56. a750036 x86: Fix write lock scalability 64-bit issue by Jan Beulich · 13 years ago
  57. a7386694 x86: Unify rwsem assembly implementation by Jan Beulich · 13 years ago
  58. 4625cd6 x86: Unify rwlock assembly implementation by Jan Beulich · 13 years ago
  59. 59e97e4 x86: Make alternative instruction pointers relative by Andy Lutomirski · 13 years ago
  60. 38e6b75 x86, asm: Cleanup thunk_64.S by Borislav Petkov · 13 years ago
  61. 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
  62. 26afb7c x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit by Jiri Olsa · 13 years ago
  63. 2f19e06 x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSB by Fenghua Yu · 13 years ago
  64. 057e05c x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSB by Fenghua Yu · 13 years ago
  65. 101068c x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSB by Fenghua Yu · 13 years ago
  66. 4307bec x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSB by Fenghua Yu · 13 years ago
  67. e365c9d x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSB by Fenghua Yu · 13 years ago
  68. 4cb1f43 Merge commit 'v2.6.39-rc6' into x86/cleanups by Ingo Molnar · 13 years ago
  69. 9de4966 x86: Fix spelling error in the memcpy() source code comment by Bart Van Assche · 13 years ago
  70. d7c3f8c percpu: Omit segment prefix in the UP case for cmpxchg_double by Christoph Lameter · 14 years ago
  71. 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 · 14 years ago
  72. 2c76397 x86: Clean up csum-copy_64.S a bit by Ingo Molnar · 14 years ago
  73. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  74. 79d8a8f Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  75. 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 · 14 years ago
  76. e938c28 x86: Fix a bogus unwind annotation in lib/semaphore_32.S by Jan Beulich · 14 years ago
  77. 039e138 x86: Remove unused bits from lib/thunk_*.S by Jan Beulich · 14 years ago
  78. 60cf637 x86: Use {push,pop}_cfi in more places by Jan Beulich · 14 years ago
  79. 39f2205 x86-64: Add CFI annotations to lib/rwsem_64.S by Jan Beulich · 14 years ago
  80. b9ec40a percpu, x86: Add arch-specific this_cpu_cmpxchg_double() support by Christoph Lameter · 14 years ago
  81. 9599ec0 x86-64, mem: Convert memmove() to assembly file and fix return value bug by Fenghua Yu · 14 years ago
  82. 357089f x86: udelay: Use this_cpu_read to avoid address calculation by Christoph Lameter · 14 years ago
  83. 3b4b682 x86, mem: Optimize memmove for small size and unaligned cases by Ma Ling · 14 years ago
  84. 59daa70 x86, mem: Optimize memcpy by avoiding memory false dependece by Ma Ling · 14 years ago
  85. fdf4289 x86, mem: Don't implement forward memmove() as memcpy() by Ma, Ling · 14 years ago
  86. 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
  87. 417484d x86, asm: Use a lower case name for the end macro in atomic64_386_32.S by Luca Barbieri · 14 years ago
  88. 3024655 x86, asm: Refactor atomic64_386_32.S to support old binutils and be cleaner by Luca Barbieri · 14 years ago
  89. 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
  90. a378d93 x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu() by H. Peter Anvin · 14 years ago
  91. 90c8f92 x86, asm: Move cmpxchg emulation code to arch/x86/lib by H. Peter Anvin · 14 years ago
  92. df378cc x86, alternatives: Fix one more open-coded 8-bit alternative number by H. Peter Anvin · 14 years ago
  93. 83a7a2a x86, alternatives: Use 16-bit numbers for cpufeature index by H. Peter Anvin · 14 years ago
  94. 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
  95. cce9131 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  96. a66f637 Fix the x86_64 implementation of call_rwsem_wait() by David Howells · 14 years ago
  97. d9c5841 Merge branch 'x86/asm' into x86/atomic by H. Peter Anvin · 14 years ago
  98. ba7e4d1 perf, x86: Add INSTRUCTION_DECODER config flag by Ingo Molnar · 15 years ago
  99. f3e8313 x86-32: Fix atomic64_inc_not_zero return value convention by Luca Barbieri · 15 years ago
  100. 6e6104f x86-32: Fix atomic64_add_unless return value convention by Luca Barbieri · 15 years ago