aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-12Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-2/+0
2019-10-10MIPS: Disable Loongson MMI instructions for kernel buildPaul Burton2-0/+5
2019-10-10MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang2-0/+44
2019-10-09MIPS: fw: sni: Fix out of bounds init of o32 stackThomas Bogendoerfer1-1/+1
2019-10-09MIPS: include: Mark __xchg as __always_inlineThomas Bogendoerfer1-2/+2
2019-10-07MIPS: include: Mark __cmpxchg as __always_inlineThomas Bogendoerfer1-2/+3
2019-10-04MIPS: fw/arc: Remove unused addr variablePaul Burton1-1/+0
2019-10-04USB: rio500: Remove Rio 500 kernel driverBastien Nocera2-2/+0
2019-10-03MIPS: pmcs-msp71xx: Remove unused addr variablePaul Burton1-1/+0
2019-10-03MIPS: pmcs-msp71xx: Add missing MAX_PROM_MEM definitionPaul Burton1-1/+2
2019-10-02mips: Loongson: Fix the link time qualifier of 'serial_exit()'Christophe JAILLET1-1/+1
2019-10-02MIPS: init: Prevent adding memory before PHYS_OFFSETThomas Bogendoerfer1-0/+3
2019-10-02MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem startThomas Bogendoerfer1-1/+1
2019-10-02MIPS: VDSO: Fix build for binutils < 2.25Paul Burton1-1/+1
2019-10-02MIPS: VDSO: Remove unused gettimeofday.cPaul Burton1-269/+0
2019-10-02MIPS: Wire up clone3 syscallPaul Burton5-3/+5
2019-10-02MIPS: octeon: Include required header; fix octeon ethernet buildPaul Burton1-0/+1
2019-10-01MIPS: cpu-bugs64: Mark inline functions as __always_inlineJiaxun Yang1-6/+8
2019-09-30MIPS: dts: ar9331: fix interrupt-controller sizeOleksij Rempel1-1/+1
2019-09-30MIPS: Loongson64: Fix boot failure after dropping boot_mem_mapHuacai Chen2-28/+18
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-25mm: introduce MADV_PAGEOUTMinchan Kim1-0/+1
2019-09-25mm: introduce MADV_COLDMinchan Kim1-0/+2
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-97/+1
2019-09-24mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti3-102/+1
2019-09-24mips: replace arch specific way to determine 32bit task with generic versionAlexandre Ghiti1-1/+2
2019-09-24mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti1-3/+4
2019-09-24mips: use STACK_TOP when computing mmap base addressAlexandre Ghiti1-2/+2
2019-09-24mips: properly account for stack randomization and stack guard gapAlexandre Ghiti1-2/+12
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-2/+0
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds103-2303/+1586
2019-09-20MIPS: Detect bad _PFN_SHIFT valuesPaul Burton1-0/+6
2019-09-20MIPS: Disable pte_special() for MIPS32 with RiXiPaul Burton2-2/+14
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-1/+2
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-9/+10
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-229/+146
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds5-5/+0
2019-09-06MIPS: ralink: deactivate PCI support for SOC_MT7621Hauke Mehrtens1-1/+0
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada1-1/+1
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig1-0/+2
2019-09-03mips: compat: vdso: Use legacy syscalls as fallbackVincenzo Frascino2-0/+46
2019-09-03MIPS: Drop Loongson _CACHE_* definitionsPaul Burton1-7/+0
2019-09-03MIPS: tlbex: Remove cpu_has_local_ebasePaul Burton4-12/+2
2019-09-03MIPS: tlbex: Simplify r3k checkPaul Burton1-30/+22
2019-09-03MIPS: Select R3k-style TLB in KconfigPaul Burton5-10/+16
2019-08-31MIPS: PCI: refactor ioc3 special handlingThomas Bogendoerfer1-105/+62
2019-08-31mips: remove ioremap_cachableChristoph Hellwig1-4/+3
2019-08-31mips/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra4-29/+45