| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-03-02 | 1 | -2/+2 |
|\ |
|
| * | fix compat truncate/ftruncate | Al Viro | 2013-02-25 | 1 | -2/+2 |
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2013-03-02 | 70 | -508/+744 |
|\ \ |
|
| * \ | Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j... | Ralf Baechle | 2013-02-21 | 9 | -37/+214 |
| |\ \ |
|
| | * | | MIPS: remove broken conditional inside vpe loader code | John Crispin | 2013-02-19 | 1 | -12/+3 |
| | * | | MIPS: SMTC: fix implicit declaration of set_vi_handler | Florian Fainelli | 2013-02-19 | 1 | -0/+1 |
| | * | | MIPS: early_printk: drop __init annotations | Aaro Koskinen | 2013-02-19 | 1 | -3/+2 |
| | * | | MIPS: Probe for and report hardware virtualization support. | David Daney | 2013-02-19 | 2 | -0/+3 |
| | * | | mips: reserve elfcorehdr | Corey Minyard | 2013-02-19 | 1 | -0/+39 |
| | * | | mips: Make sure kernel memory is in iomem | Corey Minyard | 2013-02-19 | 1 | -21/+31 |
| | * | | MIPS: add irqdomain support for the CPU IRQ controller | Gabor Juhos | 2013-02-17 | 1 | -0/+42 |
| | * | | MIPS: Add new GIC clocksource. | Steven J. Hill | 2013-02-17 | 2 | -0/+50 |
| | * | | MIPS: dsp: Add assembler support for DSP ASEs. | Steven J. Hill | 2013-02-17 | 1 | -0/+31 |
| | * | | MIPS: Add support for the M14KEc core. | Steven J. Hill | 2013-02-17 | 2 | -0/+8 |
| | * | | MIPS: show correct cpu name for 24KEc | John Crispin | 2013-02-17 | 1 | -1/+4 |
| * | | | MIPS: Add printing of ISA version in cpuinfo. | Steven J. Hill | 2013-02-15 | 2 | -30/+80 |
| * | | | MIPS: Loongson2: Use clk API instead of direct dereferences | Julia Lawall | 2013-02-15 | 1 | -3/+12 |
| * | | | MIPS: Whitespace cleanup. | Ralf Baechle | 2013-02-01 | 68 | -450/+450 |
| * | | | MIPS: Whitespace cleanups and reformatting. | Steven J. Hill | 2013-02-01 | 1 | -2/+2 |
| * | | | MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3(). | Ralf Baechle | 2013-02-01 | 1 | -12/+5 |
| * | | | MIPS: sysmips: Use unreachable(). | Ralf Baechle | 2013-02-01 | 1 | -1/+1 |
| |/ / |
|
* | | | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -3/+3 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 2 | -10/+5 |
|\ \ \ |
|
| * | | | new helper: file_inode(file) | Al Viro | 2013-02-22 | 2 | -10/+5 |
* | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-02-25 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 2013-01-21 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-23 | 10 | -460/+54 |
|\ \ \
| |_|/
|/| | |
|
| * | | mips: switch to generic sys_fork() and sys_clone() | Al Viro | 2013-02-03 | 6 | -61/+8 |
| * | | mips: take the "zero newsp means inherit the parent's one" to copy_thread() | Al Viro | 2013-02-03 | 3 | -6/+3 |
| * | | mips: no magic arguments for sysm_pipe() | Al Viro | 2013-02-03 | 1 | -12/+6 |
| * | | mips: don't bother with compat_sys_futex() wrappers | Al Viro | 2013-02-03 | 3 | -9/+2 |
| * | | mips: switch to generic compat rt_sigaction() | Al Viro | 2013-02-03 | 3 | -54/+4 |
| * | | mips: switch to generic compat sched_rr_get_interval() | Al Viro | 2013-02-03 | 3 | -18/+2 |
| * | | mips: sigsuspend() is essentially the same as rt_sigsuspend() here | Al Viro | 2013-02-03 | 2 | -16/+4 |
| * | | mips: switch to generic compat rt_sigqueueinfo() | Al Viro | 2013-02-03 | 3 | -18/+2 |
| * | | mips: switch to generic compat rt_sigpending() | Al Viro | 2013-02-03 | 3 | -19/+2 |
| * | | mips: switch to generic compat rt_sigprocmask() | Al Viro | 2013-02-03 | 3 | -24/+2 |
| * | | switch mips to generic rt_sigsuspend(), make it unconditional | Al Viro | 2013-02-03 | 5 | -53/+2 |
| * | | mips: switch to compat_sys_waitid() | Al Viro | 2013-02-03 | 2 | -27/+1 |
| * | | mips: switch to generic sigaltstack | Al Viro | 2013-02-03 | 5 | -127/+11 |
| * | | Merge commit '12890d0f61fc' into arch-mips | Al Viro | 2013-02-03 | 1 | -13/+6 |
| |\ \ |
|
| | * | | MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3(). | Ralf Baechle | 2012-12-27 | 1 | -12/+5 |
| | * | | MIPS: sysmips: Use unreachable(). | Ralf Baechle | 2012-12-27 | 1 | -1/+1 |
| * | | | mips: use sane prototype for sys_rt_sigsuspend() | Al Viro | 2013-02-03 | 1 | -5/+1 |
| | |/
| |/| |
|
* | | | MIPS: Function tracer: Fix broken function tracing | Al Cooper | 2013-01-31 | 2 | -4/+39 |
* | | | MIPS: vpe.c: Fix null pointer dereference in print arguments. | Cong Ding | 2013-01-16 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2013-01-07 | 13 | -48/+12 |
|\ \ |
|
| * | | MIPS: Wire up finit_module syscall. | Ralf Baechle | 2012-12-28 | 4 | -0/+4 |
| * | | MIPS: Switch remaining assembler PAGE_SIZE users to <asm/asm-offsets.h>. | Ralf Baechle | 2012-12-28 | 3 | -6/+5 |
| * | | MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>. | Ralf Baechle | 2012-12-28 | 1 | -0/+3 |