summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2014-12-06MIPS: Loongson: Make platform serial setup always built-in.Aaro Koskinen1-1/+2
2014-12-06MIPS: oprofile: Fix backtrace on 64-bit kernelAaro Koskinen1-1/+1
2014-11-14MIPS: tlbex: Properly fix HUGE TLB Refill exception handlerDavid Daney1-1/+5
2014-11-14MIPS: ftrace: Fix a microMIPS build problemMarkos Chandras1-2/+2
2014-10-05MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras1-0/+12
2014-10-05MIPS: ZBOOT: add missing <linux/string.h> includeAurelien Jarno1-0/+1
2014-09-17MIPS: OCTEON: make get_system_type() thread-safeAaro Koskinen1-5/+13
2014-09-17MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same timeAlex Smith2-110/+182
2014-09-17MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()Huacai Chen1-1/+0
2014-09-17MIPS: tlbex: Fix a missing statement for HUGETLBHuacai Chen1-0/+1
2014-09-17MIPS: Prevent user from setting FCSR cause bitsPaul Burton1-1/+2
2014-09-17MIPS: ptrace: Change GP regset to use correct core dump register layoutAlex Smith1-29/+160
2014-09-17MIPS: ptrace: Test correct task's flags in task_user_regset_view()Alex Smith1-1/+1
2014-09-17MIPS: O32/32-bit: Fix bug which can cause incorrect system call restartsAlex Smith1-1/+1
2014-09-17MIPS: GIC: Prevent array overrunJeffrey Deans1-2/+4
2014-07-06MIPS: KVM: Fix memory leak on VCPUDeng-Cheng Zhu1-0/+1
2014-07-06MIPS: KVM: Remove redundant NULL checks before kfree()James Hogan1-9/+3
2014-07-06MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras1-1/+1
2014-06-30hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-5/+0
2014-06-26MIPS: KVM: Allocate at least 16KB for exception handlersJames Hogan1-1/+1
2014-06-16MIPS: asm: thread_info: Add _TIF_SECCOMP flagMarkos Chandras1-1/+2
2014-06-11MIPS: Fix typo when reporting cache and ftlb errors for ImgTec coresMarkos Chandras1-2/+2
2014-06-07genirq: Allow forcing cpu affinity of interruptsThomas Gleixner1-1/+1
2014-06-07mips: dts: Fix missing device_type="memory" property in memory nodesLeif Lindholm5-0/+5
2014-06-07MIPS/loongson2_cpufreq: Fix CPU clock rate settingAaro Koskinen1-2/+3
2014-05-13MIPS: Hibernate: Flush TLB entries in swsusp_arch_resume()Huacai Chen1-0/+1
2014-05-13MIPS: KVM: Pass reserved instruction exceptions to guestJames Hogan1-3/+4
2014-03-20MIPS: Make local_irq_disable macro safe for non-Mipsr2Jim Quinlan1-0/+11
2014-03-19MIPS: Octeon: Fix warning in of_device_alloc on cn3xxxAndreas Herrmann1-10/+12
2014-03-19MIPS: ftrace: Tweak safe_load()/safe_store() macrosViller Hsiao1-10/+10
2014-03-19MIPS: BCM47XX: Check all (32) GPIOs when looking for a pinRafał Miłecki1-1/+1
2014-03-18MIPS: Fix possible build error with transparent hugepages enabledAlex Smith1-6/+6
2014-03-17MIPS: mark O32+FP64 experimental for nowPaul Burton1-3/+9
2014-03-17MIPS: ftrace: Fix icache flush range errorViller Hsiao1-3/+2
2014-03-17MIPS: Fix syscall tracing interfaceLars Persson1-2/+2
2014-03-17MIPS: asm: syscall: Fix copying system call argumentsMarkos Chandras1-2/+1
2014-03-15MIPS: Octeon: Fix fall through on bar type OCTEON_DMA_BAR_TYPE_SMALLColin Ian King1-0/+1
2014-03-14MIPS: FPU: Fix conflict of register usageHuacai Chen1-4/+4
2014-03-14MIPS: Replace CONFIG_MIPS64 and CONFIG_MIPS32_R2Paul Bolle3-7/+7
2014-03-11MIPS: math-emu: Fix prefx detection and COP1X function field definitionDeng-Cheng Zhu2-5/+5
2014-03-06MIPS: APRP: Choose the correct VPE loader by fixing the linkingDeng-Cheng Zhu1-1/+1
2014-03-06MIPS: APRP: Unregister rtlx interrupt hook at module exitDeng-Cheng Zhu2-0/+6
2014-03-06MIPS: APRP: Fix the linking of rtlx interrupt hookDeng-Cheng Zhu1-2/+2
2014-03-06MIPS: bcm47xx: Include missing errno.h for ENXIOMarkos Chandras1-0/+1
2014-03-06MIPS: Alchemy: Fix unchecked kstrtoul return valueManuel Lauss2-6/+2
2014-03-06MIPS: Fix randconfig build error.Ralf Baechle1-0/+3
2014-02-06MIPS: fpu.h: Fix build when CONFIG_BUG is not setAaro Koskinen1-0/+2
2014-02-04MIPS: Wire up sched_setattr/sched_getattr syscallsJames Hogan5-6/+20
2014-02-04MIPS: Alchemy: Fix DB1100 GPIO registrationManuel Lauss1-5/+2
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds215-3287/+6077