summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: MT: proc: Add support for printing VPE and TC idsMarkos Chandras2014-01-221-1/+8
* MIPS: Malta: Remove ttyS2 serial for CMP platformsLeonid Yegoshin2014-01-221-0/+2
* MIPS: Add printing of ES bit for Imgtec cores when cache error occurs.Leonid Yegoshin2014-01-221-8/+21
* MIPS: GIC: Send IPIs using the GICSteven J. Hill2014-01-221-0/+27
* MIPS: MT: Mark existing TCs as presentMarkos Chandras2014-01-221-0/+1
* MIPS: mm: c-r4k: Panic if IL or DL fields have a reserved valueMarkos Chandras2014-01-221-8/+16
* MIPS: kernel: smp-cmp: MIPS MT code needs CONFIG_MIPS_MTMarkos Chandras2014-01-221-0/+3
* MIPS: BCM47XX: Fix some very confused types and data corruptionIlia Mirkin2014-01-221-9/+9
* MIPS: BCM47XX: add vectored interrupt supportHauke Mehrtens2014-01-222-0/+24
* MIPS: BCM47XX: add cpu-feature-overrides.hHauke Mehrtens2014-01-221-0/+82
* MIPS: BCM47XX: move constant array from stackHauke Mehrtens2014-01-221-1/+1
* MIPS: BCM47XX: add asmlinkage to plat_irq_dispatch()Hauke Mehrtens2014-01-221-1/+1
* MIPS: BCM47XX: update defconfigHauke Mehrtens2014-01-221-580/+43
* MIPS: BCM47XX: add EARLY_PRINTK_8250 supportHauke Mehrtens2014-01-222-0/+11
* MIPS: BCM47XX: Remove CFE supportHauke Mehrtens2014-01-222-93/+0
* MIPS: BCM47XX: only print SoC name in system type in cpuinfoHauke Mehrtens2014-01-223-22/+13
* MIPS: BCM63XX: drop SYS_HAS_CPU_MIPS32R1Jonas Gorski2014-01-221-1/+0
* MIPS: cpu-type: guard BMIPS variants with SYS_HAS_CPU_BMIPS*Jonas Gorski2014-01-221-3/+10
* MIPS: BCM47XX: select BMIPS CPUs for BCM47XX_SSBJonas Gorski2014-01-221-0/+1
* MIPS: BCM63XX: let the individual SoCs select the appropriate CPUsJonas Gorski2014-01-222-1/+8
* MIPS: BCM63XX: always register bmips smp opsJonas Gorski2014-01-221-4/+2
* MIPS: BMIPS: add a smp ops registration helperJonas Gorski2014-01-223-1/+28
* MIPS: BMIPS: extend BMIPS3300 to include BMIPS32Jonas Gorski2014-01-221-4/+4
* MIPS: BMIPS: select CPU_HAS_PREFETCHJonas Gorski2014-01-221-0/+1
* MIPS: BMIPS: select CPU_SUPPORTS_HIGHMEMJonas Gorski2014-01-221-1/+1
* MIPS: BMIPS: merge CPU options into one optionJonas Gorski2014-01-221-41/+39
* MIPS: BMIPS: change compile time checks to runtime checksJonas Gorski2014-01-224-137/+235
* MIPS: allow asm/cpu.h to be included from assemblyJonas Gorski2014-01-221-0/+3
* MIPS: BCM63XX: disable SMP also on BCM3368Jonas Gorski2014-01-221-4/+4
* MIPS: BCM63XX: add HSSPI platform device and register itJonas Gorski2014-01-224-2/+60
* MIPS: BCM63XX: add HSSPI IRQ and register offsetsJonas Gorski2014-01-221-0/+18
* MIPS: BCM63XX: setup the HSSPI clock rateJonas Gorski2014-01-221-0/+18
* MIPS: BCM63XX: expose the HSSPI clockJonas Gorski2014-01-221-0/+24
* MIPS: Support for 64-bit FP with O32 binariesPaul Burton2014-01-1319-236/+449
* MIPS: Remove unused {en,dis}able_fpu macrosPaul Burton2014-01-131-13/+0
* MIPS: microMIPS: mfhc1 & mthc1 support for the FPU emulatorSteven J. Hill2014-01-132-1/+9
* MIPS: math-emu: Add mfhc1 & mthc1 support.Leonid Yegoshin2014-01-132-2/+27
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0
|\
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* | Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-181-1/+0
|\ \
| * | MIPS: db1235: Don't use MMC_CLKGATEUlf Hansson2013-10-301-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-2/+2
|\ \ \
| * | | treewide: Fix common typo in "identify"Maxime Jayat2013-10-141-2/+2
* | | | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2013-11-151-0/+1
|\ \ \ \
| * | | | mips: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-152-9/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-041-2/+3
| |\ \ \ \ \
| | * | | | | kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-2/+3
| * | | | | | Powerpc KVM work is based on a commit after rc4.Gleb Natapov2013-10-178-14/+12
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | KVM: mips: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-7/+0
OpenPOWER on IntegriCloud