aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'mips_7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-9/+5
2026-06-17Merge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2026-06-15mips: select legacy gpiolib interfaces where usedArnd Bergmann1-0/+5
2026-06-09MIPS: VDSO: Fold MIPS_CLOCK_VSYSCALL into MIPS_GENERIC_GETTIMEOFDAYThomas Weißschuh1-3/+1
2026-06-09MIPS: VDSO: Gate microMIPS restriction on GCC versionThomas Weißschuh1-1/+1
2026-06-09MIPS: VDSO: Fold MIPS_DISABLE_VDSO into MIPS_GENERIC_GETTIMEOFDAYThomas Weißschuh1-2/+4
2026-06-04MIPS: VDSO: Only map the data pages when the vDSO is usedThomas Weißschuh1-1/+1
2026-06-04MIPS: Introduce Kconfig MIPS_GENERIC_GETTIMEOFDAYThomas Weißschuh1-1/+4
2026-06-02vdso/treewide: Drop GENERIC_TIME_VSYSCALLThomas Weißschuh1-1/+0
2026-05-28arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSEYury Norov1-1/+1
2026-05-26MIPS: mobileye: Remove duplicate FIT_IMAGE_FDT_EPM5 from main KconfigSasha Levin1-9/+0
2026-03-12MIPS: Don't select CLOCKSOURCE_WATCHDOGThomas Gleixner1-1/+0
2026-02-16Merge tag 'mips_7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+28
2026-02-09MIPS: Implement ARCH_HAS_CC_CAN_LINKThomas Weißschuh1-0/+28
2026-02-06mips: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng1-0/+1
2026-01-30mips: LOONGSON32: drop a dangling Kconfig symbolRandy Dunlap1-1/+0
2025-12-01MIPS: Fix HOTPLUG_PARALLEL dependencyGregory CLEMENT1-1/+1
2025-10-05Merge tag 'mips_6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-32/+32
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-1/+1
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_DATA_STOREThomas Weißschuh1-1/+0
2025-09-03sched: Unify the SCHED_{SMT,CLUSTER,MC} KconfigPeter Zijlstra1-14/+2
2025-08-29MIPS: loongson32: Switch to generic coreKeguang Zhang1-32/+32
2025-08-28mips: Unconditionally select ARCH_HAS_CURRENT_STACK_POINTERNathan Chancellor1-1/+1
2025-07-31Merge tag 'mips_6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-0/+2
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+0
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt1-1/+0
2025-07-16mips/malta,loongson2ef: use generic mc146818_get_time functionMateusz Jończyk1-0/+2
2025-06-30lib/crc: mips: Migrate optimized CRC code into lib/crc/Eric Biggers1-1/+0
2025-05-25mips: econet: Fix incorrect Kconfig dependenciesCaleb James DeLisle1-1/+2
2025-05-20mips: Add EcoNet MIPS platform supportCaleb James DeLisle1-0/+25
2025-04-27MIPS: SMP: Implement parallel CPU bring up for EyeQGregory CLEMENT1-0/+2
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2025-03-27Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-03-17kbuild: Introduce Kconfig symbol for linking vmlinux with relocationsArd Biesheuvel1-0/+1
2025-03-15mips: drop GENERIC_IOMAP wrapperArnd Bergmann1-1/+1
2025-02-21MIPS: vdso: Switch to generic storage implementationThomas Weißschuh1-0/+1
2025-01-27Merge tag 'mips_6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-1/+2
2025-01-11MIPS: migrate to generic rule for built-in DTBsMasahiro Yamada1-0/+2
2025-01-11Revert "MIPS: csrc-r4k: Select HAVE_UNSTABLE_SCHED_CLOCK if SMP && 64BIT"Xi Ruoyao1-1/+0
2024-12-01mips/crc32: expose CRC32 functions through libEric Biggers1-4/+1
2024-11-14crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky1-0/+3
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+0
2024-09-03MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)1-4/+0
2024-09-03MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)1-1/+0
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig1-1/+1
2024-07-25Merge tag 'mips_6.11_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds1-0/+1
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+4
2024-07-23MIPS: Loongson64: Switch to SYNC_R4KJiaxun Yang1-0/+1
2024-07-16treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada1-2/+4
2024-07-12mips: select REALTEK_OTTO_TIMER for Realtek platformsChris Packham1-0/+1
2024-07-03MIPS: csrc-r4k: Select HAVE_UNSTABLE_SCHED_CLOCK if SMP && 64BITJiaxun Yang1-0/+1
2024-06-11MIPS: select CPU_PM with SUSPENDJiaxun Yang1-1/+1
2024-06-11MIPS: mobileye: Add EyeQ6H supportGregory CLEMENT1-3/+4
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand1-1/+1
2024-03-27MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choiceMasahiro Yamada1-9/+9
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-9/+9
2024-03-15Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-39/+99
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann1-53/+5
2024-02-23MIPS: Limit MIPS_MT_SMP support by ISA reversionJiaxun Yang1-1/+2
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+1
2024-02-20MIPS: move unselectable entries out of the "CPU type" choiceMasahiro Yamada1-38/+38
2024-02-20MIPS: Add support for Mobileye EyeQ5Gregory CLEMENT1-0/+53
2024-02-20MIPS: Share generic kernel code with other architectureGregory CLEMENT1-0/+6
2024-02-08treewide: remove CONFIG_HAVE_KVMPaolo Bonzini1-9/+0
2024-02-08MIPS: introduce Kconfig for MIPS VZPaolo Bonzini1-0/+9
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook1-1/+1
2023-12-05MIPS: Loongson64: Enable DMA noncoherent supportJiaxun Yang1-0/+2
2023-10-19MIPS: AR7: remove platformWolfram Sang1-22/+0
2023-08-18mips/kexec: refactor for kernel/Kconfig.kexecEric DeVolder1-26/+4
2023-06-29Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+3
2023-06-28Merge branch 'expand-stack'Linus Torvalds1-0/+1
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2023-06-24mips/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-0/+1
2023-06-16mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-0/+1
2023-06-09MIPS: Select CONFIG_GENERIC_IDLE_POLL_SETUPJiaxun Yang1-0/+1
2023-06-09Revert "MIPS: unhide PATA_PLATFORM"Maciej W. Rozycki1-1/+0
2023-06-09Merge tag 'mips-fixes_6.4_1' into mips-nextThomas Bogendoerfer1-0/+1
2023-06-09MIPS: generic: Allow R5 CPUs to be selectedJiaxun Yang1-0/+2
2023-05-23MIPS: unhide PATA_PLATFORMManuel Lauss1-0/+1
2023-05-15MIPS: SMP_CPS: Switch to hotplug core state synchronizationThomas Gleixner1-0/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+4
2023-04-27Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-71/+6
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+1
2023-04-12Revert "MIPS: generic: Enable all CPUs supported by virt board in Kconfig"Thomas Bogendoerfer1-4/+0
2023-04-12MIPS: Use def_bool y for ARCH_SUPPORTS_UPROBESTiezhu Yang1-2/+1
2023-04-12MIPS: Remove deprecated CONFIG_MIPS_CMPThomas Bogendoerfer1-32/+2
2023-04-05mips: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)1-4/+0
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-11/+8
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle1-0/+1
2023-04-05MIPS: generic: Enable all CPUs supported by virt board in KconfigJiaxun Yang1-0/+4
2023-04-05MIPS: Loongson: Don't select platform features with CPUJiaxun Yang1-2/+0
2023-03-24MIPS: Always select ARCH_HAS_SYNC_DMA_FOR_CPU for noncoherent platformsJiaxun Yang1-8/+1
2023-03-24MIPS: Always select ARCH_HAS_SETUP_DMA_OPSJiaxun Yang1-1/+1
2023-03-24mips: Remove obsolete configs IRQ_MSP_CIC and IRQ_MSP_SLPLukas Bulwahn1-6/+0
2023-03-17MIPS: sibyte: Replace BCM1125H with SB1250 optionThomas Bogendoerfer1-1/+1
2023-03-17MIPS: sibyte: Remove Sibyte CARMEL and CRHINE board supportThomas Bogendoerfer1-18/+0
2023-03-14MIPS: Loongson64: Remove CPU_HAS_WBJiaxun Yang1-1/+0
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+4
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+1
2023-02-28MIPS: Workaround clang inline compat branch issueJiaxun Yang1-0/+4
2023-02-28bpf, mips: Implement R4000 workarounds for JITJiaxun Yang1-3/+1
2023-02-28bpf, mips: Implement DADDI workarounds for JITJiaxun Yang1-1/+0
2023-02-27mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINKArınç ÜNAL1-1/+0
2023-02-27MIPS: Remove DMA_PERDEV_COHERENTJiaxun Yang1-5/+0
2023-01-27mips: Realtek RTL: select NO_EXCEPT_FILLSander Vanheule1-0/+1
2022-12-15mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra1-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-1/+1
2022-09-09mips: Select SPARSEMEM_EXTREMEAlexander Sverdlin1-1/+0
2022-08-06Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-23/+1
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2022-07-17MIPS: BMIPS: Utilize cfe_die() for invalid DTBFlorian Fainelli1-0/+1
2022-07-14MIPS: Remove VR41xx supportThomas Bogendoerfer1-23/+0
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker1-1/+1
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann1-1/+0
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+0
2022-05-24MIPS: Kconfig: Fix indentation and add endif commentJuerg Haefliger1-6/+6
2022-04-26arch: Add SYSVIPC_COMPAT for all architecturesGuo Ren1-5/+0
2022-03-24MIPS: Fix build error for loongson64 and sgi-ip27Feiyang Chen1-0/+5
2022-03-14MIPS: Only use current_stack_pointer on GCCKees Cook1-1/+1
2022-03-07mips: remove reference to "newer Loongson-3"Xi Ruoyao1-7/+2
2022-03-01mips: Implement "current_stack_pointer"Kees Cook1-0/+1
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer1-18/+6
2022-02-22MIPS: remove asm/war.hThomas Bogendoerfer1-0/+38
2022-02-07mips: Enable KCSANNemanja Rakovic1-0/+1
2022-02-07MIPS: Loongson{2ef,64}: Wrap -mno-branch-likely with cc-optionNathan Chancellor1-0/+4
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+2
2022-01-20mm: percpu: generalize percpu related configKefeng Wang1-8/+2
2022-01-15arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov1-1/+0
2022-01-11MIPS: bmips: Remove obsolete DMA mapping supportJim Quinlan1-1/+0
2022-01-02MIPS: new Kconfig option ZBOOT_LOAD_ADDRESSYunQiang Su1-0/+10
2021-12-16mips: fix Kconfig reference to PHYS_ADDR_T_64BITLukas Bulwahn1-1/+1
2021-12-16mips: remove obsolete selection of CPU_HAS_LOAD_STORE_LRLukas Bulwahn1-1/+0
2021-12-16mips: drop selecting non-existing config NR_CPUS_DEFAULT_2Lukas Bulwahn1-1/+0
2021-12-16mips: add SYS_HAS_CPU_MIPS64_R5 config for MIPS Release 5 supportLukas Bulwahn1-0/+4
2021-12-16MIPS: drop selected EARLY_PRINTK configs for MACH_REALTEK_RTLSander Vanheule1-3/+0
2021-11-25MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48Huang Pei1-1/+1
2021-11-13Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds1-0/+5
2021-11-09MIPS: BMIPS: Enable PCI KconfigFlorian Fainelli1-0/+2
2021-11-09mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is setRandy Dunlap1-0/+3
2021-11-05Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-89/+3
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+4
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-11/+4
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-10-28Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier1-1/+0
2021-10-25irq: mips: stop (ab)using handle_domain_irq()Mark Rutland1-1/+0
2021-10-24MIPS: Remove NETLOGIC supportThomas Bogendoerfer1-89/+2
2021-10-20MIPS: BMIPS: Remove use of irq_cpu_offlineFlorian Fainelli1-0/+1
2021-10-11bpf, mips: Clean up config options about JITTiezhu Yang1-9/+0
2021-10-07firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann1-2/+0
2021-10-06mips, bpf: Enable eBPF JITsJohan Almbladh1-2/+4
2021-09-23MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORTJackie Liu1-0/+1
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+1
2021-09-03Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-30/+0
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-0/+1
2021-08-12MIPS: Retire MACH_PISTACHIOJiaxun Yang1-30/+0
2021-07-30arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn1-1/+0
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann1-0/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+0
2021-07-01Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-4/+3
2021-07-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-4/+2
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang1-7/+0
2021-06-30mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang1-3/+0
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-1/+1
2021-06-08clkdev: remove CONFIG_CLKDEV_LOOKUPArnd Bergmann1-3/+0
2021-06-08mips: ralink: convert to CONFIG_COMMON_CLKArnd Bergmann1-0/+1
2021-06-08mips: ar7: convert to CONFIG_COMMON_CLKArnd Bergmann1-2/+1
2021-06-08mips: ar7: convert to clkdev_lookupArnd Bergmann1-0/+1
2021-06-01MIPS: ingenic: Select CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMERPaul Cercueil1-0/+2
2021-06-01MIPS: mm: XBurst CPU requires sync after DMAPaul Cercueil1-0/+1
2021-05-11MIPS: Octeon: drop dependency on CONFIG_HOLES_IN_ZONEMike Rapoport1-4/+0
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/l...Linus Torvalds1-14/+55
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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