summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* MIPS: malta: Use img-ascii-lcd driver for LCD displayPaul Burton2018-11-206-64/+5
* MIPS: ptrace: introduce NT_MIPS_MSA regsetPaul Burton2018-11-201-0/+147
* 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-197-8/+12
* 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
* 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
* MIPS: Simplify FP context initializationPaul Burton2018-11-099-292/+38
* MIPS: BCM5xxx: Remove dead init_fpu codePaul Burton2018-11-081-6/+0
* MIPS: Hide CONFIG_MIPS_O32_FP64_SUPPORT prompt for >= MIPSr6Paul Burton2018-11-081-1/+1
* MIPS: Hardcode cpu_has_mmips=1 for microMIPS kernelsPaul Burton2018-11-081-1/+3
* MIPS: Simplify GCC_OFF_SMALL_ASM definitionPaul Burton2018-11-071-11/+7
* MIPS: Remove GCC_IMM_ASM & GCC_REG_ACCUM macrosPaul Burton2018-11-072-10/+2
* MIPS: DEC: Add 64-bit DECstation defconfigMaciej W. Rozycki2018-11-061-0/+227
* MIPS: DEC: Add R4k DECstation defconfigMaciej W. Rozycki2018-11-061-0/+224
* MIPS: DEC: Update R3k DECstation defconfig for Y2018Maciej W. Rozycki2018-11-061-28/+135
* MIPS: r2-on-r6-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-061-27/+5
* MIPS: Enable IOREMAP_PROT config option for MIPS cpusHassan Naveed2018-11-053-0/+14
* MIPS: math-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-051-11/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-0337-141/+148
|\
| * Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-03962-8120/+40565
| |\