aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/configs
AgeCommit message (Expand)AuthorFilesLines
2024-03-21x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'Gravatar Masahiro Yamada 1-0/+1
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKGravatar Breno Leitao 1-1/+1
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+14
2023-10-24x86/defconfig: Enable CONFIG_DEBUG_ENTRY=yGravatar Ingo Molnar 2-0/+2
2023-10-12hardening: x86: drop reference to removed config AMD_IOMMU_V2Gravatar Lukas Bulwahn 1-1/+0
2023-09-22hardening: Provide Kconfig fragments for basic optionsGravatar Kees Cook 1-0/+15
2023-08-28Merge tag 'x86_microcode_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-2/+0
2023-08-26x86/microcode: Remove remaining references to CONFIG_MICROCODE_AMDGravatar Lukas Bulwahn 2-2/+0
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSGravatar Sven Joachim 2-2/+2
2022-09-02x86/defconfig: Enable CONFIG_DEBUG_WX=yGravatar Ingo Molnar 2-0/+2
2022-09-02x86/defconfig: Refresh the defconfigsGravatar Ingo Molnar 2-4/+5
2022-08-27Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+0
2022-08-25xen: x86: remove setting the obsolete config XEN_MAX_DOMAIN_MEMORYGravatar Lukas Bulwahn 1-1/+0
2022-06-24efi: vars: Remove deprecated 'efivars' sysfs interfaceGravatar Ard Biesheuvel 2-2/+0
2022-03-27x86/config: Make the x86 defconfigs a bit more usableGravatar Ingo Molnar 2-26/+63
2022-03-24x86/defconfig: Enable WERRORGravatar Borislav Petkov 2-0/+2
2022-01-08x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigsGravatar Ingo Molnar 2-0/+2
2021-12-30x86/defconfig: Enable CONFIG_LOCALVERSION_AUTO=y in the defconfigGravatar Ingo Molnar 2-2/+0
2021-09-08configs: remove the obsolete CONFIG_INPUT_POLLDEVGravatar Zenghui Yu 2-2/+0
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Gravatar Christoph Hellwig 2-2/+0
2020-09-20Merge tag 'x86_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2020-09-14vgacon: remove software scrollback supportGravatar Linus Torvalds 2-2/+0
2020-09-09x86/defconfigs: Explicitly unset CONFIG_64BIT in i386_defconfigGravatar Daniel Díaz 1-0/+1
2020-07-25x86/defconfigs: Refresh defconfig filesGravatar Ingo Molnar 2-122/+62
2020-07-24x86/defconfigs: Remove CONFIG_CRYPTO_AES_586 from i386_defconfigGravatar Sedat Dilek 1-1/+0
2020-04-07compiler: remove CONFIG_OPTIMIZE_INLINING entirelyGravatar Masahiro Yamada 2-2/+0
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-2/+0
2020-03-19x86/configs: Slightly reduce defconfigsGravatar Randy Dunlap 2-4/+0
2020-02-24scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledGravatar Diego Elio Pettenò 2-2/+0
2019-11-15x86: Remove the calgary IOMMU driverGravatar Christoph Hellwig 1-1/+0
2019-06-21x86/defconfigs: Remove useless UEVENT_HELPER_PATHGravatar Krzysztof Kozlowski 2-2/+0
2019-04-19x86/defconfig: Remove archaic partition tables supportGravatar Ahmed S. Darwish 2-24/+0
2019-03-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+0
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDGravatar Alexey Brodkin 2-2/+0
2019-02-11x86/defconfig: Enable EFI stub, mixed mode and BGRTGravatar Ard Biesheuvel 2-0/+5
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 2-0/+2
2018-10-10x86/defconfig: Enable CONFIG_USB_XHCI_HCD=yGravatar Adam Borowski 2-0/+2
2017-10-14x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Gravatar Josh Poimboeuf 2-3/+3
2017-10-12x86/unwinder: Make CONFIG_UNWINDER_ORC=y the default in the 64-bit defconfigGravatar Ingo Molnar 1-0/+1
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesGravatar Ingo Molnar 2-6/+0
2017-07-26x86/kconfig: Consolidate unwinders into multiple choice selectionGravatar Josh Poimboeuf 1-0/+2
2017-07-20x86/defconfig: Remove stale, old Kconfig optionsGravatar Krzysztof Kozlowski 2-6/+0
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-0/+4
2017-04-18x86: Enable KASLR by defaultGravatar Ingo Molnar 2-0/+4
2017-03-06x86/build/x86_64_defconfig: Enable CONFIG_R8169Gravatar Andy Shevchenko 1-0/+1
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+0
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-31/+0
2016-09-23config: move x86 kvm_guest.config to a common locationGravatar Rob Herring 1-31/+0
2016-09-20Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/rene...Gravatar Joerg Roedel 1-0/+2
2016-09-05iommu/amd: Remove AMD_IOMMU_STATSGravatar Fabian Frederick 1-1/+0