summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/smp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* parisc: Convert to generic clockeventsHelge Deller2024-09-091-1/+1
* genirq: Convert kstat_irqs to a structBitao Hu2024-04-121-1/+1
* parisc: simplify smp_prepare_boot_cpu()Russell King (Oracle)2023-10-301-7/+1
* parisc: Fix crash with nr_cpus=1 optionHelge Deller2023-10-071-1/+3
* parisc: smp: Add declaration for start_cpu_itimer()Helge Deller2023-07-031-2/+0
* Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-1/+0
|\
| * init: consolidate prototypes in linux/init.hArnd Bergmann2023-06-101-1/+0
* | parisc: Switch to hotplug core state synchronizationThomas Gleixner2023-05-151-4/+3
|/
* treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-2/+2
* profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-301-7/+0
* parisc: Find a new timesync master if current CPU is removedHelge Deller2022-03-291-0/+6
* parisc: Implement __cpu_die() and __cpu_disable() for CPU hotpluggingHelge Deller2022-03-291-15/+87
* parisc: move CPU field back into thread_infoArd Biesheuvel2021-11-041-2/+0
* parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle2021-11-011-2/+17
* parisc: Move thread_info into task structHelge Deller2021-11-011-1/+1
* parisc: disable preemption in send_IPI_allbutself()Sven Schnelle2021-10-301-1/+3
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
* parisc: Avoid external interrupts when IPI finishesHelge Deller2020-10-151-3/+6
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* parisc: add __pdc_cpu_rendezvous()Sven Schnelle2019-09-081-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* parisc: Count IPI function call interruptsHelge Deller2019-02-211-0/+1
* parisc: Move setup_profiling_timer() out of init sectionHelge Deller2018-05-181-2/+1
* parisc: Check if secondary CPUs want own PDC callsHelge Deller2018-03-021-1/+6
* parisc: Move init_per_cpu() into init sectionHelge Deller2017-09-221-2/+1
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-281-1/+1
* parisc: Check return value of smp_boot_one_cpu()Helge Deller2016-09-201-2/+2
* arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
* parisc: Remove unused functionRickard Strandqvist2015-02-171-3/+0
* parisc: do not count IPI calls twiceHelge Deller2013-11-071-5/+0
* parisc: kill SMP single function call interruptJiang Liu2013-10-131-7/+1
* parisc: delete __cpuinit usage from all usersPaul Gortmaker2013-07-151-4/+4
* parisc: tlb flush counting fix for SMP and UPHelge Deller2013-05-071-11/+0
* parisc: more irq statistics in /proc/interruptsHelge Deller2013-05-071-1/+2
* parisc: Use generic idle loopThomas Gleixner2013-04-081-1/+1
* parisc: Smp: remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-2/+0
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-221-22/+3
|\
| * parisc: Use generic idle thread allocationThomas Gleixner2012-04-261-21/+2
| * smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
* | parisc/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat2012-05-161-1/+7
|/
* Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Linus Torvalds2012-03-311-2/+1
|\
| * [PARISC] remove references to cpu_*_map.Rusty Russell2012-02-271-2/+1
* | Disintegrate asm/system.h for PA-RISCDavid Howells2012-03-281-1/+0
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-4/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* parisc: Replace old style lock init in smp.cThomas Gleixner2009-12-161-3/+6
* Merge branch 'rusty-cpumask-parisc' into pariscKyle McMartin2009-04-021-9/+9
|\