aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/netlogic/common (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-28MIPS: Convert to using %pOFn instead of device_node.nameRob Herring1-7/+7
2018-07-17mips: unify prom_putchar() declarationsAlexander Sverdlin1-0/+1
2018-01-15mips/netlogic: remove swiotlb supportChristoph Hellwig2-95/+0
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2017-01-03MIPS: Netlogic: Fix assembler warning from smpboot.SPaul Burton1-2/+2
2017-01-03MIPS: Netlogic: Exclude netlogic,xlp-pic code from XLR buildsPaul Burton1-2/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-2/+2
2016-05-09MIPS: Netlogic: Fix CP0_EBASE redefinition warningsJames Hogan2-9/+6
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-2/+2
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-10/+0
2015-09-03MIPS: Netlogic: Use chip_data for irq_chip methodsKamlakant Patel1-6/+6
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-08MIPS: Netlogic: Fix double inclusion of <asm/netlogic/common.h>.Ralf Baechle1-1/+0
2015-04-01MIPS: Netlogic: Do not enable SUE for coreJayachandran C1-1/+1
2015-04-01MIPS: Netlogic: Handle XLP hardware errataJayachandran C1-0/+20
2015-04-01MIPS: Netlogic: Move cores per node out of multi-node.hJayachandran C2-17/+19
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: Add support for XLP5XXYonghong Song1-0/+4
2014-05-30MIPS: Netlogic: PIC freq calculation for XLP 9XX/2XXGanesan Ramalingam1-1/+4
2014-05-30MIPS: Netlogic: Use PRID_IMP_MASK macroJayachandran C1-2/+3
2014-05-30MIPS: Netlogic: Enable access to more than 64GBJayachandran C1-0/+15
2014-05-30MIPS: Netlogic: Reduce size of reset codeJayachandran C2-11/+16
2014-05-30MIPS: Netlogic: Use cpumask_scnprintf for wakeup_maskJayachandran C1-3/+4
2014-05-30MIPS: Netlogic: Warn on invalid irqJayachandran C1-0/+2
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle1-5/+0
2014-01-24mips: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2014-01-24MIPS: Netlogic: XLP9XX PIC OF supportJayachandran C1-6/+31
2014-01-24MIPS: Netlogic: Add cpu to node mapping for XLP9XXJayachandran C2-6/+8
2014-01-24MIPS: Netlogic: XLP9XX UART offsetJayachandran C1-0/+2
2014-01-24MIPS: Netlogic: SYS block updates of XLP9XXJayachandran C1-0/+8
2014-01-24MIPS: Netlogic: L1D cacheflush before thread enable on XLPIIYonghong Song1-2/+23
2014-01-24MIPS: Netlogic: Some cleanups for assembly codeJayachandran C2-15/+17
2014-01-24MIPS: Netlogic: Add MSI support for XLPJayachandran C1-8/+21
2013-10-29MIPS: Panic messages should not end in \n.Ralf Baechle1-1/+1
2013-09-03MIPS: Netlogic: XLP2XX CPU and PIC frequencyGanesan Ramalingam1-1/+2
2013-09-03MIPS: Netlogic: Call xlp_mmu_init on all threadsJayachandran C1-3/+1
2013-07-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-11/+57
2013-07-19MIPS: Netlogic: Add XLP PIC irqdomainJayachandran C1-11/+57
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker3-7/+3
2013-06-13MIPS: Netlogic: Fix plat_irq_dispatchJayachandran C1-4/+3