summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* sh: kernel: convert to SPDX identifiersKuninori Morimoto2018-12-281-4/+1
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: add new mmget() helperVegard Nossum2017-02-271-1/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-shLinus Torvalds2016-03-191-9/+15
|\
| * sh: remove arch-specific localtimer and use generic oneRich Felker2016-03-171-9/+7
| * sh: make MMU-specific SMP code conditional on CONFIG_MMURich Felker2016-03-171-0/+8
* | arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
|/
* Fix weird uses of num_online_cpus().Rusty Russell2015-03-101-3/+3
* sh: Replace __get_cpu_var usesChristoph Lameter2014-06-041-1/+1
* sh: delete __cpuinit usage from all sh filesPaul Gortmaker2013-07-141-4/+4
* sh: Use generic idle loopThomas Gleixner2013-04-081-1/+1
* sh: use clear_tasks_mm_cpumask()Anton Vorontsov2012-05-311-6/+1
* sh: Use generic idle thread allocationThomas Gleixner2012-04-261-13/+1
* smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
* sh: fix up fallout from system.h disintegration.Paul Mundt2012-03-301-0/+1
* Disintegrate asm/system.h for SHDavid Howells2012-03-281-1/+0
* arch/sh: remove references to cpu_*_map.Rusty Russell2012-02-241-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-0/+2
* sh: native_cpu_disable() build error when CONFIG_HOTPLUG_CPU=nMatt Fleming2010-04-291-1/+1
* sh: CPU hotplug support.Paul Mundt2010-04-261-2/+101
* sh: cache secondary CPUs idle loop.Paul Mundt2010-04-261-4/+9
* sh: flag smp_store_cpu_info() __cpuinit.Paul Mundt2010-04-261-2/+2
* sh: provide percpu CPU states for hotplug notifiers.Paul Mundt2010-04-261-4/+10
* sh: convert online CPU map twiddling to cpumask.Paul Mundt2010-04-261-1/+1
* sh: Move platform smp ops in to their own structure.Paul Mundt2010-04-211-7/+17
* sh: Enable the mmu in start_secondary()Matt Fleming2010-03-291-0/+1
* sh: machine_ops based reboot support.Paul Mundt2010-01-201-9/+0
* Merge branch 'sh/stable-updates'Paul Mundt2009-10-141-0/+2
|\
| * sh: Populate initial secondary CPU info from boot_cpu_data.Paul Mundt2009-10-141-0/+2
* | sh: Only invalidate the I-cache range for secondary CPUs stack_start.Paul Mundt2009-10-141-1/+3
|/
* cpumask: Use accessors for cpu_*_mask: shRusty Russell2009-06-141-3/+3
* cpumask: arch_send_call_function_ipi_mask: shRusty Russell2009-06-141-2/+2
* cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-2/+2
* cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-6/+0
* sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting().Paul Mundt2008-10-211-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2008-10-201-0/+2
|\
| * kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul2008-09-081-0/+2
* | sh: generic clockevent broadcast support.Paul Mundt2008-09-081-2/+5
* | sh: smp: Hook up a timer IPI stub.Paul Mundt2008-09-081-0/+18
* | sh: smp: Provide a generic IPI handler.Paul Mundt2008-09-081-1/+19
|/
* on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-2/+2
* smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-5/+5
* sh: convert to generic helpers for IPI function callsJens Axboe2008-06-261-40/+8
* SH: Use newer, non-deprecated __SPIN_LOCK_UNLOCKED macro.Robert P. J. Day2008-03-211-1/+1
* sh: Bring SMP support back from the dead.Paul Mundt2007-09-211-75/+92
* sh: Add SMP tlbflush variants.Paul Mundt2007-09-211-0/+140
* sh: trivial build cleanups.Evgeniy Polyakov2007-05-311-0/+2