summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-1/+1
|\
| * Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0731-21/+50
| |\
| * | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* | | MIPS: BMIPS: Fix missing cbr addressJaedon Shin2017-11-071-2/+2
| |/ |/|
* | Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-044-12/+22
|\ \
| * | MIPS: Update email address for Marcin NowakowskiMarcin Nowakowski2017-11-021-1/+1
| * | MIPS: smp-cmp: Fix vpe_id build errorJames Hogan2017-11-021-2/+2
| * | MIPS: smp-cmp: Use right include for task_structJason A. Donenfeld2017-11-011-1/+1
| * | MIPS: CPS: Fix use of current_cpu_data in preemptible codeMatt Redfearn2017-11-011-1/+1
| * | MIPS: SMP: Fix deadlock & online raceMatt Redfearn2017-11-011-6/+16
| * | MIPS: generic: Fix compilation error from include asm/mips-cpc.hMatt Redfearn2017-11-011-1/+1
| * | Update MIPS email addressesPaul Burton2017-10-319-9/+9
| |/
* | Update MIPS email addressesPaul Burton2017-11-039-9/+9
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
|/
* MIPS: Fix perf event initPaul Burton2017-09-201-2/+1
* Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-1627-679/+605
|\
| * MIPS: Refactor handling of stack pointer in get_frame_infoMatt Redfearn2017-09-061-31/+30
| * MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systemsMatt Redfearn2017-09-061-9/+7
| * MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn2017-09-061-1/+1
| * MIPS: microMIPS: Fix decoding of addiusp instructionMatt Redfearn2017-09-061-3/+7
| * MIPS: microMIPS: Fix detection of addiusp instructionMatt Redfearn2017-09-061-1/+1
| * MIPS: Handle non word sized instructions when examining frameMatt Redfearn2017-09-061-3/+6
| * MIPS: Add DWARF unwinding to assemblyCorey Minyard2017-09-061-5/+8
| * MIPS: Fix issues in backtracesCorey Minyard2017-09-061-3/+19
| * MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hPaul Burton2017-09-042-2/+0
| * MIPS: Use mips_gic_present() in place of gic_presentPaul Burton2017-09-041-4/+2
| * MIPS: VDSO: Drop gic_get_usm_range() usagePaul Burton2017-09-041-10/+5
| * MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driverPaul Burton2017-09-041-1/+1
| * MIPS: CPS: Detect CPUs in secondary clustersPaul Burton2017-08-301-29/+51
| * MIPS: CPS: Cluster support for topology functionsPaul Burton2017-08-301-12/+3
| * MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton2017-08-305-9/+5
| * MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton2017-08-306-6/+17
| * MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton2017-08-303-9/+22
| * MIPS: Add CPU cluster number accessorsPaul Burton2017-08-301-0/+10
| * MIPS: Unify checks for sibling CPUsPaul Burton2017-08-302-11/+9
| * MIPS: Store core & VP IDs in GlobalNumber-style variablePaul Burton2017-08-301-0/+22
| * MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton2017-08-309-32/+35
| * MIPS: CPS: Use GlobalNumber macros rather than magic numbersPaul Burton2017-08-301-2/+2
| * MIPS: CPS: Use change_*, set_* & clear_* where appropriatePaul Burton2017-08-302-7/+3
| * MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton2017-08-303-5/+7
| * MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton2017-08-295-39/+39
| * MIPS: CM: Specify register size when generating accessorsPaul Burton2017-08-291-6/+3
| * MIPS: CM: Rename mips_cm_base to mips_gcr_basePaul Burton2017-08-291-5/+5
| * MIPS: Declare various variables & functions staticPaul Burton2017-08-294-6/+8
| * MIPS: Remove plat_timer_setup()Paul Burton2017-08-291-14/+0
| * MIPS: Include linux/cpu.h for arch_cpu_idle()Paul Burton2017-08-291-0/+1
| * MIPS: signal: Remove unreachable code from force_fcr31_sig().Ralf Baechle2017-08-291-2/+1
| * MIPS: Remove unused ST_OFF from r2300_switch.SPaul Burton2017-08-291-6/+0
| * MIPS: Move r2300 FP code from r2300_switch.S to r2300_fpu.SPaul Burton2017-08-292-76/+79
| * MIPS: Move r4k FP code from r4k_switch.S to r4k_fpu.SPaul Burton2017-08-294-212/+211