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