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