summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2019-05-06mips: Make sure dt memory regions are validSerge Semin1-1/+13
2019-05-04mips: Perform early low memory testSerge Semin1-0/+2
2019-05-04mips: Dump memblock regions for debuggingSerge Semin1-0/+2
2019-05-02mips: Add reserve-nomap memory type supportSerge Semin3-1/+12
2019-05-02mips: Use memblock to reserve the __nosave memory rangeSerge Semin1-2/+3
2019-05-02mips: Discard post-CMA-init foreach loopSerge Semin1-5/+0
2019-05-02mips: Reserve memory for the kernel image resourcesSerge Semin1-27/+3
2019-05-02MIPS: Remove duplicate EBase configurationPaul Burton1-17/+3
2019-05-02MIPS: Sync icache for whole exception vectorPaul Burton1-1/+1
2019-05-02MIPS: Always allocate exception vector for MIPSr2+Paul Burton1-20/+15
2019-05-02MIPS: Use memblock_phys_alloc() for exception vectorPaul Burton1-4/+4
2019-04-25mips: Combine memblock init and memory reservation loopsSerge Semin1-41/+7
2019-04-25mips: Discard rudiments from bootmem_initSerge Semin1-20/+5
2019-04-25mips: Make sure kernel .bss exists in boot mem poolSerge Semin1-0/+3
2019-04-24mips: vdso: drop unnecessary cc-ldoptionNick Desaulniers1-3/+1
2019-04-12Revert "MIPS: ralink: fix cpu clock of mt7621 and add dt clk devices"Paul Burton3-93/+33
2019-04-10MIPS: generic: Enable CONFIG_JUMP_LABELPaul Burton1-0/+1
2019-04-10MIPS: jump_label: Use compact branches for >= r6Paul Burton2-8/+34
2019-04-10MIPS: jump_label: Remove redundant nopsPaul Burton1-2/+1
2019-04-10Merge tag 'mips_fixes_5.1_1' into mips-nextPaul Burton5-17/+13
2019-04-04MIPS: ralink: fix cpu clock of mt7621 and add dt clk devicesChuanhong Guo3-33/+93
2019-03-26MIPS: KVM: Use prandom_u32_max() to generate tlbwr indexPaul Burton1-3/+1
2019-03-20arch: mips: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult4-40/+39
2019-03-20MIPS: eBPF: Initial eBPF support for MIPS32 architecture.Hassan Naveed5-1602/+70
2019-03-20MIPS: eBPF: Provide eBPF support for MIPS64R6Hassan Naveed1-9/+69
2019-03-20MIPS: uasm: Add div, mul and sel instructions for mipsr6Hassan Naveed4-18/+49
2019-03-20MIPS: entry: Remove unneeded need_resched() loopValentin Schneider1-3/+2
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+0
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2019-03-14MIPS: Remove custom MIPS32 __kernel_fsid_t typePaul Burton1-7/+0
2019-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport4-0/+14
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport1-1/+1
2019-03-12mips: bcm47xx: Enable USB power on Netgear WNDR3400v2Petr Štetiar1-0/+1
2019-03-11MIPS: Fix kernel crash for R6 in jump label branch functionArcher Yan1-4/+4
2019-03-11MIPS: Ensure ELF appended dtb is relocatedYasha Cherikovsky1-5/+7
2019-03-11mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction.Yifeng Li1-1/+1
2019-03-11y2038: fix socket.h header inclusionArnd Bergmann1-1/+1
2019-03-11Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-11/+9
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-1/+1
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2019-03-06Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-73/+114
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds114-4335/+1607
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-12/+43
2019-03-05Merge tag 'spi-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2-20/+1
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-5/+13
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds4-7/+6
2019-03-04Merge branch 'spi-5.1' into spi-nextMark Brown2-20/+1