summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add quirk patch to fix X-Gene 1 console on HP m400/Mustang (RHBZ 1531140)Peter Robinson2018-04-222-0/+50
|
* Minor ARMv7 cleanupsPeter Robinson2018-04-224-3/+3
|
* Linux v4.17-rc1-93-g43f70c960180Justin M. Forbes2018-04-203-3/+6
|
* Linux v4.17-rc1-28-g87ef12027b9bJustin M. Forbes2018-04-193-3/+6
|
* Enable CONFIG_DRM on s390x for real (rhbz 1569086)Jeremy Cline2018-04-1911-25/+27
| | | | This only works with 4.17.
* Enable UFS storage options on ARM, just enable on ARM/x86 as it's only ↵Peter Robinson2018-04-1932-34/+54
| | | | likely to be on those platgforms at this point
* Revert "Enable CONFIG_DRM on s390x (rhbz 1569086)"Jeremy Cline2018-04-193-2/+3
| | | | | | It turns out this depends on CONFIG_VT which depends on !S390 This reverts commit c45e5994bf27033db30d7b6987c555bb42907ac9.
* Fix rhbz 1565354Justin M. Forbes2018-04-183-0/+188
|
* Enable CONFIG_DRM on s390x (rhbz 1569086)Jeremy Cline2018-04-183-3/+2
|
* Initial support for PocketBeaglePeter Robinson2018-04-182-0/+436
|
* Enable drivers for Xilinx ZYMQ-MP Ultra96Peter Robinson2018-04-1826-26/+50
|
* Linux v4.17-rc1-21-ga27fc14219f2Justin M. Forbes2018-04-173-2/+6
|
* Tegra TX fixes attempt 2Peter Robinson2018-04-179-7/+11
|
* Fix Tegra TX series firmware/thermal interfacePeter Robinson2018-04-1721-23/+3
|
* Fix packaging for purgatory changeJustin M. Forbes2018-04-161-2/+0
|
* Linux v4.17-rc1Justin M. Forbes2018-04-1631-895/+359
|
* Disable debugging options.Justin M. Forbes2018-04-161-1/+4
|
* Linux v4.16-11958-g16e205cf42daJustin M. Forbes2018-04-134-32/+6
|
* Disable tps65217-charger, fix for the BeagleBone boot failure, Further fix ↵Peter Robinson2018-04-1213-13/+242
| | | | for ThunderX ZIP driver, fix olpc i686 config
* Linux v4.16-11766-ge241e3f2bf97Justin M. Forbes2018-04-124-5/+8
|
* fix nouveau on Tegra, Enable IOMMU on ExynosPeter Robinson2018-04-128-10/+80
|
* Enable a few infiniband options (rhbz 1291902)Laura Abbott2018-04-1125-41/+65
|
* Enable JFFS2 and some MTD modules (rhbz 1474493)Laura Abbott2018-04-1135-36/+206
|
* Linux v4.16-11490-gb284d4d5a678Justin M. Forbes2018-04-1126-4/+91
|
* Linux v4.16-10929-gc18bb396d3d2Justin M. Forbes2018-04-103-3/+6
|
* Fixes for Cavium ThunderX ZIP driver stabilityPeter Robinson2018-04-092-0/+409
|
* Linux v4.16-10608-gf8cf2f16a7c9Justin M. Forbes2018-04-0941-88/+262
|
* Download patch signatures and verify themJeremy Cline2018-04-092-0/+16
| | | | | | Before uploading the source files, verify the GPG signature is good. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
* drop a couple of no longer needed ARM patches, renumber ARM patch listPeter Robinson2018-04-091-8/+3
|
* Linux v4.16-9576-g38c23685b273Justin M. Forbes2018-04-0655-959/+363
|
* i686 filtersJustin M. Forbes2018-04-061-1/+1
|
* Add chtls filterJustin M. Forbes2018-04-051-1/+1
|
* Linux v4.16-7248-g06dd3dfeea60Justin M. Forbes2018-04-0542-98/+255
|
* Linux v4.16-5456-g17dec0a94915Justin M. Forbes2018-04-0450-479/+488
|
* Remote the generate-perf-man.sh scriptJeremy Cline2018-04-041-58/+0
| | | | | | The kernel-tools package now builds these man pages in its specfile. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
* Linux v4.16-2520-g642e7fd23353Justin M. Forbes2018-04-0333-57/+77
|
* bump and build for RPi3+Peter Robinson2018-04-031-2/+2
|
* Improvements for the Raspberry Pi 3+, Fixes and minor improvements to ↵Peter Robinson2018-04-026-111/+419
| | | | Raspberry Pi 2/3
* Linux v4.16Jeremy Cline2018-04-022-8/+10
| | | | Disable debugging options.
* Linux v4.16-rc7-62-g0b412605ef5fJeremy Cline2018-03-293-3/+8
|
* Fix for NFS mounts with Kerberos (rhbz 1558977)Jeremy Cline2018-03-292-0/+60
|
* drop removed X86_PPRO_FENCE config optionPeter Robinson2018-03-276-6/+0
|
* Linux v4.16-rc7Jeremy Cline2018-03-262-4/+6
| | | | Signed-off-by: Jeremy Cline <jeremy@jcline.org>
* Disable debugging options.Jeremy Cline2018-03-261-1/+4
|
* Enable initial config for Xilinx ZynqMP platformsPeter Robinson2018-03-2610-9/+24
|
* Linux v4.16-rc6-384-gf36b7534b833Jeremy Cline2018-03-233-3/+6
|
* Fix efi-lockdown.patch for upstream BPF changeJeremy Cline2018-03-231-1/+1
| | | | | | | Commit 0fa4fe85f472 ("bpf: skip unnecessary capability check") switched the if statement around. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
* Revert "Cleanup some binaries for kernel-devel (rhbz 1550152)"Laura Abbott2018-03-221-53/+1
| | | | | | | | | | | | This reverts commit 842f170f35de359b0c58707f8afca29d63ff631e. It turns out that despite having all the source files available, the kernel make system is not smart enough to automatically rebuild certain things like modpost or recordmcount when building an external modules. Really if we're going to have to copy everything under the sun so 'make prepare' succeeds it would be nice just to build things. But that requires more discussion upstream so just revert this change for now. Long live external modules.
* Wifi fixes for QCom DragonBoard 410c, drop reference to upstreamed bcm283x patchPeter Robinson2018-03-223-6/+271
|
* Linux v4.16-rc6-75-g3215b9d57a2cJeremy Cline2018-03-215-168/+6
|