aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-11MIPS: allow building with kcov coverageAlexey Khoroshilov1-0/+2
2019-11-11MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATEDJiaxun Yang1-3/+0
2019-11-11MIPS: Loongson: Unify LOONGSON3/LOONGSON64 Kconfig usageHuacai Chen1-14/+21
2019-11-11MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen1-3/+3
2019-11-01MIPS: add support for SGI Octane (IP30)Thomas Bogendoerfer1-0/+27
2019-11-01MIPS: Loongson64: Move files to the top-level directoryJiaxun Yang1-0/+26
2019-11-01MIPS: Fork loongson2ef from loongson64Jiaxun Yang1-9/+10
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang1-18/+18
2019-10-23MIPS: SGI-IP27: reduce ARC usage to a minimumThomas Bogendoerfer1-0/+4
2019-10-09MIPS: SGI-IP22/28: Use PROM for memory detectionThomas Bogendoerfer1-16/+4
2019-10-09MIPS: Kconfig: always select ARC_MEMORY and ARC_PROMLIB for platformThomas Bogendoerfer1-4/+8
2019-10-07mips: Kconfig: Add ARCH_HAS_FORTIFY_SOURCEDmitry Korotin1-0/+1
2019-10-07MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen1-0/+2
2019-10-07mips: sgi-ip27: switch from DISCONTIGMEM to SPARSEMEMMike Rapoport1-10/+2
2019-10-07MIPS: r4k-bugs64: Limit R4k bug checks to affected systemsPaul Burton1-0/+4
2019-09-24mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti1-1/+1
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-48/+17
2019-09-20MIPS: Disable pte_special() for MIPS32 with RiXiPaul Burton1-1/+1
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+1
2019-09-03MIPS: Select R3k-style TLB in KconfigPaul Burton1-1/+6
2019-08-29MIPS: document mixing "slightly different CCAs"Christoph Hellwig1-0/+7
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig1-1/+1
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada1-0/+1
2019-07-30MIPS: Kconfig: remove HAVE_LATENCYTOP_SUPPORTFabian Mewes1-4/+0
2019-07-25mips: Add support for generic vDSOVincenzo Frascino1-0/+2
2019-07-23MIPS: Remove unused R8000 CPU supportPaul Burton1-19/+5
2019-07-23MIPS: Remove unused R5432 CPU supportPaul Burton1-11/+0
2019-07-23MIPS: Remove unused R4300 CPU supportPaul Burton1-12/+0
2019-07-21MIPS: pte_special()/pte_mkspecial() supportDmitry Korotin1-0/+1
2019-07-21MIPS: ingenic: Add support for huge pagesDaniel Silsby1-0/+1
2019-07-21MIPS: Decouple CPU_SUPPORTS_HUGEPAGES from 64BITDaniel Silsby1-2/+2
2019-07-21MIPS: Disallow CPU_SUPPORTS_HUGEPAGES for XPA,EVADaniel Silsby1-0/+1
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2019-07-12mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig1-1/+1
2019-07-12MIPS: use the generic get_user_pages_fast codeChristoph Hellwig1-0/+2
2019-07-03MIPS: only select ARCH_HAS_UNCACHED_SEGMENT for non-coherent platformsChristoph Hellwig1-1/+1
2019-06-03MIPS: use the generic uncached segment support in dma-directChristoph Hellwig1-0/+1
2019-05-19Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+6
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport1-1/+0
2019-05-09MIPS: SGI-IP27: abstract chipset irq from bridgeThomas Bogendoerfer1-0/+1
2019-05-09MIPS: SGI-IP27: use generic PCI driverThomas Bogendoerfer1-0/+5
2019-05-08Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-33/+31
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-7/+0
2019-03-19arch: mips: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult1-31/+30
2019-03-19MIPS: eBPF: Initial eBPF support for MIPS32 architecture.Hassan Naveed1-2/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-4/+9
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-0/+1
2019-02-21MIPS: ingenic: Add support for appended devicetreePaul Cercueil1-1/+1