summaryrefslogtreecommitdiffstats
path: root/kernel-i686.config
Commit message (Collapse)AuthorAgeFilesLines
* Minor ARM config updatesPeter Robinson2017-01-061-3/+0
|
* Linux v4.10-rc2-183-gc433eb7Justin M. Forbes2017-01-051-1/+1
|
* Fix nodebug kernels, CPUMASK_OFFSTACK is always selected with MAXSMPJustin M. Forbes2017-01-031-1/+1
|
* Enable Amlogic (meson) SoCs for ARMv7/aarch64Peter Robinson2016-12-271-1/+1
|
* Linux v4.10-rc1 (didn't adjust debug options), ARM config updates, minor ↵Peter Robinson2016-12-271-15/+9
| | | | general config cleanups
* Linux v4.9-11999-g50f6584Justin M. Forbes2016-12-231-0/+1
|
* Add script to check config generationLaura Abbott2016-12-221-106/+104
| | | | | | | | | | | The kernel configuration generation currently checks to make sure every option is defined with listnewconfig. It does not check that each option is the same as listnewconfig. This can lead to odd situations where the Fedora configuration does not match what's actually present in the generated config. Add a script to check for these kinds of changes. Based on work done by Miguel Flores Silverio <floresmigu3l@gmail.com>
* Linux v4.9-11815-ge93b1ccJustin M. Forbes2016-12-211-0/+1
|
* Linux v4.9-11815-ge93b1ccJustin M. Forbes2016-12-201-0/+1
|
* Minor ARM config updatesPeter Robinson2016-12-201-2/+0
|
* Enable QDF2400 Onboard NetworkingJustin M. Forbes2016-12-191-0/+2
|
* Linux v4.9-11744-gb0b3a37Justin M. Forbes2016-12-191-0/+20
|
* Linux v4.9-10415-g73e2e0cJustin M. Forbes2016-12-161-2/+16
|
* Linux v4.9-8648-g5cc60aeJustin M. Forbes2016-12-151-1/+17
|
* Linux v4.9-7150-gcdb98c2Justin M. Forbes2016-12-141-2/+72
|
* Linux v4.9-2682-ge7aa8c2 (missing secure boot as that is being rebased to ↵Justin M. Forbes2016-12-131-3/+38
| | | | the new upstream tree
* Linux v4.9-rc8-55-gce779d6Laura Abbott2016-12-071-1/+1
| | | | - Disable CONFIG_AF_KCM (rhbz 1402489)
* Change method of configuration generationLaura Abbott2016-12-061-0/+5794
The existing method of managing configuration files gets unweildy. Changing individual lines in text files gets difficult without manual organization. Switch to a method of configuration generation that's inspired from the method used inside Red Hat. Each configuration option gets its own file which are then combined to form the configuration files. This makes confirming what's actually enabled much easier.