summaryrefslogtreecommitdiffstats
path: root/kernel.spec
Commit message (Collapse)AuthorAgeFilesLines
* Linux v4.9-rc1Laura Abbott2016-10-171-2/+5
|
* Disable debugging options.Laura Abbott2016-10-171-1/+4
|
* Re-enable omap-aes as should now be fixedPeter Robinson2016-10-151-0/+1
|
* Minor ARM config cleanupsPeter Robinson2016-10-151-0/+3
|
* Linux v4.8-14604-g29fbff8Laura Abbott2016-10-141-1/+4
|
* Don't list /lib/modules/$KernelVer/kernel twicePaul Bolle2016-10-131-1/+1
| | | | | | | | | | | | | | For quite some time I see warnings like warning: File listed twice: /lib/modules/[...]/kernel when building the kernel-core rpm. This is because that directory is included both in module-dirs.list (and therefor in, basically, kernel-core.list) and in kernel_variant_files(). Tweak the find command that generates module-dirs.list so that this directory is not included in that list anymore. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Linux v4.8-14230-gb67be92Laura Abbott2016-10-131-1/+4
|
* Add script to remove binary diffsLaura Abbott2016-10-121-4/+9
| | | | | | | | | Once upon a time, the kernel was just a series of patches. These days, git manages most of the kernel. git can do many useful things, such as maintain binary files. Binary file changes are not easily expressed in patches and can't be applied without using git. Remove the binary diffs from any snapshot or -rc patches. We will eventually pick up the changes/deletions in the final release tarball.
* Linux v4.8-14109-g1573d2cLaura Abbott2016-10-121-18/+8
| | | | | - Drop the extra parallel build optiosn from perf since perf does that on its own.
* Adjust aarch64 config optionsJosh Boyer2016-10-121-0/+3
|
* Revert possible commits causing perf build failuresLaura Abbott2016-10-111-1/+8
|
* Linux v4.8-11825-g101105bLaura Abbott2016-10-111-2/+5
|
* Fix typo in dts MakefileLaura Abbott2016-10-101-1/+4
|
* Linux v4.8-11417-g24532f7Laura Abbott2016-10-101-7/+4
|
* Linux v4.8-9431-g3477d16Laura Abbott2016-10-071-2/+5
|
* Disable CONFIG_DEBUG_TEST_DRIVER_REMOVELaura Abbott2016-10-061-1/+4
| | | | This seems to break ...almost everything
* Linux v4.8-8780-gd230ec7Laura Abbott2016-10-061-1/+7
|
* Linux v4.8-2283-ga3443cdLaura Abbott2016-10-051-4/+4
|
* Linux v4.8-1558-g21f54ddLaura Abbott2016-10-041-6/+7
|
* Linux v4.8Justin M. Forbes2016-10-031-5/+9
|
* ARM config cleanups, some minor general cleanupsPeter Robinson2016-10-031-1/+2
|
* Some bcm283x VC4 fixes for Raspberry PiPeter Robinson2016-09-301-0/+5
|
* Linux v4.8-rc8-28-g9a2172aJustin M. Forbes2016-09-301-1/+4
|
* Linux v4.8-rc8-13-g53061afJustin M. Forbes2016-09-291-1/+4
|
* Linux v4.8-rc8-8-gae6dd8dJustin M. Forbes2016-09-281-2/+6
|
* Enable CONFIG_DEBUG_MODULE_RONX for arm targetsLaura Abbott2016-09-261-0/+3
|
* Linux v4.8-rc8Justin M. Forbes2016-09-261-3/+7
|
* Updates to crash driver from Dave AndersonJosh Boyer2016-09-251-0/+3
|
* Linux v4.8-rc7-158-g78bbf15Justin M. Forbes2016-09-231-1/+4
|
* Linux v4.8-rc7-142-gb1f2bebJustin M. Forbes2016-09-221-1/+4
|
* Linux v4.8-rc7-42-g7d1e042Justin M. Forbes2016-09-211-1/+4
|
* Linux v4.8-rc7-37-gd2ffb01Justin M. Forbes2016-09-201-2/+6
|
* Linux v4.8-rc7Justin M. Forbes2016-09-191-3/+11
|
* Update ARM64 pci-e quicks to latest upstream, update x-gene quirks patchPeter Robinson2016-09-171-1/+4
|
* Enable CPU IDLE on ARMv7, Tweak big.LITTLE on ARMv7Peter Robinson2016-09-171-0/+4
|
* Linux v4.8-rc6-231-g024c7e3Justin M. Forbes2016-09-161-1/+4
|
* Linux v4.8-rc6-214-g4cea877Justin M. Forbes2016-09-151-1/+4
|
* Add patch for bcm2837 (RPi3) HDMI EDID detectionPeter Robinson2016-09-151-0/+3
|
* Linux v4.8-rc6-211-g77e5bdfJustin M. Forbes2016-09-141-1/+4
|
* Fix for incorrect return checking in cpupower (rhbz 1374212)Laura Abbott2016-09-141-0/+10
| | | | - Let iio tools build on older kernels
* Linux v4.8-rc6Justin M. Forbes2016-09-131-2/+6
|
* Linux v4.8-rc6Justin M. Forbes2016-09-121-3/+7
|
* Minor ARM config tweaksPeter Robinson2016-09-101-0/+3
|
* Linux v4.8-rc5-176-gd0acc7dJustin M. Forbes2016-09-091-1/+4
|
* Linux v4.8-rc5-129-g711bef6Justin M. Forbes2016-09-081-4/+4
|
* Enable some popular audio addon driversPeter Robinson2016-09-081-0/+3
|
* Linux v4.8-rc5-62-gd060e0fJustin M. Forbes2016-09-071-3/+6
|
* Linux v4.8-rc5-5-gbc4dee5Justin M. Forbes2016-09-061-3/+7
|
* Disable omap_aes currently brokenPeter Robinson2016-09-051-0/+1
|
* Use IIO BMP280 driver instead of old misc driver, wider HW support, Minor ↵Peter Robinson2016-09-041-0/+4
| | | | sensor driver changes