summaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.11-fixes' into mips-for-linux-nextRalf Baechle2017-04-139-27/+57
|\
| * MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan2017-04-121-15/+33
| * MIPS: smp-cps: Fix potentially uninitialised value of coreMatt Redfearn2017-04-121-2/+1
| * MIPS: KASLR: Add missing header filesMatt Redfearn2017-04-121-1/+1
| * MIPS: Avoid BUG warning in arch_check_elfJames Cowgill2017-04-121-1/+1
| * MIPS: Fix modversioning of _mcount symbolJames Cowgill2017-04-121-0/+1
| * MIPS: generic: fix out-of-tree defconfig target buildsMarcin Nowakowski2017-04-111-3/+3
| * MIPS: cevt-r4k: Fix out-of-bounds array accessJames Hogan2017-04-101-1/+1
| * MIPS: perf: fix deadlockRabin Vincent2017-04-101-4/+5
| * MIPS: Malta: Fix i8259 irqchip setupMatt Redfearn2017-04-101-0/+11
* | 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
* | 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
* | 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 branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-04-0619-46/+122
|\
| * MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn2017-03-224-20/+60
| * MIPS: c-r4k: Fix Loongson-3's vcache/scache waysize calculationHuacai Chen2017-03-211-0/+2
| * MIPS: Flush wrong invalid FTLB entry for huge pageHuacai Chen2017-03-211-4/+21
| * MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3Huacai Chen2017-03-212-6/+15
| * MIPS: Add MIPS_CPU_FTLB for Loongson-3A R2Huacai Chen2017-03-211-1/+1
| * MIPS: Lantiq: fix missing xbar kernel panicHauke Mehrtens2017-03-211-1/+1
| * MIPS: smp-cps: Fix retrieval of VPE mask on big endian CPUsMatt Redfearn2017-03-211-1/+1
| * MIPS: Wire up statx system callJames Hogan2017-03-085-6/+13