summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2015-08-07MIPS: Octeon: Delete override of cpu_has_mips_r2_exec_hazard.Ralf Baechle1-1/+0
2015-08-07MIPS: Fix cpu_has_mips_r2_exec_hazard.Ralf Baechle1-1/+25
2015-08-07MIPS: Octeon: Remove udelay() causing huge IRQ latencyAlexander Sverdlin3-12/+0
2015-08-07MIPS: Fix race condition in lazy cache flushing.Lars Persson2-15/+35
2015-08-07MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan1-1/+1
2015-08-07MIPS: Hibernate: flush TLB entries earlierHuacai Chen1-1/+2
2015-03-06MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen1-1/+1
2015-03-06MIPS: IRQ: Fix disable_irq on CPU IRQsFelix Fietkau1-0/+4
2015-02-20vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-12-14MIPS: Loongson: Make platform serial setup always built-in.Aaro Koskinen1-1/+2
2014-12-14MIPS: oprofile: Fix backtrace on 64-bit kernelAaro Koskinen1-1/+1
2014-12-14MIPS: ftrace: Fix a microMIPS build problemMarkos Chandras1-2/+2
2014-11-05MIPS: Fix forgotten preempt_enable() when CPU has inclusive pcachesYoichi Yuasa1-0/+2
2014-11-05MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras1-0/+12
2014-11-05MIPS: ZBOOT: add missing <linux/string.h> includeAurelien Jarno1-0/+1
2014-09-13MIPS: Fix accessing to per-cpu data when flushing the cacheRalf Baechle1-0/+5
2014-09-13MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total()Florian Fainelli1-5/+0
2014-09-13MIPS: OCTEON: make get_system_type() thread-safeAaro Koskinen1-5/+13
2014-09-13MIPS: GIC: Prevent array overrunJeffrey Deans1-2/+4
2014-09-13MIPS: Prevent user from setting FCSR cause bitsPaul Burton1-1/+2
2014-09-13MIPS: tlbex: Fix a missing statement for HUGETLBHuacai Chen1-0/+1
2014-07-11MIPS: asm: thread_info: Add _TIF_SECCOMP flagMarkos Chandras1-1/+1
2014-07-11MIPS: Cleanup flags in syscall flags handlers.Ralf Baechle5-4/+6
2014-07-11MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras1-1/+1
2014-04-30MIPS: Hibernate: Flush TLB entries in swsusp_arch_resume()Huacai Chen1-0/+1
2014-04-02MIPS: Fix potencial corruptionRalf Baechle1-11/+0
2013-11-28compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-1/+1
2013-01-03MIPS: Fix poweroff failure when HOTPLUG_CPU configured.Huacai Chen1-3/+1
2012-10-30mips,kgdb: fix recursive page fault with CONFIG_KPROBESJason Wessel1-0/+9
2012-10-17kbuild: Fix gcc -x syntaxJean Delvare2-2/+2
2012-07-25MIPS: Properly align the .data..init_task section.David Daney2-3/+4
2012-06-10MIPS: BCM63XX: Add missing include for bcm63xx_gpio.hJonas Gorski1-0/+1
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2011-11-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds31-330/+80
2011-11-14MIPS: lantiq: use export.h in favour of module.hJohn Crispin15-13/+15
2011-11-14perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra1-4/+4
2011-11-11MIPS: Fix build error due to missing inclusion of <linux/export.h>.Ralf Baechle1-0/+1
2011-11-10MIPS: ASID conflict after CPU hotplugMaksim Rayskiy1-1/+2
2011-11-10MIPS: Octeon: Fix compile error in arch/mips/cavium-octeon/flash_setup.cDavid Daney1-7/+2
2011-11-10MIPS: errloongson2_clock: Fix build error by including linux/module.hAaro Koskinen1-0/+1
2011-11-09kbuild: Fix missing system calls check on mips.David Daney1-2/+2
2011-11-09MIPS: Hook up process_vm_readv and process_vm_writev system calls.David Daney5-6/+20
2011-11-08MIPS: Kernel hangs occasionally during boot.Al Cooper1-19/+19
2011-11-08MIPS: Octeon: Mark SMP-IPI interrupt as IRQF_NO_THREADVenkat Subbiah1-2/+3
2011-11-08MIPS: BCM47xx: fix build with GENERIC_GPIO configurationFlorian Fainelli1-3/+15
2011-11-08MIPS: NXP: Remove unused source files.Ralf Baechle2-277/+0
2011-11-08MIPS: Yosemite, Emma: Fix off-by-two in arcs_cmdline buffer size checkThomas Jarosch2-2/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds36-20/+29
2011-11-06Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds3-44/+0
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds72-2850/+3050