aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2019-05-19Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds17-659/+809
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-0/+18
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds3-0/+3
2019-05-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds2-2/+2
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+0
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells3-0/+18
2019-05-15MIPS: Alchemy: add DMA masks for on-chip ethernetManuel Lauss1-8/+14
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd3-0/+3
2019-05-14MIPS: mark __fls() and __ffs() as __always_inlineMasahiro Yamada1-2/+2
2019-05-14MIPS: mark mult_sh_align_mod() as __always_inlineMasahiro Yamada1-2/+2
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport1-1/+0
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig1-8/+0
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-5/+6
2019-05-13MIPS: SGI-IP22: provide missing dma_mask/coherent_dma_maskThomas Bogendoerfer1-0/+13
2019-05-13generic: fix appended dtb supportMarcin Nowakowski1-2/+2
2019-05-12Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds11-14/+14
2019-05-09MIPS: SGI-IP27: abstract chipset irq from bridgeThomas Bogendoerfer5-119/+265
2019-05-09MIPS: SGI-IP27: use generic PCI driverThomas Bogendoerfer9-275/+266
2019-05-09MIPS: Fix Ingenic SoCs sometimes reporting wrong ISAPaul Cercueil1-0/+8
2019-05-09MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabledFlorian Fainelli1-18/+3
2019-05-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+1
2019-05-08Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds22-1825/+341
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds2-4/+4
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds7-7/+0
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+0
2019-05-07Merge branch 'clk-ti' into clk-nextStephen Boyd1-1/+1
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-3/+26
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+0
2019-05-06thermal/drivers/core: Remove the module Kconfig's optionDaniel Lezcano2-2/+2
2019-05-05mips: Manually call fdt_init_reserved_mem() methodSerge Semin1-0/+3
2019-05-05mips: Make sure dt memory regions are validSerge Semin1-1/+13
2019-05-05Merge tag 'nand/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/nextRichard Weinberger11-14/+14
2019-05-03mips: Perform early low memory testSerge Semin1-0/+2
2019-05-03mips: Dump memblock regions for debuggingSerge Semin1-0/+2
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
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-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd1-1/+1
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+3
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+13