summaryrefslogtreecommitdiff
path: root/arch/mips/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2023-05-23MIPS: unhide PATA_PLATFORMManuel Lauss1-0/+1
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+4
2023-04-28Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-71/+6
2023-04-27Merge 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-06mips: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)1-4/+0
2023-04-06mm, 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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+4
2023-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+1
2023-03-01MIPS: 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-28mips: 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-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-09-12arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-1/+1
2022-09-09mips: Select SPARSEMEM_EXTREMEAlexander Sverdlin1-1/+0
2022-08-07Merge 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-30context_tracking: Split user tracking KconfigFrederic Weisbecker1-1/+1
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann1-1/+0
2022-06-01Merge 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