summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-11-21MIPS: OCTEON: gmxx-defs.h: delete unused functions and macrosAaro Koskinen1-1356/+0
2018-11-21MIPS: OCTEON: delete cvmx override functionsAaro Koskinen2-51/+0
2018-11-21MIPS: OCTEON: cvmx-bootmem: make more functions staticAaro Koskinen2-29/+24
2018-11-21MIPS: OCTEON: cvmx-bootmem: move code to avoid forward declarationsAaro Koskinen1-47/+47
2018-11-21MIPS: OCTEON: cvmx-bootmem: delete unused functionsAaro Koskinen2-45/+0
2018-11-21MIPS: OCTEON: make cvmx_bootmem_alloc_range staticAaro Koskinen2-18/+15
2018-11-21MIPS: OCTEON: cvmx-helper-util: make cvmx_helper_setup_red_queue staticAaro Koskinen2-16/+2
2018-11-21MIPS: OCTEON: cvmx-helper-util: delete cvmx_helper_dump_packetAaro Koskinen2-95/+0
2018-11-21MIPS: OCTEON: smp: make internal symbols staticAaro Koskinen1-2/+2
2018-11-21MIPS: OCTEON: csrc-octeon: include linux/sched/clock.hAaro Koskinen1-0/+1
2018-11-21MIPS: OCTEON: octeon-irq: make octeon_irq_ciu3_set_affinity() staticAaro Koskinen1-2/+2
2018-11-21MIPS: OCTEON: octeon-platform: fix typingAaro Koskinen1-1/+1
2018-11-21MIPS: OCTEON: octeon-platform: make octeon_ids staticAaro Koskinen1-1/+1
2018-11-21MIPS: OCTEON: delete unused loopback configuration functionsAaro Koskinen9-291/+0
2018-11-21MIPS: OCTEON: cvmx-helper: make __cvmx_helper_errata_fix_ipd_ptr_alignment st...Aaro Koskinen1-1/+1
2018-11-21MIPS: OCTEON: setup: include asm/prom.hAaro Koskinen1-0/+1
2018-11-21MIPS: OCTEON: setup: include asm/fw/fw.hAaro Koskinen1-0/+1
2018-11-21MIPS: OCTEON: setup: make internal functions and data staticAaro Koskinen1-3/+3
2018-11-21MIPS: OCTEON: cvmx-l2c: make cvmx_l2c_spinlock staticAaro Koskinen1-1/+1
2018-11-20MIPS: Regenerate defconfigsPaul Burton61-1850/+970
2018-11-20MIPS: malta: Use img-ascii-lcd driver for LCD displayPaul Burton6-64/+5
2018-11-20MIPS: ptrace: introduce NT_MIPS_MSA regsetPaul Burton1-0/+147
2018-11-20MIPS: Align kernel load address to 64KBHuacai Chen1-3/+4
2018-11-20MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen1-0/+5
2018-11-20MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3Huacai Chen5-7/+70
2018-11-20MIPS: Enable Undefined Behavior Sanitizer UBSANHassan Naveed2-0/+2
2018-11-19MIPS: Loongson: Add Loongson-3A R2.1 basic supportHuacai Chen7-8/+12
2018-11-19MIPS: Remove superfluous check for __linux__Sean Young1-8/+0
2018-11-19MIPS: Use device_type helpers to access the node typeRob Herring1-4/+2
2018-11-15MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSurMaciej W. Rozycki3-0/+18
2018-11-15MIPS: SiByte: Enable ZONE_DMA32 for LittleSurMaciej W. Rozycki1-0/+1
2018-11-15MIPS: SiByte: Set 32-bit bus mask for BCM1250 PCIMaciej W. Rozycki1-0/+53
2018-11-12MIPS: Use Kconfig to select CPU_NO_EFFICIENT_FFSPaul Burton2-11/+12
2018-11-12mips: sort list of configs for MaltaMaksym Kokhan1-7/+7
2018-11-12mips: delete duplicated BUILTIN_DTB and LIBFDT configsMaksym Kokhan1-2/+0
2018-11-09MIPS: Boston: Disable EG20T prefetchPaul Burton1-0/+6
2018-11-09MIPS: Don't dump Hi & Lo regs on >= MIPSr6Paul Burton1-2/+5
2018-11-09MIPS: Fix do_ade() closing brace indentationPaul Burton1-1/+1
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton16-68/+121
2018-11-09MIPS: Allow FP support to be disabledPaul Burton1-1/+13
2018-11-09MIPS: Remove struct task_struct fpu state when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2-6/+20
2018-11-09MIPS: Don't compile math-emu when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2-2/+29
2018-11-09MIPS: Avoid FCSR sanitization when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-1/+5
2018-11-09MIPS: Avoid FP ELF checks when CONFIG_MIPS_FP_SUPPORT=nPaul Burton3-5/+27
2018-11-09MIPS: signal: Remove FP context support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-5/+34
2018-11-09MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2-154/+179
2018-11-09MIPS: unaligned: Remove FP & MSA code when unsupportedPaul Burton1-12/+24
2018-11-09MIPS: branch: Remove FP branch handling when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-6/+16
2018-11-09MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2-34/+68
2018-11-09MIPS: cpu-probe: Avoid probing FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-13/+41