summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make BLS 'id' and 'version' fields include if it's a debug variant or not.Peter Jones2018-03-201-2/+4
| | | | Signed-off-by: Peter Jones <pjones@redhat.com>
* Include version field to generated BLS configuration fragmentJavier Martinez Canillas2018-03-192-0/+4
| | | | | | | | | | | The BootLoaderSpec defines an optional version field that contains a human readable version string for the menu item. This can be used by bootloaders to set the boot menu item names instead of the optional title field. For example the zipl bootloader used by s390x architecture doesn't support names that contains spaces, so it uses the kernel version as the item name. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
* Linux v4.16-rc6Jeremy Cline2018-03-192-4/+6
|
* Disable debugging options.Jeremy Cline2018-03-191-0/+3
|
* rpi3: add the gpio expander for the 3+ tooPeter Robinson2018-03-191-0/+52
|
* actual Initial Raspberry Pi 3+ supportPeter Robinson2018-03-192-0/+165
|
* Initial Raspberry Pi 3+ supportPeter Robinson2018-03-191-0/+3
|
* Add release-note about disabling CONFIG_VBOXGUEST for F27 and earlierHans de Goede2018-03-171-1/+4
|
* Linux v4.16-rc5-86-gdf09348f78dcJeremy Cline2018-03-163-3/+6
|
* Linux v4.16-rc5-60-g0aa3fdb8b3a6Jeremy Cline2018-03-154-65/+7
|
* Temporarily workaround gcc warningLaura Abbott2018-03-142-0/+29
| | | | | | | | | | | | New gcc, new warnings: ../lib/str_error_r.c: In function ‘str_error_r’: ../lib/str_error_r.c:25:3: error: passing argument 1 to restrict-qualified parameter aliases with argument 5 [-Werror=restrict] snprintf(buf, buflen, "INTERNAL ERROR: strerror_r(%d, %p, %zd)=%d", errnum, buf, buflen, err); ^~~~~~~~ cc1: all warnings being treated as errors Bring in a quick fix for now.
* Bump the release to rebuild rc5.git1 with aarch64 fixJeremy Cline2018-03-141-1/+4
|
* Fix for boot hang on arm64 (rhbz 1554954)Laura Abbott2018-03-132-0/+61
|
* Linux v4.16-rc5-4-gfc6eabbbf8efJeremy Cline2018-03-133-2/+6
| | | | Signed-off-by: Jeremy Cline <jeremy@jcline.org>
* Disable IMA appraise (rhbz 1554474)Laura Abbott2018-03-1219-19/+19
| | | | | | | A recent change to the EFI lockdown patch forces IMA policy to be loaded when secureboot is used. Unfortunately, we don't have all the pieces in place to have all components fully signed. Disable appraisal for now until that gets fixed.
* Linux v4.16-rc5Jeremy Cline2018-03-1210-18/+20
|
* Disable debugging options.Jeremy Cline2018-03-121-1/+4
|
* Update efi-lockdown patch with current.Justin M. Forbes2018-03-1213-345/+992
|
* Enable SATA_SIL24 on ARM rhbz 1553931Peter Robinson2018-03-107-7/+6
|
* Enable CONFIG_ARM64_PMEMLaura Abbott2018-03-093-3/+3
| | | | Request for some arm64 devices
* Linux v4.16-rc4-159-g1b88accf6a65Jeremy Cline2018-03-094-4/+7
|
* Linux v4.16-rc4-152-gea9b5ee31078Jeremy Cline2018-03-073-3/+6
|
* Linux v4.16-rc4-120-gce380619fab9Jeremy Cline2018-03-064-115/+8
|
* enable big.little cpufreq on ARM64Peter Robinson2018-03-054-4/+3
|
* fixupp ARM_SCPI_CPUFREQ configPeter Robinson2018-03-054-4/+3
|
* Linux v4.16-rc4Jeremy Cline2018-03-045-5/+11
|
* restore the proper, commented out, local buildPeter Robinson2018-03-041-1/+1
|
* minor patch number cleanupsPeter Robinson2018-03-041-6/+3
|
* minor ARM usb cleanupsPeter Robinson2018-03-049-7/+7
|
* Add RPi3 GPIO expander, RPi fixes, OMAP serial update, general ARM fixesPeter Robinson2018-03-0336-35/+987
|
* Linux v4.16-rc3-245-g5d60e057d127Jeremy Cline2018-03-024-101/+6
|
* Merge #7 `Drop placeholder /etc/ld.so.conf.d files`Jeremy Cline2018-03-021-33/+10
|\
| * Drop %defattr and Group lines, use httpsZbigniew Jędrzejewski-Szmek2018-02-281-24/+1
| |
| * Drop placeholder ld.so.conf filesZbigniew Jędrzejewski-Szmek2018-02-281-9/+9
| | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1381764
* | Fix "make prepare"Laura Abbott2018-03-011-1/+13
| | | | | | | | | | Copy a bunch more files (mostly related to objtool) to let "make prepare" succeed.
* | Linux v4.16-rc3-167-g97ace515f014Jeremy Cline2018-03-013-3/+6
| |
* | Linux v4.16-rc3-97-gf3afe530d644Jeremy Cline2018-02-283-3/+6
| |
* | Don't build in CONFIG_X86_PMEM_LEGACY (rhbz 1460398)Laura Abbott2018-02-287-7/+7
|/
* Linux v4.16-rc3-88-g6f70eb2b00ebJeremy Cline2018-02-274-168/+8
|
* Linux v4.16-rc3Jeremy Cline2018-02-262-4/+6
|
* Disable debugging options.Jeremy Cline2018-02-261-1/+4
|
* Linux v4.16-rc2-189-g0f9da844d877Jeremy Cline2018-02-234-3/+104
|
* Linux v4.16-rc2-64-gaf3e79d29555Jeremy Cline2018-02-214-3/+52
|
* Linux v4.16-rc2-62-g79c0ef3e85c0Jeremy Cline2018-02-203-5/+11
|
* Add kernel-tools reminder for rc scriptJustin M. Forbes2018-02-191-0/+2
|
* Enable IMA (rhbz 790008)Laura Abbott2018-02-1935-68/+283
|
* Generate BootLoaderSpec config fragmentsPeter Jones2018-02-192-0/+34
| | | | | | | | | | | | | The BootLoaderSpec (BLS) defines a scheme where different bootloaders can share a format for boot items and a configuration directory that accepts these common configurations as drop-in files [0]. Generate BLS snippets at build time that can be copied on kernel install, so bootloaders can parse to create menu entries using this information. [0]: https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/ Signed-off-by: Peter Jones <pjones@redhat.com>
* Linux v4.16-rc2kernel-4.16.0-0.rc2.git0.1.fc28kernel-4.16.0-0.rc2.git0.1.fc27kernel-4.16.0-0.rc2.git0.1.fc26Jeremy Cline2018-02-192-4/+6
|
* Disable debugging options.Jeremy Cline2018-02-191-1/+4
|
* Linux v4.16-rc1-100-g1388c80438e6Jeremy Cline2018-02-163-3/+6
|