summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
AgeCommit message (Expand)AuthorLines
2021-11-25MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48Huang Pei-1/+1
2021-11-13Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds-0/+5
2021-11-09MIPS: BMIPS: Enable PCI KconfigFlorian Fainelli-0/+2
2021-11-09mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is setRandy Dunlap-0/+3
2021-11-05Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-89/+3
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+4
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-11/+4
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2021-10-28Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier-1/+0
2021-10-25irq: mips: stop (ab)using handle_domain_irq()Mark Rutland-1/+0
2021-10-24MIPS: Remove NETLOGIC supportThomas Bogendoerfer-89/+2
2021-10-20MIPS: BMIPS: Remove use of irq_cpu_offlineFlorian Fainelli-0/+1
2021-10-11bpf, mips: Clean up config options about JITTiezhu Yang-9/+0
2021-10-07firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann-2/+0
2021-10-06mips, bpf: Enable eBPF JITsJohan Almbladh-2/+4
2021-09-23MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORTJackie Liu-0/+1
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-0/+1
2021-09-03Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-30/+0
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada-0/+1
2021-08-12MIPS: Retire MACH_PISTACHIOJiaxun Yang-30/+0
2021-07-30arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn-1/+0
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann-0/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-7/+0
2021-07-01Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-4/+3
2021-07-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-4/+2
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang-7/+0
2021-06-30mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang-3/+0
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport-1/+1
2021-06-08clkdev: remove CONFIG_CLKDEV_LOOKUPArnd Bergmann-3/+0
2021-06-08mips: ralink: convert to CONFIG_COMMON_CLKArnd Bergmann-0/+1
2021-06-08mips: ar7: convert to CONFIG_COMMON_CLKArnd Bergmann-2/+1
2021-06-08mips: ar7: convert to clkdev_lookupArnd Bergmann-0/+1
2021-06-01MIPS: ingenic: Select CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMERPaul Cercueil-0/+2
2021-06-01MIPS: mm: XBurst CPU requires sync after DMAPaul Cercueil-0/+1
2021-05-11MIPS: Octeon: drop dependency on CONFIG_HOLES_IN_ZONEMike Rapoport-4/+0
2021-05-05mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual-5/+1
2021-04-30mm/memtest: add ARCH_USE_MEMTESTAnshuman Khandual-0/+1
2021-04-23MIPS: select ARCH_KEEP_MEMBLOCK unconditionallyNick Desaulniers-1/+1
2021-04-06MIPS: Remove get_fs/set_fsThomas Bogendoerfer-1/+0
2021-04-06MIPS: Add support for CONFIG_DEBUG_VIRTUALFlorian Fainelli-0/+1
2021-03-29arch: mips: fix unmet dependency for MTD_COMPLEX_MAPPINGSJulian Braha-0/+1
2021-03-29MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS againTiezhu Yang-0/+1
2021-03-14MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handlingHuang Pei-1/+2
2021-03-10MIPS: Remove KVM_GUEST supportThomas Bogendoerfer-17/+0
2021-03-06MIPS: force CONFIG_PCI to on for IP27 and IP30Christoph Hellwig-0/+2
2021-03-06MIPS: enable GENERIC_FIND_FIRST_BITAlexander Lobakin-0/+1
2021-03-06MIPS: select CPU_MIPS64 for remaining MIPS64 CPUsJason A. Donenfeld-1/+1
2021-02-21Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-14/+55
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1