summaryrefslogtreecommitdiffstats
path: root/arch/mips/netlogic/common
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-281-7/+7
* mips: unify prom_putchar() declarationsAlexander Sverdlin2018-07-171-0/+1
* mips/netlogic: remove swiotlb supportChristoph Hellwig2018-01-152-95/+0Star
* dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-3/+0Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton2017-08-301-1/+3
* MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton2017-08-301-1/+1
* MIPS: SMP: Constify smp opsMatt Redfearn2017-08-291-1/+1
* MIPS: Add missing include filesArnd Bergmann2017-03-081-0/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* | MIPS: Netlogic: Fix assembler warning from smpboot.SPaul Burton2017-01-031-2/+2
* | MIPS: Netlogic: Exclude netlogic,xlp-pic code from XLR buildsPaul Burton2017-01-031-2/+2
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-2/+2
* MIPS: Netlogic: Fix CP0_EBASE redefinition warningsJames Hogan2016-05-092-9/+6Star
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-2/+2
* dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-10/+0Star
* MIPS: Netlogic: Use chip_data for irq_chip methodsKamlakant Patel2015-09-031-6/+6
* MIPS: netlogic: Prepare ipi handlers for irq argument removalThomas Gleixner2015-08-261-2/+4
* MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith2015-08-031-1/+1
* MIPS: Netlogic: Fix double inclusion of <asm/netlogic/common.h>.Ralf Baechle2015-04-081-1/+0Star
* MIPS: Netlogic: Do not enable SUE for coreJayachandran C2015-04-011-1/+1
* MIPS: Netlogic: Handle XLP hardware errataJayachandran C2015-04-011-0/+20
* MIPS: Netlogic: Move cores per node out of multi-node.hJayachandran C2015-04-012-17/+19
* MIPS: Netlogic: Use MIPS topology.hJayachandran C2015-04-011-0/+1
* mips: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-8/+5Star
* MIPS: Netlogic: Add support for XLP5XXYonghong Song2014-05-301-0/+4
* MIPS: Netlogic: PIC freq calculation for XLP 9XX/2XXGanesan Ramalingam2014-05-301-1/+4
* MIPS: Netlogic: Use PRID_IMP_MASK macroJayachandran C2014-05-301-2/+3
* MIPS: Netlogic: Enable access to more than 64GBJayachandran C2014-05-301-0/+15
* MIPS: Netlogic: Reduce size of reset codeJayachandran C2014-05-302-11/+16
* MIPS: Netlogic: Use cpumask_scnprintf for wakeup_maskJayachandran C2014-05-301-3/+4
* MIPS: Netlogic: Warn on invalid irqJayachandran C2014-05-301-0/+2
* MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle2014-05-271-5/+0Star
* mips: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-242-2/+0Star
* MIPS: Netlogic: XLP9XX PIC OF supportJayachandran C2014-01-241-6/+31
* MIPS: Netlogic: Add cpu to node mapping for XLP9XXJayachandran C2014-01-242-6/+8
* MIPS: Netlogic: XLP9XX UART offsetJayachandran C2014-01-241-0/+2
* MIPS: Netlogic: SYS block updates of XLP9XXJayachandran C2014-01-241-0/+8
* MIPS: Netlogic: L1D cacheflush before thread enable on XLPIIYonghong Song2014-01-241-2/+23
* MIPS: Netlogic: Some cleanups for assembly codeJayachandran C2014-01-242-15/+17
* MIPS: Netlogic: Add MSI support for XLPJayachandran C2014-01-241-8/+21
* MIPS: Panic messages should not end in \n.Ralf Baechle2013-10-291-1/+1
* MIPS: Netlogic: XLP2XX CPU and PIC frequencyGanesan Ramalingam2013-09-031-1/+2
* MIPS: Netlogic: Call xlp_mmu_init on all threadsJayachandran C2013-09-031-3/+1Star
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-201-11/+57
|\
| * MIPS: Netlogic: Add XLP PIC irqdomainJayachandran C2013-07-191-11/+57
* | MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2013-07-153-7/+3Star
|/
* MIPS: Netlogic: Fix plat_irq_dispatchJayachandran C2013-06-131-4/+3Star