summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)Author
2018-11-21MIPS: OCTEON: cvmx-helper-util: make cvmx_helper_setup_red_queue staticAaro Koskinen
2018-11-21MIPS: OCTEON: cvmx-helper-util: delete cvmx_helper_dump_packetAaro Koskinen
2018-11-21MIPS: OCTEON: smp: make internal symbols staticAaro Koskinen
2018-11-21MIPS: OCTEON: csrc-octeon: include linux/sched/clock.hAaro Koskinen
2018-11-21MIPS: OCTEON: octeon-irq: make octeon_irq_ciu3_set_affinity() staticAaro Koskinen
2018-11-21MIPS: OCTEON: octeon-platform: fix typingAaro Koskinen
2018-11-21MIPS: OCTEON: octeon-platform: make octeon_ids staticAaro Koskinen
2018-11-21MIPS: OCTEON: delete unused loopback configuration functionsAaro Koskinen
2018-11-21MIPS: OCTEON: cvmx-helper: make __cvmx_helper_errata_fix_ipd_ptr_alignment st...Aaro Koskinen
2018-11-21MIPS: OCTEON: setup: include asm/prom.hAaro Koskinen
2018-11-21MIPS: OCTEON: setup: include asm/fw/fw.hAaro Koskinen
2018-11-21MIPS: OCTEON: setup: make internal functions and data staticAaro Koskinen
2018-11-21MIPS: OCTEON: cvmx-l2c: make cvmx_l2c_spinlock staticAaro Koskinen
2018-11-20MIPS: Regenerate defconfigsPaul Burton
2018-11-20MIPS: malta: Use img-ascii-lcd driver for LCD displayPaul Burton
2018-11-20MIPS: ptrace: introduce NT_MIPS_MSA regsetPaul Burton
2018-11-20MIPS: Align kernel load address to 64KBHuacai Chen
2018-11-20MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen
2018-11-20MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3Huacai Chen
2018-11-20MIPS: Enable Undefined Behavior Sanitizer UBSANHassan Naveed
2018-11-19MIPS: Loongson: Add Loongson-3A R2.1 basic supportHuacai Chen
2018-11-19MIPS: Remove superfluous check for __linux__Sean Young
2018-11-19MIPS: Use device_type helpers to access the node typeRob Herring
2018-11-15MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSurMaciej W. Rozycki
2018-11-15MIPS: SiByte: Enable ZONE_DMA32 for LittleSurMaciej W. Rozycki
2018-11-15MIPS: SiByte: Set 32-bit bus mask for BCM1250 PCIMaciej W. Rozycki
2018-11-12MIPS: Use Kconfig to select CPU_NO_EFFICIENT_FFSPaul Burton
2018-11-12mips: sort list of configs for MaltaMaksym Kokhan
2018-11-12mips: delete duplicated BUILTIN_DTB and LIBFDT configsMaksym Kokhan
2018-11-09MIPS: Boston: Disable EG20T prefetchPaul Burton
2018-11-09MIPS: Don't dump Hi & Lo regs on >= MIPSr6Paul Burton
2018-11-09MIPS: Fix do_ade() closing brace indentationPaul Burton
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton
2018-11-09MIPS: Allow FP support to be disabledPaul Burton
2018-11-09MIPS: Remove struct task_struct fpu state when CONFIG_MIPS_FP_SUPPORT=nPaul Burton
2018-11-09MIPS: Don't compile math-emu when CONFIG_MIPS_FP_SUPPORT=nPaul Burton
2018-11-09MIPS: Avoid FCSR sanitization when CONFIG_MIPS_FP_SUPPORT=nPaul Burton
2018-11-09MIPS: Avoid FP ELF checks when CONFIG_MIPS_FP_SUPPORT=nPaul Burton
2018-11-09MIPS: signal: Remove FP context support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton
2018-11-09MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton
2018-11-09MIPS: unaligned: Remove FP & MSA code when unsupportedPaul Burton
2018-11-09MIPS: branch: Remove FP branch handling when CONFIG_MIPS_FP_SUPPORT=nPaul Burton
2018-11-09MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton
2018-11-09MIPS: cpu-probe: Avoid probing FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton
2018-11-09MIPS: Stub asm/fpu.h functionsPaul Burton
2018-11-09MIPS: Hardcode cpu_has_fpu=0 when CONFIG_MIPS_FP_SUPPORT=nPaul Burton
2018-11-09MIPS: Introduce CONFIG_MIPS_FP_SUPPORTPaul Burton
2018-11-09MIPS: Better abstract R2300 FPU usage in KconfigPaul Burton
2018-11-09MIPS: Drop forward declarations of sigcontext in asm/fpu.hPaul Burton
2018-11-09MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton