summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Reenable debugging options.Laura Abbott2017-08-291-1/+4
|/
* Linux v4.13-rc7Laura Abbott2017-08-273-90/+6
|
* Disable debugging options.Laura Abbott2017-08-271-1/+4
|
* Fixes for AMD Stoney GPU CVE-2017-7558 and kvm_statJustin M. Forbes2017-08-253-0/+255
|
* Linux v4.13-rc6-102-g90a6cd503982Laura Abbott2017-08-253-3/+6
|
* Linux v4.13-rc6-66-g143c97cc6529Laura Abbott2017-08-243-3/+6
|
* Linux v4.13-rc6-50-g98b9f8a45499Laura Abbott2017-08-233-3/+6
|
* Linux v4.13-rc6-45-g6470812e2226Justin M. Forbes2017-08-224-28/+8
|
* Force python3 for kvm_stat because we can't dep (rhbz 1456722)Peter Robinson2017-08-222-0/+28
|
* Only enable GPIO_IT87 on x86, it's not used on other archesPeter Robinson2017-08-2216-15/+16
|
* Enable GPIO_IT87 (rhbz 1483535)Justin M. Forbes2017-08-2121-21/+21
|
* Linux v4.13-rc6Justin M. Forbes2017-08-214-81/+8
|
* Linux v4.13-rc5-130-g039a8e384733Justin M. Forbes2017-08-183-3/+6
|
* Linux v4.13-rc5-75-gac9a40905a61Laura Abbott2017-08-173-3/+6
|
* Add missing config dependencyLaura Abbott2017-08-173-0/+3
|
* Fix for vmalloc_32 failure (rhbz 1482249)Laura Abbott2017-08-172-0/+79
|
* Drop armv7 debug directoryLaura Abbott2017-08-161-2/+2
| | | | | | Thanks to some recent config changing, debugconfig/arm/armv7 was removed. Remove this file from config generation as well. It should be added back later if necessary.
* Update generated configsLaura Abbott2017-08-169-11/+11
|
* Linux v4.13-rc5-67-g510c8a899cafLaura Abbott2017-08-163-3/+6
|
* Fix for iio raceLaura Abbott2017-08-162-0/+89
|
* Enable CONFIG_DRM_VBOXVIDEO=m on x86, CONFIG_R8188EU=m on x86_64Hans de Goede2017-08-163-0/+6
|
* Linux v4.13-rc5-9-gfcd07350007bLaura Abbott2017-08-153-2/+6
|
* Fix for signed module loading (rhbz 1476467)Justin M. Forbes2017-08-142-0/+30
|
* Linux v4.13-rc5Laura Abbott2017-08-142-4/+6
|
* Disable debugging options.Laura Abbott2017-08-141-1/+4
|
* Linux v4.13-rc4-220-gb2dbdf2ca1d2Laura Abbott2017-08-113-3/+6
|
* disable SWIOTLB on Power (#1480380)Dan Horák2017-08-118-7/+10
| | | | All supported platforms have IOMMU, thus disable.
* Disable MEMORY_HOTPLUG_DEFAULT_ONLINE on ppc64 (rhbz 1476380)Josh Boyer2017-08-118-7/+10
|
* Linux v4.13-rc4-139-g8d31f80eb388Laura Abbott2017-08-104-55/+6
|
* Linux v4.13-rc4-52-gbfa738cf3dfaLaura Abbott2017-08-093-3/+6
|
* disable CONFIG_DMADEVICES_DEBUG on all arm targetsLaura Abbott2017-08-091-0/+0
|
* Linux v4.13-rc4-18-g623ce3456671Laura Abbott2017-08-083-2/+6
|
* Reenable debugging options.Laura Abbott2017-08-081-1/+4
|
* disable DMA debug on ARM as it's _extremely_ chatty and the dma_debug=off ↵Peter Robinson2017-08-083-4/+4
| | | | command line option has no effect what so ever
* Linux v4.13-rc4Laura Abbott2017-08-072-4/+6
|
* Disable debugging options.Laura Abbott2017-08-071-1/+4
|
* Patch to fix USB on Raspberry PiPeter Robinson2017-08-072-3/+134
|
* ARM QCom updatesPeter Robinson2017-08-047-12/+15
|
* Linux v4.13-rc3-152-g869c058fbe74Laura Abbott2017-08-043-3/+6
|
* Keep UDF in the main kernel package (rhbz 1471314)Laura Abbott2017-08-032-1/+4
|
* Linux v4.13-rc3-118-g19ec50a438c2Laura Abbott2017-08-033-3/+6
|
* Linux v4.13-rc3-102-g26c5cebfdb6cLaura Abbott2017-08-023-3/+6
|
* Linux v4.13-rc3-97-gbc78d646e708Laura Abbott2017-08-013-2/+6
|
* Reenable debugging options.Laura Abbott2017-08-011-1/+4
|
* Disable .gdb_index as wellLaura Abbott2017-07-311-0/+1
|
* Linux v4.13-rc3Laura Abbott2017-07-312-5/+7
|
* Disable debugging options.Laura Abbott2017-07-311-1/+4
|
* Add missing config filesLaura Abbott2017-07-313-0/+3
|
* Rebuild with binutils fix for ppc64le (#1475636)Florian Weimer2017-07-311-1/+4
|
* enable CHECKPOINT_RESTORE on s390xAdrian Reber2017-07-283-2/+7
| | | | | | | | | | | | | | | | | | Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1475719 Fedora - Add new package CRIU for Docker on z Systems Koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=20859205 Testing: The kernel from koji was used to run the CRIU test suite (zdtm) on a RHEL s390x system. The kernel was started using kexec. # ./zdtm.py run -a --keep-going [...] ################## ALL TEST(S) PASSED (TOTAL 317/SKIPPED 31) ################### Signed-off-by: Adrian Reber <adrian@lisas.de>