aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-26[SPARC64]: Add clocksource/clockevents support.David S. Miller1-26/+3
2007-04-26[SPARC64]: Unify timer interrupt handler.David S. Miller1-85/+2
2007-01-11[PATCH] Change cpu_up and co from __devinit to __cpuinitGautham R Shenoy1-1/+1
2006-12-17[SPARC64]: Mirror x86_64's PERCPU_ENOUGH_ROOM definition.David S. Miller1-5/+2
2006-10-08[PATCH] sparc64 pt_regs fixesAl Viro1-1/+5
2006-06-23[SPARC64]: Convert cpu_find_by_*() interface to in-kernel PROM device tree.David S. Miller1-19/+22
2006-06-10[SPARC64]: Set appropriate max_cache_size.David S. Miller1-0/+35
2006-05-31[SPARC64]: Make smp_processor_id() functional before start_kernel()David S. Miller1-13/+3
2006-04-11[PATCH] for_each_possible_cpu: sparc64KAMEZAWA Hiroyuki1-3/+3
2006-04-09[SPARC64]: smp_call_function() fixups...David S. Miller1-20/+15
2006-03-31[SPARC64]: Make tsb_sync() mm comparison more precise.David S. Miller1-1/+8
2006-03-25[SPARC64]: Keep cpu_present_map in sync with phys_cpu_present_map.David S. Miller1-1/+4
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-18/+12
2006-03-20[SPARC64]: Add SMT scheduling support for Niagara.David S. Miller1-0/+18
2006-03-20[SPARC64]: Fix new context version SMP handling.David S. Miller1-15/+24
2006-03-20[SPARC64]: More SUN4V cpu mondo bug fixing.David S. Miller1-16/+24
2006-03-20[SPARC64]: Fix bugs in SUN4V cpu mondo dispatch.David S. Miller1-57/+123
2006-03-20[SPARC64]: Fix bugs in SMP TLB context version expiration handling.David S. Miller1-6/+10
2006-03-20[SPARC64]: Report mondo error correctly in hypervisor_xcall_deliver().David S. Miller1-1/+1
2006-03-20[SPARC64]: Fix TLB context allocation with SMT style shared TLBs.David S. Miller1-11/+29
2006-03-20[SPARC64]: Kill cpudata->idle_volume.David S. Miller1-2/+0
2006-03-20[SPARC64]: Pass multiple CPUs at once to hypervisor cross-call API.David S. Miller1-54/+0
2006-03-20[SPARC64]: Get SUN4V SMP working.David S. Miller1-0/+6
2006-03-20[SPARC64]: Add prom_{start,stop}cpu_cpuid().David S. Miller1-3/+9
2006-03-20[SPARC64]: Use different cache sizing defaults on SUN4V.David S. Miller1-7/+21
2006-03-20[SPARC64]: Kill sun4v_register_fault_status() on SMP.David S. Miller1-3/+1
2006-03-20[SPARC64]: Do not try to synchronize %stick registers on SUN4V.David S. Miller1-1/+5
2006-03-20[SPARC64]: Fix mondo queue allocations.David S. Miller1-2/+2
2006-03-20[SPARC64]: Register kernel TSB with hypervisor.David S. Miller1-1/+3