aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp.c
AgeCommit message (Expand)Author
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-12-10mips: smp: fix setup_profiling_timer() prototypeArnd Bergmann
2023-12-05mips/smp: Call rcutree_report_cpu_starting() earlierStefan Wiehler
2023-06-29Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2023-06-09MIPS: Rework smt cmdline parametersJiaxun Yang
2023-05-15MIPS: SMP_CPS: Switch to hotplug core state synchronizationThomas Gleixner
2022-05-12MIPS: smp: optimization for flush_tlb_mm when exitingMao Bibo
2022-02-16MIPS: smp: fill in sibling and core maps earlierAlexander Lobakin
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-02-03arch: mips: kernel: Fix two spelling in smp.cBhaskar Chowdhury
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-03-31Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2020-03-06MIPS: smp: Remove tick_broadcast_countPeter Xu
2020-03-05MIPS: Replace setup_irq() by request_irq()afzal mohammed
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-02-19MIPS: SGI-IP27: do boot CPU init laterThomas Bogendoerfer
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton
2019-02-04MIPS: mm: Remove local_flush_tlb_mm()Paul Burton
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds
2017-11-07MIPS: Allow __cpu_number_map to be larger than NR_CPUSDavid Daney
2017-11-01MIPS: SMP: Fix deadlock & online raceMatt Redfearn
2017-10-31MIPS: generic: Fix compilation error from include asm/mips-cpc.hMatt Redfearn
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton
2017-08-30MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton
2017-08-30MIPS: Unify checks for sibling CPUsPaul Burton
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton
2017-08-29MIPS: SMP: Constify smp opsMatt Redfearn
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang
2017-08-07MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic
2017-06-29MIPS: Skip IPI setup if we only have 1 CPUPaul Burton
2017-04-12MIPS: Stengthen IPI IRQ domain sanity checkPaul Burton
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-01-03MIPS: kexec: remove SMP_DUMPMarcin Nowakowski
2017-01-03MIPS: SMP: Remove cpu_callin_mapMatt Redfearn
2017-01-03MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn
2016-10-05MIPS: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-10-05MIPS: smp.c: Introduce mechanism for freeing and allocating IPIsMatt Redfearn
2016-10-04MIPS: SMP: Wrap call to mips_cpc_lock_other in mips_cm_lock_otherMatt Redfearn
2016-09-25MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn
2016-07-29MIPS: c-r4k: Exclude sibling CPUs in SMP callsJames Hogan
2016-07-29MIPS: SMP: Drop stop_this_cpu() cpu_foreign_map hackJames Hogan
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan
2016-07-29MIPS: SMP: Clear ASID without confusing has_valid_asid()James Hogan
2016-05-09MIPS: Don't BUG_ON when no IPI domain is foundPaul Burton
2016-03-29MIPS: Fix broken malta qemuQais Yousef
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-13MIPS: smp.c: Fix uninitialised temp_foreign_mapJames Hogan