aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds5-0/+5
2014-05-16mips: dts: Fix missing device_type="memory" property in memory nodesLeif Lindholm5-0/+5
2014-05-14MIPS: mm: Fix broken microMIPS kernel regression.Steven J. Hill2-4/+7
2014-05-14MIPS: Add new AUDIT_ARCH token for the N32 ABI on MIPS64Markos Chandras1-0/+2
2014-05-13MIPS: Wire up renameat2 syscall.Ralf Baechle5-3/+10
2014-05-13MIPS: inst.h: Rename BITFIELD_FIELD to __BITFIELD_FIELD.Ralf Baechle1-199/+199
2014-05-13MIPS: Remove file missed when removing rm9k support a while ago.Ralf Baechle1-56/+0
2014-05-13MIPS/loongson2_cpufreq: Fix CPU clock rate settingAaro Koskinen1-2/+3
2014-05-13MIPS: Loongson: No need to select GENERIC_HARDIRQS_NO__DO_IRQPaul Bolle1-1/+0
2014-05-13MIPS: csum_partial.S CPU_DADDI_WORKAROUNDS bug fixMaciej W. Rozycki1-0/+9
2014-05-13MIPS: __strncpy_from_user_asm CPU_DADDI_WORKAROUNDS bug fixMaciej W. Rozycki1-7/+6
2014-05-13MIPS: __delay CPU_DADDI_WORKAROUNDS bug fixMaciej W. Rozycki1-4/+10
2014-05-13MIPS: DEC/SNI: O32 wrapper stack switching fixesMaciej W. Rozycki5-137/+61
2014-05-13MIPS: DEC: Bus error handler <asm/cpu-type.h> fixesMaciej W. Rozycki2-0/+2
2014-05-13Revert "MIPS: MT: proc: Add support for printing VPE and TC ids"Ralf Baechle1-8/+1
2014-04-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-04-18mips: export flush_icache_rangeKees Cook1-2/+2
2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner1-1/+1
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2-5/+4
2014-04-11Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-10/+10
2014-04-08Merge branch 'pm-cpufreq'Rafael J. Wysocki1-10/+10
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-2/+2
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar1-10/+10
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+1
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-228/+229
2014-04-02Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/upstream-sfrLinus Torvalds178-2521/+8037
2014-04-01Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-21/+0
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-7/+7
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+0
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle22-79/+97
2014-03-31MIPS: CPC: Use __raw_ memory access functionsPaul Burton1-2/+2
2014-03-31MIPS: CM: use __raw_ memory access functionsPaul Burton1-2/+2
2014-03-31MIPS: Fix warning when including smp-ops.h with CONFIG_SMP=nPaul Burton1-3/+3
2014-03-31MIPS: Malta: GIC IPIs may be used without MTPaul Burton1-8/+11
2014-03-31MIPS: smp-mt: Use common GIC IPI implementationPaul Burton2-22/+2
2014-03-31MIPS: smp-cmp: Remove incorrect core number probePaul Burton1-2/+1
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle18-84/+84
2014-03-31MIPS: Fix core number detection for MT coresPaul Burton1-1/+5
2014-03-31MIPS: MT: core_nvpes function to retrieve VPE countPaul Burton1-0/+11
2014-03-31MIPS: Provide empty mips_mt_set_cpuoptions when CONFIG_MIPS_MT=nPaul Burton1-0/+5
2014-03-31MIPS: Lasat: Replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-03-31MIPS: Malta: Setup PM I/O region on bootPaul Burton2-0/+18
2014-03-31MIPS: Loongson: Add a Loongson-3 default config fileHuacai Chen1-0/+362
2014-03-31MIPS: Loongson 3: Add CPU hotplug supportHuacai Chen6-5/+194
2014-03-31MIPS: Loongson 3: Add Loongson-3 SMP supportHuacai Chen8-5/+326
2014-03-31MIPS: Loongson: Add Loongson-3 Kconfig optionsHuacai Chen3-1/+75
2014-03-31MIPS: Loongson: Add swiotlb to support All-Memory DMAHuacai Chen4-1/+167
2014-03-31MIPS: Loongson 3: Add serial port supportHuacai Chen2-12/+23