aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He1-1/+1
2024-02-22kexec: Allocate kernel above bzImage's pref_addressChris Koch1-5/+5
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before dependent patchesIngo Molnar1-16/+16
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the branchIngo Molnar1-13/+68
2024-02-08treewide: remove CONFIG_HAVE_KVMPaolo Bonzini1-1/+0
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook1-1/+1
2024-02-03x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULTBorislav Petkov (AMD)1-13/+0
2024-01-31x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansionMeng Li1-2/+3
2024-01-25x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)H. Peter Anvin (Intel)1-0/+9
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2024-01-18Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+2
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao1-4/+4
2024-01-10x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRYBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-3/+3
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_ISOLATIONBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_TRACKINGBreno Leitao1-2/+2
2024-01-10x86/bugs: Rename CONFIG_CPU_IBPB_ENTRY => CONFIG_MITIGATION_IBPB_ENTRYBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_GDS_FORCE_MITIGATION => CONFIG_MITIGATION_GDS_FORCEBreno Leitao1-1/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2024-01-09Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-1/+1
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2024-01-08Merge tag 'x86-build-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2024-01-05mm/mglru: add CONFIG_ARCH_HAS_HW_PTE_YOUNGKinsey Ho1-0/+1
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-0/+1
2023-12-20kexec: fix KEXEC_FILE dependenciesArnd Bergmann1-2/+2
2023-12-19x86/Kconfig: Rework CONFIG_X86_PAE dependencyArnd Bergmann1-2/+2
2023-12-14x86/virt/tdx: Make TDX host depend on X86_MCEKai Huang1-0/+1
2023-12-12x86/virt/tdx: Disable TDX host support when kexec is enabledDave Hansen1-0/+1
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe1-0/+1
2023-12-08x86/virt/tdx: Allocate and set up PAMTs for TDMRsKai Huang1-0/+1
2023-12-08x86/virt/tdx: Use all system memory when initializing TDX module as TDX memoryKai Huang1-0/+1
2023-12-08x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APICKai Huang1-0/+1
2023-12-06x86/topology: Switch over to GENERIC_CPU_DEVICESJames Morse1-0/+1
2023-12-06ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscvJames Morse1-0/+1
2023-12-05mm/slab: remove CONFIG_SLAB from all Kconfig and MakefileVlastimil Babka1-1/+1
2023-11-28x86/Kconfig: Remove obsolete config X86_32_SMPLukas Bulwahn1-4/+0
2023-11-04Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+27
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+3
2023-11-01Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12
2023-10-30Merge tag 'x86-entry-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2023-10-24x86/microcode: Prepare for minimal revision checkThomas Gleixner1-1/+22
2023-10-24x86/microcode: Handle "nosmt" correctlyThomas Gleixner1-1/+1
2023-10-18x86/microcode: Provide CONFIG_MICROCODE_INITRD32Thomas Gleixner1-0/+4
2023-10-10x86/percpu: Disable named address spaces for KASANUros Bizjak1-1/+6
2023-10-05Merge tag 'v6.6-rc4' into x86/entry, to pick up fixesIngo Molnar1-1/+1