aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-05-19x86: implement ARCH_HAS_KERNEL_FPU_SUPPORTGravatar Samuel Holland 1-0/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2024-05-14Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+11
2024-05-14Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2024-05-14x86/ftrace: enable dynamic ftrace without CONFIG_MODULESGravatar Mike Rapoport (IBM) 1-0/+1
2024-05-13Merge tag 'x86-percpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+8
2024-05-13Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2024-05-13Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-19/+7
2024-04-30x86/irq: Add a Kconfig option for posted MSIGravatar Jacob Pan 1-0/+11
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTGravatar David Hildenbrand 1-1/+1
2024-04-25cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nGravatar Sean Christopherson 1-2/+6
2024-04-25cpu: Re-enable CPU mitigations by default for !X86 architecturesGravatar Sean Christopherson 1-5/+6
2024-04-21x86/Kconfig: Merge the two CONFIG_X86_EXTENDED_PLATFORM entriesGravatar Masahiro Yamada 1-19/+7
2024-04-12x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIGravatar Josh Poimboeuf 1-14/+3
2024-04-12x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoGravatar Josh Poimboeuf 1-5/+0
2024-04-08Merge tag 'nativebhi' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGravatar Linus Torvalds 1-0/+26
2024-04-08x86/bhi: Add BHI mitigation knobGravatar Pawan Gupta 1-0/+25
2024-04-08x86/vdso: Make delta calculation overflow safeGravatar Adrian Hunter 1-0/+1
2024-04-03x86/percpu: Re-enable named address spaces with sanitizers for GCC 13.3+Gravatar Uros Bizjak 1-6/+5
2024-04-03Merge tag 'v6.9-rc2' into x86/percpu, to pick up fixes and resolve conflictGravatar Ingo Molnar 1-4/+2
2024-03-25x86/percpu: Disable named address spaces for KCSANGravatar Uros Bizjak 1-0/+2
2024-03-22x86/fred: Fix typo in Kconfig descriptionGravatar Paul Menzel 1-1/+1
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+0
2024-03-21x86/percpu: Enable named address spaces for GCC 9.1+Gravatar Uros Bizjak 1-1/+1
2024-03-20x86/percpu: Re-enable named address spaces with KASAN for GCC 13.3+Gravatar Uros Bizjak 1-3/+6
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+0
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-2/+3
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2024-03-12Merge tag 'x86-boot-2024-03-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+5
2024-03-12Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+11
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictGravatar Ingo Molnar 1-16/+38
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-16/+29
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-13/+0
2024-03-11x86/rfds: Mitigate Register File Data Sampling (RFDS)Gravatar Pawan Gupta 1-0/+11
2024-03-07platform: goldfish: move the separate 'default' propery for CONFIG_GOLDFISHGravatar Masahiro Yamada 1-4/+0
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesGravatar Arnd Bergmann 1-0/+1
2024-03-04x86/idle: Sanitize X86_BUG_AMD_E400 handlingGravatar Thomas Gleixner 1-0/+1
2024-02-26Merge branch 'x86/sev' into x86/boot, to resolve conflicts and to pick up dep...Gravatar Ingo Molnar 1-13/+0
2024-02-23kexec: split crashkernel reservation code out from crash_core.cGravatar Baoquan He 1-1/+1
2024-02-22kexec: Allocate kernel above bzImage's pref_addressGravatar Chris Koch 1-5/+5
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Gravatar Ingo Molnar 1-16/+16
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Gravatar Ingo Molnar 1-13/+68
2024-02-08treewide: remove CONFIG_HAVE_KVMGravatar Paolo Bonzini 1-1/+0
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLGravatar Kees Cook 1-1/+1
2024-02-03x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULTGravatar Borislav Petkov (AMD) 1-13/+0
2024-01-31x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansionGravatar Meng Li 1-2/+3
2024-01-25x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)Gravatar H. Peter Anvin (Intel) 1-0/+9