summaryrefslogtreecommitdiffstats
path: root/baseconfig/x86
Commit message (Collapse)AuthorAgeFilesLines
* Fix null pointer dereference in bcm2835 MMC driver, Minor updatesPeter Robinson2017-03-262-0/+2
|
* Linux v4.11-rc3-161-gebe6482Laura Abbott2017-03-241-0/+1
|
* Turn on NET_VENDOR_SOLARFLARE to enable SFC devices againJustin M. Forbes2017-03-081-0/+1
|
* - Enable Tiny DRM on ARM platformsPeter Robinson2017-03-0117-4/+12
| | | | | | - ARM config updates - General config cleanups - Add patch to fix desktop lockups on RPi (vc4) RHBZ# 1389163
* Linux v4.10-10320-ge5d56efLaura Abbott2017-02-273-0/+3
|
* Linux v4.10-9579-gf1ef09fLaura Abbott2017-02-247-0/+7
| | | | Includes config options from yesterday that were missed
* Linux v4.10-2512-g7bb0338Laura Abbott2017-02-222-0/+1
|
* minor config cleanups (NFC)Peter Robinson2017-02-215-0/+5
|
* Linux v4.10-rc1 (didn't adjust debug options), ARM config updates, minor ↵Peter Robinson2016-12-2713-9/+4
| | | | general config cleanups
* Add script to check config generationLaura Abbott2016-12-2272-13/+72
| | | | | | | | | | | 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-11744-gb0b3a37Justin M. Forbes2016-12-191-1/+0
|
* Linux v4.9-7150-gcdb98c2Justin M. Forbes2016-12-147-0/+7
|
* Change method of configuration generationLaura Abbott2016-12-06955-0/+955
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.