summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-11-10MIPS: Don't dump Hi & Lo regs on >= MIPSr6Paul Burton1-2/+5
2018-11-10MIPS: Fix do_ade() closing brace indentationPaul Burton1-1/+1
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton3-5/+9
2018-11-09MIPS: Remove struct task_struct fpu state when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-1/+6
2018-11-09MIPS: Avoid FP ELF checks when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-0/+4
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
2018-11-09MIPS: Better abstract R2300 FPU usage in KconfigPaul Burton1-2/+1
2018-11-09MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton3-10/+0
2018-11-09MIPS: Simplify FP context initializationPaul Burton6-244/+11
2018-11-08MIPS: BCM5xxx: Remove dead init_fpu codePaul Burton1-6/+0
2018-11-08MIPS: Remove GCC_IMM_ASM & GCC_REG_ACCUM macrosPaul Burton1-2/+2
2018-11-07MIPS: r2-on-r6-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-27/+5
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport6-6/+4
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-10-27Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds11-243/+287
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-14/+14
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-10-17MIPS: Cleanup DSP ASE detectionPaul Burton1-18/+0
2018-09-28MIPS: Fix CONFIG_CMDLINE handlingPaul Burton1-20/+28
2018-09-28MIPS: VDSO: Always map near top of user memoryPaul Burton2-1/+42
2018-09-28MIPS: kdump: Mark cpu back online before rebootingDengcheng Zhu1-0/+10
2018-09-27MIPS: MT: Remove obsolete cache flush repeat codePaul Burton1-39/+0
2018-09-26MIPS: MT: Remove unused MT single-threaded cache flush codePaul Burton1-20/+0
2018-09-26MIPS: Add Kconfig variable for CPUs with unaligned load/store instructionsYasha Cherikovsky1-24/+23
2018-09-26MIPS/head: Store ELF appended dtb in a global variable tooYasha Cherikovsky1-2/+4
2018-09-26MIPS/head: Add comments after #endif and #elseYasha Cherikovsky1-7/+7
2018-09-22MIPS: kexec: Use prepare method from Generic for UHI platformsDengcheng Zhu1-1/+41
2018-09-22MIPS: kexec: CPS systems to halt nonboot CPUsDengcheng Zhu1-25/+55
2018-09-22MIPS: kexec: Make a framework for both jumping and halting on nonboot CPUsDengcheng Zhu3-8/+93
2018-09-22MIPS: kexec: Mark CPU offline before disabling local IRQDengcheng Zhu2-0/+6
2018-09-20MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENTChristoph Hellwig1-1/+1
2018-09-14mips: switch to NO_BOOTMEMMike Rapoport2-76/+26
2018-09-01MIPS: Move arch_mem_init() comment near definitionPaul Burton1-23/+22
2018-08-31MIPS: Remove no-op/identity castsPaul Burton2-2/+2
2018-08-31MIPS: VDSO: Match data page cache colouring when D$ aliasesPaul Burton1-0/+20
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann2-14/+14
2018-08-24Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds1-3/+1
2018-08-21Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2018-08-14Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds15-114/+424
2018-08-14Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria1-1/+1
2018-08-11MIPS: Consistently declare TLB functionsPaul Burton1-3/+1