summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson10 days1-0/+8
* Kconfig: add some hidden tabs on purposeLinus Torvalds2024-04-121-6/+6
* Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-231-1/+1
|\
| * arch/Kconfig: eliminate needless UTF-8 character in Kconfig helpLiu Song2024-03-181-1/+1
* | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-0/+12
|\ \ | |/ |/|
| * kbuild: Use -fmin-function-alignment when availablePetr Pavlu2024-02-251-0/+12
* | arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann2024-03-061-2/+92
|/
* scs: add CONFIG_MMU dependency for vfree_atomic()Samuel Holland2024-01-251-0/+1
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-0/+5
|\
| * iommu: Change kconfig around IOMMU_SVAJason Gunthorpe2023-12-121-0/+5
* | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-13/+0
|\ \
| * | arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens2023-12-101-4/+0
| * | arch: remove ARCH_TASK_STRUCT_ALLOCATORHeiko Carstens2023-12-101-5/+0
| * | arch: remove ARCH_THREAD_STACK_ALLOCATORHeiko Carstens2023-12-101-4/+0
| |/
* / mm/mglru: add CONFIG_ARCH_HAS_HW_PTE_YOUNGKinsey Ho2024-01-051-0/+8
|/
* arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+0
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-0/+8
|\
| * mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-0/+8
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-14/+3
|\ \
| * | arch: enable HAS_LTO_CLANG with KASAN and KCOVJakob Koschel2023-08-181-1/+3
| * | kexec: consolidate kexec and crash options into kernel/Kconfig.kexecEric DeVolder2023-08-181-13/+0
| |/
* / cpu/SMT: Create topology_smt_thread_allowed()Michael Ellerman2023-07-281-0/+3
|/
* Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-11/+5
|\
| * watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek2023-06-191-18/+0
| * watchdog/hardlockup: make the config checks more straightforwardPetr Mladek2023-06-191-6/+17
| * watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson2023-06-191-1/+2
* | Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-271-7/+0
|\ \
| * | hostfs: Fix ephemeral inodesMickaël Salaün2023-06-121-7/+0
| |/
* | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-0/+23
|\ \
| * | cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATEThomas Gleixner2023-05-151-0/+4
| * | cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanismThomas Gleixner2023-05-151-0/+4
| * | cpu/hotplug: Add CPU state tracking and synchronizationThomas Gleixner2023-05-151-0/+15
| |/
* / init: Provide arch_cpu_finalize_init()Thomas Gleixner2023-06-161-0/+3
|/
* lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin2023-03-281-0/+15
* lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin2023-03-281-0/+17
* arch/Kconfig: fix indentationJuerg Haefliger2023-02-091-64/+64
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-12-161-1/+1
|\
| * ftrace: Allow WITH_ARGS flavour of graph tracer with shadow call stackArd Biesheuvel2022-12-141-1/+1
* | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-0/+24
|\ \
| * | arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra2022-10-171-0/+24
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-12-121-0/+7
|\ \ \ | | |/ | |/|
| * | scs: add support for dynamic shadow call stacksArd Biesheuvel2022-11-091-0/+7
| |/
* / srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()Paul E. McKenney2022-10-201-0/+3
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+8
|\
| * mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao2022-09-261-0/+8
* | Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2022-10-031-13/+5
|\ \
| * | cfi: Switch to -fsanitize=kcfiSami Tolvanen2022-09-261-3/+5
| * | cfi: Remove CONFIG_CFI_CLANG_SHADOWSami Tolvanen2022-09-261-10/+0
| |/
* | Kbuild: add Rust supportMiguel Ojeda2022-09-281-0/+6
* | asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-0/+3
|/