summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * MIPS: Support R_MIPS_PC{16,21,26} rel-style relocsPaul Burton2016-05-131-1/+50
| * MIPS: Support R_MIPS_PC{21,26} rela-style relocsPaul Burton2016-05-131-1/+47
| * MIPS: module: Make consistent use of pr_*()Steven J. Hill2016-05-132-9/+6
| * MIPS: Probe the M6250 CPUPaul Burton2016-05-131-0/+4
| * MIPS: Probe the P6600 corePaul Burton2016-05-131-0/+4
| * MIPS: Add P6600 cases to CPU switch statementsPaul Burton2016-05-134-0/+9
| * MIPS: smp-cps: Stop printing EJTAG exceptions to UARTPaul Burton2016-05-131-1/+0
| * MIPS: smp-cps: Add nothreads kernel parameterPaul Burton2016-05-131-0/+11
| * MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsPaul Burton2016-05-132-6/+82
| * MIPS: smp-cps: Skip core setup if coherentPaul Burton2016-05-131-15/+24
| * MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesPaul Burton2016-05-132-30/+51
| * MIPS: smp-cps: Pull cache init into a functionPaul Burton2016-05-131-67/+76
| * MIPS: smp-cps: Ensure our VP ident calculation is correctPaul Burton2016-05-131-0/+11
| * MIPS: pm-cps: Avoid offset overflow on MIPSr6Markos Chandras2016-05-131-4/+11
| * MIPS: traps: Make sure secondary cores have a sane ebase registerMarkos Chandras2016-05-131-0/+7
| * MIPS: Detect MIPSr6 Virtual Processor supportPaul Burton2016-05-131-0/+2
| * MIPS: panic immediately when panic_on_oopsAaro Koskinen2016-05-131-4/+1
| * MIPS: Add CPU identifiers and probing for Cavium CN73xx and CNF75xx processors.David Daney2016-05-131-0/+2
| * MIPS: Use copy_s.fmt rather than copy_u.fmtPaul Burton2016-05-091-5/+5
| * MIPS64: R6: R2 emulation bugfixLeonid Yegoshin2016-05-091-52/+53
| * MIPS: Reserve nosave data for hibernationHuacai Chen2016-05-091-0/+3
| * MIPS: Fix watchpoint restorationJames Hogan2016-05-092-4/+3
| * MIPS: Avoid using unwind_stack() with usermodeJames Hogan2016-05-091-1/+1
| * MIPS: Don't unwind to user mode with EVAJames Hogan2016-05-091-1/+1
| * MIPS: BMIPS: Fill in current_cpu_data.coreFlorian Fainelli2016-05-091-0/+1
| * MIPS: BMIPS: Make whitespacely correct.Ralf Baechle2016-05-091-136/+136
| * MIPS: BMIPS: Add Whirlwind (BMIPS5200) initialization codeFlorian Fainelli2016-05-093-4/+792
| * MIPS: BMIPS: Fix PRID_IMP_BMIPS5000 masking for BMIPS5200Florian Fainelli2016-05-091-2/+7
| * MIPS: Don't BUG_ON when no IPI domain is foundPaul Burton2016-05-091-13/+11
| * MIPS: Fix crash registers on non-crashing CPUsCorey Minyard2016-05-091-3/+13
* | perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-271-2/+2
|/
* MIPS: traps.c: Verify the ISA for microMIPS RDHWR emulationMaciej W. Rozycki2016-04-041-13/+13
* MIPS: Bail on unsupported module relocsPaul Burton2016-04-032-6/+32
* MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp'Maciej W. Rozycki2016-04-032-11/+19
* MIPS: Fix misspellings in comments.Adam Buchbinder2016-04-035-5/+5
* MIPS: Wire up preadv2 and pwrite2 syscalls.Ralf Baechle2016-04-034-0/+8
* MIPS: Fix MSA ld unaligned failure casesPaul Burton2016-03-291-21/+30
* MIPS: Fix broken malta qemuQais Yousef2016-03-291-0/+12
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-171-2/+2
|\
| * MIPS: txx9: switch to gpiochip_add_data()Linus Walleij2016-02-191-2/+2
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
|\ \
| * | arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-155-6/+141
|\ \ \
| * \ \ Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar2016-03-0811-34/+23
| |\ \ \
| * | | | MIPS: Delete smp-gic.cQais Yousef2016-02-251-1/+0
| * | | | MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef2016-02-253-5/+5
| * | | | MIPS: Add generic SMP IPI supportQais Yousef2016-02-251-0/+136
| | |_|/ | |/| |
* | | | Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-03-141-4/+6
|\ \ \ \
| * \ \ \ Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-049-25/+15
| |\ \ \ \ | | | |_|/ | | |/| |
OpenPOWER on IntegriCloud