summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Workaround clang inline compat branch issueJiaxun Yang2023-02-281-0/+4
* mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINKArınç ÜNAL2023-02-271-1/+0
* MIPS: Remove DMA_PERDEV_COHERENTJiaxun Yang2023-02-271-5/+0
* mips: Realtek RTL: select NO_EXCEPT_FILLSander Vanheule2023-01-271-0/+1
* mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra2022-12-151-1/+1
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+1
|\
| * arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan2022-09-111-1/+1
* | mips: Select SPARSEMEM_EXTREMEAlexander Sverdlin2022-09-091-1/+0
|/
* Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2022-08-061-23/+1
|\
| * MIPS: BMIPS: Utilize cfe_die() for invalid DTBFlorian Fainelli2022-07-171-0/+1
| * MIPS: Remove VR41xx supportThomas Bogendoerfer2022-07-141-23/+0
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-1/+0
|\ \
| * | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-281-1/+0
| |/
* / context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-291-1/+1
|/
* Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-311-5/+0
|\
| * arch: Add SYSVIPC_COMPAT for all architecturesGuo Ren2022-04-261-5/+0
* | MIPS: Kconfig: Fix indentation and add endif commentJuerg Haefliger2022-05-241-6/+6
|/
* MIPS: Fix build error for loongson64 and sgi-ip27Feiyang Chen2022-03-241-0/+5
* MIPS: Only use current_stack_pointer on GCCKees Cook2022-03-141-1/+1
* mips: remove reference to "newer Loongson-3"Xi Ruoyao2022-03-071-7/+2
* mips: Implement "current_stack_pointer"Kees Cook2022-03-011-0/+1
* MIPS: Remove TX39XX supportThomas Bogendoerfer2022-03-011-18/+6
* MIPS: remove asm/war.hThomas Bogendoerfer2022-02-221-0/+38
* mips: Enable KCSANNemanja Rakovic2022-02-071-0/+1
* MIPS: Loongson{2ef,64}: Wrap -mno-branch-likely with cc-optionNathan Chancellor2022-02-071-0/+4
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-151-1/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-8/+2
|\ \
| * | mm: percpu: generalize percpu related configKefeng Wang2022-01-201-8/+2
| |/
* | MIPS: bmips: Remove obsolete DMA mapping supportJim Quinlan2022-01-111-1/+0
* | MIPS: new Kconfig option ZBOOT_LOAD_ADDRESSYunQiang Su2022-01-021-0/+10
* | mips: fix Kconfig reference to PHYS_ADDR_T_64BITLukas Bulwahn2021-12-161-1/+1
* | mips: remove obsolete selection of CPU_HAS_LOAD_STORE_LRLukas Bulwahn2021-12-161-1/+0
* | mips: drop selecting non-existing config NR_CPUS_DEFAULT_2Lukas Bulwahn2021-12-161-1/+0
* | mips: add SYS_HAS_CPU_MIPS64_R5 config for MIPS Release 5 supportLukas Bulwahn2021-12-161-0/+4
* | MIPS: drop selected EARLY_PRINTK configs for MACH_REALTEK_RTLSander Vanheule2021-12-161-3/+0
|/
* MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48Huang Pei2021-11-251-1/+1
* Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2021-11-131-0/+5
|\
| * MIPS: BMIPS: Enable PCI KconfigFlorian Fainelli2021-11-091-0/+2
| * mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is setRandy Dunlap2021-11-091-0/+3
* | Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-11-051-89/+3
|\|
| * MIPS: Remove NETLOGIC supportThomas Bogendoerfer2021-10-241-89/+2
| * MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORTJackie Liu2021-09-231-0/+1
* | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-11/+4
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-011-11/+4
| |\ \
| | * | bpf, mips: Clean up config options about JITTiezhu Yang2021-10-111-9/+0
| | * | mips, bpf: Enable eBPF JITsJohan Almbladh2021-10-061-2/+4
| | |/
* | | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-011-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier2021-10-281-1/+0
| |\ \
| | * | irq: mips: stop (ab)using handle_domain_irq()Mark Rutland2021-10-251-1/+0
| | |/