Age | Commit message (Expand) | Author |
2017-09-20 | MIPS: Fix perf event init | Paul Burton |
2017-09-15 | Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea... | Linus Torvalds |
2017-09-14 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2017-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2017-09-06 | MIPS: Refactor handling of stack pointer in get_frame_info | Matt Redfearn |
2017-09-06 | MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systems | Matt Redfearn |
2017-09-06 | MIPS: microMIPS: Fix decoding of swsp16 instruction | Matt Redfearn |
2017-09-06 | MIPS: microMIPS: Fix decoding of addiusp instruction | Matt Redfearn |
2017-09-06 | MIPS: microMIPS: Fix detection of addiusp instruction | Matt Redfearn |
2017-09-06 | MIPS: Handle non word sized instructions when examining frame | Matt Redfearn |
2017-09-06 | MIPS: Add DWARF unwinding to assembly | Corey Minyard |
2017-09-06 | MIPS: Fix issues in backtraces | Corey Minyard |
2017-09-04 | fs: fix kernel_read prototype | Christoph Hellwig |
2017-09-04 | MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.h | Paul Burton |
2017-09-04 | MIPS: Use mips_gic_present() in place of gic_present | Paul Burton |
2017-09-04 | MIPS: VDSO: Drop gic_get_usm_range() usage | Paul Burton |
2017-09-04 | MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driver | Paul Burton |
2017-09-04 | Merge branch 'linus' into locking/core, to fix up conflicts | Ingo Molnar |
2017-08-30 | MIPS: CPS: Detect CPUs in secondary clusters | Paul Burton |
2017-08-30 | MIPS: CPS: Cluster support for topology functions | Paul Burton |
2017-08-30 | MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers | Paul Burton |
2017-08-30 | MIPS: SMP: Allow boot_secondary SMP op to return errors | Paul Burton |
2017-08-30 | MIPS: CM: Add cluster & block args to mips_cm_lock_other() | Paul Burton |
2017-08-30 | MIPS: Add CPU cluster number accessors | Paul Burton |
2017-08-30 | MIPS: Unify checks for sibling CPUs | Paul Burton |
2017-08-30 | MIPS: Store core & VP IDs in GlobalNumber-style variable | Paul Burton |
2017-08-30 | MIPS: Abstract CPU core & VP(E) ID access through accessor functions | Paul Burton |
2017-08-30 | MIPS: CPS: Use GlobalNumber macros rather than magic numbers | Paul Burton |
2017-08-30 | MIPS: CPS: Use change_*, set_* & clear_* where appropriate | Paul Burton |
2017-08-30 | MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shifts | Paul Burton |
2017-08-29 | MIPS: Remove pt_regs adjustments in indirect syscall handler | James Cowgill |
2017-08-29 | MIPS: seccomp: Fix indirect syscall args | James Hogan |
2017-08-29 | MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts | Paul Burton |
2017-08-29 | MIPS: CM: Specify register size when generating accessors | Paul Burton |
2017-08-29 | MIPS: CM: Rename mips_cm_base to mips_gcr_base | Paul Burton |
2017-08-29 | MIPS: Declare various variables & functions static | Paul Burton |
2017-08-29 | MIPS: Remove plat_timer_setup() | Paul Burton |
2017-08-29 | MIPS: Include linux/cpu.h for arch_cpu_idle() | Paul Burton |
2017-08-29 | MIPS: signal: Remove unreachable code from force_fcr31_sig(). | Ralf Baechle |
2017-08-29 | MIPS: Remove unused ST_OFF from r2300_switch.S | Paul Burton |
2017-08-29 | MIPS: Move r2300 FP code from r2300_switch.S to r2300_fpu.S | Paul Burton |
2017-08-29 | MIPS: Move r4k FP code from r4k_switch.S to r4k_fpu.S | Paul Burton |
2017-08-29 | MIPS: Remove unused R6000 support | Paul Burton |
2017-08-29 | MIPS: R6: Constify r2_decoder_tables | Matt Redfearn |
2017-08-29 | MIPS: SMP: Constify smp ops | Matt Redfearn |
2017-08-29 | smp: Avoid using two cache lines for struct call_single_data | Ying Huang |
2017-08-17 | mips/signal: In force_fcr31_sig return in the impossible case | Eric W. Biederman |
2017-08-07 | MIPS: Fix race on setting and getting cpu_online_mask | Matija Glavinic Pecotic |
2017-07-24 | signal: Remove kernel interal si_code magic | Eric W. Biederman |
2017-07-19 | signal/mips: Document a conflict with SI_USER with SIGFPE | Eric W. Biederman |