summaryrefslogtreecommitdiffstats
path: root/configs/base-generic/x86
Commit message (Collapse)AuthorAgeFilesLines
* configs: Move base-debug and base-generic to configs/fedoraDon Zickus2018-01-051201-1201/+0
| | | | | | | | | | | | | It was suggested that base-debug and base-generic were not good names to use. Further discussion led to using configs/fedora for the base config files and configs/rhel for any overrides. This patch does a plain mkdir configs/fedora git mv configs/base-{generic,debug} configs/fedora No code changes.
* Enable CONFIG_ACPI_REV_OVERRIDE_POSSIBLELaura Abbott2018-01-031-1/+1
|
* Linux v4.15-rc6Laura Abbott2017-12-312-0/+2
|
* Set CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1 on x86_64 only (rhbz 1525561)Jeremy Cline2017-12-151-0/+1
|
* Enable CONFIG_REGULATOR on x86_64Hans de Goede2017-12-1539-0/+39
|
* Linux v4.14-12891-gc8a0739b185dLaura Abbott2017-11-203-0/+3
| | | | Also turn off a powerpc crypto drive that was failing to compile
* Linux v4.14-12375-g2dcd9c71c1ffLaura Abbott2017-11-171-0/+1
|
* Linux v4.14-9248-ge60e1ee60630Laura Abbott2017-11-161-0/+1
|
* Linux v4.14-4050-g37cb8e1f8e10Laura Abbott2017-11-155-0/+5
|
* Linux v4.14-104-g1e19bded7f5dLaura Abbott2017-11-131-1/+1
| | | | | Also flip MAXSMP for generic vs. debug config (see f4861c48b88ff145cc8b50655b61d6c6a411f073)
* configs: Rename config directories to sub-directoryDon Zickus2017-11-131149-0/+1149
As part of an effort to foster better cross collaboration with internal Red Hat kernels, align the configs layout to match that kernel. This will allow Red Hat engineers to provide easier guidance on how to set various config options. In addition, the scripts that process the config options will migrate to the configs/ directory too in later patches. Future config workflows will stage all work in the configs/ area. A simple diff between the kernels will easily expose which config options are different. Reading the comments in the file provides guidance to Fedora to determine if that kernel should make a similar change or not. Rename debugconfig -> configs/base-debug Rename baseconfig -> configs/base-generic Rename configs/base-generic/arm/arm64 -> configs/base-generic/arm/aarch64 No code changes made.