summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorLines
2018-11-21MIPS: OCTEON: setup: make internal functions and data staticAaro Koskinen-3/+3
2018-11-21MIPS: OCTEON: cvmx-l2c: make cvmx_l2c_spinlock staticAaro Koskinen-1/+1
2018-11-21mips: fix mips_get_syscall_arg o32 checkDmitry V. Levin-1/+1
2018-11-20MIPS: Regenerate defconfigsPaul Burton-1850/+970
2018-11-20MIPS: malta: Use img-ascii-lcd driver for LCD displayPaul Burton-64/+5
2018-11-20MIPS: ptrace: introduce NT_MIPS_MSA regsetPaul Burton-0/+147
2018-11-20MIPS: Align kernel load address to 64KBHuacai Chen-3/+4
2018-11-20MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen-0/+5
2018-11-20MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3Huacai Chen-7/+70
2018-11-20MIPS: Enable Undefined Behavior Sanitizer UBSANHassan Naveed-0/+2
2018-11-19MIPS: Loongson: Add Loongson-3A R2.1 basic supportHuacai Chen-8/+12
2018-11-19MIPS: Remove superfluous check for __linux__Sean Young-8/+0
2018-11-19MIPS: Use device_type helpers to access the node typeRob Herring-4/+2
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław-3/+0
2018-11-16net/bpf_jit: MIPS: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław-9/+12
2018-11-15MIPS: Loongson3,SGI-IP27: Simplify max_low_pfn calculationPaul Burton-20/+3
2018-11-15MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSurMaciej W. Rozycki-0/+18
2018-11-15MIPS: SiByte: Enable ZONE_DMA32 for LittleSurMaciej W. Rozycki-0/+1
2018-11-15MIPS: SiByte: Set 32-bit bus mask for BCM1250 PCIMaciej W. Rozycki-0/+53
2018-11-12MIPS: Use Kconfig to select CPU_NO_EFFICIENT_FFSPaul Burton-11/+12
2018-11-12mips: sort list of configs for MaltaMaksym Kokhan-7/+7
2018-11-12mips: delete duplicated BUILTIN_DTB and LIBFDT configsMaksym Kokhan-2/+0
2018-11-12MIPS: Let early memblock_alloc*() allocate memories bottom-upHuacai Chen-2/+2
2018-11-12MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driverAaro Koskinen-0/+1
2018-11-09MIPS: Boston: Disable EG20T prefetchPaul Burton-0/+6
2018-11-09MIPS: Don't dump Hi & Lo regs on >= MIPSr6Paul Burton-2/+5
2018-11-09MIPS: Fix do_ade() closing brace indentationPaul Burton-1/+1
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton-68/+121
2018-11-09MIPS: Allow FP support to be disabledPaul Burton-1/+13
2018-11-09MIPS: Remove struct task_struct fpu state when CONFIG_MIPS_FP_SUPPORT=nPaul Burton-6/+20
2018-11-09MIPS: Don't compile math-emu when CONFIG_MIPS_FP_SUPPORT=nPaul Burton-2/+29
2018-11-09MIPS: Avoid FCSR sanitization when CONFIG_MIPS_FP_SUPPORT=nPaul Burton-1/+5
2018-11-09MIPS: Avoid FP ELF checks when CONFIG_MIPS_FP_SUPPORT=nPaul Burton-5/+27
2018-11-09MIPS: signal: Remove FP context support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton-5/+34
2018-11-09MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton-154/+179
2018-11-09MIPS: unaligned: Remove FP & MSA code when unsupportedPaul Burton-12/+24
2018-11-09MIPS: branch: Remove FP branch handling when CONFIG_MIPS_FP_SUPPORT=nPaul Burton-6/+16
2018-11-09MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton-34/+68
2018-11-09MIPS: cpu-probe: Avoid probing FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton-13/+41
2018-11-09MIPS: Stub asm/fpu.h functionsPaul Burton-3/+82
2018-11-09MIPS: Hardcode cpu_has_fpu=0 when CONFIG_MIPS_FP_SUPPORT=nPaul Burton-3/+8
2018-11-09MIPS: Introduce CONFIG_MIPS_FP_SUPPORTPaul Burton-0/+8
2018-11-09MIPS: Better abstract R2300 FPU usage in KconfigPaul Burton-3/+6
2018-11-09MIPS: Drop forward declarations of sigcontext in asm/fpu.hPaul Burton-3/+0
2018-11-09MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton-10/+7
2018-11-09MIPS: Simplify FP context initializationPaul Burton-292/+38
2018-11-08MIPS: BCM5xxx: Remove dead init_fpu codePaul Burton-6/+0
2018-11-08MIPS: Hide CONFIG_MIPS_O32_FP64_SUPPORT prompt for >= MIPSr6Paul Burton-1/+1
2018-11-08MIPS: Hardcode cpu_has_mmips=1 for microMIPS kernelsPaul Burton-1/+3
2018-11-07MIPS: Simplify GCC_OFF_SMALL_ASM definitionPaul Burton-11/+7