aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-04MIPS: lantiq: Replace ltq_boot_select() with dummy implementation.Ralf Baechle1-5/+5
2017-09-04MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()Hauke Mehrtens3-34/+0
2017-09-04MIPS: lantiq: Convert the fpi bus driver to a platform_driverHauke Mehrtens2-45/+0
2017-09-04MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFDMartin Blumenstingl1-0/+1
2017-09-04MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_busesMartin Blumenstingl1-1/+1
2017-09-04MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hPaul Burton3-3/+0
2017-09-04MIPS: VDSO: Avoid use of linux/irqchip/mips-gic.hPaul Burton1-4/+3
2017-09-04irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton5-4/+32
2017-09-04MIPS: Use mips_gic_present() in place of gic_presentPaul Burton5-23/+17
2017-09-04MIPS: VDSO: Drop gic_get_usm_range() usagePaul Burton1-10/+5
2017-09-04irqchip: mips-gic: Move various definitions to the driverPaul Burton1-5/+0
2017-09-04MIPS: GIC: Move GIC_LOCAL_INT_* to asm/mips-gic.hPaul Burton1-0/+24
2017-09-04MIPS: Add __ioread64_copyPaul Burton3-1/+45
2017-09-04MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driverPaul Burton1-1/+1
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar4-28/+4
2017-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-23/+4
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+0
2017-09-01MIPS: Malta: Use new GIC accessor functionsPaul Burton1-3/+3
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon7-7/+7
2017-08-31KVM: update to new mmu_notifier semantic v2Jérôme Glisse1-5/+0
2017-08-30MIPS: GIC: Introduce asm/mips-gic.h with accessor functionsPaul Burton2-0/+294
2017-08-30MIPS: Don't use dma_cache_sync to implement fd_cacheflushChristoph Hellwig1-2/+2
2017-08-30MIPS: generic: Bump default NR_CPUS to 16Paul Burton1-1/+1
2017-08-30MIPS: generic: Don't explicitly disable CONFIG_USB_SUPPORTPaul Burton1-1/+0
2017-08-30MIPS: Make CONFIG_MIPS_MT_SMP default yPaul Burton6-4/+2
2017-08-30MIPS: Prevent direct use of generic_defconfigPaul Burton1-0/+13
2017-08-30MIPS: NI 169445: Only include in 32r2el kernelsPaul Burton1-0/+3
2017-08-30MIPS: SEAD-3: Only include in 32 bit kernels by defaultPaul Burton1-0/+2
2017-08-30MIPS: generic: Allow filtering enabled boards by requirementsPaul Burton2-2/+98
2017-08-30MIPS: CPS: Detect CPUs in secondary clustersPaul Burton1-29/+51
2017-08-30MIPS: CPS: Cluster support for topology functionsPaul Burton7-48/+136
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton19-29/+27
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton14-15/+37
2017-08-30MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton4-18/+58
2017-08-30MIPS: Add CPU cluster number accessorsPaul Burton2-0/+21
2017-08-30MIPS: Unify checks for sibling CPUsPaul Burton3-11/+26
2017-08-30MIPS: Store core & VP IDs in GlobalNumber-style variablePaul Burton2-26/+35
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton15-45/+70
2017-08-30MIPS: CPS: Use GlobalNumber macros rather than magic numbersPaul Burton1-2/+2
2017-08-30MIPS: Add accessor & bit definitions for GlobalNumberPaul Burton1-0/+13
2017-08-30MIPS: CPS: Add CM/CPC 3.5 register definitionsPaul Burton2-7/+69
2017-08-30MIPS: CPS: Use change_*, set_* & clear_* where appropriatePaul Burton3-21/+8
2017-08-30MIPS: CPS: Introduce register modify (set/clear/change) accessorsPaul Burton1-1/+22
2017-08-30MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton4-42/+49
2017-08-30MIPS: CPC: Use common CPS accessor generation macrosPaul Burton1-41/+22
2017-08-29MIPS: Remove pt_regs adjustments in indirect syscall handlerJames Cowgill2-17/+0
2017-08-29MIPS: seccomp: Fix indirect syscall argsJames Hogan1-6/+4
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton8-239/+188
2017-08-29MIPS: CM: Specify register size when generating accessorsPaul Burton3-115/+135
2017-08-29MIPS: CM: Rename mips_cm_base to mips_gcr_basePaul Burton2-8/+8