summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf2024-04-121-14/+3
* x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf2024-04-121-5/+0
* Merge tag 'nativebhi' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2024-04-081-0/+26
|\
| * x86/bhi: Add BHI mitigation knobPawan Gupta2024-04-081-0/+25
|/
* x86/percpu: Disable named address spaces for KCSANUros Bizjak2024-03-251-0/+2
* Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-211-4/+0
|\
| * platform: goldfish: move the separate 'default' propery for CONFIG_GOLDFISHMasahiro Yamada2024-03-071-4/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-1/+0
|\ \
| * | treewide: remove CONFIG_HAVE_KVMPaolo Bonzini2024-02-081-1/+0
| |/
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-1/+1
|\ \
| * | kexec: split crashkernel reservation code out from crash_core.cBaoquan He2024-02-231-1/+1
| |/
* | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-03-131-2/+3
|\ \
| * | x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansionMeng Li2024-01-311-2/+3
| |/
* | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-121-1/+1
|\ \
| * | ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook2024-02-061-1/+1
| |/
* | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-0/+1
|\ \
| * | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-061-0/+1
| |/
* | Merge tag 'x86-boot-2024-03-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-5/+5
|\ \
| * \ Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar2024-03-121-16/+38
| |\ \
| * \ \ Merge branch 'x86/sev' into x86/boot, to resolve conflicts and to pick up dep...Ingo Molnar2024-02-261-13/+0
| |\ \ \
| * | | | kexec: Allocate kernel above bzImage's pref_addressChris Koch2024-02-221-5/+5
| | |_|/ | |/| |
* | | | Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-03-121-0/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta2024-03-111-0/+11
| |/ /
* | | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-16/+29
|\ \ \
| * | | x86/idle: Sanitize X86_BUG_AMD_E400 handlingThomas Gleixner2024-03-041-0/+1
| * | | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-16/+16
| |\ \ \
| | * | | x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao2024-01-101-4/+4
| | * | | x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOBreno Leitao2024-01-101-1/+1
| | * | | x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRYBreno Leitao2024-01-101-1/+1
| | * | | x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao2024-01-101-1/+1
| | * | | x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao2024-01-101-1/+1
| | * | | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-3/+3
| | * | | x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao2024-01-101-1/+1
| | * | | x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao2024-01-101-2/+2
| | * | | x86/bugs: Rename CONFIG_CPU_IBPB_ENTRY => CONFIG_MITIGATION_IBPB_ENTRYBreno Leitao2024-01-101-1/+1
| | * | | x86/bugs: Rename CONFIG_GDS_FORCE_MITIGATION => CONFIG_MITIGATION_GDS_FORCEBreno Leitao2024-01-101-1/+1
| * | | | Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar2024-02-141-13/+68
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86/percpu: Disable named address spaces for KASANUros Bizjak2023-10-101-1/+6
| * | | | x86/percpu: Enable named address spaces with known compiler versionUros Bizjak2023-10-051-0/+7
* | | | | Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-111-13/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULTBorislav Petkov (AMD)2024-02-031-13/+0
| | |/ / | |/| |
* / | | x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)H. Peter Anvin (Intel)2024-01-251-0/+9
|/ / /
* | | Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-0/+1
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel2024-01-031-0/+1
| |\ \ \ \
| | | * | | iommu: Change kconfig around IOMMU_SVAJason Gunthorpe2023-12-121-0/+1
| | |/ / /
* | | | | Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-181-0/+5
|\ \ \ \ \
| * | | | | x86/virt/tdx: Make TDX host depend on X86_MCEKai Huang2023-12-141-0/+1
| * | | | | x86/virt/tdx: Disable TDX host support when kexec is enabledDave Hansen2023-12-121-0/+1
| * | | | | x86/virt/tdx: Allocate and set up PAMTs for TDMRsKai Huang2023-12-081-0/+1
| * | | | | x86/virt/tdx: Use all system memory when initializing TDX module as TDX memoryKai Huang2023-12-081-0/+1