summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-316-6/+4Star
* memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-10-2611-243/+287
|\
| * MIPS: Cleanup DSP ASE detectionPaul Burton2018-10-171-18/+0Star
| * MIPS: kdump: Mark cpu back online before rebootingDengcheng Zhu2018-09-281-0/+10
| * MIPS: MT: Remove obsolete cache flush repeat codePaul Burton2018-09-261-39/+0Star
| * MIPS: MT: Remove unused MT single-threaded cache flush codePaul Burton2018-09-261-20/+0Star
| * MIPS: Add Kconfig variable for CPUs with unaligned load/store instructionsYasha Cherikovsky2018-09-261-24/+23Star
| * MIPS/head: Store ELF appended dtb in a global variable tooYasha Cherikovsky2018-09-261-2/+4
| * MIPS/head: Add comments after #endif and #elseYasha Cherikovsky2018-09-261-7/+7
| * MIPS: kexec: Use prepare method from Generic for UHI platformsDengcheng Zhu2018-09-221-1/+41
| * MIPS: kexec: CPS systems to halt nonboot CPUsDengcheng Zhu2018-09-221-25/+55
| * MIPS: kexec: Make a framework for both jumping and halting on nonboot CPUsDengcheng Zhu2018-09-223-8/+93
| * MIPS: kexec: Mark CPU offline before disabling local IRQDengcheng Zhu2018-09-212-0/+6
| * mips: switch to NO_BOOTMEMMike Rapoport2018-09-142-76/+26Star
| * MIPS: Move arch_mem_init() comment near definitionPaul Burton2018-09-011-23/+22Star
| * MIPS: Remove no-op/identity castsPaul Burton2018-08-312-2/+2
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-252-14/+14
|\ \
| * | y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-272-14/+14
| |/
* | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-221-1/+1
|\ \
| * | MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENTChristoph Hellwig2018-09-201-1/+1
* | | MIPS: Fix CONFIG_CMDLINE handlingPaul Burton2018-09-281-20/+28
* | | MIPS: VDSO: Always map near top of user memoryPaul Burton2018-09-282-1/+42
|/ /
* / MIPS: VDSO: Match data page cache colouring when D$ aliasesPaul Burton2018-08-311-0/+20
|/
* Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2018-08-231-3/+1Star
|\
| * MIPS: Consistently declare TLB functionsPaul Burton2018-08-111-3/+1Star
* | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-211-1/+1
|\ \
| * | Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-141-1/+1
* | | Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-1415-114/+424
|\ \ \ | | |/ | |/|
| * | MIPS: Delete unused code in linux32.cPaul Burton2018-08-011-19/+0Star
| * | MIPS: Remove unused sys_32_mmap2Paul Burton2018-08-011-10/+0Star
| * | MIPS: Remove nabi_no_regargsPaul Burton2018-08-013-25/+35
| * | MIPS: Allow auto-dection of ARCH_PFN_OFFSET & PHYS_OFFSETPaul Burton2018-07-301-2/+12
| * | MIPS: Loongson: Add Loongson-3A R3.1 basic supportHuacai Chen2018-07-241-1/+2
| * | MIPS: Add FP_MODE regset supportMaciej W. Rozycki2018-07-191-0/+63
| * | MIPS: Add DSP ASE regset supportMaciej W. Rozycki2018-07-191-0/+189
| * | MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki2018-07-192-2/+2
| * | mips: unify prom_putchar() declarationsAlexander Sverdlin2018-07-172-2/+1Star
| * | MIPS: Annotate cpu_wait implementations with __cpuidlePaul Burton2018-06-281-6/+6
| * | MIPS: Schedule on CPUs we need to lose FPU for a mode switchPaul Burton2018-06-242-45/+42Star
| * | MIPS: Fix ejtag handler on SMPHeiher2018-06-241-0/+46
| * | MIPS: move coherentio setup to setup.cChristoph Hellwig2018-06-241-0/+24
| * | MIPS: kexec: fix typosYegor Yefremov2018-06-241-2/+2
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-253-16/+32
|\ \ \ | | |/ | |/|
| * | MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton2018-06-281-15/+30
| * | MIPS: Call dump_stack() from show_regs()Paul Burton2018-06-282-2/+3