summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorLines
2016-05-13MIPS: BMIPS: Add early CPU initialization codeFlorian Fainelli-0/+87
2016-05-13MIPS: Make flush_threadRalf Baechle-4/+0
2016-05-13MIPS: Support R_MIPS_PC{16,21,26} rel-style relocsPaul Burton-1/+50
2016-05-13MIPS: Support R_MIPS_PC{21,26} rela-style relocsPaul Burton-1/+47
2016-05-13MIPS: module: Make consistent use of pr_*()Steven J. Hill-9/+6
2016-05-13MIPS: Probe the M6250 CPUPaul Burton-0/+4
2016-05-13MIPS: Probe the P6600 corePaul Burton-0/+4
2016-05-13MIPS: Add P6600 cases to CPU switch statementsPaul Burton-0/+9
2016-05-13MIPS: smp-cps: Stop printing EJTAG exceptions to UARTPaul Burton-1/+0
2016-05-13MIPS: smp-cps: Add nothreads kernel parameterPaul Burton-0/+11
2016-05-13MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsPaul Burton-6/+82
2016-05-13MIPS: smp-cps: Skip core setup if coherentPaul Burton-15/+24
2016-05-13MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesPaul Burton-30/+51
2016-05-13MIPS: smp-cps: Pull cache init into a functionPaul Burton-67/+76
2016-05-13MIPS: smp-cps: Ensure our VP ident calculation is correctPaul Burton-0/+11
2016-05-13MIPS: pm-cps: Avoid offset overflow on MIPSr6Markos Chandras-4/+11
2016-05-13MIPS: traps: Make sure secondary cores have a sane ebase registerMarkos Chandras-0/+7
2016-05-13MIPS: Detect MIPSr6 Virtual Processor supportPaul Burton-0/+2
2016-05-13MIPS: panic immediately when panic_on_oopsAaro Koskinen-4/+1
2016-05-13MIPS: Add CPU identifiers and probing for Cavium CN73xx and CNF75xx processors.David Daney-0/+2
2016-05-09MIPS: Use copy_s.fmt rather than copy_u.fmtPaul Burton-5/+5
2016-05-09MIPS64: R6: R2 emulation bugfixLeonid Yegoshin-52/+53
2016-05-09MIPS: Reserve nosave data for hibernationHuacai Chen-0/+3
2016-05-09MIPS: Fix watchpoint restorationJames Hogan-4/+3
2016-05-09MIPS: Avoid using unwind_stack() with usermodeJames Hogan-1/+1
2016-05-09MIPS: Don't unwind to user mode with EVAJames Hogan-1/+1
2016-05-09MIPS: BMIPS: Fill in current_cpu_data.coreFlorian Fainelli-0/+1
2016-05-09MIPS: BMIPS: Make whitespacely correct.Ralf Baechle-136/+136
2016-05-09MIPS: BMIPS: Add Whirlwind (BMIPS5200) initialization codeFlorian Fainelli-4/+792
2016-05-09MIPS: BMIPS: Fix PRID_IMP_BMIPS5000 masking for BMIPS5200Florian Fainelli-2/+7
2016-05-09MIPS: Don't BUG_ON when no IPI domain is foundPaul Burton-13/+11
2016-05-09MIPS: Fix crash registers on non-crashing CPUsCorey Minyard-3/+13
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo-2/+2
2016-04-04MIPS: traps.c: Verify the ISA for microMIPS RDHWR emulationMaciej W. Rozycki-13/+13
2016-04-03MIPS: Bail on unsupported module relocsPaul Burton-6/+32
2016-04-03MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp'Maciej W. Rozycki-11/+19
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder-5/+5
2016-04-03MIPS: Wire up preadv2 and pwrite2 syscalls.Ralf Baechle-0/+8
2016-03-29MIPS: Fix MSA ld unaligned failure casesPaul Burton-21/+30
2016-03-29MIPS: Fix broken malta qemuQais Yousef-0/+12
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko-0/+1
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-2/+2
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+141
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-4/+6
2016-03-13MIPS: smp.c: Fix uninitialised temp_foreign_mapJames Hogan-0/+1
2016-03-08Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar-34/+23
2016-03-04MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'Maciej W. Rozycki-7/+6
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar-25/+15
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner-1/+1