aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sparc64 pt_regs fixesAl Viro2006-10-081-1/+5
* [SPARC64]: Convert cpu_find_by_*() interface to in-kernel PROM device tree.David S. Miller2006-06-231-19/+22
* [SPARC64]: Set appropriate max_cache_size.David S. Miller2006-06-101-0/+35
* [SPARC64]: Make smp_processor_id() functional before start_kernel()David S. Miller2006-05-311-13/+3
* [PATCH] for_each_possible_cpu: sparc64KAMEZAWA Hiroyuki2006-04-111-3/+3
* [SPARC64]: smp_call_function() fixups...David S. Miller2006-04-091-20/+15
* [SPARC64]: Make tsb_sync() mm comparison more precise.David S. Miller2006-03-311-1/+8
* [SPARC64]: Keep cpu_present_map in sync with phys_cpu_present_map.David S. Miller2006-03-251-1/+4
* [PATCH] more for_each_cpu() conversionsAndrew Morton2006-03-231-18/+12
* [SPARC64]: Add SMT scheduling support for Niagara.David S. Miller2006-03-201-0/+18
* [SPARC64]: Fix new context version SMP handling.David S. Miller2006-03-201-15/+24
* [SPARC64]: More SUN4V cpu mondo bug fixing.David S. Miller2006-03-201-16/+24
* [SPARC64]: Fix bugs in SUN4V cpu mondo dispatch.David S. Miller2006-03-201-57/+123
* [SPARC64]: Fix bugs in SMP TLB context version expiration handling.David S. Miller2006-03-201-6/+10
* [SPARC64]: Report mondo error correctly in hypervisor_xcall_deliver().David S. Miller2006-03-201-1/+1
* [SPARC64]: Fix TLB context allocation with SMT style shared TLBs.David S. Miller2006-03-201-11/+29
* [SPARC64]: Kill cpudata->idle_volume.David S. Miller2006-03-201-2/+0
* [SPARC64]: Pass multiple CPUs at once to hypervisor cross-call API.David S. Miller2006-03-201-54/+0
* [SPARC64]: Get SUN4V SMP working.David S. Miller2006-03-201-0/+6
* [SPARC64]: Add prom_{start,stop}cpu_cpuid().David S. Miller2006-03-201-3/+9
* [SPARC64]: Use different cache sizing defaults on SUN4V.David S. Miller2006-03-201-7/+21
* [SPARC64]: Kill sun4v_register_fault_status() on SMP.David S. Miller2006-03-201-3/+1
* [SPARC64]: Do not try to synchronize %stick registers on SUN4V.David S. Miller2006-03-201-1/+5
* [SPARC64]: Fix mondo queue allocations.David S. Miller2006-03-201-2/+2
* [SPARC64]: Register kernel TSB with hypervisor.David S. Miller2006-03-201-1/+3
* [SPARC64]: Fix hypervisor call arg passing.David S. Miller2006-03-201-8/+8
* [SPARC64]: Sun4v cross-call sending support.David S. Miller2006-03-201-1/+124
* [SPARC64]: Register per-cpu fault status area with sun4v hypervisor.David S. Miller2006-03-201-0/+3
* [SPARC64]: Add some hypervisor tlb_type checks.David S. Miller2006-03-201-6/+26
* [SPARC64]: Refine code sequences to get the cpu id.David S. Miller2006-03-201-4/+5
* [SPARC64]: Kill PROM locked TLB entry preservation code.David S. Miller2006-03-201-4/+0
* [SPARC64]: Kill {save,restore}_alternate_globals()David S. Miller2006-03-201-6/+1
* [SPARC64]: Dynamically grow TSB in response to RSS growth.David S. Miller2006-03-201-4/+24
* [SPARC64]: Elminate all usage of hard-coded trap globals.David S. Miller2006-03-201-45/+10
* [SPARC64]: Move away from virtual page tables, part 1.David S. Miller2006-03-201-11/+1
* [SPARC64]: Make cpu_present_map available earlier.David S. Miller2006-02-261-9/+19
* [PATCH] sparc64: task_thread_info()Al Viro2006-01-121-1/+1
* [SPARC64]: Restore 2.4.x /proc/cpuinfo behavior for "ncpus probed" field.David S. Miller2005-11-111-1/+0
* [PATCH] sched: resched and cpu_idle reworkNick Piggin2005-11-091-12/+1
* [PATCH] sched: disable preempt in idle tasksNick Piggin2005-11-091-0/+3
* [SPARC64] mm: Do not flush TLB mm in tlb_finish_mmu()David S. Miller2005-11-071-31/+17
* [SPARC64] mm: context switch ptlockHugh Dickins2005-11-071-26/+5
* [SPARC64]: Fix powering off on SMP.David S. Miller2005-10-141-7/+0
* [SPARC64]: Probe D/I/E-cache config and use.David S. Miller2005-09-261-0/+21
* [SPARC64]: More fully work around Spitfire Errata 51.David S. Miller2005-08-291-15/+15
* [SPARC64]: Move syscall success and newchild state out of thread flags.David S. Miller2005-07-241-1/+1
* [SPARC64]: Fix SMP build failure.Andrew Morton2005-07-121-2/+2
* [SPARC64]: Add __read_mostly support.David S. Miller2005-07-101-5/+5
* [SPARC64]: Add boot option to force UltraSPARC-III P-Cache on.David S. Miller2005-05-231-0/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1244