summaryrefslogtreecommitdiff
path: root/arch/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2025-11-12treewide: drop outdated compiler version remarks in Kconfig help textsLukas Bulwahn1-11/+8
2025-10-30compiler_types: Introduce __nocfi_genericNathan Chancellor1-0/+7
2025-10-10rust: cfi: only 64-bit arm and x86 support CFI_CLANGConor Dooley1-0/+1
2025-10-02Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-1/+0
2025-10-01Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-10-01Merge tag 'core-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+38
2025-09-25kcfi: 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-29arch/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...Linus Torvalds1-0/+7
2025-07-30Merge tag 'x86_bugs_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2025-07-30Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+9
2025-07-29unwind_user: Add user space unwinding API with frame pointer supportJosh Poimboeuf1-0/+7
2025-07-22stackleak: 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-06Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+7
2025-03-16kbuild: 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-12-01Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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/p...Linus Torvalds1-0/+6
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+8
2024-11-20Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-11-20Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2024-11-08execmem: add support for cache of large ROX pagesMike Rapoport (Microsoft)1-0/+8
2024-11-06kbuild: Add AutoFDO support for Clang buildRong Xu1-0/+20
2024-11-02vdso: Rename struct arch_vdso_data to arch_vdso_time_dataNam Cao1-1/+1
2024-10-31kbuild: Add generic hook for architectures to use before the final vmlinux linkNaveen N Rao1-0/+6
2024-10-31cfi: tweak llvm version for HAVE_CFI_ICALL_NORMALIZE_INTEGERSAlice Ryhl1-2/+2
2024-10-13cfi: fix conditions for HAVE_CFI_ICALL_NORMALIZE_INTEGERSAlice Ryhl1-14/+12
2024-10-07uprobes: switch to RCU Tasks Trace flavor for better performanceAndrii Nakryiko1-0/+1
2024-09-26cfi: encode cfi normalized integers + kasan/gcov bug in KconfigAlice Ryhl1-1/+17
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+16
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-0/+9
2024-09-13cfi: add CONFIG_CFI_ICALL_NORMALIZE_INTEGERSAlice Ryhl1-0/+16
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig1-0/+9
2024-07-29treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*Valentin Schneider1-1/+1
2024-06-17Revert "mm: mmap: allow for the maximum number of bits for randomizing mmap_b...Linus Torvalds1-12/+0
2024-06-15mm: mmap: allow for the maximum number of bits for randomizing mmap_base by d...Rafael Aquini1-0/+12
2024-05-20arch: 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