summaryrefslogtreecommitdiffstats
path: root/config-x86_64-generic
Commit message (Collapse)AuthorAgeFilesLines
* Linux v4.2-rc1Josh Boyer2015-07-061-0/+6
| | | | | - Disable debug options. - Add patch to fix perf build
* Linux v4.1-11355-g6aaf0da8728cJosh Boyer2015-06-301-0/+7
| | | | | - Add patch to fix KVM sleeping in atomic issue (rhbz 1237143) - Fix errant with_perf disable that removed perf entirely (rhbz 1237266)
* Linux v4.1-11235-gc63f887bdae8Josh Boyer2015-06-291-0/+3
| | | | - Reenable debugging options.
* Linux v4.1-5596-gaefbef10e3aeJosh Boyer2015-06-261-0/+1
|
* Enable CONFIG_EFI_MIXED.Peter Jones2015-04-091-0/+3
| | | | | | | | This enables the 32-bit EFI entry point on 64-bit kernels, so hardware like Baytrail devices with 32-bit firmware on a 64-bit cpu can boot the 64-bit kernel. Signed-off-by: Peter Jones <pjones@redhat.com>
* Enable MLX4_EN_VXLAN (rhbz 1207728)Josh Boyer2015-03-311-0/+1
|
* Cleanup stale Kconfig optionsJosh Boyer2015-03-161-1/+0
| | | | | No functional change. These are all removed upstream. Results provided by the check-config.pl script from Paul Bolle. Yay Paul!
* Linux v3.19-rc2Josh Boyer2015-01-051-0/+2
| | | | | - Temporarily disable aarch64patches - Happy New Year
* Move BPF_JIT to generic as all platforms now support it (no func change)Peter Robinson2014-10-131-2/+0
|
* Linux v3.17-2860-gef0625b70dacJosh Boyer2014-10-081-0/+1
| | | | | - Reenable debugging options. - Temporarily disable aarch64patches
* Remove all references to unknown Kconfig symbolsPaul Bolle2014-10-021-6/+0
| | | | Reported-by: Paul Bolle <pebolle@tiscali.nl>
* Disable NO_HZ_FULL againJosh Boyer2014-09-191-3/+1
| | | | - Enable early microcode loading (rhbz 1083716)
* re-enable RCU_FAST_NO_HZ, enable NO_HZ_FULL on x86_64Kyle McMartin2014-09-171-0/+7
| | | | | | - I also like to live dangerously. (Re-enable RCU_FAST_NO_HZ which has been off since April 2012. Also enable NO_HZ_FULL on x86_64.) - I added zipped modules ages ago, remove it from TODO.
* config: Enable kexec bzImage signature verificationVivek Goyal2014-09-041-0/+3
| | | | | | | | | | | | | | New kexec syscall (kexec_file_load()) can perform bzimage signature verification. This will re-enable kexec/kdump on secureboot systems using new syscall. Currently kexec/kdump is disabled on secureboot systems. User space (kexec-tools) will be modifed to automatically detect that running system has secureboot enabled and use new syscall instead of old one. Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
* Linux v3.16-3652-gf19107379dbcJosh Boyer2014-08-051-0/+5
| | | | - Reenable debugging options.
* Linux v3.15-7218-g3f17ea6dea8bJosh Boyer2014-06-111-0/+3
| | | | - Reenable debugging options.
* Switch to CONFIG_TRANSPARENT_HUGEPAGE_MADVISE instead of always onJosh Boyer2014-03-271-0/+1
| | | | | | | | | | | The benefit of THP has been somewhat questionable overall for a while, and it's been known to cause performance issues with some workloads. Upstream also considers it to be overly complicated and really not worth it on machines with memory in the amounts found on typical desktops/SMB servers. Switch to using it via madvise, which most applications that care about it should likely already be doing.
* Enable INTEL_MIC drivers (rhbz 1064086)Josh Boyer2014-02-181-2/+2
|
* Linux v3.13-3995-g0dc3fd0Josh Boyer2014-01-231-0/+1
|
* Revert "config, x86 enable boot cpu hotplug"Josh Boyer2014-01-201-2/+0
| | | | This reverts commit ca43fd4b8dd1ce49ab0a9f239c6a056df104db72.
* config, x86 enable boot cpu hotplugPrarit Bhargava2014-01-141-0/+2
| | | | | | | | | | | Set CONFIG_BOOTPARAM_HOTPLUG_CPU0 to 'y'. Currently, to disable CPU0, the "boot" cpu, one must specify cpu0_hotplug as a kernel parameter. Setting this config variable to 1 enables it by default. I've tested this on systems where it was expected to work and it seems to function properly. Signed-off-by: Prarit Bhargava <prarit@redhat.com>
* Enable SGI UV systems.Prarit Bhargava2014-01-101-1/+2
| | | | | | | | | | | Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1051284 Set CONFIG_X86_UV to 'y' and CONFIG_UV_MMTIMER to 'm' for large SGI boxes. These settings will enable the booting of more than 16 processors. Signed-off-by: Prarit Bhargava <prarit@redhat.com> Cc: glaubitz@physik.fu-berlin.de Cc: jwboyer@redhat.com
* Change DEFAULT_MMAP_MIN_ADDR to 64k on x86_64Josh Boyer2014-01-071-0/+3
|
* Reenable MEMORY_HOTPLUG on x86_64Josh Boyer2013-12-181-1/+2
|
* x86_64-generic - remove duplicate optionsDan Horák2013-11-261-5/+0
|
* Linux v3.12-10928-g527d151Josh Boyer2013-11-201-1/+0
| | | | - Drop ACPI blacklist year options and patch (removed with upstream commit 4c47cb197e13 )
* Enable CGROUP_HUGETLB on ppc64/ppc64p7 and x86_64 (rhbz 1031984)Josh Boyer2013-11-191-0/+1
|
* Linux v3.12-4849-g10d0c97Josh Boyer2013-11-121-0/+1
| | | | | | | | Replace x86-allow-1024-cpus.patch with the patch that contains the one hunk not already applied upstream. Don't install the 'trace' alias symlink for 'perf trace'. Seems much too generic to just throw that into /usr/bin
* Linux v3.12-2839-gedae583Josh Boyer2013-11-111-0/+3
| | | | - Reenable debugging options.
* Linux v3.12-rc7-79-g4f794eeJosh Boyer2013-11-011-1/+2
| | | | - Set NR_CPUS=1024 on non-debug x86_64 builds (MAXSMP is set on debug)
* Linux v3.11-3070-gcb3e433Josh Boyer2013-09-041-0/+1
|
* Linux v3.10-6005-gd2b4a64Justin M. Forbes2013-07-081-0/+2
|
* Linux v3.9-8933-gce85722Josh Boyer2013-05-031-2/+8
| | | | - First DRM merge
* Enable MTD_CHAR/MTD_BLOCK (Needed for SFC)Dave Jones2013-04-031-0/+21
| | | | Enable 10gigE on 64-bit only.
* Linux v3.8-7888-gab78265Josh Boyer2013-02-251-0/+1
|
* Linux v3.8-6071-g8b5628aJosh Boyer2013-02-221-0/+2
| | | | - Enable the rtl8192e driver (rhbz 913753)
* Enable CONFIG_NAMESPACES everywhere (rhbz 907576)Josh Boyer2013-02-061-1/+0
| | | | | | | | | | So apparently we've been enabling CONFIG_NAMESPACES in Fedora kernels for a very long time even though it was never explicitly set. The kconfig entry for it looks like it should depend on CONFIG_EXPERT (which isn't set), but either the fact that we've had CONFIG_NET_NS, etc enabled explicitly or the fact that it defaults to !EXPERT seems to do something weird with menuconfig and enables it in the final config. Whatever, just turn it back on. It seems to break rtkit-daemon for some reason.
* Linux v3.8-rc5-218-ga56e160Josh Boyer2013-01-301-0/+4
| | | | | - Enable NAMESPACES and CHECKPOINT_RESTORE on x86_64 for F19 CRIU feature - Enable CONFIG_DEBUG_ATOMIC_SLEEP
* Turn off THP for 32bitJustin M. Forbes2013-01-251-0/+2
|
* Linux v3.8-rc2-116-g5f243b9Justin M. Forbes2013-01-041-0/+4
|
* Update config options for 3.7Josh Boyer2012-10-301-0/+3
| | | | - Fix module blacklist patch to not leak a reference to the blacklist keyring
* Update config optionsJosh Boyer2012-07-301-0/+3
|
* Update configs for first 3.5 merge window git snapshotJosh Boyer2012-05-211-0/+2
|
* Bump NR_CPUS to 128 on x86_64Josh Boyer2012-05-211-1/+1
|
* Rebase to Linux 3.3-rc1Josh Boyer2012-01-201-0/+3
| | | | The utrace patch is left unapplied as it doesn't apply cleanly any longer
* Change maximum CPU support for x86-64.Dave Jones2012-01-171-1/+1
| | | | | | Rawhide builds now use MAXSMP on x86. For release builds, set x86-64 to support 64 CPUs. If larger systems become widespread, we can increase in an update.
* Remove CONFIG_BLK_DEV_AMD74XX duplicate entriesDave Jones2012-01-171-3/+0
|
* Disable ISADave Jones2012-01-161-2/+0
|
* Disable memory hotplug on x86-64Dave Jones2012-01-131-2/+2
|
* Disable Calgary IOMMUDave Jones2012-01-131-2/+1
|