summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-032-47/+11
|\
| * mips/loongson/smp: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-26/+8
| * mips/octeon/smp: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-21/+3
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-2/+2
|\ \
| * \ Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-3017-65/+37
| |\ \
| * \ \ Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-153-3/+6
| |\ \ \
| * | | | ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-2/+2
* | | | | MIPS: CM: Fix mips_cm_max_vp_width for non-MT kernels on MT systemsPaul Burton2016-10-021-0/+11
* | | | | MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton2016-09-292-1/+4
* | | | | MIPS: Malta: Fix IOCU disable switch read for MIPS64Paul Burton2016-09-291-1/+7
* | | | | MIPS: Fix BUILD_ROLLBACK_PROLOGUE for microMIPSPaul Burton2016-09-291-2/+1
* | | | | MIPS: clear execution hazard after changing FTLB enablePaul Burton2016-09-291-2/+1
* | | | | MIPS: Configure FTLB after probing TLB sizes from config4Paul Burton2016-09-291-15/+28
* | | | | MIPS: Stop setting I6400 FTLBPPaul Burton2016-09-292-9/+2
* | | | | MIPS: DEC: Avoid la pseudo-instruction in delay slotsRalf Baechle2016-09-291-2/+38
* | | | | MIPS: Octeon: mark GPIO controller node not populated after IRQ init.Steven J. Hill2016-09-291-0/+6
* | | | | MIPS: uprobes: fix use of uninitialised variableMarcin Nowakowski2016-09-291-3/+2
* | | | | MIPS: uprobes: remove incorrect set_orig_insnMarcin Nowakowski2016-09-292-19/+0
* | | | | MIPS: fix uretprobe implementationMarcin Nowakowski2016-09-291-1/+1
* | | | | MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUsMatt Redfearn2016-09-291-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-09-2517-65/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | MIPS: Fix delay slot emulation count in debugfsPaul Burton2016-09-251-0/+1
| * | | MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn2016-09-251-4/+3
| * | | MIPS: Fix pre-r6 emulation FPU initialisationPaul Burton2016-09-231-0/+2
| * | | MIPS: vDSO: Fix Malta EVA mapping to vDSO page structsJames Hogan2016-09-211-4/+4
| * | | MIPS: Select HAVE_REGS_AND_STACK_ACCESS_APIMarcin Nowakowski2016-09-191-0/+1
| * | | MIPS: Octeon: Fix platform bus probingAaro Koskinen2016-09-191-1/+1
| * | | MIPS: Octeon: mangle-port: fix build failure with VDSO codeAaro Koskinen2016-09-191-2/+2
| * | | MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)Marcin Nowakowski2016-09-191-4/+4
| * | | MIPS: c-r4k: Fix size calc when avoiding IPIs for small icache flushesPaul Burton2016-09-131-1/+1
| * | | MIPS: Add a missing ".set pop" in an early commitHuacai Chen2016-09-131-0/+1
| * | | MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn2016-09-131-0/+2
| * | | MIPS: Remove compact branch policy Kconfig entriesPaul Burton2016-09-132-40/+0
| * | | MIPS: MAAR: Fix address alignmentJames Hogan2016-09-131-7/+6
| * | | MIPS: Fix memory regions reaching top of physicalJames Hogan2016-09-131-0/+7
| * | | MIPS: uprobes: fix incorrect uprobe brk handlingMarcin Nowakowski2016-09-131-1/+1
| * | | MIPS: ath79: Fix test for error return of clk_register_fixed_factor().Amitoj Kaur Chawla2016-09-131-1/+1
| | |/ | |/|
* | | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-141-0/+3
|\ \ \ | |/ / |/| |
| * | mips: copy_from_user() must zero the destination on access_ok() failureAl Viro2016-09-131-0/+3
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-271-1/+1
|\ \
| * | MIPS: KVM: Check for pfn noslot caseJames Hogan2016-08-191-1/+1
| |/
* | treewide: replace config_enabled() with IS_ENABLED() (2nd round)Masahiro Yamada2016-08-261-2/+2
|/
* MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan2016-08-122-12/+35
* MIPS: KVM: Fix gfn range check in kseg0 tlb faultsJames Hogan2016-08-121-1/+1
* MIPS: KVM: Add missing gfn range checkJames Hogan2016-08-121-8/+15
* MIPS: KVM: Fix mapped fault broken commpage handlingJames Hogan2016-08-121-21/+28
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-0667-795/+1397
|\
| * Merge branch '4.7-fixes' into mips-for-linux-nextRalf Baechle2016-08-039-19/+20
| |\
| | * MIPS: Fix MSA asm warnings in control reg accessorsJames Hogan2016-07-241-0/+2
| | * MIPS: Lantiq: Register IRQ handler for virtual IRQ numberHauke Mehrtens2016-07-241-1/+1
OpenPOWER on IntegriCloud