summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enable W1_MASTER_GPIO on aarch64 (rbhz #1671934)Jeremy Cline2019-03-253-2/+2
|
* Linux v5.1-rc2Jeremy Cline2019-03-2521-4/+81
|
* Disable debugging options.Jeremy Cline2019-03-251-1/+4
|
* TPM fix (rhbz 1688283)Peter Robinson2019-03-252-0/+106
|
* Fixes for Tegra Jetson TX series, Initial support for NVIDIA Jetson NanoPeter Robinson2019-03-243-0/+2150
|
* Linux v5.1-rc1-66-gfd1f297b794cJeremy Cline2019-03-223-3/+6
|
* Remove all Kconfig symbols dropped in v5.1-rc1Paul Bolle2019-03-2137-325/+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-2117-25/+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-213-3/+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>
* Linux v5.1-rc1-15-gbabf09c3837fJeremy Cline2019-03-203-3/+8
|
* Make the mainline vboxguest drv feature set match VirtualBox 6.0.x (#1689750)Hans de Goede2019-03-202-0/+669
|
* arm: build in some drivers needed by tegra jetson platformsPeter Robinson2019-03-195-9/+9
|
* enable stmmac dwc-qos for tegraPeter Robinson2019-03-197-7/+7
|
* Linux v5.1-rc1Jeremy Cline2019-03-1826-62/+59
|
* Disable debugging options.Jeremy Cline2019-03-181-1/+4
|
* Fix up the rawhide-rc.sh script for 5.xJeremy Cline2019-03-181-5/+6
|
* updates for ArmPeter Robinson2019-03-1865-266/+102
|
* Linux v5.0-11520-gf261c4e529daJeremy Cline2019-03-1520-33/+36
|
* Linux v5.0-11139-gfa3d493f7a57Jeremy Cline2019-03-1420-3/+51
|
* Turn off stackleakLaura Abbott2019-03-1315-15/+15
| | | | | We need to figure out how to properly do the building so turn this off for now.
* Linux v5.0-11053-gebc551f2b8f9Jeremy Cline2019-03-1320-3/+40
|
* 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-124-4/+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-1223-70/+59
|
* Enable SPI_SPIDEV on x86Jeremy Cline2019-03-125-4/+5
| | | | As requested on the Fedora kernel mailing list
* Arm config updates and fixes, fixes for Jetson TX seriesPeter Robinson2019-03-1241-119/+97
|
* Add config entry for CONFIG_CROS_EC_DEBUGFSJustin M. Forbes2019-03-117-0/+7
|
* Enable MESON_GX_PM_DOMAINS and PHY_MESON_GXL_USB2 for aarch64Chuanhong Guo2019-03-114-4/+6
| | | | | | 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-1183-911/+456
|
* Remove a patch that still touches userspace toolsPaul Bolle2019-03-112-67/+0
| | | | | | | The userspace tools were split out into kernel-tools in 2017. Remove a patch that still touches them. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Drop six orphaned patchesPaul Bolle2019-03-116-626/+0
| | | | Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Linux v5.0-7001-g610cd4eadec4Jeremy Cline2019-03-0820-294/+241
|
* Linux v5.0-6399-gf90d64483ebdJeremy Cline2019-03-0779-2188/+665
|
* Fix for compilation error linked to rhbz 1686419Laura Abbott2019-03-072-0/+30
|
* Linux v5.0-3452-g3717f613f48dJeremy Cline2019-03-0634-391/+152
|
* Linux v5.0-510-gcd2a3bf02625Jeremy Cline2019-03-0522-5/+80
|
* Reenable debugging options.Jeremy Cline2019-03-051-1/+4
|
* Linux v5.0.0Laura Abbott2019-03-044-19/+16
|
* Linux v5.0-rc8-3-g7d762d69145aLaura Abbott2019-02-263-2/+6
|
* Reenable debugging options.Laura Abbott2019-02-261-1/+4
|
* Linux v5.0-rc8Laura Abbott2019-02-252-6/+9
|
* arm: minor tweak, disable obsolete driverPeter Robinson2019-02-244-6/+3
|
* Linux v5.0-rc7-118-g8a61716ff2abLaura Abbott2019-02-223-3/+6
|
* Improvements to 96boards Rock960Peter Robinson2019-02-214-0/+248
|
* Linux v5.0-rc7-85-g2137397c92aeLaura Abbott2019-02-203-3/+6
|
* Linux v5.0-rc7-11-gb5372fe5dc84Laura Abbott2019-02-193-2/+6
|
* Reenable debugging options.Laura Abbott2019-02-191-1/+4
|
* Linux v5.0-rc7Laura Abbott2019-02-174-462/+14
|
* Linux v5.0-rc6-42-g1f947a7a011fLaura Abbott2019-02-133-2/+6
|