aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-12MIPS: smp: optimization for flush_tlb_mm when exitingGravatar Mao Bibo 1-0/+6
2022-02-16MIPS: smp: fill in sibling and core maps earlierGravatar Alexander Lobakin 1-3/+3
2021-05-12sched/core: Initialize the idle task with preemption disabledGravatar Valentin Schneider 1-1/+0
2021-02-03arch: mips: kernel: Fix two spelling in smp.cGravatar Bhaskar Chowdhury 1-3/+3
2020-11-24smp: Cleanup smp_call_function*()Gravatar Peter Zijlstra 1-19/+6
2020-03-31Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-21/+12
2020-03-06MIPS: smp: Remove tick_broadcast_countGravatar Peter Xu 1-8/+1
2020-03-05MIPS: Replace setup_irq() by request_irq()Gravatar afzal mohammed 1-21/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-13/+1
2019-02-19MIPS: SGI-IP27: do boot CPU init laterGravatar Thomas Bogendoerfer 1-0/+2
2019-02-04MIPS: MemoryMapID (MMID) SupportGravatar Paul Burton 1-5/+52
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsGravatar Paul Burton 1-3/+3
2019-02-04MIPS: mm: Remove local_flush_tlb_mm()Gravatar Paul Burton 1-2/+2
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Gravatar Linus Torvalds 1-1/+1
2017-11-07MIPS: Allow __cpu_number_map to be larger than NR_CPUSGravatar David Daney 1-1/+1
2017-11-01MIPS: SMP: Fix deadlock & online raceGravatar Matt Redfearn 1-6/+16
2017-10-31MIPS: generic: Fix compilation error from include asm/mips-cpc.hGravatar Matt Redfearn 1-1/+1
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Gravatar Linus Torvalds 1-11/+13
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsGravatar Paul Burton 1-1/+5
2017-08-30MIPS: CM: Add cluster & block args to mips_cm_lock_other()Gravatar Paul Burton 1-1/+1
2017-08-30MIPS: Unify checks for sibling CPUsGravatar Paul Burton 1-7/+5
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsGravatar Paul Burton 1-4/+4
2017-08-29MIPS: SMP: Constify smp opsGravatar Matt Redfearn 1-2/+2
2017-08-29smp: Avoid using two cache lines for struct call_single_dataGravatar Ying Huang 1-3/+3
2017-08-07MIPS: Fix race on setting and getting cpu_online_maskGravatar Matija Glavinic Pecotic 1-3/+3
2017-06-29MIPS: Skip IPI setup if we only have 1 CPUGravatar Paul Burton 1-0/+3
2017-04-12MIPS: Stengthen IPI IRQ domain sanity checkGravatar Paul Burton 1-8/+12
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-1/+1
2017-01-03MIPS: kexec: remove SMP_DUMPGravatar Marcin Nowakowski 1-17/+0
2017-01-03MIPS: SMP: Remove cpu_callin_mapGravatar Matt Redfearn 1-2/+0
2017-01-03MIPS: SMP: Use a completion event to signal CPU upGravatar Matt Redfearn 1-6/+9
2016-10-05MIPS: kernel: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+1
2016-10-05MIPS: smp.c: Introduce mechanism for freeing and allocating IPIsGravatar Matt Redfearn 1-8/+53
2016-10-04MIPS: SMP: Wrap call to mips_cpc_lock_other in mips_cm_lock_otherGravatar Matt Redfearn 1-0/+2
2016-09-25MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineGravatar Matt Redfearn 1-4/+3
2016-07-29MIPS: c-r4k: Exclude sibling CPUs in SMP callsGravatar James Hogan 1-2/+4
2016-07-29MIPS: SMP: Drop stop_this_cpu() cpu_foreign_map hackGravatar James Hogan 1-8/+1
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableGravatar James Hogan 1-1/+1
2016-07-29MIPS: SMP: Clear ASID without confusing has_valid_asid()Gravatar James Hogan 1-2/+15
2016-05-09MIPS: Don't BUG_ON when no IPI domain is foundGravatar Paul Burton 1-13/+11
2016-03-29MIPS: Fix broken malta qemuGravatar Qais Yousef 1-0/+12
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+136
2016-03-13MIPS: smp.c: Fix uninitialised temp_foreign_mapGravatar James Hogan 1-0/+1
2016-03-01arch/hotplug: Call into idle with a proper stateGravatar Thomas Gleixner 1-1/+1
2016-02-25MIPS: Add generic SMP IPI supportGravatar Qais Yousef 1-0/+136
2015-09-27MIPS: Initialise MAARs on secondary CPUsGravatar Paul Burton 1-0/+2
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsGravatar Alex Smith 1-10/+0
2015-07-10MIPS: c-r4k: Fix cache flushing for MT coresGravatar Markos Chandras 1-1/+43
2015-05-12MIPS: SMP: Fix build error.Gravatar Ralf Baechle 1-2/+4