1. b2d2f43 x86: initialize per-cpu GDT segment in per-cpu setup by Brian Gerst · 16 years ago
  2. 89c9c4c x86: make Voyager use x86 per-cpu setup. by Brian Gerst · 16 years ago
  3. 6dbde35 percpu: add optimized generic percpu accessors by Ingo Molnar · 16 years ago
  4. 9939dda x86: merge 64 and 32 SMP percpu handling by Tejun Heo · 16 years ago
  5. 96b89dc6 x86: smp.h move safe_smp_processor_id declartion to cpu.h by Jaswinder Singh Rajput · 16 years ago
  6. 9628937 x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids by Mike Travis · 16 years ago
  7. 168ef54 x86: prepare for cpumask iterators to only go to nr_cpu_ids by Mike Travis · 16 years ago
  8. 98a79d6 cpumask: centralize cpu_online_map and cpu_possible_map by Rusty Russell · 16 years ago
  9. 6cd10f8 x86, voyager: fix smp generic helper voyager breakage by James Bottomley · 16 years ago
  10. 73557af x86, voyager: fix smp_intr_init() compile breakage by James Bottomley · 16 years ago
  11. bfcb4c1 x86/voyager: fix missing cpu_index initialisation by James Bottomley · 16 years ago
  12. ee47752 x86/voyager: fix compile breakage casued by x86: move prefill_possible_map calling early by James Bottomley · 16 years ago
  13. 08c3330 x86/voyager: fix boot breakage caused by x86: boot secondary cpus through initial_code by James Bottomley · 16 years ago
  14. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 16 years ago
  15. e545a61 kernel/cpu.c: create a CPU_STARTING cpu_chain notifier by Manfred Spraul · 16 years ago
  16. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  17. 95a71a4 x86: cleanup machine_specific_memory_setup, v2 by Yinghai Lu · 16 years ago
  18. d0be6bd x86: rename two e820 related functions by Yinghai Lu · 16 years ago
  19. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  20. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  21. 3b16cf8 x86: convert to generic helpers for IPI function calls by Jens Axboe · 16 years ago
  22. bab4b27 x86: move smp_found_config by Alexey Starikovskiy · 16 years ago
  23. a4c81cf x86: extend e820 ealy_res support 32bit by Yinghai Lu · 16 years ago
  24. 6e9bcc7 x86 boot: change sanitize_e820_map parameter from byte to int to allow bigger memory maps by Paul Jackson · 16 years ago
  25. c3965bd x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constant by Paul Jackson · 16 years ago
  26. ed5e233 x86, voyager: fix ioremap_nocache() by Ingo Molnar · 16 years ago
  27. 7c04e64 x86: use cpumask function for present, possible, and online cpus by Akinobu Mita · 16 years ago
  28. 4b7227c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-xen-next by Linus Torvalds · 16 years ago
  29. 68db065 x86: unify KERNEL_PGD_PTRS by Jeremy Fitzhardinge · 16 years ago
  30. fcbc04c x86: voyager fix by Ingo Molnar · 16 years ago
  31. cf9b111 x86: remove pointless comments by WANG Cong · 17 years ago
  32. e44b7b7 x86: move suspend wakeup code to C by Pavel Machek · 16 years ago
  33. 9d97d0d x86: move stack_start to smp.h by Glauber de Oliveira Costa · 16 years ago
  34. da522b0 x86: adapt voyager's setup_trampoline by Glauber Costa · 17 years ago
  35. d507897 x86: adapt voyager's trampoline_base by Glauber Costa · 17 years ago
  36. 6c81c32 calibrate_delay() must be __cpuinit by Adrian Bunk · 17 years ago
  37. 404ee5b x86: convert TSC disabling to generic cpuid disable bitmap by Andi Kleen · 17 years ago
  38. 925596a x86: avoid name conflict for Voyager leave_mm by Jeremy Fitzhardinge · 17 years ago
  39. 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 17 years ago
  40. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  41. 0b9c99b x86: cleanup tlbflush.h variants by Thomas Gleixner · 17 years ago
  42. 3abf024 x86: nuke a ton of unused exports by Thomas Gleixner · 17 years ago
  43. a4ec1ef x86: mach-voyager, lindent by Ingo Molnar · 17 years ago
  44. 8f81821 x86: fix smp init sections by Randy Dunlap · 17 years ago
  45. e5ef67e x86: fix voyager_cat_init section by Randy Dunlap · 17 years ago
  46. 0cca1ca x86: voyager: fix bogus conversion to per_cpu for boot_cpu_info by James Bottomley · 17 years ago
  47. c00046c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  48. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 17 years ago
  49. 92cb761 x86: convert cpuinfo_x86 array to a per_cpu array by Mike Travis · 17 years ago
  50. 38e760a x86: expand /proc/interrupts to include missing vectors, v2 by Joe Korty · 17 years ago
  51. 121d7bf x86: misc. constifications by Jan Beulich · 17 years ago
  52. 6a61f6a x86: clean up struct irqaction initializers by Thomas Gleixner · 17 years ago
  53. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 17 years ago
  54. 9a163ed i386: move kernel by Thomas Gleixner · 17 years ago
  55. 9402e12 i386: move mach-voyager by Thomas Gleixner · 17 years ago