Commit Graph

3059 Commits

Author SHA1 Message Date
Laura Abbott e86d53d8bc Reenable debugging options. 2016-10-18 08:35:50 -07:00
Laura Abbott d8001179dd Disable CONFIG_RTC_DRV_DS1307_CENTURY 2016-10-17 12:32:00 -07:00
Laura Abbott 8bf2afaffd Linux v4.9-rc1 2016-10-17 09:49:33 -07:00
Laura Abbott 4eea1586d9 Disable debugging options. 2016-10-17 09:49:33 -07:00
Peter Robinson 585f95eb35 Re-enable omap-aes as should now be fixed 2016-10-15 13:06:54 +01:00
Peter Robinson 14a79ed544 Minor ARM config cleanups 2016-10-15 12:58:58 +01:00
Laura Abbott cc77719c1d Linux v4.8-14604-g29fbff8 2016-10-14 08:41:58 -07:00
Paul Bolle fc4b4c666f Don't list /lib/modules/$KernelVer/kernel twice
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>
2016-10-13 17:15:45 -07:00
Laura Abbott 1aead3e9bd Linux v4.8-14230-gb67be92 2016-10-13 08:01:25 -07:00
Laura Abbott 523d987dc7 Add script to remove binary diffs
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.
2016-10-12 13:37:37 -07:00
Laura Abbott 996a0fa54e Linux v4.8-14109-g1573d2c
- Drop the extra parallel build optiosn from perf since perf does that on
  its own.
2016-10-12 10:26:08 -07:00
Josh Boyer 4b31cbd113 Adjust aarch64 config options 2016-10-12 08:01:19 -04:00
Laura Abbott ee8b7cf7ab Revert possible commits causing perf build failures 2016-10-11 13:20:03 -07:00
Laura Abbott e8a4d25680 Linux v4.8-11825-g101105b 2016-10-11 08:07:25 -07:00
Laura Abbott da8efd59db Fix typo in dts Makefile 2016-10-10 15:35:10 -07:00
Laura Abbott 9ed1be95a8 Linux v4.8-11417-g24532f7 2016-10-10 09:19:51 -07:00
Laura Abbott 4447ea8ed0 Linux v4.8-9431-g3477d16 2016-10-07 08:27:58 -07:00
Laura Abbott cb6ef876a0 Disable CONFIG_DEBUG_TEST_DRIVER_REMOVE
This seems to break ...almost everything
2016-10-06 17:31:19 -07:00
Laura Abbott d5611d64b6 Linux v4.8-8780-gd230ec7 2016-10-06 11:19:55 -07:00
Laura Abbott cb30d38879 Linux v4.8-2283-ga3443cd 2016-10-05 08:50:17 -07:00
Laura Abbott b92ba30bb8 Linux v4.8-1558-g21f54dd 2016-10-04 10:24:18 -07:00
Justin M. Forbes 48063c7e7b Linux v4.8 2016-10-03 08:37:55 -05:00
Peter Robinson 03b0b30e0b ARM config cleanups, some minor general cleanups 2016-10-03 07:41:45 +01:00
Peter Robinson 57bf058dba Some bcm283x VC4 fixes for Raspberry Pi 2016-09-30 23:29:56 +01:00
Justin M. Forbes 0a2a0f0590 Linux v4.8-rc8-28-g9a2172a 2016-09-30 16:58:55 -05:00
Justin M. Forbes c561528e4f Linux v4.8-rc8-13-g53061af 2016-09-29 15:41:02 -05:00
Justin M. Forbes 291b3602df Linux v4.8-rc8-8-gae6dd8d 2016-09-28 17:13:35 -05:00
Laura Abbott 769b9cc8ca Enable CONFIG_DEBUG_MODULE_RONX for arm targets 2016-09-26 12:50:35 -07:00
Justin M. Forbes 5e29f3d0db Linux v4.8-rc8 2016-09-26 09:45:21 -05:00
Josh Boyer 87717992f9 Updates to crash driver from Dave Anderson 2016-09-25 11:38:01 -04:00
Justin M. Forbes e4b3c0d142 Linux v4.8-rc7-158-g78bbf15 2016-09-23 15:57:03 -05:00
Justin M. Forbes ac0b783ddf Linux v4.8-rc7-142-gb1f2beb 2016-09-22 16:30:26 -05:00
Justin M. Forbes 42ffd5d890 Linux v4.8-rc7-42-g7d1e042 2016-09-21 16:37:23 -05:00
Justin M. Forbes 079576bca7 Linux v4.8-rc7-37-gd2ffb01 2016-09-20 09:03:51 -05:00
Justin M. Forbes 978e9d5ec4 Linux v4.8-rc7 2016-09-19 09:41:52 -05:00
Peter Robinson 3164e2db5f Update ARM64 pci-e quicks to latest upstream, update x-gene quirks patch 2016-09-17 18:00:13 +01:00
Peter Robinson dffeb9c7c2 Enable CPU IDLE on ARMv7, Tweak big.LITTLE on ARMv7 2016-09-17 11:38:40 +01:00
Justin M. Forbes 0b272a6db6 Linux v4.8-rc6-231-g024c7e3 2016-09-16 17:16:45 -05:00
Justin M. Forbes 73f736fdaa Linux v4.8-rc6-214-g4cea877 2016-09-15 16:12:05 -05:00
Peter Robinson 4fb2533aeb Add patch for bcm2837 (RPi3) HDMI EDID detection 2016-09-15 09:43:51 +01:00
Justin M. Forbes 5c4f69525a Linux v4.8-rc6-211-g77e5bdf 2016-09-14 13:59:49 -05:00
Laura Abbott 5c9789dfbf Fix for incorrect return checking in cpupower (rhbz 1374212)
- Let iio tools build on older kernels
2016-09-14 09:42:37 -07:00
Justin M. Forbes 591c00b16c Linux v4.8-rc6 2016-09-13 11:42:03 -05:00
Justin M. Forbes d8e509e91c Linux v4.8-rc6 2016-09-12 13:40:02 -05:00
Peter Robinson 8cdb4f279f Minor ARM config tweaks 2016-09-10 21:09:30 +01:00
Justin M. Forbes c3ff88e551 Linux v4.8-rc5-176-gd0acc7d 2016-09-09 16:58:04 -05:00
Justin M. Forbes 2915748084 Linux v4.8-rc5-129-g711bef6 2016-09-08 16:28:59 -05:00
Peter Robinson b7b78a8eda Enable some popular audio addon drivers 2016-09-08 14:28:56 +01:00
Justin M. Forbes fdbebc1572 Linux v4.8-rc5-62-gd060e0f 2016-09-07 12:48:19 -05:00
Justin M. Forbes ebe44508e6 Linux v4.8-rc5-5-gbc4dee5 2016-09-06 10:19:37 -05:00