aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12genirq: Convert kstat_irqs to a structBitao Hu1-1/+1
2023-10-30parisc: simplify smp_prepare_boot_cpu()Russell King (Oracle)1-7/+1
2023-10-07parisc: Fix crash with nr_cpus=1 optionHelge Deller1-1/+3
2023-07-03parisc: smp: Add declaration for start_cpu_itimer()Helge Deller1-2/+0
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+0
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann1-1/+0
2023-05-15parisc: Switch to hotplug core state synchronizationThomas Gleixner1-4/+3
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-2/+2
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks1-7/+0
2022-03-29parisc: Find a new timesync master if current CPU is removedHelge Deller1-0/+6
2022-03-29parisc: Implement __cpu_die() and __cpu_disable() for CPU hotpluggingHelge Deller1-15/+87
2021-11-04parisc: move CPU field back into thread_infoArd Biesheuvel1-2/+0
2021-11-01parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle1-2/+17
2021-11-01parisc: Move thread_info into task structHelge Deller1-1/+1
2021-10-30parisc: disable preemption in send_IPI_allbutself()Sven Schnelle1-1/+3
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2020-10-15parisc: Avoid external interrupts when IPI finishesHelge Deller1-3/+6
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-09-08parisc: add __pdc_cpu_rendezvous()Sven Schnelle1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-02-21parisc: Count IPI function call interruptsHelge Deller1-0/+1
2018-05-18parisc: Move setup_profiling_timer() out of init sectionHelge Deller1-2/+1
2018-03-02parisc: Check if secondary CPUs want own PDC callsHelge Deller1-1/+6
2017-09-22parisc: Move init_per_cpu() into init sectionHelge Deller1-2/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2016-09-20parisc: Check return value of smp_boot_one_cpu()Helge Deller1-2/+2
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2015-02-17parisc: Remove unused functionRickard Strandqvist1-3/+0
2013-11-07parisc: do not count IPI calls twiceHelge Deller1-5/+0
2013-10-13parisc: kill SMP single function call interruptJiang Liu1-7/+1
2013-07-14parisc: delete __cpuinit usage from all usersPaul Gortmaker1-4/+4
2013-05-07parisc: tlb flush counting fix for SMP and UPHelge Deller1-11/+0
2013-05-07parisc: more irq statistics in /proc/interruptsHelge Deller1-1/+2
2013-04-08parisc: Use generic idle loopThomas Gleixner1-1/+1
2012-06-05parisc: Smp: remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang1-2/+0
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-22/+3
2012-05-15parisc/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat1-1/+7
2012-04-26parisc: Use generic idle thread allocationThomas Gleixner1-21/+2
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-03-31Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Linus Torvalds1-2/+1
2012-03-28Disintegrate asm/system.h for PA-RISCDavid Howells1-1/+0
2012-02-27[PARISC] remove references to cpu_*_map.Rusty Russell1-2/+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-4/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2009-12-16parisc: Replace old style lock init in smp.cThomas Gleixner1-3/+6
2009-04-02Merge branch 'rusty-cpumask-parisc' into pariscKyle McMartin1-9/+9
2009-03-31parisc: add ftrace (function and graph tracer) functionalityHelge Deller1-1/+2
2009-03-16cpumask: Use accessors code.: pariscRusty Russell1-6/+6
2009-03-16cpumask: arch_send_call_function_ipi_mask: pariscRusty Russell1-3/+3
2009-01-05parisc: Replace NR_CPUS in parisc codeHelge Deller1-11/+13
2009-01-05parisc: trivial fixesHelge Deller1-6/+2
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-15/+0
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-06-26parisc: convert to generic helpers for IPI function callsJens Axboe1-113/+21
2007-10-18[PARISC] Kill off broken irqstack codeKyle McMartin1-12/+0
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+1
2007-05-30[PARISC] fix section mismatch in smp.cHelge Deller1-1/+1
2007-05-22[PARISC] spelling fixes: arch/parisc/Simon Arlott1-3/+3
2007-02-26[PARISC] clocksource: Move update_cr16_clocksource later in bootKyle McMartin1-4/+0
2007-02-26[PARISC] time: clocksource lost update_callbackKyle McMartin1-0/+4
2007-02-17[PARISC] kill ENTRY_SYS_CPUSKyle McMartin1-129/+0
2007-02-17[PARISC] clean up debugging printks in smp.cKyle McMartin1-22/+16
2007-02-17Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.gitKyle McMartin1-4/+7
2007-01-11[PATCH] Change cpu_up and co from __devinit to __cpuinitGautham R Shenoy1-1/+1
2006-12-08[PARISC] Move spinlock_t out of struct cpu_dataKyle McMartin1-4/+7
2006-10-07[PARISC] More pt_regs removalMatthew Wilcox1-14/+1
2006-10-04[PARISC] Allow nested interruptsJames Bottomley1-0/+3
2006-10-04[PARISC] Add new function to start local Interval Timer, start_cpu_itimer()Grant Grundler1-1/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-15/+10
2006-01-12[PATCH] parisc: task_stack_page(), task_thread_info()Al Viro1-1/+1
2006-01-10[PARISC] Make local cache flushes take a void *Matthew Wilcox1-5/+3
2006-01-10[PARISC] Add __read_mostly section for pariscHelge Deller1-4/+4
2005-11-17[PARISC] Fix our interrupts not to use smp_call_functionJames Bottomley1-6/+14
2005-11-17[PARISC] Make sure timer and IPI execute with interrupts disabledJames Bottomley1-0/+4
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-0/+1
2005-10-21[PARISC] Replace uses of __LP64__ with CONFIG_64BITGrant Grundler1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+723