aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-2/+0
2018-12-28sh: kernel: convert to SPDX identifiersKuninori Morimoto1-4/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmget() helperVegard Nossum1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2016-03-19Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-shLinus Torvalds1-9/+15
2016-03-17sh: remove arch-specific localtimer and use generic oneRich Felker1-9/+7
2016-03-17sh: make MMU-specific SMP code conditional on CONFIG_MMURich Felker1-0/+8
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2015-03-10Fix weird uses of num_online_cpus().Rusty Russell1-3/+3
2014-06-04sh: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2013-07-14sh: delete __cpuinit usage from all sh filesPaul Gortmaker1-4/+4
2013-04-08sh: Use generic idle loopThomas Gleixner1-1/+1
2012-05-31sh: use clear_tasks_mm_cpumask()Anton Vorontsov1-6/+1
2012-04-26sh: Use generic idle thread allocationThomas Gleixner1-13/+1
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-03-30sh: fix up fallout from system.h disintegration.Paul Mundt1-0/+1
2012-03-28Disintegrate asm/system.h for SHDavid Howells1-1/+0
2012-02-24arch/sh: remove references to cpu_*_map.Rusty Russell1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-0/+2
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