Age | Commit message (Expand) | Author | Files | Lines |
2014-08-09 | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -82/+51 |
2014-08-07 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 25 | -206/+501 |
2014-08-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 4 | -0/+4 |
2014-08-06 | mips: Use sigsp() | Richard Weinberger | 3 | -9/+7 |
2014-08-06 | mips: Use get_signal() signal_setup_done() | Richard Weinberger | 4 | -78/+49 |
2014-08-02 | Merge branch '3.16-fixes' into mips-for-linux-next | Ralf Baechle | 8 | -12/+71 |
2014-08-02 | MIPS: detect presence of MAARs | Paul Burton | 1 | -0/+2 |
2014-08-02 | MIPS: consistently clear MSA flags when starting & copying threads | Paul Burton | 1 | -0/+3 |
2014-08-02 | MIPS: disable preemption whilst initialising MSA | Paul Burton | 1 | -3/+11 |
2014-08-02 | MIPS: ensure MSA gets disabled during boot | Paul Burton | 1 | -3/+2 |
2014-08-02 | MIPS: fix MSA context for tasks which don't use FP first | Paul Burton | 1 | -0/+2 |
2014-08-02 | MIPS: init upper 64b of vector registers when MSA is first used | Paul Burton | 2 | -9/+35 |
2014-08-02 | MIPS: preserve scalar FP CSR when switching vector context | Paul Burton | 2 | -1/+8 |
2014-08-02 | MIPS: save/restore MSACSR register on context switch | Paul Burton | 1 | -0/+1 |
2014-08-02 | MIPS: GIC: Generalise check for pending interrupts | Jeffrey Deans | 1 | -2/+11 |
2014-08-02 | MIPS: GIC: Prevent array overrun | Jeffrey Deans | 1 | -2/+4 |
2014-08-02 | MIPS: GIC: Remove GIC_FLAG_IPI | Jeffrey Deans | 1 | -4/+3 |
2014-08-02 | MIPS: GIC: move GIC interrupt bitmap declarations | Jeffrey Deans | 1 | -0/+12 |
2014-08-02 | MIPS: kernel: cpu-probe: Detect unique RI/XI exceptions | Leonid Yegoshin | 1 | -0/+9 |
2014-08-02 | MIPS: Use dedicated exception handler if CPU supports RI/XI exceptions | Leonid Yegoshin | 1 | -0/+7 |
2014-08-02 | MIPS: kernel: cpu-probe: Add support for the HardWare Table Walker | Markos Chandras | 1 | -0/+23 |
2014-08-02 | MIPS: cpu: Add new cpu option for Hardware Table Walker. | Markos Chandras | 1 | -0/+1 |
2014-08-02 | MIPS: perf: Add hardware events for P5600 | James Hogan | 1 | -0/+21 |
2014-08-02 | MIPS: perf: Allow for more perf events | James Hogan | 1 | -8/+13 |
2014-08-02 | MIPS: Remove asm/user.h | Alex Smith | 3 | -3/+2 |
2014-08-02 | MIPS: Remove old core dump functions | Alex Smith | 2 | -87/+0 |
2014-08-02 | MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs() | Alex Smith | 2 | -15/+17 |
2014-08-02 | MIPS: O32/32-bit: Remove outdated comment | Alex Smith | 1 | -2/+0 |
2014-08-01 | MIPS: smp-mt: Fix link error when PROC_FS=n | James Hogan | 1 | -0/+2 |
2014-08-01 | MIPS: N32: Use compat getsockopt syscall | Sorin Dumitru | 1 | -1/+1 |
2014-08-01 | MIPS: APRP: Fix an issue when device_create() fails. | Sebastien Bourdelin | 2 | -0/+6 |
2014-07-31 | MIPS: GIC: Prevent array overrun | Jeffrey Deans | 1 | -2/+4 |
2014-07-30 | MIPS: ptrace: Change GP regset to use correct core dump register layout | Alex Smith | 1 | -29/+160 |
2014-07-30 | MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same time | Alex Smith | 1 | -19/+13 |
2014-07-30 | MIPS: ptrace: Test correct task's flags in task_user_regset_view() | Alex Smith | 1 | -1/+1 |
2014-07-30 | MIPS: ptrace: Avoid smp_processor_id() when retrieving FPU IR | Alex Smith | 2 | -3/+3 |
2014-07-30 | MIPS: Add Loongson-3B support | Huacai Chen | 1 | -0/+6 |
2014-07-30 | MIPS: Add numa api support | Huacai Chen | 4 | -13/+13 |
2014-07-30 | MIPS: Add NUMA support for Loongson-3 | Huacai Chen | 1 | -1/+1 |
2014-07-30 | MIPS: Support CPU topology files in sysfs | Huacai Chen | 2 | -1/+26 |
2014-07-30 | MIPS: Support hard limit of cpu count (nr_cpu_ids) | Huacai Chen | 1 | -0/+20 |
2014-07-30 | MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade() | Huacai Chen | 1 | -1/+0 |
2014-07-30 | MIPS: smp-cps: Fix entry code cache flush for systems with coherent I/O | Paul Burton | 1 | -3/+7 |
2014-07-30 | MIPS: {pm,smp}-cps: use cpu_vpe_id macro | Paul Burton | 2 | -2/+2 |
2014-07-30 | MIPS: pm-cps: Prevent use of mips_cps_* without CPS SMP | Paul Burton | 1 | -0/+8 |
2014-07-30 | MIPS: ftrace: Fix dynamic tracing of kernel modules | Petri Gynther | 2 | -9/+60 |
2014-07-30 | MIPS: Prevent user from setting FCSR cause bits | Paul Burton | 1 | -1/+2 |
2014-07-18 | MIPS: add seccomp syscall | Kees Cook | 4 | -0/+4 |
2014-07-18 | MIPS: ftrace: Remove check of obsolete variable function_trace_stop | Steven Rostedt (Red Hat) | 1 | -7/+0 |
2014-07-18 | MIPS: ftrace: Add call to ftrace_graph_is_dead() in function graph code | Steven Rostedt (Red Hat) | 1 | -0/+3 |