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