1. 9063c61 x86, 64-bit: Clean up user address masking by Linus Torvalds · 15 years ago
  2. b034c19 x86: MSR: add methods for writing of an MSR on several CPUs by Borislav Petkov · 15 years ago
  3. 6bc1096 x86: MSR: add a struct representation of an MSR by Borislav Petkov · 15 years ago
  4. f3b6eaf x86: memcpy, clean up by Ingo Molnar · 15 years ago
  5. dd1ef4e x86-64: remove unnecessary spill/reload of rbx from memcpy by Jan Beulich · 15 years ago
  6. 0341c14 x86: use _types.h headers in asm where available by Jeremy Fitzhardinge · 15 years ago
  7. e0a9612 x86: use early clobbers in usercopy*.c by Andi Kleen · 15 years ago
  8. d1a7618 Merge commit 'v2.6.28-rc2' into core/locking by Ingo Molnar · 16 years ago
  9. 0afe2db Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D by Ingo Molnar · 16 years ago
  10. 1d18ef4 x86: some lock annotations for user copy paths, v3 by Ingo Molnar · 16 years ago
  11. 3ee1afa x86: some lock annotations for user copy paths, v2 by Nick Piggin · 16 years ago
  12. c10d38d x86: some lock annotations for user copy paths by Nick Piggin · 16 years ago
  13. fb481dd x86: drop -funroll-loops for csum_partial_64.c by Andi Kleen · 16 years ago
  14. b30a72a Merge branch 'x86/urgent' into x86/cpu by H. Peter Anvin · 16 years ago
  15. bdd3146 x86: msr-on-cpu: remove unnecessary level of abstraction by H. Peter Anvin · 16 years ago
  16. 94d4ac2 Merge branch 'x86/urgent' into x86/cleanups by H. Peter Anvin · 16 years ago
  17. c6f3193 x86: msr: propagate errors from smp_call_function_single() by H. Peter Anvin · 16 years ago
  18. 8bfcb39 x86: make movsl_mask definition non-CPU specific by Thomas Petazzoni · 16 years ago
  19. 3492cdf x86: coding style fixes to arch/x86/lib/string_32.c by Paolo Ciarrocchi · 16 years ago
  20. 209b580 x86: coding style fixes to arch/x86/lib/strstr_32.c by Paolo Ciarrocchi · 16 years ago
  21. afd962a x86: wrong register was used in align macro by Vitaly Mayatskikh · 16 years ago
  22. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  23. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
  24. 27cb0a7 x86: fix compile error in current tip.git by Jeremy Fitzhardinge · 16 years ago
  25. ad2fc2c x86: fix copy_user on x86 by Vitaly Mayatskikh · 16 years ago
  26. 1129585 x86: introduce copy_user_handle_tail() routine by Vitaly Mayatskikh · 16 years ago
  27. 5cbbc3b x86: merge putuser asm functions. by Glauber Costa · 16 years ago
  28. 2528de4 x86: use macros from asm.h. by Glauber Costa · 16 years ago
  29. efea505 x86: don't use word-size specifiers in putuser files. by Glauber Costa · 16 years ago
  30. 766ed42 x86: replace function headers by macros. by Glauber Costa · 16 years ago
  31. 663aa96 x86: change testing logic in putuser_64.S. by Glauber Costa · 16 years ago
  32. 0ada316 x86: pass argument to putuser_64 functions in ax register. by Glauber Costa · 16 years ago
  33. 770546b x86: clobber rbx in putuser_64.S. by Glauber Costa · 16 years ago
  34. 268cf04 x86: don't save ebx in putuser_32.S. by Glauber Costa · 16 years ago
  35. 6c2d458 x86: merge getuser asm functions. by Glauber Costa · 16 years ago
  36. 87e2f1e x86: use _ASM_PTR instead of explicit word-size pointers. by Glauber Costa · 16 years ago
  37. 40faf46 x86: introduce __ASM_REG macro. by Glauber Costa · 16 years ago
  38. ef8c1a2 x86: don't use word-size specifiers on getuser_64. by Glauber Costa · 16 years ago
  39. 26ccb8a x86: rename threadinfo to TI. by Glauber Costa · 16 years ago
  40. 9262875 x86: adapt x86_64 getuser functions. by Glauber Costa · 16 years ago
  41. 9aa0388 x86: don't use word-size specifiers. by Glauber Costa · 16 years ago
  42. edf1016 x86: don't clobber r8 nor use rcx. by Glauber Costa · 16 years ago
  43. f0fbf0a x86: integrate delay functions. by Glauber Costa · 16 years ago
  44. 7e58818 x86: explicitly use edx in const delay function. by Glauber Costa · 16 years ago
  45. a76febe x86: use rdtscll in read_current_timer for i386. by Glauber Costa · 16 years ago
  46. 0a4d8a4 x86: provide delay loop for x86_64. by Glauber Costa · 16 years ago
  47. ff1b15b x86: don't use size specifiers. by Glauber Costa · 16 years ago
  48. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  49. 28f73e5 Merge branch 'linus' into x86/delay by Ingo Molnar · 16 years ago
  50. f34bfb1 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 16 years ago
  51. 42a886a x86-64: Fix "bytes left to copy" return value for copy_from_user() by Linus Torvalds · 16 years ago
  52. e01b70e x86: fix bug in arch/i386/lib/delay.c file, delay_loop function by Jiri Hladky · 16 years ago
  53. e765ee9 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 16 years ago
  54. 5c1ea08 x86: enable preemption in delay by Steven Rostedt · 16 years ago
  55. 81d68a9 ftrace: trace irq disabled critical timings by Steven Rostedt · 16 years ago
  56. 89804c0 x86: fix csum_partial() export by Ingo Molnar · 16 years ago
  57. 5245698 x86, UML: remove x86-specific implementations of find_first_bit by Alexander van Heukelum · 16 years ago
  58. 2aba692 x86: switch 64-bit to generic find_first_bit by Alexander van Heukelum · 16 years ago
  59. 6fd92b6 x86: change x86 to use generic find_next_bit by Alexander van Heukelum · 16 years ago
  60. 9e9abec Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  61. 3f50dbc x86: coding style fixes to arch/x86/lib/usercopy_32.c by Paolo Ciarrocchi · 16 years ago
  62. 93d8bd3 x86: coding style fixes to arch/x86/lib/memcpy_32.c by Paolo Ciarrocchi · 16 years ago
  63. f73920c x86: coding style fixes to arch/x86/lib/strstr_3 by Paolo Ciarrocchi · 16 years ago
  64. 8cf36d2 x86: coding style fixes to arch/x86/lib/string_32.c by Paolo Ciarrocchi · 16 years ago
  65. e940659 x86: coding style fixes to arch/x86/lib/memmove_64.c by Paolo Ciarrocchi · 16 years ago
  66. ca5d3f1 x86: clean up mmx_32.c by Ingo Molnar · 16 years ago
  67. 64ac24e Generic semaphore implementation by Matthew Wilcox · 16 years ago
  68. d76c1ae x86: clean up csum-wrappers_64.c some more by Ingo Molnar · 16 years ago
  69. 0df025b x86: coding style fixes in arch/x86/lib/csum-wrappers_64.c by Paolo Ciarrocchi · 16 years ago
  70. 4b44f81 x86: coding style fixes in arch/x86/lib/io_64.c by Paolo Ciarrocchi · 16 years ago
  71. 941e492 read_current_timer() cleanups by Andrew Morton · 16 years ago
  72. 67ec11c iommu sg: kill __clear_bit_string and find_next_zero_string by FUJITA Tomonori · 16 years ago
  73. d2fc0ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  74. 8da804f x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_64.c by H. Peter Anvin · 16 years ago
  75. 28777441 x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.c by H. Peter Anvin · 16 years ago
  76. e7a40d2 x86: use _ASM_EXTABLE macro in arch/x86/lib/mmx_32.c by H. Peter Anvin · 16 years ago
  77. 4fe3fca Correct explanations of "find_next" bit routines. by Robert P. J. Day · 16 years ago
  78. 914c826 x86: export copy_from_user_ll_nocache[_nozero] by Andrew Morton · 16 years ago
  79. c6c2d7a x86: fix usage of .section .sched.text in assembler code by Sam Ravnborg · 16 years ago
  80. ade1af7 x86: remove unneded casts by Jan Engelhardt · 16 years ago
  81. 6b8be6d x86: add ENDPROC() markers by John Reiser · 16 years ago
  82. 583d0e9 x86: unify arch/x86/lib/Makefile(s) by Sam Ravnborg · 16 years ago
  83. 35d5d08 x86: disable preemption in delay_tsc() by Andrew Morton · 17 years ago
  84. 60812a4 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  85. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  86. 92cb761 x86: convert cpuinfo_x86 array to a per_cpu array by Mike Travis · 17 years ago
  87. 7e02cb9 x86: rename .i assembler includes to .h by Adrian Bunk · 17 years ago
  88. 61d08a9 i386: Remove strrchr assembler implementation by Andi Kleen · 17 years ago
  89. 5f1f935 i386: simplify smp_call_function_single() call sequence in msr-on-cpu by Avi Kivity · 17 years ago
  90. 801916c x86: fix off-by-one in find_next_zero_string by Andrew Hastings · 17 years ago
  91. 10cd706 lockdep: x86_64: connect the sysexit hook by Peter Zijlstra · 17 years ago
  92. df1bdc0 x86: fence oostores on 64-bit by Nick Piggin · 17 years ago
  93. 185f3d3 x86_64: move lib by Thomas Gleixner · 17 years ago
  94. 44f0257 i386: move lib by Thomas Gleixner · 17 years ago