Age | Commit message (Expand) | Author | Files | Lines |
2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -58/+2 |
2013-11-12 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -10/+9 |
2013-11-09 | constify copy_siginfo_to_user{,32}() | Al Viro | 1 | -1/+1 |
2013-11-08 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 17 | -688/+737 |
2013-11-07 | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 3 | -3/+3 |
2013-11-01 | Merge branch 'linus' into sched/core | Ingo Molnar | 3 | -3/+3 |
2013-10-29 | MIPS: traps: Reformat notify_die invocations to 80 columns. | Ralf Baechle | 1 | -10/+14 |
2013-10-29 | MIPS: Print correct PC in trace dump after NMI exception | Leonid Yegoshin | 2 | -5/+22 |
2013-10-29 | MIPS: kernel: cpu-probe: Report CPU id during probe | Leonid Yegoshin | 1 | -2/+2 |
2013-10-29 | MIPS: Remove bogus BUG_ON() | Markos Chandras | 1 | -1/+0 |
2013-10-29 | MIPS: PowerTV: Remove support code. | Ralf Baechle | 2 | -152/+0 |
2013-10-29 | MIPS: ftrace: Add support for syscall tracepoints. | Ralf Baechle | 1 | -0/+10 |
2013-10-29 | MIPS: ptrace: Switch syscall reporting to tracehook_report_syscall_entry(). | Ralf Baechle | 1 | -2/+4 |
2013-10-29 | MIPS: Move audit_arch() helper function to __syscall_get_arch(). | Ralf Baechle | 1 | -13/+3 |
2013-10-29 | MIPS: Implement task_user_regset_view. | Ralf Baechle | 1 | -0/+129 |
2013-10-29 | MIPS: ptrace: Use tracehook helpers. | Ralf Baechle | 1 | -41/+5 |
2013-10-29 | MIPS: O32 / 32-bit: Always copy 4 stack arguments. | Ralf Baechle | 2 | -433/+401 |
2013-10-29 | MIPS: Provide arch_syscall_addr. | Ralf Baechle | 2 | -0/+34 |
2013-10-29 | MIPS: 32-bit: Remove unused gas macros fifty and mille. | Ralf Baechle | 1 | -14/+0 |
2013-10-29 | MIPS: 64-bit: Mark native syscall table as data object. | Ralf Baechle | 1 | -1/+2 |
2013-10-29 | MIPS: compat: Mark N32 syscall table as data object. | Ralf Baechle | 1 | -0/+1 |
2013-10-29 | MIPS: compat: Export O32 syscall table and rename to avoid duplicate symbol. | Ralf Baechle | 1 | -5/+5 |
2013-10-29 | MIPS: Tell R4k SC and MC variations apart | Maciej W. Rozycki | 1 | -4/+24 |
2013-10-29 | MIPS: Add 8250/16550 serial early printk driver | Yoichi Yuasa | 2 | -0/+67 |
2013-10-29 | MIPS: Fix start of free memory when using initrd | Greg Ungerer | 1 | -5/+14 |
2013-10-29 | MIPS: Panic messages should not end in \n. | Ralf Baechle | 2 | -3/+3 |
2013-10-29 | MIPS: Use NUMA_NO_NODE instead of -1 for node ID. | Ralf Baechle | 1 | -1/+2 |
2013-10-29 | MIPS: SMP: kill redundant call of generic_smp_call_function_single_interrupt() | Jiang Liu | 1 | -1/+0 |
2013-10-29 | MIPS: Perf: Fix 74K cache map | Deng-Cheng Zhu | 1 | -2/+2 |
2013-10-09 | mips: use common of_flat_dt_get_machine_name | Rob Herring | 1 | -14/+1 |
2013-10-09 | of: remove early_init_dt_setup_initrd_arch | Rob Herring | 1 | -10/+0 |
2013-10-09 | mips: use early_init_dt_scan | Rob Herring | 1 | -36/+3 |
2013-10-09 | Merge tag 'v3.12-rc4' into sched/core | Ingo Molnar | 4 | -23/+42 |
2013-10-07 | MIPS: stack protector: Fix per-task canary switch | James Hogan | 3 | -3/+3 |
2013-10-04 | sched/wait: Make the __wait_event*() interface more friendly | Peter Zijlstra | 1 | -10/+9 |
2013-09-19 | MIPS: Disable usermode switching of the FR bit for MIPS R5 CPUs. | Ralf Baechle | 1 | -0/+13 |
2013-09-18 | MIPS: Cleanup CP0 PRId and CP1 FPIR register access masks | Maciej W. Rozycki | 1 | -20/+22 |
2013-09-17 | MIPS: Optimize current_cpu_type() for better code. | Ralf Baechle | 4 | -3/+7 |
2013-09-13 | MIPS: kernel: vpe: Make vpe_attrs an array of pointers. | Markos Chandras | 1 | -1/+1 |
2013-09-13 | MIPS: Fix SMP core calculations when using MT support. | Leonid Yegoshin | 1 | -2/+11 |
2013-09-13 | MIPS: DECstation HRT initialization rearrangement | Maciej W. Rozycki | 1 | -1/+7 |
2013-09-12 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 8 | -56/+81 |
2013-09-10 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -2/+1 |
2013-09-05 | Merge branch '3.11-fixes' into mips-for-linux-next | Ralf Baechle | 3 | -54/+57 |
2013-09-05 | MIPS: kexec: Fix random crashes while loading crashkernel | Prem Mallappa | 1 | -51/+48 |
2013-09-05 | MIPS: kdump: Skip walking indirection page for crashkernels | Prem Mallappa | 1 | -0/+6 |
2013-09-05 | MIPS: DECstation HRT calibration bug fixes | Maciej W. Rozycki | 1 | -3/+3 |
2013-09-04 | Merge branch '3.11-fixes' into mips-for-linux-next | Ralf Baechle | 2 | -2/+10 |
2013-09-03 | MIPS: Netlogic: Add support for XLP2XX | Jayachandran C | 1 | -0/+5 |