aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-12sparc64: Add missing notify_cpu_starting() call.David S. Miller1-0/+4
2008-09-03sparc64: Prevent sparc64 from invoking irq handlers on offline CPUsPaul E. McKenney1-4/+4
2008-09-03sparc64: Fix IPI call locking.David S. Miller1-6/+4
2008-08-09sparc64: Don't MAGIC_SYSRQ ifdef smp_fetch_global_regs and support code.David S. Miller1-4/+0
2008-08-04sparc64: Remove all cpumask_t local variables in xcall dispatch.David S. Miller1-24/+9
2008-08-04sparc64: Kill error_mask from hypervisor_xcall_deliver().David S. Miller1-13/+7
2008-08-04sparc64: Build cpu list and mondo block at top-level xcall_deliver().David S. Miller1-44/+69
2008-08-04sparc64: Disable local interrupts around xcall_deliver_impl() invocation.David S. Miller1-17/+15
2008-08-04sparc64: Make all xcall_deliver's go through common helper function.David S. Miller1-4/+9
2008-08-04sparc64: Make smp_cross_call_masked() take a cpumask_t pointer.David S. Miller1-7/+11
2008-08-04sparc64: Directly call xcall_deliver() in smp_start_sync_tick_client.David S. Miller1-4/+2
2008-08-04sparc64: Call xcall_deliver() directly in some cases.David S. Miller1-23/+10
2008-08-04sparc64: Use cpumask_t pointers and for_each_cpu_mask_nr() in xcall_deliver.David S. Miller1-18/+21
2008-08-04sparc64: Use xcall_deliver() consistently.David S. Miller1-23/+17
2008-08-04sparc64: Use function pointer for cross-call sending.David S. Miller1-6/+13
2008-07-31sparc64: Kill smp_report_regs().David S. Miller1-6/+0
2008-07-17sparc64: Convert to generic helpers for IPI function calls.David S. Miller1-70/+17
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-8/+4
2008-06-26Add generic helpers for arch IPI function callsJens Axboe1-5/+6
2008-05-20sparc64: Add global register dumping facility.David S. Miller1-0/+10
2008-05-03Revert "[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit()."David S. Miller1-22/+5
2008-04-29sparc64: remove duplicated includeHuang Weiyi1-1/+0
2008-04-29sparc: Add kgdb support.David S. Miller1-0/+10
2008-04-25[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit().David S. Miller1-5/+22
2008-04-23[SPARC64]: Call real_setup_per_cpu_areas() earlier and use lmb_alloc().David S. Miller1-3/+8
2008-03-26[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/time.cDavid S. Miller1-1/+2
2008-03-21[SPARC64]: Remove most limitations to kernel image size.David S. Miller1-8/+9
2008-02-20[SPARC64]: Fix cpu trampoline et al. mismatch warnings.Sam Ravnborg1-1/+1
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk1-2/+0
2007-12-12[SPARC64]: Fix endless loop in cheetah_xcall_deliver().David S. Miller1-6/+13
2007-12-05[SPARC64]: Add missing "space"Joe Perches1-2/+3
2007-10-27[SPARC64]: __inline__ --> inlineDavid S. Miller1-2/+2
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis1-9/+8
2007-10-04[SPARC64]: check fork_idle() errorAkinobu Mita1-0/+2
2007-08-08[SPARC64]: Fix memory leak when cpu hotplugging.David S. Miller1-5/+0
2007-07-16[SPARC64]: dr-cpu unconfigure support.David S. Miller1-12/+106
2007-07-16[SPARC64]: Clear cpu_{core,sibling}_map[] in smp_fill_in_sib_core_maps()David S. Miller1-0/+2
2007-07-16[SPARC64]: Fix leak when DR added cpu does not bootup.David S. Miller1-6/+6
2007-07-16[SPARC64]: More sensible udelay implementation.David S. Miller1-24/+0
2007-07-16[SPARC64]: SMP build fixes.David S. Miller1-2/+12
2007-07-16[SPARC64]: Fix build regressions added by dr-cpu changes.David S. Miller1-1/+51
2007-07-16[SPARC64]: Initial LDOM cpu hotplug support.David S. Miller1-18/+37
2007-07-09sched: zap the migration init / cache-hot balancing codeIngo Molnar1-27/+0
2007-06-04[SPARC64]: Fix {mc,smt}_capable().David S. Miller1-0/+2
2007-06-04[SPARC64]: Proper multi-core scheduling support.David S. Miller1-1/+18
2007-05-29[SPARC64]: Eliminate NR_CPUS limitations.David S. Miller1-1/+18
2007-05-29[SPARC64]: Use machine description and OBP properly for cpu probing.David S. Miller1-104/+32
2007-05-14[SPARC64]: Add missing cpus_empty() check in hypervisor xcall handling.David S. Miller1-0/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge1-3/+3