aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Fix sched_getaffinity with MT FPAFF enabledFelix Fietkau2015-10-131-2/+3
* MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan2015-08-071-1/+1
* 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
* MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras2014-11-051-0/+12
* MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total()Florian Fainelli2014-09-131-5/+0
* MIPS: GIC: Prevent array overrunJeffrey Deans2014-09-131-2/+4
* MIPS: Prevent user from setting FCSR cause bitsPaul Burton2014-09-131-1/+2
* MIPS: Cleanup flags in syscall flags handlers.Ralf Baechle2014-07-114-4/+4
* MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras2014-07-111-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-171-1/+1
* MIPS: Properly align the .data..init_task section.David Daney2012-07-251-1/+2
* 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
* | MIPS: ASID conflict after CPU hotplugMaksim Rayskiy2011-11-101-1/+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-094-0/+8
* | MIPS: Kernel hangs occasionally during boot.Al Cooper2011-11-081-19/+19
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0620-20/+13
|\
| * mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
| * mips: remove needless include of module.h from core kernel files.Paul Gortmaker2011-10-319-9/+0
| * mips: migrate core kernel file from module.h --> export.hPaul Gortmaker2011-10-3111-11/+11
| * mips: fix implicit use of asm/elf.h in kernel/cpu-probe.cPaul Gortmaker2011-10-311-0/+1
* | MIPS: perf: Add Octeon support for hardware perf.David Daney2011-10-241-0/+147
* | MIPS: perf: Add support for 64-bit perf counters.David Daney2011-10-241-469/+389
* | MIPS: perf: Reorganize contents of perf support files.David Daney2011-10-243-519/+531
* | MIPS: perf: Cleanup formatting in arch/mips/kernel/perf_event.cDavid Daney2011-10-242-57/+37
* | MIPS: Add probes for more Octeon II CPUs.David Daney2011-10-241-0/+3
* | MIPS: 32-bit: Fix number of argument to epoll_wait.Ralf Baechle2011-10-201-1/+1
|/
* MIPS: Call oops_enter, oops_exit in dieNathan Lynch2011-10-011-1/+9
* MIPS: Compat: Use 32-bit wrapper for compat_sys_futex.Yong Zhang2011-09-213-2/+9
* MIPS: Handle __put_user() sleeping.Ralf Baechle2011-09-211-0/+3
* MIPS: i8259: Mark cascade interrupt non-threadedLiming Wang2011-09-211-0/+1
* MIPS: Make the die_lock be rawWu Zhangjin2011-09-211-3/+3
* MIPS: Ftrace: Fix the CONFIG_DYNAMIC_FTRACE=n compileThomas Gleixner2011-09-211-19/+20
* MIPS: i8259: Correct comment for i8259Hillf Danton2011-09-171-1/+1
* MIPS: VPE: Select correct tcHillf Danton2011-09-171-1/+1
* All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-264-4/+4
* atomic: use <linux/atomic.h>Arun Sharma2011-07-2610-10/+10
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2011-07-268-12/+10
|\
| * MIPS: Remove pointless return statement from empty void functions.Ralf Baechle2011-07-252-3/+0
| * MIPS: Install handlers for software IRQsKevin Cernekee2011-07-251-8/+6
| * MIPS: Remove redundant addr_limit assignment on exec.Mathias Krause2011-07-251-1/+0
| * MIPS: Wire up sendmmsg and renumber setns syscall.Ralf Baechle2011-07-204-0/+4
* | modules: make arch's use default loader hooksJonas Bonn2011-07-241-18/+2
* | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-07-221-99/+3
|\ \
| * | mips: Fix i8253 clockevent falloutThomas Gleixner2011-07-221-1/+1
| * | mips: Use common i8253 clockeventThomas Gleixner2011-07-011-95/+2