Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Linux v5.4-rc4-18-g3b7c59a1950c | Jeremy Cline | 2019-10-22 | 3 | -2/+6 |
| | |||||
* | Reenable debugging options. | Jeremy Cline | 2019-10-22 | 1 | -1/+4 |
| | |||||
* | Update cross_headers commands | Laura Abbott | 2019-10-22 | 1 | -15/+10 |
| | | | | | | The kernel currently builds the headers in a separate repository but rebuilds may want to build it from the same srpm. Make sure the cross command actually works. | ||||
* | Do a more complete she-bang mangling | Laura Abbott | 2019-10-22 | 1 | -12/+23 |
| | | | | mangle a few more files that other buildroots found | ||||
* | Remove dead CheckConfigs | Laura Abbott | 2019-10-22 | 1 | -10/+0 |
| | |||||
* | Tweak some build requires | Laura Abbott | 2019-10-22 | 1 | -1/+4 |
| | | | | | | | The gcc-plugin-devel was a noble experiment that doesn't seem to be something we'll shipp anytime soon. Remove it. Building the headers now requires rsync | ||||
* | Bring back kernel-doc | Laura Abbott | 2019-10-22 | 1 | -0/+49 |
| | | | | | Like a zombie, this is back from the grave. At least bring back the macros for building. | ||||
* | Clean up some macros | Laura Abbott | 2019-10-22 | 1 | -4/+9 |
| | | | | | | - we sign modules on all arches now - we zip modules on all arches - tweak the comment | ||||
* | Consolodate cflags | Laura Abbott | 2019-10-22 | 1 | -9/+10 |
| | | | | | The build flags for building are used inconsistently. Clean things up to make it easier to understand. | ||||
* | Add support for KCFLAGS | Laura Abbott | 2019-10-22 | 1 | -2/+4 |
| | | | | | In preparation for some upcoming work, add support for passing KCFLAGS via a macro that's currently undefined. | ||||
* | Add support for building with gcov | Laura Abbott | 2019-10-22 | 1 | -3/+44 |
| | | | | gcov is useful for coverage testing. Add support for building the kernel. | ||||
* | Add DoModules to kernel build | Laura Abbott | 2019-10-22 | 1 | -23/+46 |
| | | | | | There's upcoming work to build kernel variants without modules. Add the infrastructure to support this. | ||||
* | aarch64: drop unrelated comment for a long upstreamed (Feb 2016) patch | Peter Robinson | 2019-10-21 | 1 | -1/+0 |
| | |||||
* | aarch64: Jetson TX1: drop old patch no longer needed | Peter Robinson | 2019-10-21 | 2 | -55/+0 |
| | |||||
* | Linux v5.4-rc4 | Jeremy Cline | 2019-10-21 | 2 | -4/+6 |
| | |||||
* | Disable debugging options. | Jeremy Cline | 2019-10-21 | 1 | -1/+4 |
| | |||||
* | Linux v5.4-rc3-99-g0e2adab6cf28 | Jeremy Cline | 2019-10-18 | 6 | -3/+9 |
| | |||||
* | Linux v5.4-rc3-18-g5bc52f64e884 | Jeremy Cline | 2019-10-15 | 3 | -2/+6 |
| | |||||
* | Reenable debugging options. | Jeremy Cline | 2019-10-15 | 1 | -1/+4 |
| | |||||
* | USB_RIO500 was removed in 5.4-rc3 | Peter Robinson | 2019-10-15 | 15 | -15/+0 |
| | |||||
* | regen configs for DRM_TDFX change | Peter Robinson | 2019-10-15 | 14 | -14/+14 |
| | |||||
* | fix booting on ARMv7 due to OPTIMIZE_INLINING now being forced, drop old ↵ | Peter Robinson | 2019-10-15 | 4 | -60/+367 |
| | | | | i.MX MMC patch, fix for UFEI on ARMv7 on some devices | ||||
* | Linux v5.4-rc3 | Jeremy Cline | 2019-10-14 | 2 | -4/+6 |
| | |||||
* | Disable debugging options. | Jeremy Cline | 2019-10-14 | 1 | -1/+4 |
| | |||||
* | configs: fix typo "CONFIG_DRM_TDFX=n" | Paul Bolle | 2019-10-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Bolle <pebolle@tiscali.nl> | ||||
* | Drop old Input workaround | Laura Abbott | 2019-10-14 | 2 | -49/+0 |
| | | | | | Based on comments from the authors, this should be worked around in libinput now. | ||||
* | add forgotten hisi SPI config | Peter Robinson | 2019-10-12 | 1 | -0/+1 |
| | |||||
* | arm: be less harsh on the omap/am33xx disable, it's just CRYPTO_DEV_OMAP_AES ↵ | Peter Robinson | 2019-10-12 | 5 | -9/+9 |
| | | | | that's broken | ||||
* | arm64: enable spi flash memory on aarch64 too | Peter Robinson | 2019-10-11 | 10 | -2/+16 |
| | |||||
* | Linux v5.4-rc2-96-gfb20da6af705 | Jeremy Cline | 2019-10-10 | 5 | -161/+6 |
| | |||||
* | Kconfig symbol cleanup for v5.4-rc1 | Paul Bolle | 2019-10-10 | 43 | -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 PPC | Dan Horák | 2019-10-10 | 4 | -2/+4 |
| | |||||
* | Enable CONFIG_EFI_TEST as a module (rhbz 1759325) | Javier Martinez Canillas | 2019-10-10 | 15 | -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 Abbott | 2019-10-08 | 2 | -0/+47 |
| | |||||
* | Linux v5.4-rc2-20-geda57a0e4299 | Jeremy Cline | 2019-10-08 | 4 | -3/+7 |
| | |||||
* | Reenable debugging options. | Jeremy Cline | 2019-10-08 | 1 | -1/+4 |
| | |||||
* | arm: disable omap crytpo offload drivers as they currently cause issues on ↵ | Peter Robinson | 2019-10-08 | 6 | -12/+12 |
| | | | | BeagleBone and related HW | ||||
* | Drop custom patch for i8042 | Laura Abbott | 2019-10-07 | 2 | -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 Abbott | 2019-10-07 | 18 | -45/+48 |
| | |||||
* | Linux v5.4-rc2 | Jeremy Cline | 2019-10-07 | 2 | -4/+6 |
| | |||||
* | Disable debugging options. | Jeremy Cline | 2019-10-07 | 1 | -1/+4 |
| | |||||
* | drop nouveau on Tegra210/GP10B as it breaks others platforms | Peter Robinson | 2019-10-07 | 2 | -1278/+1 |
| | |||||
* | arm64: enable USB support on Jetson TX2 | Peter Robinson | 2019-10-06 | 2 | -0/+53 |
| | |||||
* | arm64: tegra: enabled nouveau on Jetson-TX2 | Peter Robinson | 2019-10-06 | 2 | -0/+1277 |
| | |||||
* | Fixes for Tegra Jetson TX1/TX2 series via max77620 | Peter Robinson | 2019-10-06 | 3 | -0/+776 |
| | |||||
* | add RockPro64 fixes patches | Peter Robinson | 2019-10-06 | 2 | -0/+692 |
| | |||||
* | arm64: rockchip: Add some RockPro64 fixes | Peter Robinson | 2019-10-06 | 1 | -0/+5 |
| | |||||
* | Linux v5.4-rc1-14-gcc3a7bfe62b9 | Jeremy Cline | 2019-10-04 | 3 | -2/+6 |
| | |||||
* | Reenable debugging options. | Jeremy Cline | 2019-10-04 | 1 | -1/+4 |
| | |||||
* | Fix the header tarball script BUILDID addition | Jeremy Cline | 2019-10-03 | 1 | -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> |