aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2024-05-22Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-1/+5
2024-05-19LoongArch: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland1-0/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-05-14LoongArch: Give a chance to build with !CONFIG_SMPTiezhu Yang1-1/+1
2024-05-14LoongArch: Select THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGEHuacai Chen1-0/+1
2024-05-14LoongArch: Select ARCH_WANT_DEFAULT_BPF_JITHuacai Chen1-0/+1
2024-05-14LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128Xi Ruoyao1-0/+1
2024-05-14LoongArch: Select ARCH_HAS_FAST_MULTIPLIERXi Ruoyao1-0/+1
2024-05-06LoongArch: KVM: Add PV IPI support on guest sideBibo Mao1-0/+9
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand1-1/+1
2024-04-24LoongArch: Fix Kconfig item and left code related to CRASH_COREBaoquan He1-1/+1
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-0/+8
2024-03-19LoongArch: Select HAVE_ARCH_USERFAULTFD_MINOR in KconfigHuacai Chen1-0/+1
2024-03-19LoongArch: Select ARCH_HAS_CURRENT_STACK_POINTER in KconfigHuacai Chen1-0/+1
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2024-03-11LoongArch: Add kernel livepatching supportJinyang He1-0/+4
2024-03-11LoongArch: Add ORC stack unwinder supportTiezhu Yang1-0/+2
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann1-15/+6
2024-02-08treewide: remove CONFIG_HAVE_KVMPaolo Bonzini1-1/+0
2024-02-06LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menuMasahiro Yamada1-17/+1
2024-02-06LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of redefining itMasahiro Yamada1-4/+1
2024-01-19Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-0/+22
2024-01-17LoongArch: Use generic interface to support crashkernel=X,[high,low]Youling Tang1-0/+3
2024-01-17LoongArch: Allow device trees be built into the kernelBinbin Zhou1-0/+18
2024-01-17LoongArch: Enable initial Rust supportWANG Rui1-0/+1
2023-12-06LoongArch: Switch over to GENERIC_CPU_DEVICESJames Morse1-0/+1
2023-12-06ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscvJames Morse1-0/+1
2023-11-12Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-0/+1
2023-11-08LoongArch: Support PREEMPT_DYNAMIC with static keysHuacai Chen1-0/+1
2023-10-02LoongArch: KVM: Enable kvm config and add the makefileTianrui Zhao1-0/+6
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-0/+26
2023-09-06LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang1-0/+7
2023-09-06LoongArch: Add KFENCE (Kernel Electric-Fence) supportEnze Li1-0/+1
2023-09-06LoongArch: Allow building with kcov coverageFeiyang Chen1-0/+2
2023-09-06LoongArch: Add basic KGDB & KDB supportQing Zhang1-0/+1
2023-09-06LoongArch: Add Loongson Binary Translation (LBT) extension supportQi Hu1-0/+15
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-19/+7
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2023-08-25LoongArch: Remove redundant "source drivers/firmware/Kconfig"Xi Ruoyao1-2/+0
2023-08-18loongarch/kexec: refactor for kernel/Kconfig.kexecEric DeVolder1-19/+7
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V1-1/+1
2023-07-28LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArchChenguang Zhao1-0/+1
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+1
2023-06-30Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-8/+64
2023-06-29LoongArch: Add uprobes supportTiezhu Yang1-0/+3
2023-06-29LoongArch: Replace kretprobe with rethookHaoran Jiang1-0/+1
2023-06-29LoongArch: Add jump-label implementationYouling Tang1-0/+2
2023-06-29LoongArch: Select HAVE_DEBUG_KMEMLEAK to support kmemleakTiezhu Yang1-0/+1
2023-06-29LoongArch: Add SMT (Simultaneous Multi-Threading) supportHuacai Chen1-0/+8