summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-13MIPS: Lantiq: Add support for device tree file from boot loaderHauke Mehrtens1-2/+11
2016-05-13MIPS: Octeon: Add DTS for EdgeRouter LiteAaro Koskinen1-0/+59
2016-05-13MIPS: Octeon: Add DTS for D-Link DSR-1000NAaro Koskinen3-202/+312
2016-05-13MIPS: panic immediately when panic_on_oopsAaro Koskinen1-4/+1
2016-05-13MIPS: BCM47xx: Move SPROM driver to drivers/firmware/Rafał Miłecki8-12/+59
2016-05-13MIPS: ralink: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-05-13MIPS: lantiq: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-05-13MIPS: Octeon: device_tree_init: fill mac addresses when using appended dtbAaro Koskinen1-1/+7
2016-05-13MIPS: Octeon: device_tree_init: don't fill mac if already setAaro Koskinen1-0/+8
2016-05-13MIPS: Octeon: device_tree_init: use separate pass to fill mac addressesAaro Koskinen2-16/+72
2016-05-13MIPS: Octeon: Use model string from DTB for unknown board typeAaro Koskinen1-2/+10
2016-05-13MIPS: Octeon: Initialize system type string after device tree init.Aaro Koskinen1-4/+2
2016-05-13MIPS: Octeon: board_type_to_string: return NULL for unsupported boardAaro Koskinen2-3/+8
2016-05-13MIPS: OCTEON: Simplify code in octeon_irq_ciu_gpio_set_type()David Daney1-1/+1
2016-05-13MIPS: OCTEON: Add SMP support for OCTEON cn78xx et al.David Daney3-16/+139
2016-05-13MIPS: OCTEON: Add support for OCTEON III interrupt controller.David Daney3-1/+695
2016-05-13MIPS: OCTEON: Don't attempt to use nonexistent registers on OCTEON III models.David Daney2-17/+30
2016-05-13MIPS: OCTEON: Add model checking support for cn73xx, cnf75xx and cn78xxDavid Daney4-8/+125
2016-05-13MIPS: OCTEON: Add register definitions for cn73xx, cnf75xx and cn78xx.David Daney3-16/+748
2016-05-13MIPS: Select CONFIG_HANDLE_DOMAIN_IRQ and make it work.David Daney2-0/+11
2016-05-13MIPS: OCTEON: Remove some code limiting NR_IRQS to 255David Daney1-25/+2
2016-05-13MIPS: OCTEON: Extend number of supported CPUs past 32David Daney5-8/+125
2016-05-13MIPS: OCTEON: Remove dead code from cvmx-sysinfo.David Daney2-97/+5
2016-05-13MIPS: Add CPU identifiers and probing for Cavium CN73xx and CNF75xx processors.David Daney2-0/+4
2016-05-13MIPS: highmem: Turn flush_cache_kmaps into a no-op.Ralf Baechle1-1/+3
2016-05-13MIPS: Loongson64: Remove call to flush_cache_all().Ralf Baechle1-1/+0
2016-05-13MIPS: VR41xx: Use __flush_cache_all instead of flush_cache_all.Ralf Baechle1-1/+1
2016-05-13MIPS: MSP71xx: Use __flush_cache_all instead of flush_cache_all.Ralf Baechle1-1/+1
2016-05-13MIPS: Octeon: Use __flush_cache_all instead of flush_cache_all.Ralf Baechle1-1/+1
2016-05-13MIPS: ath79: Use the reset controller to restart OF machinesAlban Bedel1-3/+4
2016-05-13MIPS: ath79: Add zboot debug serial supportAlban Bedel2-1/+6
2016-05-13MIPS: ath79: Remove the builtin DTB supportAlban Bedel3-19/+0
2016-05-13MIPS: ath79: Add support for DTB passed using the UHI boot protocolAlban Bedel1-0/+2
2016-05-09MIPS: Netlogic: Fix CP0_EBASE redefinition warningsJames Hogan2-9/+6
2016-05-09MIPS: Adjust set_pte() SMP fix to handle R10000_LLSC_WARJoshua Kinard1-13/+32
2016-05-09MIPS: Move definitions for 32/64-bit agonstic inline assembler to new file.Ralf Baechle3-25/+31
2016-05-09MIPS: Fix MSA assembly warningsJames Hogan1-0/+6
2016-05-09MIPS: Fix MSA assembly with big thread offsetsJames Hogan1-66/+83
2016-05-09MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDUJames Hogan1-8/+8
2016-05-09MIPS: Use copy_s.fmt rather than copy_u.fmtPaul Burton2-17/+17
2016-05-09MIPS: memset.S: Disable code unused with non-R6 MIPS configsMaciej W. Rozycki1-0/+2
2016-05-09MIPS64: R6: R2 emulation bugfixLeonid Yegoshin1-52/+53
2016-05-09MIPS: dma-default: Defend against NULL dev in massage_gfp_flagsMatt Redfearn1-3/+4
2016-05-09MIPS: oprofile: Fix a preemption issueYanjiang Jin1-1/+1
2016-05-09MIPS: Loongson-3: Fix build error after ld-version.sh modificationHuacai Chen1-1/+1
2016-05-09MIPS: Loongson-3: Reserve 32MB for RS780E integrated GPUHuacai Chen1-3/+3
2016-05-09MIPS: Reserve nosave data for hibernationHuacai Chen1-0/+3
2016-05-09MIPS: Sibyte: Fix Kconfig dependencies of SIBYTE_BUS_WATCHERAndreas Ruprecht1-1/+2
2016-05-09MIPS: I6400: Icache fills from dcacheJames Hogan1-0/+1
2016-05-09MIPS: c-r4k: Sync icache when it fills from dcacheJames Hogan2-3/+10