1. f0a2bc7 sparc: Use generic idle thread allocation by Thomas Gleixner · 13 years ago
  2. 8239c25 smp: Add task_struct argument to __cpu_up() by Thomas Gleixner · 13 years ago
  3. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  4. 066bcac sparc: move symbol exporters to use export.h not module.h by Paul Gortmaker · 13 years ago
  5. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  6. 90d3ac1 Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8' by David S. Miller · 14 years ago
  7. fb1fece sparc: convert old cpumask API into new one by KOSAKI Motohiro · 14 years ago
  8. 184748c sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() by Peter Zijlstra · 14 years ago
  9. c6fee08 sparc64: Fix build errors with gcc-4.6.0 by David S. Miller · 14 years ago
  10. b62818e sparc64: Fix NMI startup bug which also breaks perf. by David S. Miller · 14 years ago
  11. 9343af0 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  12. 9960e9e sparc64: Add function graph tracer support. by David S. Miller · 15 years ago
  13. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  14. 6016a36 of: unify phandle name in struct device_node by Grant Likely · 15 years ago
  15. a70c691 sparc64: implement page mapping percpu first chunk allocator by Tejun Heo · 15 years ago
  16. bcb2107 sparc64: use embedding percpu first chunk allocator by Tejun Heo · 15 years ago
  17. fb435d5 percpu: add pcpu_unit_offsets[] by Tejun Heo · 15 years ago
  18. fd1e8a1 percpu: introduce pcpu_alloc_info and pcpu_group_info by Tejun Heo · 15 years ago
  19. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  20. 74d46d6 percpu, sparc64: fix sparse possible cpu map handling by Tejun Heo · 15 years ago
  21. 2f39e63 percpu: allow non-linear / sparse cpu -> unit mapping by Tejun Heo · 15 years ago
  22. ce3141a percpu: drop pcpu_chunk->page[] by Tejun Heo · 15 years ago
  23. 38a6be5 percpu: simplify pcpu_setup_first_chunk() by Tejun Heo · 15 years ago
  24. 6ac5c61 sparc: replace uses of CPU_MASK_ALL_PTR by Stephen Rothwell · 16 years ago
  25. 280ff97 sparc64: fix and optimize irq distribution by Hong H. Pham · 16 years ago
  26. 4fd78a5 sparc64: Use new dynamic per-cpu allocator. by David S. Miller · 16 years ago
  27. 0c243ad sparc64: Only allocate per-cpu areas for possible cpus. by David S. Miller · 16 years ago
  28. 73fffc0 sparc64: Get rid of real_setup_per_cpu_areas(). by David S. Miller · 16 years ago
  29. b696fdc sparc64: Defer cpu_data() setup until end of per-cpu data initialization. by David S. Miller · 16 years ago
  30. 5a5488d sparc64: Store per-cpu offset in trap_block[] by David S. Miller · 16 years ago
  31. 557fe0e sparc64: Reclaim trap_block[]->hdesc by David S. Miller · 16 years ago
  32. 8e255ba sparc64: Fix smp_callin() locking. by David S. Miller · 16 years ago
  33. ed22312 Merge branch 'master' of ssh://master.kernel.org/home/ftp/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask-for-sparc by David S. Miller · 16 years ago
  34. f9384d4 sparc64: Fix MM refcount check in smp_flush_tlb_pending(). by David S. Miller · 16 years ago
  35. 81f1adf0 cpumask: use mm_cpumask() wrapper: sparc by Rusty Russell · 16 years ago
  36. f46df02 cpumask: arch_send_call_function_ipi_mask: sparc by Rusty Russell · 16 years ago
  37. fd8e18e cpumask: Use smp_call_function_many(): sparc64 by Rusty Russell · 16 years ago
  38. 9018113 sparc64: Use unsigned long long for u64. by Sam Ravnborg · 16 years ago
  39. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  40. 8e75728 sparc: replace for_each_cpu_mask_nr with for_each_cpu by Rusty Russell · 16 years ago
  41. a88b5ba sparc,sparc64: unify kernel/ by Sam Ravnborg · 16 years ago[Renamed from arch/sparc64/kernel/smp.c]
  42. b4f4372 sparc64: Make %pil level 15 a pseudo-NMI. by David S. Miller · 16 years ago
  43. 293666b sparc64: Stop using memory barriers for atomics and locks. by David S. Miller · 16 years ago
  44. 8c29890 sparc64 trivial section misannotations by Al Viro · 16 years ago
  45. 82960b8 sparc64: Add missing notify_cpu_starting() call. by David S. Miller · 16 years ago
  46. 4d08461 sparc64: Prevent sparc64 from invoking irq handlers on offline CPUs by Paul E. McKenney · 16 years ago
  47. e5bd1c3 sparc64: Fix IPI call locking. by David S. Miller · 16 years ago
  48. b6b7922 sparc64: Don't MAGIC_SYSRQ ifdef smp_fetch_global_regs and support code. by David S. Miller · 16 years ago
  49. ae58388 sparc64: Remove all cpumask_t local variables in xcall dispatch. by David S. Miller · 16 years ago
  50. ed4d9c6 sparc64: Kill error_mask from hypervisor_xcall_deliver(). by David S. Miller · 16 years ago
  51. 90f7ae8 sparc64: Build cpu list and mondo block at top-level xcall_deliver(). by David S. Miller · 16 years ago
  52. c02a511 sparc64: Disable local interrupts around xcall_deliver_impl() invocation. by David S. Miller · 16 years ago
  53. deb1699 sparc64: Make all xcall_deliver's go through common helper function. by David S. Miller · 16 years ago
  54. 91a4231 sparc64: Make smp_cross_call_masked() take a cpumask_t pointer. by David S. Miller · 16 years ago
  55. 24445a4 sparc64: Directly call xcall_deliver() in smp_start_sync_tick_client. by David S. Miller · 16 years ago
  56. 1992663 sparc64: Call xcall_deliver() directly in some cases. by David S. Miller · 16 years ago
  57. cd5bc89 sparc64: Use cpumask_t pointers and for_each_cpu_mask_nr() in xcall_deliver. by David S. Miller · 16 years ago
  58. 622824d sparc64: Use xcall_deliver() consistently. by David S. Miller · 16 years ago
  59. 5e0797e sparc64: Use function pointer for cross-call sending. by David S. Miller · 16 years ago
  60. 9c636e3 sparc64: Kill smp_report_regs(). by David S. Miller · 16 years ago
  61. d172ad1 sparc64: Convert to generic helpers for IPI function calls. by David S. Miller · 16 years ago
  62. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 17 years ago
  63. 3d44223 Add generic helpers for arch IPI function calls by Jens Axboe · 17 years ago
  64. 93dae5b sparc64: Add global register dumping facility. by David S. Miller · 17 years ago
  65. 81d6ec6 Revert "[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit()." by David S. Miller · 17 years ago
  66. 8cd0ae3 sparc64: remove duplicated include by Huang Weiyi · 17 years ago
  67. e2fdd7f sparc: Add kgdb support. by David S. Miller · 17 years ago
  68. 2664ef4 [SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit(). by David S. Miller · 17 years ago
  69. b970945 [SPARC64]: Call real_setup_per_cpu_areas() earlier and use lmb_alloc(). by David S. Miller · 17 years ago
  70. cf3d7c1 [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/time.c by David S. Miller · 17 years ago
  71. 6465874 [SPARC64]: Remove most limitations to kernel image size. by David S. Miller · 17 years ago
  72. 0f7f22d [SPARC64]: Fix cpu trampoline et al. mismatch warnings. by Sam Ravnborg · 17 years ago
  73. 6c81c32 calibrate_delay() must be __cpuinit by Adrian Bunk · 17 years ago
  74. 0de56d1 [SPARC64]: Fix endless loop in cheetah_xcall_deliver(). by David S. Miller · 17 years ago
  75. 519c4d2 [SPARC64]: Add missing "space" by Joe Perches · 17 years ago
  76. d979f17 [SPARC64]: __inline__ --> inline by David S. Miller · 17 years ago
  77. d5a7430 Convert cpu_sibling_map to be a per cpu variable by Mike Travis · 17 years ago
  78. 1177bf9 [SPARC64]: check fork_idle() error by Akinobu Mita · 17 years ago
  79. b434e71 [SPARC64]: Fix memory leak when cpu hotplugging. by David S. Miller · 17 years ago
  80. e0204409 [SPARC64]: dr-cpu unconfigure support. by David S. Miller · 17 years ago
  81. 39dd992 [SPARC64]: Clear cpu_{core,sibling}_map[] in smp_fill_in_sib_core_maps() by David S. Miller · 17 years ago
  82. b37d40d [SPARC64]: Fix leak when DR added cpu does not bootup. by David S. Miller · 17 years ago
  83. 8b99cfb [SPARC64]: More sensible udelay implementation. by David S. Miller · 17 years ago
  84. 27a2ef3 [SPARC64]: SMP build fixes. by David S. Miller · 17 years ago
  85. b14f5c1 [SPARC64]: Fix build regressions added by dr-cpu changes. by David S. Miller · 17 years ago
  86. 4f0234f [SPARC64]: Initial LDOM cpu hotplug support. by David S. Miller · 17 years ago
  87. 0437e10 sched: zap the migration init / cache-hot balancing code by Ingo Molnar · 17 years ago
  88. a2f9f6b [SPARC64]: Fix {mc,smt}_capable(). by David S. Miller · 18 years ago
  89. f78eae2 [SPARC64]: Proper multi-core scheduling support. by David S. Miller · 18 years ago
  90. 22adb35 [SPARC64]: Eliminate NR_CPUS limitations. by David S. Miller · 18 years ago
  91. 5cbc307 [SPARC64]: Use machine description and OBP properly for cpu probing. by David S. Miller · 18 years ago
  92. 17f34f0 [SPARC64]: Add missing cpus_empty() check in hypervisor xcall handling. by David S. Miller · 18 years ago
  93. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  94. b6e3590 [PATCH] x86: Allow percpu variables to be page-aligned by Jeremy Fitzhardinge · 18 years ago
  95. 112f487 [SPARC64]: Add clocksource/clockevents support. by David S. Miller · 18 years ago
  96. 777a447 [SPARC64]: Unify timer interrupt handler. by David S. Miller · 18 years ago
  97. b282b6f [PATCH] Change cpu_up and co from __devinit to __cpuinit by Gautham R Shenoy · 18 years ago
  98. 5a08900 [SPARC64]: Mirror x86_64's PERCPU_ENOUGH_ROOM definition. by David S. Miller · 18 years ago
  99. 6d24c8d [PATCH] sparc64 pt_regs fixes by Al Viro · 18 years ago
  100. 07f8e5f [SPARC64]: Convert cpu_find_by_*() interface to in-kernel PROM device tree. by David S. Miller · 19 years ago