summaryrefslogtreecommitdiff
path: root/arch/Kconfig
AgeCommit message (Expand)AuthorFilesLines
13 daysarch: add ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland1-0/+6
2024-05-14kprobes: remove dependency on CONFIG_MODULESMike Rapoport (IBM)1-1/+1
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)1-0/+8
2024-05-14Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+9
2024-05-13Merge tag 'cmpxchg.2024.05.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2024-05-13Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxLinus Torvalds1-2/+2
2024-04-25cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson1-0/+8
2024-04-15Replace macro "ARCH_HAVE_EXTRA_ELF_NOTES" with kconfigVignesh Balasubramanian1-0/+9
2024-04-12Kconfig: add some hidden tabs on purposeLinus Torvalds1-6/+6
2024-04-10lib: Add one-byte emulation functionPaul E. McKenney1-0/+3
2024-04-09arch: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney1-2/+2
2024-03-23Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-03-22Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+12
2024-03-18arch/Kconfig: eliminate needless UTF-8 character in Kconfig helpLiu Song1-1/+1
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann1-2/+92
2024-02-25kbuild: Use -fmin-function-alignment when availablePetr Pavlu1-0/+12
2024-01-26scs: add CONFIG_MMU dependency for vfree_atomic()Samuel Holland1-0/+1
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds1-13/+0
2024-01-05mm/mglru: add CONFIG_ARCH_HAS_HW_PTE_YOUNGKinsey Ho1-0/+8
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe1-0/+5
2023-12-11arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens1-4/+0
2023-12-11arch: remove ARCH_TASK_STRUCT_ALLOCATORHeiko Carstens1-5/+0
2023-12-11arch: remove ARCH_THREAD_STACK_ALLOCATORHeiko Carstens1-4/+0
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-1/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-14/+3
2023-08-18arch: enable HAS_LTO_CLANG with KASAN and KCOVJakob Koschel1-1/+3
2023-08-18kexec: consolidate kexec and crash options into kernel/Kconfig.kexecEric DeVolder1-13/+0
2023-07-28cpu/SMT: Create topology_smt_thread_allowed()Michael Ellerman1-0/+3
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-0/+8
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-11/+5
2023-06-28Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+0
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+23
2023-06-20watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek1-18/+0
2023-06-20watchdog/hardlockup: make the config checks more straightforwardPetr Mladek1-6/+17
2023-06-20watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson1-1/+2
2023-06-16init: Provide arch_cpu_finalize_init()Thomas Gleixner1-0/+3
2023-06-12hostfs: Fix ephemeral inodesMickaël Salaün1-7/+0
2023-05-15cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATEThomas Gleixner1-0/+4
2023-05-15cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanismThomas Gleixner1-0/+4
2023-05-15cpu/hotplug: Add CPU state tracking and synchronizationThomas Gleixner1-0/+15
2023-03-29lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin1-0/+15
2023-03-29lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin1-0/+17
2023-02-10arch/Kconfig: fix indentationJuerg Haefliger1-64/+64
2022-12-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+24
2022-12-14ftrace: Allow WITH_ARGS flavour of graph tracer with shadow call stackArd Biesheuvel1-1/+1
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+7
2022-11-09scs: add support for dynamic shadow call stacksArd Biesheuvel1-0/+7