aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Make set_pte() SMP safe.David Daney2015-10-131-0/+31
* MIPS: Fix sched_getaffinity with MT FPAFF enabledFelix Fietkau2015-10-131-2/+3
* MIPS: Octeon: Delete override of cpu_has_mips_r2_exec_hazard.Ralf Baechle2015-08-071-1/+0
* MIPS: Fix cpu_has_mips_r2_exec_hazard.Ralf Baechle2015-08-071-1/+25
* MIPS: Octeon: Remove udelay() causing huge IRQ latencyAlexander Sverdlin2015-08-073-12/+0
* MIPS: Fix race condition in lazy cache flushing.Lars Persson2015-08-072-15/+35
* MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan2015-08-071-1/+1
* MIPS: Hibernate: flush TLB entries earlierHuacai Chen2015-08-071-1/+2
* MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen2015-03-061-1/+1
* MIPS: IRQ: Fix disable_irq on CPU IRQsFelix Fietkau2015-03-061-0/+4
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-201-0/+2
* MIPS: Loongson: Make platform serial setup always built-in.Aaro Koskinen2014-12-141-1/+2
* MIPS: oprofile: Fix backtrace on 64-bit kernelAaro Koskinen2014-12-141-1/+1
* MIPS: ftrace: Fix a microMIPS build problemMarkos Chandras2014-12-141-2/+2
* MIPS: Fix forgotten preempt_enable() when CPU has inclusive pcachesYoichi Yuasa2014-11-051-0/+2
* MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras2014-11-051-0/+12
* MIPS: ZBOOT: add missing <linux/string.h> includeAurelien Jarno2014-11-051-0/+1
* MIPS: Fix accessing to per-cpu data when flushing the cacheRalf Baechle2014-09-131-0/+5
* MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total()Florian Fainelli2014-09-131-5/+0
* MIPS: OCTEON: make get_system_type() thread-safeAaro Koskinen2014-09-131-5/+13
* MIPS: GIC: Prevent array overrunJeffrey Deans2014-09-131-2/+4
* MIPS: Prevent user from setting FCSR cause bitsPaul Burton2014-09-131-1/+2
* MIPS: tlbex: Fix a missing statement for HUGETLBHuacai Chen2014-09-131-0/+1
* MIPS: asm: thread_info: Add _TIF_SECCOMP flagMarkos Chandras2014-07-111-1/+1
* MIPS: Cleanup flags in syscall flags handlers.Ralf Baechle2014-07-115-4/+6
* MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras2014-07-111-1/+1
* MIPS: Hibernate: Flush TLB entries in swsusp_arch_resume()Huacai Chen2014-04-301-0/+1
* MIPS: Fix potencial corruptionRalf Baechle2014-04-021-11/+0
* compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-11-281-1/+1
* MIPS: Fix poweroff failure when HOTPLUG_CPU configured.Huacai Chen2013-01-031-3/+1
* mips,kgdb: fix recursive page fault with CONFIG_KPROBESJason Wessel2012-10-301-0/+9
* kbuild: Fix gcc -x syntaxJean Delvare2012-10-172-2/+2
* MIPS: Properly align the .data..init_task section.David Daney2012-07-252-3/+4
* MIPS: BCM63XX: Add missing include for bcm63xx_gpio.hJonas Gorski2012-06-101-0/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-051-4/+4
|\
| * perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra2011-11-141-4/+4
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2011-11-1531-330/+80
|\ \ | |/ |/|
| * MIPS: lantiq: use export.h in favour of module.hJohn Crispin2011-11-1415-13/+15
| * MIPS: Fix build error due to missing inclusion of <linux/export.h>.Ralf Baechle2011-11-111-0/+1
| * MIPS: ASID conflict after CPU hotplugMaksim Rayskiy2011-11-101-1/+2
| * MIPS: Octeon: Fix compile error in arch/mips/cavium-octeon/flash_setup.cDavid Daney2011-11-101-7/+2
| * MIPS: errloongson2_clock: Fix build error by including linux/module.hAaro Koskinen2011-11-101-0/+1
| * MIPS: Hook up process_vm_readv and process_vm_writev system calls.David Daney2011-11-095-6/+20
| * MIPS: Kernel hangs occasionally during boot.Al Cooper2011-11-081-19/+19
| * MIPS: Octeon: Mark SMP-IPI interrupt as IRQF_NO_THREADVenkat Subbiah2011-11-081-2/+3
| * MIPS: BCM47xx: fix build with GENERIC_GPIO configurationFlorian Fainelli2011-11-081-3/+15
| * MIPS: NXP: Remove unused source files.Ralf Baechle2011-11-082-277/+0
| * MIPS: Yosemite, Emma: Fix off-by-two in arcs_cmdline buffer size checkThomas Jarosch2011-11-082-2/+2
* | kbuild: Fix missing system calls check on mips.David Daney2011-11-091-2/+2
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0636-20/+29
|\