aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-29profile: setup_profiling_timer() is moslty not implementedGravatar Ben Dooks 1-7/+0
2022-03-29parisc: Find a new timesync master if current CPU is removedGravatar Helge Deller 1-0/+6
2022-03-29parisc: Implement __cpu_die() and __cpu_disable() for CPU hotpluggingGravatar Helge Deller 1-15/+87
2021-11-04parisc: move CPU field back into thread_infoGravatar Ard Biesheuvel 1-2/+0
2021-11-01parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingGravatar Sven Schnelle 1-2/+17
2021-11-01parisc: Move thread_info into task structGravatar Helge Deller 1-1/+1
2021-10-30parisc: disable preemption in send_IPI_allbutself()Gravatar Sven Schnelle 1-1/+3
2021-05-12sched/core: Initialize the idle task with preemption disabledGravatar Valentin Schneider 1-1/+0
2020-10-15parisc: Avoid external interrupts when IPI finishesGravatar Helge Deller 1-3/+6
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2019-09-08parisc: add __pdc_cpu_rendezvous()Gravatar Sven Schnelle 1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2019-02-21parisc: Count IPI function call interruptsGravatar Helge Deller 1-0/+1
2018-05-18parisc: Move setup_profiling_timer() out of init sectionGravatar Helge Deller 1-2/+1
2018-03-02parisc: Check if secondary CPUs want own PDC callsGravatar Helge Deller 1-1/+6
2017-09-22parisc: Move init_per_cpu() into init sectionGravatar Helge Deller 1-2/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Gravatar Ingo Molnar 1-1/+1
2017-02-27mm: add new mmgrab() helperGravatar Vegard Nossum 1-1/+1
2016-09-20parisc: Check return value of smp_boot_one_cpu()Gravatar Helge Deller 1-2/+2
2016-03-01arch/hotplug: Call into idle with a proper stateGravatar Thomas Gleixner 1-1/+1
2015-02-17parisc: Remove unused functionGravatar Rickard Strandqvist 1-3/+0
2013-11-07parisc: do not count IPI calls twiceGravatar Helge Deller 1-5/+0
2013-10-13parisc: kill SMP single function call interruptGravatar Jiang Liu 1-7/+1
2013-07-14parisc: delete __cpuinit usage from all usersGravatar Paul Gortmaker 1-4/+4
2013-05-07parisc: tlb flush counting fix for SMP and UPGravatar Helge Deller 1-11/+0
2013-05-07parisc: more irq statistics in /proc/interruptsGravatar Helge Deller 1-1/+2
2013-04-08parisc: Use generic idle loopGravatar Thomas Gleixner 1-1/+1
2012-06-05parisc: Smp: remove call to ipi_call_lock()/ipi_call_unlock()Gravatar Yong Zhang 1-2/+0
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-22/+3
2012-05-15parisc/CPU hotplug: Add missing call to notify_cpu_starting()Gravatar Srivatsa S. Bhat 1-1/+7
2012-04-26parisc: Use generic idle thread allocationGravatar Thomas Gleixner 1-21/+2
2012-04-26smp: Add task_struct argument to __cpu_up()Gravatar Thomas Gleixner 1-1/+1
2012-03-31Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Gravatar Linus Torvalds 1-2/+1
2012-03-28Disintegrate asm/system.h for PA-RISCGravatar David Howells 1-1/+0
2012-02-27[PARISC] remove references to cpu_*_map.Gravatar Rusty Russell 1-2/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Gravatar Peter Zijlstra 1-4/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-12-16parisc: Replace old style lock init in smp.cGravatar Thomas Gleixner 1-3/+6
2009-04-02Merge branch 'rusty-cpumask-parisc' into pariscGravatar Kyle McMartin 1-9/+9
2009-03-31parisc: add ftrace (function and graph tracer) functionalityGravatar Helge Deller 1-1/+2
2009-03-16cpumask: Use accessors code.: pariscGravatar Rusty Russell 1-6/+6
2009-03-16cpumask: arch_send_call_function_ipi_mask: pariscGravatar Rusty Russell 1-3/+3
2009-01-05parisc: Replace NR_CPUS in parisc codeGravatar Helge Deller 1-11/+13
2009-01-05parisc: trivial fixesGravatar Helge Deller 1-6/+2
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapGravatar Rusty Russell 1-15/+0
2008-06-26on_each_cpu(): kill unused 'retry' parameterGravatar Jens Axboe 1-1/+1
2008-06-26parisc: convert to generic helpers for IPI function callsGravatar Jens Axboe 1-113/+21
2007-10-18[PARISC] Kill off broken irqstack codeGravatar Kyle McMartin 1-12/+0