aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-05mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual1-5/+1
2021-04-30mm/memtest: add ARCH_USE_MEMTESTAnshuman Khandual1-0/+1
2021-04-23MIPS: select ARCH_KEEP_MEMBLOCK unconditionallyNick Desaulniers1-1/+1
2021-04-06MIPS: Remove get_fs/set_fsThomas Bogendoerfer1-1/+0
2021-04-06MIPS: Add support for CONFIG_DEBUG_VIRTUALFlorian Fainelli1-0/+1
2021-03-29arch: mips: fix unmet dependency for MTD_COMPLEX_MAPPINGSJulian Braha1-0/+1
2021-03-29MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS againTiezhu Yang1-0/+1
2021-03-14MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handlingHuang Pei1-1/+2
2021-03-10MIPS: Remove KVM_GUEST supportThomas Bogendoerfer1-17/+0
2021-03-06MIPS: force CONFIG_PCI to on for IP27 and IP30Christoph Hellwig1-0/+2
2021-03-06MIPS: enable GENERIC_FIND_FIRST_BITAlexander Lobakin1-0/+1
2021-03-06MIPS: select CPU_MIPS64 for remaining MIPS64 CPUsJason A. Donenfeld1-1/+1
2021-02-21Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-14/+55
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linuxLinus Torvalds1-2/+1
2021-02-13MIPS: remove CONFIG_DMA_PERDEV_COHERENTChristoph Hellwig1-1/+2
2021-02-13MIPS: remove CONFIG_DMA_MAYBE_COHERENTChristoph Hellwig1-6/+2
2021-02-13driver core: lift dma_default_coherent into common codeChristoph Hellwig1-1/+0
2021-02-04MIPS: kernel: Support extracting off-line stack traces from user-space with perfTiezhu Yang1-0/+2
2021-02-04MIPS: Add Realtek RTL838x/RTL839x support as generic MIPS systemBert Vermeulen1-0/+21
2021-01-22MIPS: make kgdb depend on FPU supportArnd Bergmann1-1/+1
2021-01-22MIPS: jazz: always allow little-endian buildsArnd Bergmann1-0/+1
2021-01-22mips: Add N64 machine typeLauri Kasanen1-0/+12
2021-01-22Revert "MIPS: Remove unused R4300 CPU support"Lauri Kasanen1-0/+12
2021-01-22arch: mips: Remove CONFIG_OPROFILE supportViresh Kumar1-2/+1
2021-01-15MIPS: select ARCH_WANT_LD_ORPHAN_WARNAlexander Lobakin1-0/+1
2021-01-06Kconfig: regularize selection of CONFIG_BINFMT_ELFAl Viro1-2/+0
2021-01-06mips compat: switch to compat_binfmt_elf.cAl Viro1-5/+3
2021-01-06mips: KVM_GUEST makes no sense for 64bit builds...Al Viro1-1/+1
2021-01-04MIPS: Kill RM7K & RM9K IRQ CodeJiaxun Yang1-3/+0
2021-01-04MIPS: Loongson64: Give chance to build under !CONFIG_NUMA and !CONFIG_SMPTiezhu Yang1-2/+1
2020-12-16Merge tag 'mips_5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-4/+11
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+0
2020-12-14MIPS: Select ARCH_KEEP_MEMBLOCK if DEBUG_KERNEL to enable sysfs memblock debugTiezhu Yang1-0/+1
2020-12-04MIPS: SMP-CPS: Add support for irq migration when CPU offlineWei Li1-0/+1
2020-12-04MIPS: Enable GCOVXingxing Su1-0/+1
2020-11-27MIPS: Loongson64: Add KASLR supportJinyang He1-1/+4
2020-11-17mips: bmips: select ARCH_HAS_RESET_CONTROLLERÁlvaro Fernández Rojas1-0/+1
2020-11-06mips/mm/highmem: Switch to generic kmap atomicThomas Gleixner1-0/+1
2020-11-06MIPS: Kconfig: fix a few trivial spelling mistakesColin Ian King1-3/+3
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+0
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-47/+111
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+0
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-17/+0
2020-10-13mips: ralink: enable zboot supportChuanhong Guo1-0/+1
2020-10-13MIPS: ingenic: Remove CPU_SUPPORTS_HUGEPAGESPaul Cercueil1-1/+0
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-10-12MIPS: Loongson64: Select SMP in Kconfig to avoid build errorTiezhu Yang1-0/+1
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-17/+0
2020-09-28PCI: MSI: Fix Kconfig dependencies for PCI_MSI_ARCH_FALLBACKSThomas Gleixner1-1/+1