summaryrefslogtreecommitdiffstats
path: root/config-x86_64-generic
Commit message (Collapse)AuthorAgeFilesLines
* Linux v4.8-14109-g1573d2cLaura Abbott2016-10-121-0/+1
| | | | | - Drop the extra parallel build optiosn from perf since perf does that on its own.
* Linux v4.8-11417-g24532f7Laura Abbott2016-10-101-0/+2
|
* Clean up dead KconfigsLaura Abbott2016-10-041-2/+0
| | | | There should be no change in generated configs with this
* Linux v4.8-1558-g21f54ddLaura Abbott2016-10-041-0/+4
|
* Linux v4.8-rc3Justin M. Forbes2016-08-221-0/+1
|
* Enable NUMA on aarch64, Enable Cavium ThunderXPeter Robinson2016-08-111-1/+2
|
* Linux v4.7-3199-g0e06f5cJustin M. Forbes2016-07-271-0/+3
|
* Linux v4.6-10203-g84787c572d40Josh Boyer2016-05-251-1/+5
| | | | | - Enable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (rhbz 1339281) - Fixup SB patchset to work with upstream changes
* Linux v4.6-8907-g7639dadLaura Abbott2016-05-231-0/+1
| | | | | - trace, f2fs, btrfs, rtc, mailbox, akpm, staging, driver core, char, usb, tty, clk, net, devicetree, rdma, mfd, iio, powerpc, arm merges
* Remove all references to unknown Kconfig symbolsPaul Bolle2016-04-151-6/+0
| | | | Reported-by: Paul Bolle <pebolle@tiscali.nl>
* Linux v4.5-9542-g643ad15d4741Josh Boyer2016-03-211-0/+2
| | | | - pekeys, efi, objtool merges
* Linux v4.5-3654-g5cd0911a9e0eJosh Boyer2016-03-181-0/+3
| | | | | | - Fix oops from tsc subsystem (rhbz 1318596) - crypto, security, docs, rproc, dmaengine, powersupply, hsi, vfio, driver-core, tty, char, usb, configfs, ext4, dlm, gfs2, pstore merges
* Re-enable ZONE_DMA (rhbz 1309658)Laura Abbott2016-02-251-1/+2
|
* Linux v4.5-rc1-28-g03c21cbJustin M. Forbes2016-01-281-0/+10
|
* Linux v4.5-rc1Justin M. Forbes2016-01-251-0/+2
|
* Linux v4.4-10454-g3e1e21cJustin M. Forbes2016-01-221-1/+7
|
* Minor ARMv7/aarch64/ppc/s390 config cleanups (no other functioal changes)Peter Robinson2015-12-271-4/+0
|
* Enable XEN_PVN support (rhbz 1211904)Laura Abbott2015-12-171-1/+1
|
* Enable CONFIG_CMA on x86_64 (rhbz 1278985)Laura Abbott2015-11-101-0/+6
|
* Linux v4.3-6681-g8e483edLaura Abbott2015-11-051-0/+1
|
* Enable X86_NUMACHIPJosh Boyer2015-10-071-1/+1
|
* Linux v4.2-10637-ga794b4f32921Josh Boyer2015-09-091-0/+1
| | | | - Rework secure boot patchset
* Linux v4.2-6105-gdd5cdb48edfdJosh Boyer2015-09-031-0/+2
| | | | - Networking merge
* Linux v4.2-2744-g65a99597f044Josh Boyer2015-09-011-0/+2
| | | | - Reenable debugging options.
* 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 )