aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-20[SPARC64]: Fix hypervisor call arg passing.David S. Miller1-8/+8
2006-03-20[SPARC64]: Sun4v cross-call sending support.David S. Miller1-1/+124
2006-03-20[SPARC64]: Register per-cpu fault status area with sun4v hypervisor.David S. Miller1-0/+3
2006-03-20[SPARC64]: Add some hypervisor tlb_type checks.David S. Miller1-6/+26
2006-03-20[SPARC64]: Refine code sequences to get the cpu id.David S. Miller1-4/+5
2006-03-20[SPARC64]: Kill PROM locked TLB entry preservation code.David S. Miller1-4/+0
2006-03-20[SPARC64]: Kill {save,restore}_alternate_globals()David S. Miller1-6/+1
2006-03-20[SPARC64]: Dynamically grow TSB in response to RSS growth.David S. Miller1-4/+24
2006-03-20[SPARC64]: Elminate all usage of hard-coded trap globals.David S. Miller1-45/+10
2006-03-20[SPARC64]: Move away from virtual page tables, part 1.David S. Miller1-11/+1
2006-02-26[SPARC64]: Make cpu_present_map available earlier.David S. Miller1-9/+19
2006-01-12[PATCH] sparc64: task_thread_info()Al Viro1-1/+1
2005-11-11[SPARC64]: Restore 2.4.x /proc/cpuinfo behavior for "ncpus probed" field.David S. Miller1-1/+0
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-12/+1
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-0/+3
2005-11-07[SPARC64] mm: Do not flush TLB mm in tlb_finish_mmu()David S. Miller1-31/+17
2005-11-07[SPARC64] mm: context switch ptlockHugh Dickins1-26/+5
2005-10-14[SPARC64]: Fix powering off on SMP.David S. Miller1-7/+0
2005-09-26[SPARC64]: Probe D/I/E-cache config and use.David S. Miller1-0/+21
2005-08-29[SPARC64]: More fully work around Spitfire Errata 51.David S. Miller1-15/+15
2005-07-24[SPARC64]: Move syscall success and newchild state out of thread flags.David S. Miller1-1/+1
2005-07-12[SPARC64]: Fix SMP build failure.Andrew Morton1-2/+2
2005-07-10[SPARC64]: Add __read_mostly support.David S. Miller1-5/+5
2005-05-23[SPARC64]: Add boot option to force UltraSPARC-III P-Cache on.David S. Miller1-0/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1244