summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* X86_INTEL_MPX removed u/sPeter Robinson2020-02-115-5/+0
|
* Disable CONFIG_SFIJustin M. Forbes2020-02-105-5/+5
|
* Remove sysrq support to lift lockdown (rhbz 1800859)Jeremy Cline2020-02-1017-304/+3
|
* Minor arm updatesPeter Robinson2020-02-1019-31/+15
|
* Linux v5.6-rc1Jeremy Cline2020-02-1027-336/+103
|
* Disable debugging options.Jeremy Cline2020-02-101-1/+4
|
* enable iProc rng200 on armPeter Robinson2020-02-1016-15/+7
|
* Add a tegra serial patchPeter Robinson2020-02-079-0/+405
|
* Linux v5.5-9824-g90568ecf5615Jeremy Cline2020-02-0720-22/+29
| | | | | | This also enables: - DM_CLONE as a module (rhbz 1799060) - PCI Express devices on RockChip SoCs (rhbz 1792564)
* Linux v5.5-9737-g4c46bef2e96aJeremy Cline2020-02-0623-3/+78
|
* Linux v5.5-9402-g6992ca0dd017Jeremy Cline2020-02-0537-10/+188
|
* A quick fix for the armv7hl build failure.Jeremy Cline2020-02-042-0/+30
| | | | | | The build is failing because of an undefined symbol. This needs further investigation since I have no idea why this worked before, but this will at least let us produce a Rawhide kernel that boots.
* Temporarily disable STACKPROTECTOR_STRONG for x86 (rhbz 1796780)Jeremy Cline2020-02-045-5/+4
| | | | | Kernels built with gcc 10.0.1-0.7.fc32 and STACKPROTECTOR_STRONG panic on boot due to a corrupted stack.
* Disable CONFIG_DRM_DP_CEC temporarilyJeremy Cline2020-02-0415-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 revsPeter Robinson2020-02-042-2/+95
|
* Linux v5.5-8686-g14cd0bd04907Jeremy Cline2020-02-0357-1743/+482
|
* remove duplicate ARCH_RANDOMPeter Robinson2020-02-031-1/+0
|
* Add support for all bcm2711 GPIOsPeter Robinson2020-02-022-0/+870
|
* disble BT_CMTP (CAPI Message Transport Protocol), we disable ISDNPeter Robinson2020-01-3115-15/+15
|
* Drop the last alsa 5.6 patch which applies but breaks the buildJeremy Cline2020-01-302-49/+0
|
* Linux v5.5-3996-gb3a608222336Jeremy Cline2020-01-2978-1285/+724
|
* Reenable debugging options.Jeremy Cline2020-01-291-1/+4
|
* ima: enable system extra cert to enable adding an extra cert without needing ↵Peter Robinson2020-01-2916-15/+30
| | | | custom kernels
* It wasn't ready to go awayJustin M. Forbes2020-01-271-0/+3
|
* gcc 10 fixes, changelog trimJustin M. Forbes2020-01-272-1088/+40
|
* Linux v5.5Justin M. Forbes2020-01-274-132/+9
|
* Kconfig symbol cleanup for v5.5-rc1Paul Bolle2020-01-2534-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_VDSOPaul Bolle2020-01-253-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_M25P80Paul Bolle2020-01-257-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 optionJustin M. Forbes2020-01-243-0/+3
|
* Linux v5.5-rc7-62-g6381b442836eJustin M. Forbes2020-01-243-3/+9
|
* Linux v5.5-rc7-16-g131701c697e8Justin M. Forbes2020-01-233-2/+6
|
* arm: qcom: disable some 32 bit HW in aarch64Peter Robinson2020-01-2117-23/+12
|
* Linux v5.5-rc7Justin M. Forbes2020-01-203-5/+7
|
* Disable debugging options.Justin M. Forbes2020-01-201-1/+4
|
* actually add tegra TX2 usb patchPeter Robinson2020-01-201-0/+36
|
* rebase patch for Tegra TX2 usb fixPeter Robinson2020-01-201-0/+2
|
* Linux v5.5-rc6-143-gab7541c3adddJustin M. Forbes2020-01-173-3/+6
|
* Linux v5.5-rc6-45-g51d69817519fJustin M. Forbes2020-01-153-3/+6
|
* Linux vLinux v5.5-rc6-27-g452424cdcbcaJustin M. Forbes2020-01-143-3/+8
|
* kernel.spec: Remove kernel-keys directory on rpm erasePrarit Bhargava2020-01-141-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. Forbes2020-01-131-1/+3
|
* Linux v5.5-rc6Justin M. Forbes2020-01-134-5/+400
|
* Disable debugging options.Justin M. Forbes2020-01-131-1/+4
|
* Pull in the s390 auto-lockdown patchJeremy Cline2020-01-132-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-g4e4cd21c64daJustin M. Forbes2020-01-103-3/+6
|
* Linux v5.5-rc5-134-ge69ec487b2c7Justin M. Forbes2020-01-093-3/+6
|
* Enable EROFS as it has been promoted from stagingJustin M. Forbes2020-01-0921-15/+105
|
* Linux v5.5-rc5-41-gb07f636fca1cJustin M. Forbes2020-01-083-3/+8
|
* enable CRYPTO_DEV_ATMEL_SHA204A driver, it's used in a number of devices ↵Peter Robinson2020-01-0815-15/+15
| | | | across a few architectures