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