1. 77bf90e x86: replace remaining __FUNCTION__ occurances by Harvey Harrison · 16 years ago
  2. 282bfe2 x86: show apicid for cpu in proc by Yinghai Lu · 16 years ago
  3. a706221 x86: fix amd_detect_cmp by Yinghai Lu · 16 years ago
  4. 97b44ae x86: add KERN_INFO to show_unhandled_signals printout by Ingo Molnar · 16 years ago
  5. eee6dd1 x86: move extern declaration to vdso.h by Ingo Molnar · 16 years ago
  6. 7e907f4 x86: clean up arch/x86/kernel/signal_32.c by Ingo Molnar · 16 years ago
  7. a711317 x86: remove DEBUG_SIG by Ingo Molnar · 16 years ago
  8. c1db29d x86: arch/x86/kernel/cpu/feature_names.c - use angle brackets for include by Joe Perches · 16 years ago
  9. 16281a9 x86: include/asm-x86/mutex_32.h - use angle brackets for include by Joe Perches · 16 years ago
  10. f668964 x86: clean up i387.c by Ingo Molnar · 16 years ago
  11. ca9cda2 x86: add comments to processor.h by Ingo Molnar · 16 years ago
  12. e104383 x86: use cpu_relax instead of rep_nop by Glauber Costa · 16 years ago
  13. e90009b x86: use wait_for_init_deassert in x86_64 by Glauber Costa · 16 years ago
  14. 91718e8 x86: unify setup_trampoline by Glauber Costa · 16 years ago
  15. da522b0 x86: adapt voyager's setup_trampoline by Glauber Costa · 16 years ago
  16. d507897 x86: adapt voyager's trampoline_base by Glauber Costa · 16 years ago
  17. 4206882 x86: move trampoline arrays extern definition to smp.h by Glauber Costa · 16 years ago
  18. 89b0820 x86: make x86_64 accept the max_cpus parameter by Glauber Costa · 16 years ago
  19. 69c18c1 x86: merge __cpu_disable and cpu_die by Glauber Costa · 16 years ago
  20. e9a6cb9 x86: do not clear cpu_online_map by Glauber Costa · 16 years ago
  21. 045f9d22 x86: use remove_from_maps in cpu_disable by Glauber Costa · 16 years ago
  22. fc25da9 x86: remove vector_lock around cpu_online_map by Glauber Costa · 16 years ago
  23. 70708a1 x86: move cpu_coregroup_map to common file by Glauber Costa · 16 years ago
  24. 768d950 x86: move sibling functions to common file by Glauber Costa · 16 years ago
  25. 1dbb472 x86: move hotplug related extern definitions to smp.h by Glauber Costa · 16 years ago
  26. 61d5989 x86: make remove_siblinginfo non-static by Glauber Costa · 16 years ago
  27. 1452207 x86: make set_cpu_sibling_map nonstatic by Glauber Costa · 16 years ago
  28. a355352 x86: move equal types to common file by Glauber Costa · 16 years ago
  29. 5382e89 x86: adjust types in smpcommon_32.c by Glauber Costa · 16 years ago
  30. fe67620 x86: remove cpu_llc_id from processor.h by Glauber Costa · 16 years ago
  31. 0941ecb x86: get rid of smp_32.c and smp_64.c by Glauber Costa · 16 years ago
  32. c048fdf x86: create tlb files by Glauber Costa · 16 years ago
  33. 8202350 x86: create ipi.c by Glauber Costa · 16 years ago
  34. f9e47a1 x86: create smp.c by Glauber Costa · 16 years ago
  35. 377d698 x86: unify smp_send_stop by Glauber Costa · 16 years ago
  36. 321183c x86: add reboot_force test to native_smp_send_stop by Glauber Costa · 16 years ago
  37. 3be5b49 x86: make stop_this_cpu looks exactly equal in both arches by Glauber Costa · 16 years ago
  38. 3d3f487 x86: provide hlt_works function. by Glauber Costa · 16 years ago
  39. 2513926 x86: change x86_64 smp_call_function_mask to look alike i386 by Glauber Costa · 16 years ago
  40. 3a36d1e x86: provide __smp_call_function by Glauber Costa · 16 years ago
  41. e32640a x86: create smpcommon.c by Glauber Costa · 16 years ago
  42. 3428f3d x86: remove irqs disabled warning. by Glauber Costa · 16 years ago
  43. 7930e53 x86: remove export for smp_call_function_mask. by Glauber Costa · 16 years ago
  44. 68a1c3f x86: move prefill_possible_map to common file by Glauber Costa · 16 years ago
  45. 7b1292e x86: use disabled_cpus in i386 by Glauber Costa · 16 years ago
  46. 93b016f x86: move disabled_cpus to common header by Glauber Costa · 16 years ago
  47. c559764 x86: unify smp_cpus_done by Glauber Costa · 16 years ago
  48. 7557da6 x86: unify smp_prepare_cpus by Glauber Costa · 16 years ago
  49. 1e3fac8 x86: unify prepare_boot_cpu by Glauber Costa · 16 years ago
  50. 71d1954 x86: unify __cpu_up. by Glauber Costa · 16 years ago
  51. 64b1a21e0 x86: unify smp_call_function_mask by Glauber Costa · 16 years ago
  52. 8678969 x86: merge smp_send_reschedule by Glauber Costa · 16 years ago
  53. c76cb36 x86: move smp_ops extern declaration to common header by Glauber Costa · 16 years ago
  54. 1669402 x86: define smp_ops in common header by Glauber Costa · 16 years ago
  55. 53ebef4 x86: merge extern variables definitions by Glauber Costa · 16 years ago
  56. 639acb1 x86: merge extern function definitions by Glauber Costa · 16 years ago
  57. c27cfef x86: commonize smp.h by Glauber Costa · 16 years ago
  58. 8b6451f x86: fix switch_to() clobbers by Ingo Molnar · 16 years ago
  59. 23b55bd x86: clean up switch_to() by Ingo Molnar · 16 years ago
  60. ecd94c0 x86: reserve end-of-conventional-memory to 1MB, 64-bit, use paravirt_enabled by Alexander van Heukelum · 16 years ago
  61. 2fde61f x86: reserve end-of-conventional-memory to 1MB, 32-bit, use paravirt_enabled by Alexander van Heukelum · 16 years ago
  62. 0d7a181 x86: wmb() confusion in system.h by Pavel Machek · 16 years ago
  63. 3c2047c x86: if we cannot calibrate the TSC, we panic. by Rusty Russell · 16 years ago
  64. 9fc3411 x86: debug pmd_bad() by Ingo Molnar · 16 years ago
  65. 40869cd x86: redo cded932b75ab0a5f9181e by Ingo Molnar · 16 years ago
  66. ba748d2 x86: warn about RAM pages in ioremap() by Ingo Molnar · 16 years ago
  67. 320a6b2 x86: reserve end-of-conventional-memory to 1MB, 64-bit by Alexander van Heukelum · 16 years ago
  68. f6eb62b x86: reserve_early end-of-conventional-memory to 1MB, 64-bit by Alexander van Heukelum · 16 years ago
  69. dedd04b x86: reserve end-of-conventional-memory to 1MB on 32-bit by Alexander van Heukelum · 16 years ago
  70. 823c248 x86: fix recursive dependencies by Roman Zippel · 16 years ago
  71. 81e103f xen: use iret instruction all the time by Jeremy Fitzhardinge · 16 years ago
  72. c9cf39a x86: coding style fixes to x86/kernel/early_printk.c by Paolo Ciarrocchi · 16 years ago
  73. e941f27 x86: coding style fixes to arch/x86/kernel/early_printk.c by Paolo Ciarrocchi · 16 years ago
  74. 3f50dbc x86: coding style fixes to arch/x86/lib/usercopy_32.c by Paolo Ciarrocchi · 16 years ago
  75. bdd3cee x86: ioremap(), extend check to all RAM pages by Ingo Molnar · 16 years ago
  76. b089c12 x86: X86_HT always enable on X86_64 SMP by Hiroshi Shimamoto · 16 years ago
  77. e3100c8 x86: check physical address range in ioremap by Thomas Gleixner · 16 years ago
  78. b8c2d3d xen: make hvc0 the preferred console in domU by Markus Armbruster · 16 years ago
  79. 78a9909 x86, tracing: add notrace to asm-x86/linkage.h by Ingo Molnar · 16 years ago
  80. 11ae9dd x86: switch to proc_create() by Alexey Dobriyan · 16 years ago
  81. b596440 x86: clean up traps_32.c by Ingo Molnar · 16 years ago
  82. 10cd5a1 x86: clean up cpu capabilities accesses, transmeta.c by Ingo Molnar · 16 years ago
  83. d0e95eb x86: clean up cpu capabilities in arch/x86/kernel/cpu/intel.c by Ingo Molnar · 16 years ago
  84. 1d007cd x86: clean up cpu capabilities accesses, cyrix.c by Ingo Molnar · 16 years ago
  85. 4cbe668 x86: clean up cpu capabilities accesses, common.c by Ingo Molnar · 16 years ago
  86. e1a94a9 x86: clean up cpu capabilities accesses, centaur.c by Ingo Molnar · 16 years ago
  87. 16282a8 x86: clean up cpu capabilities accesses, amd.c by Ingo Molnar · 16 years ago
  88. 9716951 x86: clean up cpu capabilities accesses, generic by Ingo Molnar · 16 years ago
  89. 0f8d2b9 x86: clean up cpu capabilities accesses by Ingo Molnar · 16 years ago
  90. d32de19 x86: remove wrong setting about CONSTANT_TSC for intel cpu by Yinghai Lu · 16 years ago
  91. 4edbfa7 x86, rdc321x: remove watchdog file by Florian Fainelli · 16 years ago
  92. f8fffa4 x86: apic_is_clustered_box for vsmp by Yinghai Lu · 16 years ago
  93. 34048c9 x86: coding style fixes to arch/x86/kernel/cpu/common.c by Paolo Ciarrocchi · 16 years ago
  94. db96598 x86: coding style fixes to arch/x86/power/cpu_32.c by Paolo Ciarrocchi · 16 years ago
  95. 7ebed39 x86: coding style fixes to arch/x86/xen/multicalls.c by Paolo Ciarrocchi · 16 years ago
  96. 94a9fa4 x86: coding style fixes to arch/x86/kernel/msr.c by Paolo Ciarrocchi · 16 years ago
  97. 0fb9029 x86: coding style fixes to arch/x86/oprofile/nmi_timer_int.c by Paolo Ciarrocchi · 16 years ago
  98. adf8526 x86: coding style fixes to arch/x86/kernel/cpu/cyrix.c by Paolo Ciarrocchi · 16 years ago
  99. 7030760 x86: coding style fixes to arch/x86/boot/cpucheck.c by Paolo Ciarrocchi · 16 years ago
  100. d677759 x86: coding style fixes to arch/x86/kernel/cpu/mcheck/mce_32.c by Paolo Ciarrocchi · 16 years ago