summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* arm: be less harsh on the omap/am33xx disable, it's just CRYPTO_DEV_OMAP_AES ↵Peter Robinson2019-10-125-9/+9
| | | | that's broken
* arm64: enable spi flash memory on aarch64 tooPeter Robinson2019-10-1110-2/+16
|
* Linux v5.4-rc2-96-gfb20da6af705Jeremy Cline2019-10-105-161/+6
|
* Kconfig symbol cleanup for v5.4-rc1Paul Bolle2019-10-1043-249/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two Kconfig symbols were part of upstream v5.3-rc1 but didn't make it into v5.3 (for reasons I couldn't be bothered to unearth): PREEMPT_LL and SOUNDWIRE_BUS. Remove them from our configuration generation system too. Commit 3e636fe3a695 ("Remove patch for GCC VTA") forgot to clean up the configs/ directory. Do so now. Commit e21e52b60843 ("Linux v5.3-13236-g97f9a3c4eee5") forgot to remove CONFIG_LOCK_DOWN_KERNEL and CONFIG_LOCK_DOWN_KERNEL_FORCE from the configs/ directory. Do so now. Commit 5c0d4daff4a0 ("Remove crash driver") forgot to clean up the configs/ directory. Do so now. There are 22 Kconfig symbols referenced in the files used for configuration generation and in the shipped .config files that were dropped in upstream v5.4-rc1. The references to these symbols can be safely removed. These symbols are: CONFIG_ARM_QCOM_CPUFREQ_KRYO CONFIG_CRYPTO_AEGIS128L CONFIG_CRYPTO_AEGIS128L_AESNI_SSE2 CONFIG_CRYPTO_AEGIS256 CONFIG_CRYPTO_AEGIS256_AESNI_SSE2 CONFIG_CRYPTO_AES_586 CONFIG_CRYPTO_AES_X86_64 CONFIG_CRYPTO_MORUS1280 CONFIG_CRYPTO_MORUS1280_AVX2 CONFIG_CRYPTO_MORUS1280_SSE2 CONFIG_CRYPTO_MORUS640 CONFIG_CRYPTO_MORUS640_SSE2 CONFIG_DRM_TINYDRM CONFIG_HISI_KIRIN_DW_DSI CONFIG_I2C_BCM2048 CONFIG_KEXEC_VERIFY_SIG CONFIG_MFD_CROS_EC_CHARDEV CONFIG_MTD_M25P80 CONFIG_SENSORS_ADS1015 CONFIG_SERIAL_8250_MOXA CONFIG_SGI_IOC4 CONFIG_TINYDRM_MIPI_DBI Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* re-enable HDA sound drivers on PPCDan Horák2019-10-104-2/+4
|
* Enable CONFIG_EFI_TEST as a module (rhbz 1759325)Javier Martinez Canillas2019-10-1015-11/+104
| | | | | | The driver is needed for testing purposes, enable it on the architectures where EFI is supported. Also, disallow access to the registered device if the kernel is locked down.
* Add fix for mount api change on shmem (rhbz 1757104)Laura Abbott2019-10-082-0/+47
|
* Linux v5.4-rc2-20-geda57a0e4299Jeremy Cline2019-10-084-3/+7
|
* Reenable debugging options.Jeremy Cline2019-10-081-1/+4
|
* arm: disable omap crytpo offload drivers as they currently cause issues on ↵Peter Robinson2019-10-086-12/+12
| | | | BeagleBone and related HW
* Drop custom patch for i8042Laura Abbott2019-10-072-64/+0
| | | | | | | | Fedora has been carrying this patch for a very long time as a workaround for MacBook Airs1,1. We've also gotten smarter about detection (see d79e141c1c6e ("Input: i8042 - Trust firmware a bit more when probing on X86")) so let's try dropping this.
* Enable a few NFT options (rhbz 1651813)Laura Abbott2019-10-0718-45/+48
|
* Linux v5.4-rc2Jeremy Cline2019-10-072-4/+6
|
* Disable debugging options.Jeremy Cline2019-10-071-1/+4
|
* drop nouveau on Tegra210/GP10B as it breaks others platformsPeter Robinson2019-10-072-1278/+1
|
* arm64: enable USB support on Jetson TX2Peter Robinson2019-10-062-0/+53
|
* arm64: tegra: enabled nouveau on Jetson-TX2Peter Robinson2019-10-062-0/+1277
|
* Fixes for Tegra Jetson TX1/TX2 series via max77620Peter Robinson2019-10-063-0/+776
|
* add RockPro64 fixes patchesPeter Robinson2019-10-062-0/+692
|
* arm64: rockchip: Add some RockPro64 fixesPeter Robinson2019-10-061-0/+5
|
* Linux v5.4-rc1-14-gcc3a7bfe62b9Jeremy Cline2019-10-043-2/+6
|
* Reenable debugging options.Jeremy Cline2019-10-041-1/+4
|
* Fix the header tarball script BUILDID additionJeremy Cline2019-10-031-1/+1
| | | | | | | [ -n ] doesn't work on unquoted variables. The variable either needs to get quoted or use [[ ]]. Without this the script always defines buildid. Signed-off-by: Jeremy Cline <jcline@redhat.com>
* second round of arm 5.4 updatesPeter Robinson2019-10-0334-182/+65
|
* Rebase the lockdown sysrq patch to work with upstreamJeremy Cline2019-10-022-65/+66
| | | | | | | Upstream finally merged the lockdown patches, adjust the SysRq patch to work with the upstreamed version. Signed-off-by: Jeremy Cline <jcline@redhat.com>
* Linux v5.4-rc1Jeremy Cline2019-10-023-3/+81
|
* Disable debugging options.Jeremy Cline2019-10-021-1/+4
|
* ChromeOS updates v2Peter Robinson2019-10-0217-15/+10
|
* minor cleanup of ChromeBook config optionsPeter Robinson2019-10-0232-74/+27
|
* initial Arm 5.4 config updatesPeter Robinson2019-10-0234-79/+66
|
* Linux v5.3-13236-g97f9a3c4eee5Jeremy Cline2019-10-0135-2231/+291
| | | | | | | This is a first pass at getting the secureboot patches working with the upstream lockdown patches that got merged. The final patch from our lockdown set is the sysrq patch which also needs work. For the present it is not applied.
* Support adding the buildid to kernel-headersLaura Abbott2019-09-301-3/+5
| | | | Thanks to Paul Moore for this change
* Linux v5.3-12397-gf41def397161Jeremy Cline2019-09-263-3/+6
|
* Linux v5.3-12289-g351c8a09b00bJeremy Cline2019-09-2518-10/+28
|
* Update KMEMLEAK log size defaultJeremy Cline2019-09-252-1/+1
| | | | | | Upstream renamed the setting to DEBUG_KMEMLEAK_MEM_POOL_SIZE in upstream commit c5665868183f and changed the default to 16000 in upstream commit b751c52bb587.
* Linux v5.3-12025-g4c07e2ddab5bJeremy Cline2019-09-2421-3/+30
|
* It seems like maybe EXFAT isn't really ready to turn onJeremy Cline2019-09-2422-120/+15
|
* add iwlwifi fix for 8000 series devicesPeter Robinson2019-09-242-2/+92
|
* Linux v5.3-11768-g619e17cf75ddJeremy Cline2019-09-2330-10/+117
|
* Update to work with 5.xLaura Abbott2019-09-231-14/+16
|
* Linux v5.3-10169-g574cc4539762Jeremy Cline2019-09-2052-20/+343
|
* Linux v5.3-7639-gb41dae061bbdJeremy Cline2019-09-1956-22/+551
|
* Linux v5.3-3839-g35f7a9526615Jeremy Cline2019-09-1835-3/+152
|
* Linux v5.3-2061-gad062195731bJeremy Cline2019-09-1738-644/+213
|
* Reenable debugging options.Jeremy Cline2019-09-171-1/+4
|
* Drop drm-i915-hush-check-crtc-state.patchJeremy Cline2019-09-162-34/+0
| | | | | | | | | | | | | This patch from 2013 stops the i915 driver from spitting out WARNs in some cases, but nearly the same thing can be achieved with the ``verbose_state_checks=false`` module option added in 2014. With the module setting the issue results in a log message at error level rather than the debug level set by this patch. However, it's not known if this is still a common issue. It seems worth the cost of (maybe) a few more bug reports about new error-level logs to drop the patch. To start with, we're going to leave ``verbose_state_checks=true`` (the default), but if we run into a lot of WARNs we will turn it off.
* Drop old WARN patchLaura Abbott2019-09-162-92/+0
| | | | | | We haven't applied the patch in a while now. Let's just drop it. Signed-off-by: Laura Abbott <labbott@redhat.com>
* Remove crash driverLaura Abbott2019-09-162-724/+0
| | | | | | | This has since been replaced by other in kernel pieces. We can finally drop it. Signed-off-by: Laura Abbott <labbott@redhat.com>
* Remove patch for GCC VTALaura Abbott2019-09-162-96/+0
| | | | | | It's been years and gcc has changed a lot. Signed-off-by: Laura Abbott <labbott@redhat.com>
* Remove old keyboard logging patchLaura Abbott2019-09-162-32/+0
| | | | | | Let's see if this results in flooding. Signed-off-by: Laura Abbott <labbott@redhat.com>