1. d55c5a9 x86, 386 removal: Remove CONFIG_CMPXCHG by H. Peter Anvin · 12 years ago
  2. 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
  3. 1ac2e6c x86, perf: Make copy_from_user_nmi() a library function by Robert Richter · 13 years ago
  4. a7386694 x86: Unify rwsem assembly implementation by Jan Beulich · 13 years ago
  5. 4625cd6 x86: Unify rwlock assembly implementation by Jan Beulich · 13 years ago
  6. b9ec40a percpu, x86: Add arch-specific this_cpu_cmpxchg_double() support by Christoph Lameter · 13 years ago
  7. 90c8f92 x86, asm: Move cmpxchg emulation code to arch/x86/lib by H. Peter Anvin · 14 years ago
  8. 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
  9. d9c5841 Merge branch 'x86/asm' into x86/atomic by H. Peter Anvin · 14 years ago
  10. ba7e4d1 perf, x86: Add INSTRUCTION_DECODER config flag by Ingo Molnar · 15 years ago
  11. 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
  12. 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
  13. a7e926a x86-32: Rewrite 32-bit atomic64 functions in assembly by Luca Barbieri · 14 years ago
  14. 6175ddf x86: Clean up mem*io functions. by Brian Gerst · 14 years ago
  15. a7b480e x86, lib: Add wbinvd smp helpers by Borislav Petkov · 15 years ago
  16. bafaecd x86-64: support native xadd rwsem implementation by Linus Torvalds · 15 years ago
  17. 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
  18. 6ede31e x86, msr: msrs_alloc/free for CONFIG_SMP=n by Borislav Petkov · 15 years ago
  19. d32ba45 x86 insn: Delete empty or incomplete inat-tables.c by Masami Hiramatsu · 15 years ago
  20. cbe5c34 x86: Compile insn.c and inat.c only for KPROBES by OGAWA Hirofumi · 15 years ago
  21. bb3c3e8 Merge commit 'v2.6.32-rc5' into perf/probes by Ingo Molnar · 15 years ago
  22. 04edbde x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=y by Eric Dumazet · 15 years ago
  23. 79e1dd0 x86: Provide an alternative() based cmpxchg64() by Arjan van de Ven · 15 years ago
  24. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  25. b19ae39 x86, msr: change msr-reg.o to obj-y, and export its symbols by H. Peter Anvin · 15 years ago
  26. 132ec92 x86, msr: Add rd/wrmsr interfaces with preset registers by Borislav Petkov · 15 years ago
  27. eb13296 x86: Instruction decoder API by Masami Hiramatsu · 15 years ago
  28. 1fde902 x86: atomic64: Export APIs to modules by Ingo Molnar · 15 years ago
  29. b7882b7 x86: atomic64: Move the 32-bit atomic64_t implementation to a .c file by Ingo Molnar · 15 years ago
  30. 6bc1096 x86: MSR: add a struct representation of an MSR by Borislav Petkov · 15 years ago
  31. fb481dd x86: drop -funroll-loops for csum_partial_64.c by Andi Kleen · 16 years ago
  32. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
  33. 5cbbc3b x86: merge putuser asm functions. by Glauber Costa · 16 years ago
  34. 6c2d458 x86: merge getuser asm functions. by Glauber Costa · 16 years ago
  35. f0fbf0a x86: integrate delay functions. by Glauber Costa · 16 years ago
  36. 81d68a9 ftrace: trace irq disabled critical timings by Steven Rostedt · 16 years ago
  37. 5245698 x86, UML: remove x86-specific implementations of find_first_bit by Alexander van Heukelum · 16 years ago
  38. 6fd92b6 x86: change x86 to use generic find_next_bit by Alexander van Heukelum · 16 years ago
  39. 67ec11c iommu sg: kill __clear_bit_string and find_next_zero_string by FUJITA Tomonori · 16 years ago
  40. 583d0e9 x86: unify arch/x86/lib/Makefile(s) by Sam Ravnborg · 16 years ago
  41. 185f3d3 x86_64: move lib by Thomas Gleixner · 17 years ago
  42. 44f0257 i386: move lib by Thomas Gleixner · 17 years ago[Renamed (65%) from arch/i386/lib/Makefile]
  43. 5fde34f i386: prepare shared lib/Makefile by Thomas Gleixner · 17 years ago
  44. d779d8f i386: prepare shared lib/delay.c by Thomas Gleixner · 17 years ago
  45. 6e69684 i386: prepare shared lib/putuser.S by Thomas Gleixner · 17 years ago
  46. 6d1f542 i386: prepare shared lib/bitops.c by Thomas Gleixner · 17 years ago
  47. 81f5293 i386: prepare shared lib/usercopy.c by Thomas Gleixner · 17 years ago
  48. 8b7fd47 i386: prepare shared lib/getuser.S by Thomas Gleixner · 17 years ago
  49. e585d96 i386: prepare shared lib/mmx.c by Thomas Gleixner · 17 years ago
  50. 1bbad2b i386: prepare shared lib/memcpy.c by Thomas Gleixner · 17 years ago
  51. bb3871d i386: prepare shared lib/semaphore.S by Thomas Gleixner · 17 years ago
  52. 282317d i386: prepare shared lib/string.c by Thomas Gleixner · 17 years ago
  53. 2be2056 i386: prepare shared lib/strstr.c by Thomas Gleixner · 17 years ago
  54. 3183414 i386: prepare shared lib/checksum.S by Thomas Gleixner · 17 years ago
  55. b520b85 i386: Move all simple string operations out of line by Andi Kleen · 17 years ago
  56. b44755c {rd,wr}msr_on_cpu SMP=n optimization by Adrian Bunk · 17 years ago
  57. b077ffb rdmsr_on_cpu, wrmsr_on_cpu by Alexey Dobriyan · 17 years ago
  58. ecaf45e [PATCH] i386: Redo semaphore and rwlock assembly helpers by Andi Kleen · 18 years ago
  59. 4db2ce0 [LIB]: Consolidate _atomic_dec_and_lock() by David S. Miller · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago