index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc64
/
kernel
/
smp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SPARC64]: Fix {mc,smt}_capable().
David S. Miller
2007-06-04
1
-0
/
+2
*
[SPARC64]: Proper multi-core scheduling support.
David S. Miller
2007-06-04
1
-1
/
+18
*
[SPARC64]: Eliminate NR_CPUS limitations.
David S. Miller
2007-05-29
1
-1
/
+18
*
[SPARC64]: Use machine description and OBP properly for cpu probing.
David S. Miller
2007-05-29
1
-104
/
+32
*
[SPARC64]: Add missing cpus_empty() check in hypervisor xcall handling.
David S. Miller
2007-05-14
1
-0
/
+3
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
[PATCH] x86: Allow percpu variables to be page-aligned
Jeremy Fitzhardinge
2007-05-02
1
-3
/
+3
*
[SPARC64]: Add clocksource/clockevents support.
David S. Miller
2007-04-26
1
-26
/
+3
*
[SPARC64]: Unify timer interrupt handler.
David S. Miller
2007-04-26
1
-85
/
+2
*
[PATCH] Change cpu_up and co from __devinit to __cpuinit
Gautham R Shenoy
2007-01-11
1
-1
/
+1
*
[SPARC64]: Mirror x86_64's PERCPU_ENOUGH_ROOM definition.
David S. Miller
2006-12-17
1
-5
/
+2
*
[PATCH] sparc64 pt_regs fixes
Al Viro
2006-10-08
1
-1
/
+5
*
[SPARC64]: Convert cpu_find_by_*() interface to in-kernel PROM device tree.
David S. Miller
2006-06-23
1
-19
/
+22
*
[SPARC64]: Set appropriate max_cache_size.
David S. Miller
2006-06-10
1
-0
/
+35
*
[SPARC64]: Make smp_processor_id() functional before start_kernel()
David S. Miller
2006-05-31
1
-13
/
+3
*
[PATCH] for_each_possible_cpu: sparc64
KAMEZAWA Hiroyuki
2006-04-11
1
-3
/
+3
*
[SPARC64]: smp_call_function() fixups...
David S. Miller
2006-04-09
1
-20
/
+15
*
[SPARC64]: Make tsb_sync() mm comparison more precise.
David S. Miller
2006-03-31
1
-1
/
+8
*
[SPARC64]: Keep cpu_present_map in sync with phys_cpu_present_map.
David S. Miller
2006-03-25
1
-1
/
+4
*
[PATCH] more for_each_cpu() conversions
Andrew Morton
2006-03-23
1
-18
/
+12
*
[SPARC64]: Add SMT scheduling support for Niagara.
David S. Miller
2006-03-20
1
-0
/
+18
*
[SPARC64]: Fix new context version SMP handling.
David S. Miller
2006-03-20
1
-15
/
+24
*
[SPARC64]: More SUN4V cpu mondo bug fixing.
David S. Miller
2006-03-20
1
-16
/
+24
*
[SPARC64]: Fix bugs in SUN4V cpu mondo dispatch.
David S. Miller
2006-03-20
1
-57
/
+123
*
[SPARC64]: Fix bugs in SMP TLB context version expiration handling.
David S. Miller
2006-03-20
1
-6
/
+10
*
[SPARC64]: Report mondo error correctly in hypervisor_xcall_deliver().
David S. Miller
2006-03-20
1
-1
/
+1
*
[SPARC64]: Fix TLB context allocation with SMT style shared TLBs.
David S. Miller
2006-03-20
1
-11
/
+29
*
[SPARC64]: Kill cpudata->idle_volume.
David S. Miller
2006-03-20
1
-2
/
+0
*
[SPARC64]: Pass multiple CPUs at once to hypervisor cross-call API.
David S. Miller
2006-03-20
1
-54
/
+0
*
[SPARC64]: Get SUN4V SMP working.
David S. Miller
2006-03-20
1
-0
/
+6
*
[SPARC64]: Add prom_{start,stop}cpu_cpuid().
David S. Miller
2006-03-20
1
-3
/
+9
*
[SPARC64]: Use different cache sizing defaults on SUN4V.
David S. Miller
2006-03-20
1
-7
/
+21
*
[SPARC64]: Kill sun4v_register_fault_status() on SMP.
David S. Miller
2006-03-20
1
-3
/
+1
*
[SPARC64]: Do not try to synchronize %stick registers on SUN4V.
David S. Miller
2006-03-20
1
-1
/
+5
*
[SPARC64]: Fix mondo queue allocations.
David S. Miller
2006-03-20
1
-2
/
+2
*
[SPARC64]: Register kernel TSB with hypervisor.
David S. Miller
2006-03-20
1
-1
/
+3
*
[SPARC64]: Fix hypervisor call arg passing.
David S. Miller
2006-03-20
1
-8
/
+8
*
[SPARC64]: Sun4v cross-call sending support.
David S. Miller
2006-03-20
1
-1
/
+124
*
[SPARC64]: Register per-cpu fault status area with sun4v hypervisor.
David S. Miller
2006-03-20
1
-0
/
+3
*
[SPARC64]: Add some hypervisor tlb_type checks.
David S. Miller
2006-03-20
1
-6
/
+26
*
[SPARC64]: Refine code sequences to get the cpu id.
David S. Miller
2006-03-20
1
-4
/
+5
*
[SPARC64]: Kill PROM locked TLB entry preservation code.
David S. Miller
2006-03-20
1
-4
/
+0
*
[SPARC64]: Kill {save,restore}_alternate_globals()
David S. Miller
2006-03-20
1
-6
/
+1
*
[SPARC64]: Dynamically grow TSB in response to RSS growth.
David S. Miller
2006-03-20
1
-4
/
+24
*
[SPARC64]: Elminate all usage of hard-coded trap globals.
David S. Miller
2006-03-20
1
-45
/
+10
*
[SPARC64]: Move away from virtual page tables, part 1.
David S. Miller
2006-03-20
1
-11
/
+1
*
[SPARC64]: Make cpu_present_map available earlier.
David S. Miller
2006-02-26
1
-9
/
+19
*
[PATCH] sparc64: task_thread_info()
Al Viro
2006-01-12
1
-1
/
+1
*
[SPARC64]: Restore 2.4.x /proc/cpuinfo behavior for "ncpus probed" field.
David S. Miller
2005-11-11
1
-1
/
+0
*
[PATCH] sched: resched and cpu_idle rework
Nick Piggin
2005-11-09
1
-12
/
+1
[next]