aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/netlogic/common/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-24MIPS: Remove NETLOGIC supportThomas Bogendoerfer1-285/+0
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton1-1/+3
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton1-1/+1
2017-08-29MIPS: SMP: Constify smp opsMatt Redfearn1-1/+1
2017-03-08MIPS: Add missing include filesArnd Bergmann1-0/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-2/+2
2015-08-26MIPS: netlogic: Prepare ipi handlers for irq argument removalThomas Gleixner1-2/+4
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith1-1/+1
2015-04-01MIPS: Netlogic: Move cores per node out of multi-node.hJayachandran C1-12/+14
2015-04-01MIPS: Netlogic: Use MIPS topology.hJayachandran C1-0/+1
2015-02-13mips: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-8/+5
2014-05-30MIPS: Netlogic: Use cpumask_scnprintf for wakeup_maskJayachandran C1-3/+4
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle1-5/+0
2014-01-24MIPS: Netlogic: Add cpu to node mapping for XLP9XXJayachandran C1-3/+5
2013-10-29MIPS: Panic messages should not end in \n.Ralf Baechle1-1/+1
2013-09-03MIPS: Netlogic: Call xlp_mmu_init on all threadsJayachandran C1-3/+1
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-2/+2
2013-06-13MIPS: Netlogic: move cpu_ready array to boot areaJayachandran C1-3/+3
2013-06-13MIPS: Netlogic: Add nlm_get_boot_data() helperJayachandran C1-3/+3
2013-06-13MIPS: Netlogic: Initialization when !CONFIG_SMPJayachandran C1-6/+0
2013-05-08MIPS: Netlogic: print cpumask with cpumask_scnprintfJayachandran C1-9/+12
2013-02-17MIPS: Netlogic: Optimize EIMR/EIRR accesses in 32-bitJayachandran C1-2/+6
2012-11-09MIPS: Netlogic: Support for XLR/XLS Fast Message NetworkGanesan Ramalingam1-3/+1
2012-11-09MIPS: Netlogic: PIC IRQ handling update for multi-chipJayachandran C1-2/+5
2012-11-09MIPS: Netlogic: Support for multi-chip configurationJayachandran C1-18/+29
2012-11-09MIPS: Netlogic: Move from u32 cpumask to cpumask_tJayachandran C1-19/+20
2012-11-09MIPS: Netlogic: Pass cpuid to early_init_secondaryJayachandran C1-1/+1
2012-03-29remove references to cpu_*_map in arch/Rusty Russell1-3/+3
2011-12-07MIPS: Netlogic: Mark Netlogic chips as SMT capableHillf Danton1-4/+7
2011-12-07MIPS: Netlogic: Merge some of XLR/XLP wakup codeJayachandran C1-2/+73
2011-12-07MIPS: Netlogic: Add XLP platform files for XLP SoCJayachandran C1-4/+12
2011-12-07MIPS: Netlogic: Move code common with XLP to common/Jayachandran C1-0/+188