aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+3
2023-12-10mips: smp: fix setup_profiling_timer() prototypeArnd Bergmann1-0/+3
2023-12-05mips/smp: Call rcutree_report_cpu_starting() earlierStefan Wiehler1-2/+2
2023-06-29Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+18
2023-06-09MIPS: Rework smt cmdline parametersJiaxun Yang1-0/+18
2023-05-15MIPS: SMP_CPS: Switch to hotplug core state synchronizationThomas Gleixner1-0/+8
2022-05-12MIPS: smp: optimization for flush_tlb_mm when exitingMao Bibo1-0/+6
2022-02-16MIPS: smp: fill in sibling and core maps earlierAlexander Lobakin1-3/+3
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-02-03arch: mips: kernel: Fix two spelling in smp.cBhaskar Chowdhury1-3/+3
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-19/+6
2020-03-31Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-21/+12
2020-03-06MIPS: smp: Remove tick_broadcast_countPeter Xu1-8/+1
2020-03-05MIPS: Replace setup_irq() by request_irq()afzal mohammed1-21/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2019-02-19MIPS: SGI-IP27: do boot CPU init laterThomas Bogendoerfer1-0/+2
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton1-5/+52
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton1-3/+3
2019-02-04MIPS: mm: Remove local_flush_tlb_mm()Paul Burton1-2/+2
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds1-1/+1
2017-11-07MIPS: Allow __cpu_number_map to be larger than NR_CPUSDavid Daney1-1/+1
2017-11-01MIPS: SMP: Fix deadlock & online raceMatt Redfearn1-6/+16
2017-10-31MIPS: generic: Fix compilation error from include asm/mips-cpc.hMatt Redfearn1-1/+1
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds1-11/+13
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton1-1/+5
2017-08-30MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton1-1/+1
2017-08-30MIPS: Unify checks for sibling CPUsPaul Burton1-7/+5
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton1-4/+4
2017-08-29MIPS: SMP: Constify smp opsMatt Redfearn1-2/+2
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-3/+3
2017-08-07MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic1-3/+3
2017-06-29MIPS: Skip IPI setup if we only have 1 CPUPaul Burton1-0/+3
2017-04-12MIPS: Stengthen IPI IRQ domain sanity checkPaul Burton1-8/+12
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-1/+1
2017-01-03MIPS: kexec: remove SMP_DUMPMarcin Nowakowski1-17/+0
2017-01-03MIPS: SMP: Remove cpu_callin_mapMatt Redfearn1-2/+0
2017-01-03MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn1-6/+9
2016-10-05MIPS: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-10-05MIPS: smp.c: Introduce mechanism for freeing and allocating IPIsMatt Redfearn1-8/+53
2016-10-04MIPS: SMP: Wrap call to mips_cpc_lock_other in mips_cm_lock_otherMatt Redfearn1-0/+2
2016-09-25MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn1-4/+3
2016-07-29MIPS: c-r4k: Exclude sibling CPUs in SMP callsJames Hogan1-2/+4
2016-07-29MIPS: SMP: Drop stop_this_cpu() cpu_foreign_map hackJames Hogan1-8/+1
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan1-1/+1
2016-07-29MIPS: SMP: Clear ASID without confusing has_valid_asid()James Hogan1-2/+15
2016-05-09MIPS: Don't BUG_ON when no IPI domain is foundPaul Burton1-13/+11
2016-03-29MIPS: Fix broken malta qemuQais Yousef1-0/+12
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+136
2016-03-13MIPS: smp.c: Fix uninitialised temp_foreign_mapJames Hogan1-0/+1
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2016-02-25MIPS: Add generic SMP IPI supportQais Yousef1-0/+136
2015-09-27MIPS: Initialise MAARs on secondary CPUsPaul Burton1-0/+2
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith1-10/+0
2015-07-10MIPS: c-r4k: Fix cache flushing for MT coresMarkos Chandras1-1/+43
2015-05-12MIPS: SMP: Fix build error.Ralf Baechle1-2/+4
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+13
2015-04-01MIPS: smp: Make stop_this_cpu() actually stop the CPUAndrew Bresticker1-4/+2
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell1-13/+13
2015-01-29MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen1-1/+1
2014-07-30MIPS: Support CPU topology files in sysfsHuacai Chen1-1/+25
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle1-0/+47
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle1-1/+0
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-13/+0
2014-05-02MIPS: introduce cpu_coherent_maskPaul Burton1-0/+4
2014-05-02MIPS: support for generic clockevents broadcastPaul Burton1-0/+43
2013-10-29MIPS: SMP: kill redundant call of generic_smp_call_function_single_interrupt()Jiang Liu1-1/+0
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-3/+3
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle1-0/+1
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+1
2013-05-08MIPS: Export symbols used by KVM/MIPS moduleSanjay Lal1-0/+1
2013-04-08mips: Use generic idle loopThomas Gleixner1-1/+1
2013-01-03MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-13MIPS: kdump: Add supportRalf Baechle1-0/+17
2012-08-17MIPS: Synchronize MIPS count one CPU at a timeJayachandran C1-2/+2
2012-07-23MIPS: SMTC: Support for Multi-threaded FPUsSteven J. Hill1-1/+3
2012-07-19MIPS: smp: Warn on too early irq enableYong Zhang1-0/+5
2012-07-19MIPS: call set_cpu_online() on cpu being brought up with irq disabledYong Zhang1-2/+2
2012-07-19MIPS: call ->smp_finish() a little lateYong Zhang1-1/+2
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2012-05-16MIPS: Move cache setup to setup_arch().David Daney1-1/+1
2012-04-26mips: Use generic idle thread allocationThomas Gleixner1-53/+1
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-03-29remove references to cpu_*_map in arch/Rusty Russell1-15/+12
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-14MIPS: Move idle task creation to work queueMaksim Rayskiy1-2/+29
2010-08-05MIPS: Export __cpu_number_map and __cpu_logical_map.David Daney1-0/+4
2009-12-17MIPS: Tracing: Add IRQENTRY_EXIT section for MIPSWu Zhangjin1-1/+2
2009-09-30MIPS: SMP: Inline arch_send_call_function_{single_ipi,ipi_mask}Ralf Baechle1-13/+0
2009-09-30MIPS: SMP: Fix build.Ralf Baechle1-1/+1
2009-09-30MIPS: Remove duplicated #includeHuang Weiyi1-1/+0
2009-09-24cpumask: Use accessors for cpu_*_mask: mipsRusty Russell1-3/+3
2009-09-24cpumask: arch_send_call_function_ipi_mask: mipsRusty Russell1-1/+1
2009-09-17MIPS: Get rid of duplicate cpu_idle() prototype.Ralf Baechle1-2/+1
2009-06-24MIPS: Add arch generic CPU hotplugRalf Baechle1-4/+13
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle1-0/+1
2009-03-30MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.cDmitri Vorobiev1-1/+1
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-6/+1
2008-10-30MIPS: SMP: Do not initialize __cpu_number_map/__cpu_logical_map for CPU 0.Ralf Baechle1-6/+0
2008-10-27MIPS: SMP: Don't reenable interrupts in stop_this_cpu; use WAIT instruction.Ralf Baechle1-2/+4
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul1-0/+2
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-2/+2
2008-06-26mips: convert to generic helpers for IPI function callsJens Axboe1-130/+11
2008-06-16[MIPS] Export smp_call_function and smp_call_function_single.Zenon Fortuna1-0/+2
2008-05-12[MIPS] fix warning message on SMP kernelsThiemo Seufer1-2/+2
2008-04-28[MIPS] Add support for MIPS CMP platform.Ralf Baechle1-0/+4
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk1-1/+0
2008-01-29[MIPS] SMP: Call platform methods via ops structure.Ralf Baechle1-7/+16
2008-01-29[MIPS] MT: Scheduler support for SMTRalf Baechle1-0/+30
2007-10-13[MIPS] SMP: Fix use of cpumasks.Ralf Baechle1-3/+3
2007-10-11[MIPS] SMP: Use ISO C struct initializer for local structs.Ralf Baechle1-10/+13
2007-10-11[MIPS] SMP: Kill useless casts.Ralf Baechle1-7/+7
2007-10-11[MIPS] Kill num_online_cpus() loops.Ralf Baechle1-12/+21
2007-10-11[MIPS] SMP: Implement smp_call_function_mask().Ralf Baechle1-35/+16
2007-10-11[MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle1-0/+2
2007-07-31[MIPS] Add smp_call_function_single()Peter Watkins1-0/+55
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+1
2007-07-10[MIPS] Transform old-style macros to newer "__noreturn"Robert P. J. Day1-1/+1
2007-07-09sched: zap the migration init / cache-hot balancing codeIngo Molnar1-11/+0
2007-06-11[MIPS] Fix modpost warnings by making start_secondary __cpuinitRalf Baechle1-1/+1
2007-02-22[MIPS] SMP: Get smp_tune_scheduling to do something useful.Ralf Baechle1-21/+4
2007-01-11[PATCH] Change cpu_up and co from __devinit to __cpuinitGautham R Shenoy1-1/+1
2006-12-04[MIPS] Cleanup memory barriers for weakly ordered systems.Ralf Baechle1-3/+3
2006-11-29[MIPS] Do topology_init even on uniprocessor kernels.Ralf Baechle1-23/+0
2006-10-11[MIPS] Pass NULL not 0 for pointer value.Ralf Baechle1-1/+1
2006-10-09[MIPS] NUMA: Register all nodes before cpus or sysfs will barf.Ralf Baechle1-5/+9
2006-07-13[MIPS] Avoid interprocessor function calls.Ralf Baechle1-5/+30
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki1-1/+1
2006-06-06[MIPS] Fix SMP now that fixup_cpu_present_map is gone.Ralf Baechle1-1/+4
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle1-0/+10
2006-04-19[MIPS] Sort out duplicate exports.Ralf Baechle1-2/+0
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-2/+2
2006-02-27[MIPS] SMP: Fix initialization order bug.Ralf Baechle1-1/+1
2006-02-21[MIPS] Add topology_init.Rojhalat Ibrahim1-0/+20
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-1/+3
2005-10-29Delete old junk.Ralf Baechle1-1/+0
2005-10-29Make sure that the processor is actually online or die spectacularly.Ralf Baechle1-0/+5
2005-10-29Fix BogoMIPS display on UP and some minor cosmetical things.Ralf Baechle1-1/+0
2005-10-29Merge do_boot_cpu() into the new style __cpu_up().Ralf Baechle1-21/+9
2005-10-29Document why calling smp_call_function will deadlock when called withRalf Baechle1-1/+13
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+425