summaryrefslogtreecommitdiffstats
path: root/baseconfig/s390x
Commit message (Collapse)AuthorAgeFilesLines
* configs: Rename config directories to sub-directoryDon Zickus2017-11-13375-375/+0
| | | | | | | | | | | | | | | | | | | | | | 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.
* the HP CISS driver has been replaced by hpsa with appropriate aliases so ↵Peter Robinson2017-10-021-1/+0
| | | | drop old config
* Linux v4.14-rc1Justin M. Forbes2017-09-184-0/+4
|
* Only build ParPort support on x86, ARM and s390x long disabled it, only PPC ↵Peter Robinson2017-09-093-3/+0
| | | | HW that shipped it was long prior to anything we remotely support
* Linux v4.13-4257-ge7d0c41ecc2eJustin M. Forbes2017-09-065-0/+5
|
* Add missing config filesLaura Abbott2017-07-312-0/+2
|
* Linux v4.12-3441-g1996454Laura Abbott2017-07-052-0/+2
|
* Various ARM updatesPeter Robinson2017-05-241-1/+0
|
* Linux v4.12-rc1Justin M. Forbes2017-05-151-0/+1
|
* Linux v4.11-4395-g89c9feaJustin M. Forbes2017-05-036-0/+6
|
* Linux v4.11-1464-gd3b5d35Justin M. Forbes2017-05-021-0/+1
|
* s390x: disable unneeded network driversDan Horák2017-02-27157-3/+157
| | | | | | | | | | s390x: disable unneeded SCSI drivers s390x: disable unneeded miscellaneous drivers s390x,powerpc: enable GenWQE PCIe Accelerator driver s390x: disable unneeded miscellaneous drivers 2 s390x: disable unneeded miscellaneous drivers 3 [labbott: Squashed changes]
* Linux v4.10-1242-g9763dd6Laura Abbott2017-02-214-2/+2
|
* Linux v4.10-rc8-62-g6dc39c5Justin M. Forbes2017-02-171-1/+1
|
* Linux v4.10-rc7-127-g3d88460Justin M. Forbes2017-02-106-1/+6
|
* Linux v4.10-rc7-114-g55aac6eJustin M. Forbes2017-02-091-0/+1
|
* Linux v4.10-rc6-110-g34e00acJustin M. Forbes2017-02-034-3/+1
|
* Linux v4.10-rc1 (didn't adjust debug options), ARM config updates, minor ↵Peter Robinson2016-12-272-2/+0
| | | | general config cleanups
* Add script to check config generationLaura Abbott2016-12-2221-13/+15
| | | | | | | | | | | 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>
* Change method of configuration generationLaura Abbott2016-12-06201-0/+201
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.