summaryrefslogtreecommitdiffstats
path: root/kernel-s390x.config
Commit message (Collapse)AuthorAgeFilesLines
* 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/+21
|
* Linux v4.9-10415-g73e2e0cJustin M. Forbes2016-12-161-2/+17
|
* 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/+5348
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.