summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MIPS: OCTEON: cvmx-helper-util: delete cvmx_helper_dump_packetAaro Koskinen2018-11-212-95/+0
* MIPS: OCTEON: smp: make internal symbols staticAaro Koskinen2018-11-211-2/+2
* MIPS: OCTEON: csrc-octeon: include linux/sched/clock.hAaro Koskinen2018-11-211-0/+1
* MIPS: OCTEON: octeon-irq: make octeon_irq_ciu3_set_affinity() staticAaro Koskinen2018-11-211-2/+2
* MIPS: OCTEON: octeon-platform: fix typingAaro Koskinen2018-11-211-1/+1
* MIPS: OCTEON: octeon-platform: make octeon_ids staticAaro Koskinen2018-11-211-1/+1
* MIPS: OCTEON: delete unused loopback configuration functionsAaro Koskinen2018-11-219-291/+0
* MIPS: OCTEON: cvmx-helper: make __cvmx_helper_errata_fix_ipd_ptr_alignment st...Aaro Koskinen2018-11-211-1/+1
* MIPS: OCTEON: setup: include asm/prom.hAaro Koskinen2018-11-211-0/+1
* MIPS: OCTEON: setup: include asm/fw/fw.hAaro Koskinen2018-11-211-0/+1
* MIPS: OCTEON: setup: make internal functions and data staticAaro Koskinen2018-11-211-3/+3
* MIPS: OCTEON: cvmx-l2c: make cvmx_l2c_spinlock staticAaro Koskinen2018-11-211-1/+1
* MIPS: Regenerate defconfigsPaul Burton2018-11-2061-1850/+970
* MIPS: malta: Use img-ascii-lcd driver for LCD displayPaul Burton2018-11-206-64/+5
* MIPS: ptrace: introduce NT_MIPS_MSA regsetPaul Burton2018-11-202-0/+148
* MIPS: Align kernel load address to 64KBHuacai Chen2018-11-201-3/+4
* MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen2018-11-201-0/+5
* MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3Huacai Chen2018-11-205-7/+70
* MIPS: Enable Undefined Behavior Sanitizer UBSANHassan Naveed2018-11-202-0/+2
* MIPS: Loongson: Add Loongson-3A R2.1 basic supportHuacai Chen2018-11-198-9/+14
* MIPS: Remove superfluous check for __linux__Sean Young2018-11-191-8/+0
* MIPS: Use device_type helpers to access the node typeRob Herring2018-11-191-4/+2
* MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSurMaciej W. Rozycki2018-11-153-0/+18
* MIPS: SiByte: Enable ZONE_DMA32 for LittleSurMaciej W. Rozycki2018-11-151-0/+1
* MIPS: SiByte: Set 32-bit bus mask for BCM1250 PCIMaciej W. Rozycki2018-11-151-0/+53
* lib/gcd: Remove use of CPU_NO_EFFICIENT_FFS macroPaul Burton2018-11-121-1/+1
* MIPS: Use Kconfig to select CPU_NO_EFFICIENT_FFSPaul Burton2018-11-122-11/+12
* mips: sort list of configs for MaltaMaksym Kokhan2018-11-121-7/+7
* mips: delete duplicated BUILTIN_DTB and LIBFDT configsMaksym Kokhan2018-11-121-2/+0
* MIPS: Boston: Disable EG20T prefetchPaul Burton2018-11-091-0/+6
* MIPS: Don't dump Hi & Lo regs on >= MIPSr6Paul Burton2018-11-091-2/+5
* MIPS: Fix do_ade() closing brace indentationPaul Burton2018-11-091-1/+1
* MIPS: Avoid using .set mips0 to restore ISAPaul Burton2018-11-0916-68/+121
* MIPS: Allow FP support to be disabledPaul Burton2018-11-091-1/+13
* MIPS: Remove struct task_struct fpu state when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-092-6/+20
* MIPS: Don't compile math-emu when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-092-2/+29
* MIPS: Avoid FCSR sanitization when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-1/+5
* MIPS: Avoid FP ELF checks when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-093-5/+27
* MIPS: signal: Remove FP context support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-5/+34
* MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-092-154/+179
* MIPS: unaligned: Remove FP & MSA code when unsupportedPaul Burton2018-11-091-12/+24
* MIPS: branch: Remove FP branch handling when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-6/+16
* MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-092-34/+68
* MIPS: cpu-probe: Avoid probing FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-13/+41
* MIPS: Stub asm/fpu.h functionsPaul Burton2018-11-091-3/+82
* MIPS: Hardcode cpu_has_fpu=0 when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-3/+8
* MIPS: Introduce CONFIG_MIPS_FP_SUPPORTPaul Burton2018-11-092-0/+8
* MIPS: Better abstract R2300 FPU usage in KconfigPaul Burton2018-11-092-3/+6
* MIPS: Drop forward declarations of sigcontext in asm/fpu.hPaul Burton2018-11-091-3/+0
* MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton2018-11-094-10/+7