summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* Linux v5.1-5445-g80f232121b69Justin M. Forbes2019-05-0846-0/+46
|
* Linux v5.1-1199-g71ae5fc87c34Justin M. Forbes2019-05-0712-0/+12
|
* Enable Arm STM32MP1Peter Robinson2019-05-0750-2/+48
|
* minor qcom sound config tweakPeter Robinson2019-05-072-1/+1
|
* Ensure ioschedulers are built in (rhbz 1690604)Laura Abbott2019-05-062-2/+2
|
* configs: correctly terminate loopPaul Bolle2019-05-061-2/+2
| | | | | | | | | | The switch_to_toplevel() function in process_configs.sh contains a buggy loop. It tests whether $path is empty but should test whether $path equals "/". (It repeatedly calls dirname on pwd's output, and since pwd will return an absolute path this will, eventually, return "/" forever.) So let's test for "/" here. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* configs: properly indent process_configs.shPaul Bolle2019-05-061-3/+3
| | | | Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* disable sunxi crypto as it's currently brokenPeter Robinson2019-05-032-2/+2
|
* Linux v5.1-rc7-131-gea9866793d1eJeremy Cline2019-05-031-0/+1
|
* configs: only visit generic/powerpc oncePaul Bolle2019-05-011-1/+1
| | | | | | | The rule that generates kernel-ppc64le-debug.config visits configs/generic/powerpc twice. Stop doing that. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Linux v5.1-rc7Jeremy Cline2019-04-292-0/+2
|
* Linux v5.1-rc6Jeremy Cline2019-04-221-0/+1
|
* Rebase the kernel lockdown patch setJeremy Cline2019-04-155-2/+3
| | | | | | | | | | | | | | | | Use the latest version of the kernel lockdown patch set. This includes a few configuration renames: CONFIG_KEXEC_VERIFY_SIG became CONFIG_KEXEC_SIG and CONFIG_KEXEC_SIG_FORCE was added. CONFIG_KEXEC_SIG_FORCE=n because the "kexec_file: Restrict at runtime if the kernel is locked down" patch enforces the signature requirement when the kernel is locked down. CONFIG_LOCK_DOWN_MANDATORY got renamed to CONFIG_LOCK_DOWN_KERNEL_FORCE and remains false as LOCK_DOWN_IN_EFI_SECURE_BOOT covers enabling it for EFI Secure Boot users. Finally, the SysRq patches got dropped for the present.
* Build libnvdimm as a module (rhbz 1696481)Jeremy Cline2019-04-082-2/+2
|
* Linux v5.1-rc3Jeremy Cline2019-04-012-0/+2
|
* Align the IPv4 netfilter configs with the IPv6 configs (rhbz 1672657)Jeremy Cline2019-03-274-3/+4
| | | | IPv6 builds as a module, change IPv4 to be built as a module as well.
* Initial NXP i.MX8 enablementPeter Robinson2019-03-2671-11/+32
|
* Enable W1_MASTER_GPIO on aarch64 (rbhz #1671934)Jeremy Cline2019-03-251-0/+0
|
* Linux v5.1-rc2Jeremy Cline2019-03-255-0/+5
|
* Remove all Kconfig symbols dropped in v5.1-rc1Paul Bolle2019-03-2123-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are 23 Kconfig symbols referenced in the files used for configuration generation and in the shipped .config files that were dropped in upstream v5.1-rc1. The references to these symbols can be safely removed. These symbols are: CONFIG_AD7152 CONFIG_DEFAULT_SECURITY_DAC CONFIG_DEFAULT_SECURITY_SELINUX CONFIG_EARLY_PRINTK_EFI CONFIG_EXOFS_FS CONFIG_EXT4_ENCRYPTION CONFIG_F2FS_FS_ENCRYPTION CONFIG_FB_XGI CONFIG_MTD_MT81xx_NOR CONFIG_NFT_CHAIN_NAT_IPV4 CONFIG_NFT_CHAIN_NAT_IPV6 CONFIG_NFT_MASQ_IPV4 CONFIG_NFT_MASQ_IPV6 CONFIG_NFT_REDIR_IPV4 CONFIG_NFT_REDIR_IPV6 CONFIG_SCSI_OSD_DEBUG CONFIG_SCSI_OSD_DPRINT_SENSE CONFIG_SCSI_OSD_INITIATOR CONFIG_SCSI_OSD_ULD CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE CONFIG_SND_AUDIO_GRAPH_SCU_CARD CONFIG_SND_SIMPLE_SCU_CARD CONFIG_UBIFS_FS_ENCRYPTION Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Remove three Kconfig symbols dropped before v5.0Paul Bolle2019-03-213-3/+0
| | | | | | | | Three Kconfig symbols were added to upstream v5.0-rc1 but dropped before v5.0 was released (for various reasons): FB_LOGO_CENTER, RESCTRL, and X86_RESCTRL. Remove them from our configuration generation system too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* configs: remove CONFIG_SUN50I_A64_UNSTABLE_TIMERPaul Bolle2019-03-211-1/+0
| | | | | | | | | The patch that added the Kconfig symbol SUN50I_A64_UNSTABLE_TIMER was dropped in commit 60a8ce36abae7 ("Raspberry Pi DT updates, Update AllWinner A64 timer errata workaround"). So it's safe to drop it from the configuration generation system too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* arm: build in some drivers needed by tegra jetson platformsPeter Robinson2019-03-193-3/+3
|
* enable stmmac dwc-qos for tegraPeter Robinson2019-03-191-1/+1
|
* Linux v5.1-rc1Jeremy Cline2019-03-189-0/+9
|
* updates for ArmPeter Robinson2019-03-1850-26/+23
|
* Linux v5.0-11520-gf261c4e529daJeremy Cline2019-03-152-0/+2
|
* Linux v5.0-11139-gfa3d493f7a57Jeremy Cline2019-03-143-0/+3
|
* Turn off stackleakLaura Abbott2019-03-131-1/+1
| | | | | We need to figure out how to properly do the building so turn this off for now.
* Linux v5.0-11053-gebc551f2b8f9Jeremy Cline2019-03-132-0/+2
|
* configs: drop unneeded overridesPaul Bolle2019-03-13253-253/+0
| | | | | | | | There are 255 overrides that have no effect as they are identical to the files they override. In other words: these overrides have no effect on the shipped .config files. They can safely be dropped. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Drop the duplicate/typo'd CROS_EC_DEBUGFS configs for arm/x86Jeremy Cline2019-03-122-2/+0
| | | | | | | It's off in the generic config, no need to make it more off. Fat-fingered-by: Jeremy Cline <jcline@redhat.com> Spotted-by: Paul Bolle <pebolle@tiscali.nl>
* Fix filename typo CONFIG_STACKINITPaul Bolle2019-03-121-0/+0
| | | | | | | CONFIG_STACKINIT should be CONFIG_TEST_STACKINIT, even though this typo has no effect on the build. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Linux v5.0-10742-gea295481b6e3Jeremy Cline2019-03-122-0/+2
|
* Enable SPI_SPIDEV on x86Jeremy Cline2019-03-121-0/+1
| | | | As requested on the Fedora kernel mailing list
* Arm config updates and fixes, fixes for Jetson TX seriesPeter Robinson2019-03-1226-11/+20
|
* Add config entry for CONFIG_CROS_EC_DEBUGFSJustin M. Forbes2019-03-111-0/+1
|
* Enable MESON_GX_PM_DOMAINS and PHY_MESON_GXL_USB2 for aarch64Chuanhong Guo2019-03-112-0/+2
| | | | | | Amlogic GXL SoCs needs these two for USB2.0 PHY and HDMI. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
* Linux v5.0-10360-g12ad143e1b80Jeremy Cline2019-03-1161-0/+61
|
* Linux v5.0-7001-g610cd4eadec4Jeremy Cline2019-03-082-0/+2
|
* Linux v5.0-6399-gf90d64483ebdJeremy Cline2019-03-0755-2/+54
|
* Linux v5.0-3452-g3717f613f48dJeremy Cline2019-03-0616-1/+16
|
* Linux v5.0-510-gcd2a3bf02625Jeremy Cline2019-03-055-0/+5
|
* arm: minor tweak, disable obsolete driverPeter Robinson2019-02-242-2/+1
|
* Enable NXP Freescale Layerscape platformPeter Robinson2019-02-1341-1/+25
|
* Enable CONFIG_ACPI_APEI_EINJ (rhbz 1670541)Laura Abbott2019-02-121-1/+1
|
* Linux v5.0-rc6Laura Abbott2019-02-111-1/+1
| | | | Tweaks to gcc9 fixes
* enable COMPAT on aarch64 to enable some legacy usecases on aarch64 with ↵Peter Robinson2019-02-077-2/+6
| | | | containers
* Linux v5.0-rc4-106-g5b4746a03199Laura Abbott2019-02-041-0/+1
|
* Disable CONFIG_JUMP_LABEL on s390xLaura Abbott2019-01-301-0/+1
| | | | | This is causing problems with gcc9. Disable this until we find a real solution.