summaryrefslogtreecommitdiff
path: root/arch/sh/kernel/smp.c
AgeCommit message (Expand)Author
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: add new mmget() helperVegard Nossum
2017-02-27mm: add new mmgrab() helperVegard Nossum
2016-03-19Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-shLinus Torvalds
2016-03-17sh: remove arch-specific localtimer and use generic oneRich Felker
2016-03-17sh: make MMU-specific SMP code conditional on CONFIG_MMURich Felker
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner
2015-03-10Fix weird uses of num_online_cpus().Rusty Russell
2014-06-04sh: Replace __get_cpu_var usesChristoph Lameter
2013-07-14sh: delete __cpuinit usage from all sh filesPaul Gortmaker
2013-04-08sh: Use generic idle loopThomas Gleixner
2012-05-31sh: use clear_tasks_mm_cpumask()Anton Vorontsov
2012-04-26sh: Use generic idle thread allocationThomas Gleixner
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner
2012-03-30sh: fix up fallout from system.h disintegration.Paul Mundt
2012-03-28Disintegrate asm/system.h for SHDavid Howells
2012-02-24arch/sh: remove references to cpu_*_map.Rusty Russell
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra
2010-04-29sh: native_cpu_disable() build error when CONFIG_HOTPLUG_CPU=nMatt Fleming
2010-04-26sh: CPU hotplug support.Paul Mundt
2010-04-26sh: cache secondary CPUs idle loop.Paul Mundt
2010-04-26sh: flag smp_store_cpu_info() __cpuinit.Paul Mundt
2010-04-26sh: provide percpu CPU states for hotplug notifiers.Paul Mundt
2010-04-26sh: convert online CPU map twiddling to cpumask.Paul Mundt
2010-04-21sh: Move platform smp ops in to their own structure.Paul Mundt
2010-03-29sh: Enable the mmu in start_secondary()Matt Fleming
2010-01-20sh: machine_ops based reboot support.Paul Mundt
2009-10-14Merge branch 'sh/stable-updates'Paul Mundt
2009-10-14sh: Populate initial secondary CPU info from boot_cpu_data.Paul Mundt
2009-10-14sh: Only invalidate the I-cache range for secondary CPUs stack_start.Paul Mundt
2009-06-14cpumask: Use accessors for cpu_*_mask: shRusty Russell
2009-06-14cpumask: arch_send_call_function_ipi_mask: shRusty Russell
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell
2008-10-21sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting().Paul Mundt
2008-10-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul
2008-09-08sh: generic clockevent broadcast support.Paul Mundt
2008-09-08sh: smp: Hook up a timer IPI stub.Paul Mundt
2008-09-08sh: smp: Provide a generic IPI handler.Paul Mundt
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe
2008-06-26sh: convert to generic helpers for IPI function callsJens Axboe
2008-03-21SH: Use newer, non-deprecated __SPIN_LOCK_UNLOCKED macro.Robert P. J. Day
2007-09-21sh: Bring SMP support back from the dead.Paul Mundt
2007-09-21sh: Add SMP tlbflush variants.Paul Mundt
2007-05-31sh: trivial build cleanups.Evgeniy Polyakov
2006-10-02[PATCH] cpumask: export cpu_online_map and cpu_possible_map consistentlyGreg Banks