Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
7e567b44e6c59ad8bec321afb03302ffb1e6dda6
/
arch
/
sparc
/
kernel
/
smp_64.c
8e255ba
sparc64: Fix smp_callin() locking.
by David S. Miller
· 16 years ago
ed22312
Merge branch 'master' of ssh://master.kernel.org/home/ftp/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask-for-sparc
by David S. Miller
· 16 years ago
f9384d4
sparc64: Fix MM refcount check in smp_flush_tlb_pending().
by David S. Miller
· 16 years ago
81f1adf0
cpumask: use mm_cpumask() wrapper: sparc
by Rusty Russell
· 16 years ago
f46df02
cpumask: arch_send_call_function_ipi_mask: sparc
by Rusty Russell
· 16 years ago
fd8e18e
cpumask: Use smp_call_function_many(): sparc64
by Rusty Russell
· 16 years ago
9018113
sparc64: Use unsigned long long for u64.
by Sam Ravnborg
· 16 years ago
b840d79
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
8e75728
sparc: replace for_each_cpu_mask_nr with for_each_cpu
by Rusty Russell
· 16 years ago
a88b5ba
sparc,sparc64: unify kernel/
by Sam Ravnborg
· 16 years ago
[Renamed from arch/sparc64/kernel/smp.c]
b4f4372
sparc64: Make %pil level 15 a pseudo-NMI.
by David S. Miller
· 16 years ago
293666b
sparc64: Stop using memory barriers for atomics and locks.
by David S. Miller
· 16 years ago
8c29890
sparc64 trivial section misannotations
by Al Viro
· 16 years ago
82960b8
sparc64: Add missing notify_cpu_starting() call.
by David S. Miller
· 16 years ago
4d08461
sparc64: Prevent sparc64 from invoking irq handlers on offline CPUs
by Paul E. McKenney
· 16 years ago
e5bd1c3
sparc64: Fix IPI call locking.
by David S. Miller
· 16 years ago
b6b7922
sparc64: Don't MAGIC_SYSRQ ifdef smp_fetch_global_regs and support code.
by David S. Miller
· 17 years ago
ae58388
sparc64: Remove all cpumask_t local variables in xcall dispatch.
by David S. Miller
· 17 years ago
ed4d9c6
sparc64: Kill error_mask from hypervisor_xcall_deliver().
by David S. Miller
· 17 years ago
90f7ae8
sparc64: Build cpu list and mondo block at top-level xcall_deliver().
by David S. Miller
· 17 years ago
c02a511
sparc64: Disable local interrupts around xcall_deliver_impl() invocation.
by David S. Miller
· 17 years ago
deb1699
sparc64: Make all xcall_deliver's go through common helper function.
by David S. Miller
· 17 years ago
91a4231
sparc64: Make smp_cross_call_masked() take a cpumask_t pointer.
by David S. Miller
· 17 years ago
24445a4
sparc64: Directly call xcall_deliver() in smp_start_sync_tick_client.
by David S. Miller
· 17 years ago
1992663
sparc64: Call xcall_deliver() directly in some cases.
by David S. Miller
· 17 years ago
cd5bc89
sparc64: Use cpumask_t pointers and for_each_cpu_mask_nr() in xcall_deliver.
by David S. Miller
· 17 years ago
622824d
sparc64: Use xcall_deliver() consistently.
by David S. Miller
· 17 years ago
5e0797e
sparc64: Use function pointer for cross-call sending.
by David S. Miller
· 17 years ago
9c636e3
sparc64: Kill smp_report_regs().
by David S. Miller
· 17 years ago
d172ad1
sparc64: Convert to generic helpers for IPI function calls.
by David S. Miller
· 17 years ago
8691e5a
smp_call_function: get rid of the unused nonatomic/retry argument
by Jens Axboe
· 17 years ago
3d44223
Add generic helpers for arch IPI function calls
by Jens Axboe
· 17 years ago
93dae5b
sparc64: Add global register dumping facility.
by David S. Miller
· 17 years ago
81d6ec6
Revert "[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit()."
by David S. Miller
· 17 years ago
8cd0ae3
sparc64: remove duplicated include
by Huang Weiyi
· 17 years ago
e2fdd7f
sparc: Add kgdb support.
by David S. Miller
· 17 years ago
2664ef4
[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit().
by David S. Miller
· 17 years ago
b970945
[SPARC64]: Call real_setup_per_cpu_areas() earlier and use lmb_alloc().
by David S. Miller
· 17 years ago
cf3d7c1
[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/time.c
by David S. Miller
· 17 years ago
6465874
[SPARC64]: Remove most limitations to kernel image size.
by David S. Miller
· 17 years ago
0f7f22d
[SPARC64]: Fix cpu trampoline et al. mismatch warnings.
by Sam Ravnborg
· 17 years ago
6c81c32
calibrate_delay() must be __cpuinit
by Adrian Bunk
· 17 years ago
0de56d1
[SPARC64]: Fix endless loop in cheetah_xcall_deliver().
by David S. Miller
· 17 years ago
519c4d2
[SPARC64]: Add missing "space"
by Joe Perches
· 17 years ago
d979f17
[SPARC64]: __inline__ --> inline
by David S. Miller
· 17 years ago
d5a7430
Convert cpu_sibling_map to be a per cpu variable
by Mike Travis
· 17 years ago
1177bf9
[SPARC64]: check fork_idle() error
by Akinobu Mita
· 17 years ago
b434e71
[SPARC64]: Fix memory leak when cpu hotplugging.
by David S. Miller
· 18 years ago
e0204409
[SPARC64]: dr-cpu unconfigure support.
by David S. Miller
· 18 years ago
39dd992
[SPARC64]: Clear cpu_{core,sibling}_map[] in smp_fill_in_sib_core_maps()
by David S. Miller
· 18 years ago
b37d40d
[SPARC64]: Fix leak when DR added cpu does not bootup.
by David S. Miller
· 18 years ago
8b99cfb
[SPARC64]: More sensible udelay implementation.
by David S. Miller
· 18 years ago
27a2ef3
[SPARC64]: SMP build fixes.
by David S. Miller
· 18 years ago
b14f5c1
[SPARC64]: Fix build regressions added by dr-cpu changes.
by David S. Miller
· 18 years ago
4f0234f
[SPARC64]: Initial LDOM cpu hotplug support.
by David S. Miller
· 18 years ago
0437e10
sched: zap the migration init / cache-hot balancing code
by Ingo Molnar
· 18 years ago
a2f9f6b
[SPARC64]: Fix {mc,smt}_capable().
by David S. Miller
· 18 years ago
f78eae2
[SPARC64]: Proper multi-core scheduling support.
by David S. Miller
· 18 years ago
22adb35
[SPARC64]: Eliminate NR_CPUS limitations.
by David S. Miller
· 18 years ago
5cbc307
[SPARC64]: Use machine description and OBP properly for cpu probing.
by David S. Miller
· 18 years ago
17f34f0
[SPARC64]: Add missing cpus_empty() check in hypervisor xcall handling.
by David S. Miller
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
b6e3590
[PATCH] x86: Allow percpu variables to be page-aligned
by Jeremy Fitzhardinge
· 18 years ago
112f487
[SPARC64]: Add clocksource/clockevents support.
by David S. Miller
· 18 years ago
777a447
[SPARC64]: Unify timer interrupt handler.
by David S. Miller
· 18 years ago
b282b6f
[PATCH] Change cpu_up and co from __devinit to __cpuinit
by Gautham R Shenoy
· 18 years ago
5a08900
[SPARC64]: Mirror x86_64's PERCPU_ENOUGH_ROOM definition.
by David S. Miller
· 18 years ago
6d24c8d
[PATCH] sparc64 pt_regs fixes
by Al Viro
· 18 years ago
07f8e5f
[SPARC64]: Convert cpu_find_by_*() interface to in-kernel PROM device tree.
by David S. Miller
· 19 years ago
9145bcf
[SPARC64]: Set appropriate max_cache_size.
by David S. Miller
· 19 years ago
951bc82
[SPARC64]: Make smp_processor_id() functional before start_kernel()
by David S. Miller
· 19 years ago
a283a52
[PATCH] for_each_possible_cpu: sparc64
by KAMEZAWA Hiroyuki
· 19 years ago
aa1d1a0
[SPARC64]: smp_call_function() fixups...
by David S. Miller
· 19 years ago
6f25f39
[SPARC64]: Make tsb_sync() mm comparison more precise.
by David S. Miller
· 19 years ago
7d3aee9
[SPARC64]: Keep cpu_present_map in sync with phys_cpu_present_map.
by David S. Miller
· 19 years ago
394e390
[PATCH] more for_each_cpu() conversions
by Andrew Morton
· 19 years ago
8935dce
[SPARC64]: Add SMT scheduling support for Niagara.
by David S. Miller
· 19 years ago
ee29074
[SPARC64]: Fix new context version SMP handling.
by David S. Miller
· 19 years ago
3cab0c3
[SPARC64]: More SUN4V cpu mondo bug fixing.
by David S. Miller
· 19 years ago
b830ab6
[SPARC64]: Fix bugs in SUN4V cpu mondo dispatch.
by David S. Miller
· 19 years ago
aac0aad
[SPARC64]: Fix bugs in SMP TLB context version expiration handling.
by David S. Miller
· 19 years ago
6cc80cf
[SPARC64]: Report mondo error correctly in hypervisor_xcall_deliver().
by David S. Miller
· 19 years ago
a0663a7
[SPARC64]: Fix TLB context allocation with SMT style shared TLBs.
by David S. Miller
· 19 years ago
1bd0cd7
[SPARC64]: Kill cpudata->idle_volume.
by David S. Miller
· 19 years ago
d371c0c
[SPARC64]: Pass multiple CPUs at once to hypervisor cross-call API.
by David S. Miller
· 19 years ago
72aff53
[SPARC64]: Get SUN4V SMP working.
by David S. Miller
· 19 years ago
7890f79
[SPARC64]: Add prom_{start,stop}cpu_cpuid().
by David S. Miller
· 19 years ago
f03b8a5
[SPARC64]: Use different cache sizing defaults on SUN4V.
by David S. Miller
· 19 years ago
4a07e64
[SPARC64]: Kill sun4v_register_fault_status() on SMP.
by David S. Miller
· 19 years ago
02fead7
[SPARC64]: Do not try to synchronize %stick registers on SUN4V.
by David S. Miller
· 19 years ago
b5a37e9
[SPARC64]: Fix mondo queue allocations.
by David S. Miller
· 19 years ago
490384e
[SPARC64]: Register kernel TSB with hypervisor.
by David S. Miller
· 19 years ago
164c220
[SPARC64]: Fix hypervisor call arg passing.
by David S. Miller
· 19 years ago
1d2f1f9
[SPARC64]: Sun4v cross-call sending support.
by David S. Miller
· 19 years ago
481295f
[SPARC64]: Register per-cpu fault status area with sun4v hypervisor.
by David S. Miller
· 19 years ago
a43fe0e
[SPARC64]: Add some hypervisor tlb_type checks.
by David S. Miller
· 19 years ago
92704a1
[SPARC64]: Refine code sequences to get the cpu id.
by David S. Miller
· 19 years ago
3487d1d
[SPARC64]: Kill PROM locked TLB entry preservation code.
by David S. Miller
· 19 years ago
96c6e0d
[SPARC64]: Kill {save,restore}_alternate_globals()
by David S. Miller
· 19 years ago
bd40791
[SPARC64]: Dynamically grow TSB in response to RSS growth.
by David S. Miller
· 19 years ago
Next »