summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-01MIPS: Delete unused code in linux32.cPaul Burton1-19/+0
2018-08-01MIPS: Remove unused sys_32_mmap2Paul Burton1-10/+0
2018-08-01MIPS: Remove nabi_no_regargsPaul Burton3-25/+35
2018-07-30MIPS: Allow auto-dection of ARCH_PFN_OFFSET & PHYS_OFFSETPaul Burton1-2/+12
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-16/+32
2018-07-24MIPS: Loongson: Add Loongson-3A R3.1 basic supportHuacai Chen1-1/+2
2018-07-19MIPS: Add FP_MODE regset supportMaciej W. Rozycki1-0/+63
2018-07-19MIPS: Add DSP ASE regset supportMaciej W. Rozycki1-0/+189
2018-07-19MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki2-2/+2
2018-07-17mips: unify prom_putchar() declarationsAlexander Sverdlin2-2/+1
2018-06-29MIPS: Annotate cpu_wait implementations with __cpuidlePaul Burton1-6/+6
2018-06-29MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton1-15/+30
2018-06-28MIPS: Call dump_stack() from show_regs()Paul Burton2-2/+3
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar7-15/+31
2018-06-24MIPS: Add ksig argument to rseq_{signal_deliver,handle_notify_resume}Paul Burton1-2/+2
2018-06-24MIPS: Schedule on CPUs we need to lose FPU for a mode switchPaul Burton2-45/+42
2018-06-24MIPS: Fix ejtag handler on SMPHeiher1-0/+46
2018-06-24MIPS: move coherentio setup to setup.cChristoph Hellwig1-0/+24
2018-06-24MIPS: kexec: fix typosYegor Yefremov1-2/+2
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-2/+2
2018-06-21MIPS/kprobes: Don't call the ->break_handler() in MIPS kprobes codeMasami Hiramatsu1-14/+7
2018-06-21MIPS/kprobes: Remove jprobe implementationMasami Hiramatsu1-45/+0