summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)Author
2018-03-15MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()Paul Burton
2018-03-15MIPS: BMIPS: Do not mask IPIs during suspendJustin Chen
2018-02-22MIPS: Fix incorrect mem=X@Y handlingMarcin Nowakowski
2018-01-23MIPS: CM: Drop WARN_ON(vp != 0)James Hogan
2018-01-17MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki
2018-01-17MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki
2018-01-17MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki
2018-01-17MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki
2018-01-17MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki
2018-01-17MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki
2018-01-17MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki
2017-11-30MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki
2017-11-30MIPS: Fix MIPS64 FP save/restore on 32-bit kernelsJames Hogan
2017-11-07MIPS: BMIPS: Fix missing cbr addressJaedon Shin
2017-11-04Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-03Update MIPS email addressesPaul Burton
2017-11-02MIPS: Update email address for Marcin NowakowskiMarcin Nowakowski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01MIPS: smp-cmp: Fix vpe_id build errorJames Hogan
2017-11-01MIPS: smp-cmp: Use right include for task_structJason A. Donenfeld
2017-11-01MIPS: CPS: Fix use of current_cpu_data in preemptible codeMatt Redfearn
2017-11-01MIPS: SMP: Fix deadlock & online raceMatt Redfearn
2017-10-31MIPS: generic: Fix compilation error from include asm/mips-cpc.hMatt Redfearn
2017-10-31Update MIPS email addressesPaul Burton
2017-09-20MIPS: Fix perf event initPaul Burton
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-09-06MIPS: Refactor handling of stack pointer in get_frame_infoMatt Redfearn
2017-09-06MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systemsMatt Redfearn
2017-09-06MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn
2017-09-06MIPS: microMIPS: Fix decoding of addiusp instructionMatt Redfearn
2017-09-06MIPS: microMIPS: Fix detection of addiusp instructionMatt Redfearn
2017-09-06MIPS: Handle non word sized instructions when examining frameMatt Redfearn
2017-09-06MIPS: Add DWARF unwinding to assemblyCorey Minyard
2017-09-06MIPS: Fix issues in backtracesCorey Minyard
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig
2017-09-04MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hPaul Burton
2017-09-04MIPS: Use mips_gic_present() in place of gic_presentPaul Burton
2017-09-04MIPS: VDSO: Drop gic_get_usm_range() usagePaul Burton
2017-09-04MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driverPaul Burton
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-08-30MIPS: CPS: Detect CPUs in secondary clustersPaul Burton
2017-08-30MIPS: CPS: Cluster support for topology functionsPaul Burton
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton
2017-08-30MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton
2017-08-30MIPS: Add CPU cluster number accessorsPaul Burton
2017-08-30MIPS: Unify checks for sibling CPUsPaul Burton
2017-08-30MIPS: Store core & VP IDs in GlobalNumber-style variablePaul Burton