summaryrefslogtreecommitdiffstats
path: root/config-s390x
Commit message (Collapse)AuthorAgeFilesLines
* Change method of configuration generationLaura Abbott2016-12-061-298/+0
| | | | | | | | | | 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.
* Minor ARM config updates, Enable two 802.15.4 drivers, General config ↵Peter Robinson2016-11-281-2/+1
| | | | cleanups (NFC: move some x86 specific configs to x86, EDAC generic to generic, some minor seonsor cleanups)
* set z10 as minimum architecture level for s390xDan Horák2016-11-151-3/+1
|
* Clean up dead KconfigsLaura Abbott2016-10-041-1/+0
| | | | There should be no change in generated configs with this
* Enable CPU IDLE on ARMv7, Tweak big.LITTLE on ARMv7Peter Robinson2016-09-171-0/+1
|
* Linux v4.8-rc1-166-g9909170Justin M. Forbes2016-08-121-0/+1
|
* Linux v4.7-3199-g0e06f5cJustin M. Forbes2016-07-271-0/+1
|
* Linux v4.6-10203-g84787c572d40Josh Boyer2016-05-251-1/+1
| | | | | - Enable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (rhbz 1339281) - Fixup SB patchset to work with upstream changes
* Linux v4.6-8907-g7639dadLaura Abbott2016-05-231-0/+1
| | | | | - trace, f2fs, btrfs, rtc, mailbox, akpm, staging, driver core, char, usb, tty, clk, net, devicetree, rdma, mfd, iio, powerpc, arm merges
* Remove all references to unknown Kconfig symbolsPaul Bolle2016-04-151-1/+0
| | | | Reported-by: Paul Bolle <pebolle@tiscali.nl>
* Linux v4.4-5593-g7fdec82Justin M. Forbes2016-01-141-0/+1
|
* Minor ARMv7/aarch64/ppc/s390 config cleanups (no other functioal changes)Peter Robinson2015-12-271-20/+7
|
* Linux v4.2-6105-gdd5cdb48edfdJosh Boyer2015-09-031-0/+1
| | | | - Networking merge
* Linux v4.2-2744-g65a99597f044Josh Boyer2015-09-011-0/+1
| | | | - Reenable debugging options.
* Linux v4.2-rc1Josh Boyer2015-07-061-0/+2
| | | | | - Disable debug options. - Add patch to fix perf build
* Linux v4.1-11355-g6aaf0da8728cJosh Boyer2015-06-301-1/+0
| | | | | - Add patch to fix KVM sleeping in atomic issue (rhbz 1237143) - Fix errant with_perf disable that removed perf entirely (rhbz 1237266)
* minor virt config cleanups (NFC)Peter Robinson2015-05-031-3/+0
|
* Prune stale config optionsJosh Boyer2015-04-281-3/+0
| | | | | | Some of these were removed upstream and others were dropped when kernel-arm64.patch was killed off. Found by Paul's check-configs.pl script.
* Enable MLX4_EN_VXLAN (rhbz 1207728)Josh Boyer2015-03-311-0/+1
|
* Linux v3.19-4542-g8cc748aa76c9Josh Boyer2015-02-121-0/+1
|
* More ARM config option cleanupsPeter Robinson2015-01-201-2/+0
|
* Linux v3.19-rc2Josh Boyer2015-01-051-0/+1
| | | | | - Temporarily disable aarch64patches - Happy New Year
* do not disable PPP networking on s390Dan Horák2014-11-241-1/+0
|
* Disable SERIAL_8250 on s390x (rhbz 1158848)Josh Boyer2014-11-191-0/+1
|
* Move BPF_JIT to generic as all platforms now support it (no func change)Peter Robinson2014-10-131-1/+0
|
* Remove all references to unknown Kconfig symbolsPaul Bolle2014-10-021-15/+0
| | | | Reported-by: Paul Bolle <pebolle@tiscali.nl>
* Linux v3.17-rc5-63-gd9773ceabfafJosh Boyer2014-09-191-1/+45
| | | | - Enable infiniband on s390x
* Linux v3.16-rc2Josh Boyer2014-06-231-0/+1
| | | | - Disable debugging options.
* Fix crash driver build and re-enable on s390x (from Dan Horák)Josh Boyer2013-11-261-1/+1
|
* update config for s390x - 2Dan Horák2013-11-261-0/+2
|
* Linux v3.12-10087-g1213959Josh Boyer2013-11-171-1/+2
| | | | - Update s390x config from Dan Horák
* enable crash on other architecturesKyle McMartin2013-11-051-0/+2
|
* Build virtio drivers as modules (rhbz 1019569)Josh Boyer2013-10-221-0/+1
|
* Minor ARM config updates/cleanups, ARM GPIO/I2C updates, ARM usb gadget updatesPeter Robinson2013-10-131-2/+0
|
* Minor kernel configs cleanup merging duplicated config opts into genericPeter Robinson2013-08-191-21/+1
| | | | Merge config changes from the various arch configs into generic-config where there's overlapping identical configs across all architectures. If there's a single arch that is difference to the rest of the architectures that option remains in the arch specific config as it takes precedence over the generic config.
* - Major cleanup of arm64 configPeter Robinson2013-08-151-1/+0
| | | | | - Add patch to enable build exynos5 as multi platform for lpae - Minor cleanup of ARMv7 configs
* update s390x configDan Horák2013-07-171-7/+32
| | | | | - disable various drivers not relevant for s390x - enable kdump support
* ARM config cleanups and changes for 3.11Peter Robinson2013-07-111-0/+2
|
* Linux v3.10-6005-gd2b4a64Justin M. Forbes2013-07-081-0/+1
|
* s390x config option changes from Dan Horák <dan@danny.cz> - ↵Dave Jones2013-03-181-3/+11
| | | | | | | | kernel-3.9.0-0.rc3.git0.3 - enable PCI - disable few useless drivers - disable drivers conflicting with s390x
* update the s390x config for 3.8Dan Horák2013-02-131-4/+8
|
* Fix up configs for buildJustin M. Forbes2013-01-071-0/+9
|
* Update config options for 3.7Josh Boyer2012-10-301-0/+9
| | | | - Fix module blacklist patch to not leak a reference to the blacklist keyring
* Linux v3.4-2580-g72c04afJosh Boyer2012-05-221-0/+1
|
* Update configs for first 3.5 merge window git snapshotJosh Boyer2012-05-211-0/+1
|
* Linux 3.1-git1 (138c4ae9cfda upstream)Josh Boyer2011-10-261-0/+2
| | | | | | First take on the upcomming Linux 3.2 kernel. The moving of the ethernet drivers into vendor subdirectories caused a lot of churn in config-generic, but hopefully it's a bit cleaner now.
* 3.0-git9 snapshotJosh Boyer2011-07-271-1/+0
|
* second pass of new kconfig optionsKyle McMartin2011-05-301-0/+3
|
* update to 2.6.38-git6Kyle McMartin2011-03-181-0/+2
|
* Linux 2.6.37-rc2-git2Kyle McMartin2010-11-171-0/+2
|