aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2026-08-18Merge tag 'timers-cleanups-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2026-07-15calibrate: Rework delay timer calibrationThomas Gleixner1-0/+3
2026-07-15vdso: Remove the dependency on HAVE_GENERIC_VDSO from ARCH_HAS_VDSO_ARCH_DATAThomas Weißschuh1-1/+0
2026-07-14syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCHJinjie Ruan1-0/+4
2026-07-12seccomp, treewide: Rename and convert __secure_computing() to return booleanJinjie Ruan1-1/+1
2026-07-08syscall_user_dispatch: Make it configurable in KconfigGregory Price1-0/+10
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2026-06-05kconfig: Remove the architecture specific config for PropellerRong Xu1-4/+1
2026-06-05kconfig: Remove the architecture specific config for AutoFDORong Xu1-4/+0
2026-06-03uaccess: Provide unsafe_atomic_store_release_user()Thomas Gleixner1-0/+4
2026-05-29kbuild: distributed build support for Clang ThinLTORong Xu1-0/+19
2026-05-27arch/Kconfig: Remove tautological condition from AUTOFDO_CLANGNathan Chancellor1-1/+1
2026-05-27arch/Kconfig: Remove tautological conditions from HAS_LTO_CLANGNathan Chancellor1-3/+0
2026-04-18Merge tag 'parisc-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-0/+7
2026-04-17Merge tag 'integrity-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-0/+3
2026-04-17module.lds.S: Fix modules on 32-bit parisc architectureHelge Deller1-0/+7
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+2
2026-04-07rust: simplify `RUSTC_VERSION` Kconfig conditionsMiguel Ojeda1-2/+1
2026-03-24randomize_kstack: Unify random source across archesRyan Roberts1-3/+2
2026-03-13integrity: Eliminate weak definition of arch_get_secureboot()Nathan Chancellor1-0/+3
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross1-0/+3
2025-11-12treewide: drop outdated compiler version remarks in Kconfig help textsLukas Bulwahn1-11/+8
2025-10-29compiler_types: Introduce __nocfi_genericNathan Chancellor1-0/+7
2025-10-09rust: cfi: only 64-bit arm and x86 support CFI_CLANGConor Dooley1-0/+1
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-1/+0
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-09-30Merge tag 'core-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+38
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook1-13/+23
2025-09-17asm-generic: Provide generic TIF infrastructureThomas Gleixner1-0/+4
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_DATA_STOREThomas Weißschuh1-1/+1
2025-09-03sched: Unify the SCHED_{SMT,CLUSTER,MC} KconfigPeter Zijlstra1-0/+38
2025-08-28arch/Kconfig: Drop always true condition from RANDOMIZE_KSTACK_OFFSETNathan Chancellor1-1/+0
2025-08-01Merge tag 'trace-deferred-unwind-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+7
2025-07-29Merge tag 'x86_bugs_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2025-07-29Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2025-07-29unwind_user: Add user space unwinding API with frame pointer supportJosh Poimboeuf1-0/+7
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-2/+2
2025-07-11x86/Kconfig: Add arch attack vector supportDavid Kaplan1-0/+3
2025-06-30entry: Split generic entry into generic exception and syscall entryJinjie Ruan1-0/+9
2025-05-16fs/resctrl: Add boiler plate for external resctrl codeJames Morse1-0/+8
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+7
2025-03-17kbuild: Introduce Kconfig symbol for linking vmlinux with relocationsArd Biesheuvel1-0/+7
2025-02-21vdso: Add generic architecture-specific data storageThomas Weißschuh1-0/+4
2024-12-09m68k: Use kernel's generic muldi3 libgcc functionGreg Ungerer1-0/+8
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+39
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu1-0/+19
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+6
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+8