aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-29sh: native_cpu_disable() build error when CONFIG_HOTPLUG_CPU=nMatt Fleming1-1/+1
2010-04-26sh: CPU hotplug support.Paul Mundt1-2/+101
2010-04-26sh: cache secondary CPUs idle loop.Paul Mundt1-4/+9
2010-04-26sh: flag smp_store_cpu_info() __cpuinit.Paul Mundt1-2/+2
2010-04-26sh: provide percpu CPU states for hotplug notifiers.Paul Mundt1-4/+10
2010-04-26sh: convert online CPU map twiddling to cpumask.Paul Mundt1-1/+1
2010-04-21sh: Move platform smp ops in to their own structure.Paul Mundt1-7/+17
2010-03-29sh: Enable the mmu in start_secondary()Matt Fleming1-0/+1
2010-01-20sh: machine_ops based reboot support.Paul Mundt1-9/+0
2009-10-14Merge branch 'sh/stable-updates'Paul Mundt1-0/+2
2009-10-14sh: Populate initial secondary CPU info from boot_cpu_data.Paul Mundt1-0/+2
2009-10-14sh: Only invalidate the I-cache range for secondary CPUs stack_start.Paul Mundt1-1/+3
2009-06-14cpumask: Use accessors for cpu_*_mask: shRusty Russell1-3/+3
2009-06-14cpumask: arch_send_call_function_ipi_mask: shRusty Russell1-2/+2
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-2/+2
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-6/+0
2008-10-21sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting().Paul Mundt1-0/+1
2008-10-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt1-0/+2
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul1-0/+2
2008-09-08sh: generic clockevent broadcast support.Paul Mundt1-2/+5
2008-09-08sh: smp: Hook up a timer IPI stub.Paul Mundt1-0/+18
2008-09-08sh: smp: Provide a generic IPI handler.Paul Mundt1-1/+19
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-2/+2
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-5/+5
2008-06-26sh: convert to generic helpers for IPI function callsJens Axboe1-40/+8
2008-03-21SH: Use newer, non-deprecated __SPIN_LOCK_UNLOCKED macro.Robert P. J. Day1-1/+1
2007-09-21sh: Bring SMP support back from the dead.Paul Mundt1-75/+92
2007-09-21sh: Add SMP tlbflush variants.Paul Mundt1-0/+140
2007-05-31sh: trivial build cleanups.Evgeniy Polyakov1-0/+2
2006-10-02[PATCH] cpumask: export cpu_online_map and cpu_possible_map consistentlyGreg Banks1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-12[PATCH] sh: task_thread_info()Al Viro1-1/+1
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-1/+4
2005-10-13[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller1-0/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+199