summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-262-10/+5
|\
| * new helper: file_inode(file)Al Viro2013-02-222-10/+5
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\ \
| * | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-2310-460/+54
|\ \
| * | mips: switch to generic sys_fork() and sys_clone()Al Viro2013-02-036-61/+8
| * | mips: take the "zero newsp means inherit the parent's one" to copy_thread()Al Viro2013-02-033-6/+3
| * | mips: no magic arguments for sysm_pipe()Al Viro2013-02-031-12/+6
| * | mips: don't bother with compat_sys_futex() wrappersAl Viro2013-02-033-9/+2
| * | mips: switch to generic compat rt_sigaction()Al Viro2013-02-033-54/+4
| * | mips: switch to generic compat sched_rr_get_interval()Al Viro2013-02-033-18/+2
| * | mips: sigsuspend() is essentially the same as rt_sigsuspend() hereAl Viro2013-02-032-16/+4
| * | mips: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-033-18/+2
| * | mips: switch to generic compat rt_sigpending()Al Viro2013-02-033-19/+2
| * | mips: switch to generic compat rt_sigprocmask()Al Viro2013-02-033-24/+2
| * | switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro2013-02-035-53/+2
| * | mips: switch to compat_sys_waitid()Al Viro2013-02-032-27/+1
| * | mips: switch to generic sigaltstackAl Viro2013-02-035-127/+11
| * | Merge commit '12890d0f61fc' into arch-mipsAl Viro2013-02-031-13/+6
| |\ \
| | * | MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle2012-12-271-12/+5
| | * | MIPS: sysmips: Use unreachable().Ralf Baechle2012-12-271-1/+1
| * | | mips: use sane prototype for sys_rt_sigsuspend()Al Viro2013-02-031-5/+1
| | |/ | |/|
* | | MIPS: Function tracer: Fix broken function tracingAl Cooper2013-01-312-4/+39
* | | MIPS: vpe.c: Fix null pointer dereference in print arguments.Cong Ding2013-01-161-1/+1
|/ /
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-01-0713-48/+12
|\ \
| * | MIPS: Wire up finit_module syscall.Ralf Baechle2012-12-284-0/+4
| * | MIPS: Switch remaining assembler PAGE_SIZE users to <asm/asm-offsets.h>.Ralf Baechle2012-12-283-6/+5
| * | MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>.Ralf Baechle2012-12-281-0/+3
| * | MIPS: Don't include <asm/page.h> unnecessarily.Ralf Baechle2012-12-284-4/+0
| * | MIPS: perf: Fix build failure in XLP perf support.Manuel Lauss2012-12-271-38/+0
| |/
* / MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-12-1416-139/+516
|\
| * Merge branch 'mips-next' of http://dev.phrozen.org/githttp/mips-next into mip...Ralf Baechle2012-12-131-0/+124
| |\
| | * MIPS: perf: Add XLP support for hardware perf.Zi Shen Lim2012-11-091-0/+124
| * | MIPS: PMC-Sierra Yosemite: Remove support.Ralf Baechle2012-12-132-107/+0
| * | MIPS: Handle COP3 Unusable exception as COP1X for FP emulationMaciej W. Rozycki2012-12-131-3/+18
| * | MIPS: Fix poweroff failure when HOTPLUG_CPU configured.Huacai Chen2012-12-131-3/+1
| * | MIPS: MT: Fix build with CONFIG_UIDGID_STRICT_TYPE_CHECKS=yFlorian Fainelli2012-12-131-2/+2
| * | MIPS: Remove usage of CEVT_R4K_LIB config option.Ralf Baechle2012-12-131-1/+1
| * | MIPS: Remove usage of CSRC_R4K_LIB config option.Steven J. Hill2012-12-131-1/+1
| * | MIPS: Octeon: Add kexec and kdump supportRalf Baechle2012-12-132-2/+19
| * | MIPS: kdump: Add supportRalf Baechle2012-12-138-6/+343
| * | MIPS: Fix harmlessly missing else statement.Ralf Baechle2012-12-121-5/+8
| * | MIPS: Remove leftovers from the IRIX binary compat code.Ralf Baechle2012-12-121-4/+0
| * | MIPS: Transparent Huge Pages supportRalf Baechle2012-12-121-1/+1
| * | MIPS: N32: Remove unused defines.Ralf Baechle2012-11-261-6/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-127-122/+34
|\ \ \
| * | | flagday: kill pt_regs argument of do_fork()Al Viro2012-11-292-3/+3
| * | | flagday: don't pass regs to copy_thread()Al Viro2012-11-281-2/+2