Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable CONFIG_DRM_DP_CEC temporarily | Jeremy Cline | 2020-02-04 | 15 | -15/+15 |
| | | | | | | | | | | | This setting introduces a dependency in drm_kms_helpers.ko on cec.ko but cec.ko is in the media subsystem and is filtered into kernel-modules, but drm_kms_helpers.ko is in kernel-core. There's not an easy way to pick up cec.ko for kernel-core to satisfy the module dependency in the current filtering scripts so I'm turning this off until the script can be adjusted to make this easier. When flipping this back on, CONFIG_CEC_CORE also needs to be turned on. | ||||
* | fix for firmware recovery on certain RPi4 HW revs | Peter Robinson | 2020-02-04 | 2 | -2/+95 |
| | |||||
* | Linux v5.5-8686-g14cd0bd04907 | Jeremy Cline | 2020-02-03 | 57 | -1743/+482 |
| | |||||
* | remove duplicate ARCH_RANDOM | Peter Robinson | 2020-02-03 | 1 | -1/+0 |
| | |||||
* | Add support for all bcm2711 GPIOs | Peter Robinson | 2020-02-02 | 2 | -0/+870 |
| | |||||
* | disble BT_CMTP (CAPI Message Transport Protocol), we disable ISDN | Peter Robinson | 2020-01-31 | 15 | -15/+15 |
| | |||||
* | Drop the last alsa 5.6 patch which applies but breaks the build | Jeremy Cline | 2020-01-30 | 2 | -49/+0 |
| | |||||
* | Linux v5.5-3996-gb3a608222336 | Jeremy Cline | 2020-01-29 | 78 | -1285/+724 |
| | |||||
* | Reenable debugging options. | Jeremy Cline | 2020-01-29 | 1 | -1/+4 |
| | |||||
* | ima: enable system extra cert to enable adding an extra cert without needing ↵ | Peter Robinson | 2020-01-29 | 16 | -15/+30 |
| | | | | custom kernels | ||||
* | It wasn't ready to go away | Justin M. Forbes | 2020-01-27 | 1 | -0/+3 |
| | |||||
* | gcc 10 fixes, changelog trim | Justin M. Forbes | 2020-01-27 | 2 | -1088/+40 |
| | |||||
* | Linux v5.5 | Justin M. Forbes | 2020-01-27 | 4 | -132/+9 |
| | |||||
* | Kconfig symbol cleanup for v5.5-rc1 | Paul Bolle | 2020-01-25 | 34 | -158/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | There are 14 Kconfig symbols referenced in the files used for configuration generation and in the shipped .config files that were dropped in upstream v5.5-rc1. The references to these symbols can be safely removed. These symbols are: CONFIG_CALGARY_IOMMU CONFIG_CRC_PMIC_OPREGION CONFIG_CRYPTO_BLKCIPHER CONFIG_HEADERS_CHECK CONFIG_HEADER_TEST CONFIG_INFINIBAND_CXGB3 CONFIG_INPUT_KXTJ9_POLLED_MODE CONFIG_KERNEL_HEADER_TEST CONFIG_PCIEASPM_DEBUG CONFIG_PWM_TIPWMSS CONFIG_QCOM_SDM845_LLCC CONFIG_REFCOUNT_FULL CONFIG_SIMPLE_GPIO CONFIG_SND_HDA_INTEL_DETECT_DMIC Signed-off-by: Paul Bolle <pebolle@tiscali.nl> | ||||
* | configs: remove CONFIG_CROSS_COMPILE_COMPAT_VDSO | Paul Bolle | 2020-01-25 | 3 | -3/+0 |
| | | | | | | | | | The Kconfig symbol CROSS_COMPILE_COMPAT_VDSO was dropped in v5.4-rc3, see upstream commit 50a2610adec9 ("lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSO"). So drop it from the configuration generation system too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> | ||||
* | configs: remove CONFIG_MTD_M25P80 | Paul Bolle | 2020-01-25 | 7 | -7/+0 |
| | | | | | | | | | When commit ed22f0605d38 ("arm64: enable spi flash memory on aarch64 too") added CONFIG_MTD_M25P80 to the configuration generation system the corresponding Kconfig symbol had just been dropped upstream. So drop it from that system too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> | ||||
* | Add config option | Justin M. Forbes | 2020-01-24 | 3 | -0/+3 |
| | |||||
* | Linux v5.5-rc7-62-g6381b442836e | Justin M. Forbes | 2020-01-24 | 3 | -3/+9 |
| | |||||
* | Linux v5.5-rc7-16-g131701c697e8 | Justin M. Forbes | 2020-01-23 | 3 | -2/+6 |
| | |||||
* | arm: qcom: disable some 32 bit HW in aarch64 | Peter Robinson | 2020-01-21 | 17 | -23/+12 |
| | |||||
* | Linux v5.5-rc7 | Justin M. Forbes | 2020-01-20 | 3 | -5/+7 |
| | |||||
* | Disable debugging options. | Justin M. Forbes | 2020-01-20 | 1 | -1/+4 |
| | |||||
* | actually add tegra TX2 usb patch | Peter Robinson | 2020-01-20 | 1 | -0/+36 |
| | |||||
* | rebase patch for Tegra TX2 usb fix | Peter Robinson | 2020-01-20 | 1 | -0/+2 |
| | |||||
* | Linux v5.5-rc6-143-gab7541c3addd | Justin M. Forbes | 2020-01-17 | 3 | -3/+6 |
| | |||||
* | Linux v5.5-rc6-45-g51d69817519f | Justin M. Forbes | 2020-01-15 | 3 | -3/+6 |
| | |||||
* | Linux vLinux v5.5-rc6-27-g452424cdcbca | Justin M. Forbes | 2020-01-14 | 3 | -3/+8 |
| | |||||
* | kernel.spec: Remove kernel-keys directory on rpm erase | Prarit Bhargava | 2020-01-14 | 1 | -6/+1 |
| | | | | | | | | | | | An empty /usr/share/doc/kernel-keys/VR directory is left after executing an 'rpm -e kernel-core-VR'. Simplify the code by removing the if clauses and only list the kernel-keys directory. Remove the directory when the rpm is erased. Signed-off-by: Bruno E. O. Meneguele <bmeneg@redhat.com> Signed-off-by: Prarit Bhargava <prarit@redhat.com> | ||||
* | Add Documentation back to kernel-devel as it has Kconfig now (rhbz 1789641) | Justin M. Forbes | 2020-01-13 | 1 | -1/+3 |
| | |||||
* | Linux v5.5-rc6 | Justin M. Forbes | 2020-01-13 | 4 | -5/+400 |
| | |||||
* | Disable debugging options. | Justin M. Forbes | 2020-01-13 | 1 | -1/+4 |
| | |||||
* | Pull in the s390 auto-lockdown patch | Jeremy Cline | 2020-01-13 | 2 | -0/+68 |
| | | | | | | | RHEL had a patch to automatically lock down s390 which never made its way up to Fedora. Signed-off-by: Jeremy Cline <jcline@redhat.com> | ||||
* | Linux v5.5-rc5-215-g4e4cd21c64da | Justin M. Forbes | 2020-01-10 | 3 | -3/+6 |
| | |||||
* | Linux v5.5-rc5-134-ge69ec487b2c7 | Justin M. Forbes | 2020-01-09 | 3 | -3/+6 |
| | |||||
* | Enable EROFS as it has been promoted from staging | Justin M. Forbes | 2020-01-09 | 21 | -15/+105 |
| | |||||
* | Linux v5.5-rc5-41-gb07f636fca1c | Justin M. Forbes | 2020-01-08 | 3 | -3/+8 |
| | |||||
* | enable CRYPTO_DEV_ATMEL_SHA204A driver, it's used in a number of devices ↵ | Peter Robinson | 2020-01-08 | 15 | -15/+15 |
| | | | | across a few architectures | ||||
* | enable CRYPTO_DEV_ATMEL_ECC driver, it's used in a number of devices across ↵ | Peter Robinson | 2020-01-08 | 15 | -15/+15 |
| | | | | a few architectures | ||||
* | Update to latest upstream bcm2711 thermal driver series | Peter Robinson | 2020-01-08 | 1 | -415/+417 |
| | |||||
* | Make the MFD Intel LPSS driver builtin, some devices require this to be | Hans de Goede | 2020-01-06 | 7 | -10/+14 |
| | | | | available early during boot (rhbz#1787997) | ||||
* | Linux v5.5-rc5 | Justin M. Forbes | 2020-01-06 | 3 | -5/+7 |
| | |||||
* | Disable debugging options. | Justin M. Forbes | 2020-01-06 | 1 | -1/+4 |
| | |||||
* | Linux v5.5-rc4-116-gbed723519a72 | Justin M. Forbes | 2020-01-03 | 3 | -3/+6 |
| | |||||
* | Linux v5.5-rc4-66-g738d2902773e | Justin M. Forbes | 2020-01-02 | 3 | -3/+7 |
| | |||||
* | Linux v5.5-rc4 | Peter Robinson | 2019-12-30 | 2 | -2/+5 |
| | |||||
* | Disable debugging options. | Peter Robinson | 2019-12-30 | 1 | -0/+3 |
| | |||||
* | Linux v5.5-rc3 | Justin M. Forbes | 2019-12-23 | 4 | -308/+6 |
| | |||||
* | Disable debugging options. | Justin M. Forbes | 2019-12-23 | 1 | -1/+4 |
| | |||||
* | Linux v5.5-rc2-195-g4a94c4332334 | Justin M. Forbes | 2019-12-19 | 3 | -3/+6 |
| | |||||
* | Linux v5.5-rc2-157-g2187f215ebaa | Justin M. Forbes | 2019-12-18 | 3 | -3/+6 |
| |