summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-05-1250-10909/+1209
|\
| * MIPS: Sibyte: Fix Kconfig warning.Ralf Baechle2017-04-211-1/+1
| * MIPS: Sibyte: Export symbol periph_rev to sb1250-mac network driver.Ralf Baechle2017-04-212-0/+2
| * NET: sb1250-mac: Add missing MODULE_LICENSE()Ralf Baechle2017-04-211-0/+1
| * MAINTAINERS: Update email-id of Rahul BedarkarRahul Bedarkar2017-04-201-1/+1
| * Merge branch '4.11-fixes' into mips-for-linux-nextRalf Baechle2017-04-139-27/+57
| |\
| * | MIPS: Remove confusing else statement in __do_page_fault()Paul Burton2017-04-131-8/+8
| * | MIPS: Stengthen IPI IRQ domain sanity checkPaul Burton2017-04-121-8/+12
| * | MIPS: smp-mt: Use CPU interrupt controller IPI IRQ domain supportPaul Burton2017-04-123-176/+8
| * | irqchip: mips-cpu: Introduce IPI IRQ domain supportPaul Burton2017-04-122-8/+119
| * | irqchip: mips-cpu: Prepare for non-legacy IRQ domainsPaul Burton2017-04-121-10/+13
| * | irqchip: mips-cpu: Replace magic 0x100 with IE_SW0Paul Burton2017-04-121-4/+4
| * | MIPS: Remove CONFIG_ARCH_HAS_ILOG2_U{32,64}Paul Burton2017-04-121-8/+0
| * | MIPS: generic: Enable Root FS on NFS in generic_defconfigMatt Redfearn2017-04-121-0/+3
| * | MIPS: mach-rm: Remove recursive include of cpu-feature-overrides.hMarcin Nowakowski2017-04-121-2/+0
| * | MIPS: Opt into HAVE_COPY_THREAD_TLSJames Cowgill2017-04-122-3/+4
| * | CPUFREQ: Loongson2: drop set_cpus_allowed_ptr()Sebastian Andrzej Siewior2017-04-121-7/+0
| * | MIPS: uasm: Remove needless ISA abstractionPaul Burton2017-04-122-137/+106
| * | MIPS: Remove dead define of ST_OFFMatt Redfearn2017-04-121-6/+0
| * | MIPS: Use common outgoing-CPU-notification codeMarcin Nowakowski2017-04-121-4/+3
| * | MIPS: math-emu: Fix BC1EQZ and BC1NEZ condition handlingDouglas Leung2017-04-101-4/+6
| * | MIPS: r2-on-r6-emu: Clear BLTZALL and BGEZALL debugfs countersAleksandar Markovic2017-04-101-0/+2
| * | MIPS: r2-on-r6-emu: Fix BLEZL and BGTZL identificationLeonid Yegoshin2017-04-101-2/+12
| * | MIPS: Loongson-3: Select MIPS_L1_CACHE_SHIFT_6Huacai Chen2017-04-101-0/+1
| * | MIPS: Delete redundant definition of SMP_CACHE_BYTES.Ralf Baechle2017-04-102-4/+1
| * | MIPS: Delete unused definition of SMP_CACHE_SHIFT.Ralf Baechle2017-04-101-1/+0
| * | MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>.Ralf Baechle2017-04-101-2/+0
| * | MIPS: Disable Werror when W= is setFlorian Fainelli2017-04-101-0/+2
| * | MIPS: Octeon: Clean up platform code.Steven J. Hill2017-04-101-4/+12
| * | MIPS: Octeon: Remove unused PCIERCX types and macros.Steven J. Hill2017-04-101-3016/+209
| * | MIPS: Octeon: Fix compile error when USB is not enabled.Steven J. Hill2017-04-101-48/+49
| * | MIPS: Octeon: Remove unused SLI types and macros.Steven J. Hill2017-04-102-3469/+76
| * | MIPS: Octeon: Remove unused L2C types and macros.Steven J. Hill2017-04-107-3922/+305
| * | MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.Alex Belits2017-04-106-13/+172
| * | MIPS: Octeon: Remove vestiges of CONFIG_CAVIUM_OCTEON_2ND_KERNELDavid Daney2017-04-103-24/+1
| * | MIPS: BPF: Fix multiple problems in JIT skb access helpers.David Daney2017-04-101-11/+12
| * | MIPS: BPF: Quit clobbering callee saved registers in JIT code.David Daney2017-04-101-4/+12
| * | MIPS: BPF: Use unsigned access for unsigned SKB fields.David Daney2017-04-101-2/+2
| * | MIPS: BPF: Add JIT support for SKF_AD_HATYPE.David Daney2017-04-101-4/+17
| * | MIPS: uasm: Add support for LHU.David Daney2017-04-103-1/+4
| * | MIPS: Enable GENERIC_CPU_AUTOPROBEMarcin Nowakowski2017-04-103-0/+34
* | | Merge tag 'nios2-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-1221-252/+69
|\ \ \
| * | | nios2: remove custom early console implementationTobias Klauser2017-05-116-199/+0
| * | | nios2: use generic strncpy_from_user() and strnlen_user()Ley Foon Tan2017-05-083-35/+7
| * | | nios2: Add CDX supportMarek Vasut2017-05-084-2/+19
| * | | nios2: Add BMX supportMarek Vasut2017-05-084-2/+19
| * | | nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2Marek Vasut2017-05-083-0/+13
| * | | nios2: implement flush_dcache_mmap_lock/unlockJulien Beraud2017-05-081-2/+4
| * | | nios2: enable earlycon supportTobias Klauser2017-05-084-4/+9
| * | | nios2: constify irq_domain_opsTobias Klauser2017-05-081-1/+1