Commit Graph

4965 Commits

Author SHA1 Message Date
Peter Robinson 8957ff666c drop duplicated CONFIG_AQTION 2019-05-25 19:15:02 +01:00
Justin M. Forbes 8f4544ef8d Linux v5.2-rc1-233-g0a72ef899014 2019-05-24 15:18:07 -05:00
Peter Robinson 921fd07b84 aarch64: qcom: minor tweaks for sd845/850 HW 2019-05-24 19:46:54 +01:00
Peter Robinson 05f6d3d4a2 arm: stm32mp1: enable a few missed options 2019-05-23 13:57:08 +01:00
Peter Robinson c38e8e0b62 re-enable sun4i-ss crrpto offload as it's fixed in 5.2 2019-05-23 11:18:57 +01:00
Justin M. Forbes 59ba0d757a Linux v5.2-rc1-165-g54dee406374c 2019-05-22 12:15:16 -05:00
Justin M. Forbes a87df2f1bb Fix build issue on PPC 2019-05-21 16:50:35 -05:00
Justin M. Forbes fd9451c72c Linux v5.2-rc1-129-g9c7db5004280 2019-05-21 15:28:44 -05:00
Justin M. Forbes c856345649 Fix S390 build error 2019-05-20 15:46:32 -05:00
Justin M. Forbes c2b56eada2 Linux v5.2-rc1 2019-05-20 14:08:36 -05:00
Peter Robinson fa5a3a77fb add Bosch BMA180 accel iio driver found on some arm tablets and other devices 2019-05-20 16:18:07 +01:00
Peter Robinson daa722ef9c further minor Arm updates, primarily for arm64 tegra devices 2019-05-20 13:05:12 +01:00
Peter Robinson 37f7d8a335 Arm config updates for 5.2rc1 2019-05-20 08:47:57 +01:00
Justin M. Forbes 58561782e9 Linux v5.1-12505-g0ef0fd351550 2019-05-17 15:53:20 -05:00
Peter Robinson 7101de41f1 add patch to fix watchdog driver load and reboot on RPi 2019-05-17 19:41:55 +01:00
Justin M. Forbes 5b72efed7d Linux v5.1-12065-g8c05f3b965da 2019-05-16 15:35:54 -05:00
Justin M. Forbes df4525c195 Linux v5.1-10909-g2bbacd1a9278 2019-05-15 14:14:21 -05:00
Peter Robinson db916ad55e explicitly enable Arm GIC power management 2019-05-15 19:26:08 +01:00
Laura Abbott cbd87613cc Add arm64 vdso fix 2019-05-15 11:08:53 -07:00
Peter Robinson 2145bfefe1 ti: drop removed configse 2019-05-15 13:44:33 +01:00
Peter Robinson 3d9e9d3e11 ti: drop removed configs 2019-05-15 13:40:53 +01:00
Peter Robinson cebbc3cf3e arm: remove retired configs 2019-05-15 00:55:11 +01:00
Justin M. Forbes a915976cd4 Linux v5.1-10326-g7e9890a3500d 2019-05-14 12:16:53 -05:00
Justin M. Forbes 735223bf90 Linux v5.1-10135-ga13f0655503a 2019-05-13 12:05:41 -05:00
Peter Robinson 189fbf937b CONFIG_LBDAF option removed upstream, is now standard 2019-05-13 00:30:28 +01:00
Justin M. Forbes e4473dc0e3 Linux v5.1-9573-gb970afcfcabd 2019-05-10 13:37:00 -05:00
Justin M. Forbes bf888d2bd5 Linux v5.1-8122-ga2d635decbfa 2019-05-09 13:02:16 -05:00
Peter Robinson 1f3b79fb40 armvt: filter stm drm drivers 2019-05-09 17:11:56 +01:00
Justin M. Forbes a9602bb6e5 Linux v5.1-5445-g80f232121b69 2019-05-08 12:24:46 -05:00
Justin M. Forbes 2b2a5f0a2e Linux v5.1-1199-g71ae5fc87c34 2019-05-07 12:04:31 -05:00
Peter Robinson da649d5215 Enable Arm STM32MP1 2019-05-07 04:58:17 +01:00
Peter Robinson 95a0150a74 minor qcom sound config tweak 2019-05-07 04:53:00 +01:00
Laura Abbott a3f1fbec6e Ensure ioschedulers are built in (rhbz 1690604) 2019-05-06 17:43:16 +00:00
Paul Bolle 926fa54ae1 configs: correctly terminate loop
The switch_to_toplevel() function in process_configs.sh contains a buggy
loop. It tests whether $path is empty but should test whether $path
equals "/". (It repeatedly calls dirname on pwd's output, and since pwd
will return an absolute path this will, eventually, return "/" forever.)
So let's test for "/" here.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-05-06 10:26:25 -04:00
Paul Bolle f27f73697f configs: properly indent process_configs.sh
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-05-06 10:26:02 -04:00
Jeremy Cline eeca86408d Linux v5.1.0 2019-05-06 14:07:03 +00:00
Peter Robinson bc27fd2460 disable sunxi crypto as it's currently broken 2019-05-03 20:33:58 +01:00
Jeremy Cline ae63548e1d Linux v5.1-rc7-131-gea9866793d1e 2019-05-03 14:53:48 +00:00
Jeremy Cline 753cfebe7a Linux v5.1-rc7-29-g600d7258316d 2019-05-02 14:44:19 +00:00
Laura Abbott 8fa6c72eb7 Add gdb index for debuginfo
We disabled the gdb indexing a while ago because it was
broken with the kernel. It seems to be working okay now  so re-enable it.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-05-01 08:08:49 -07:00
Jeremy Cline d139c9574c Linux v5.1-rc7-16-gf2bc9c908dfe 2019-05-01 14:02:59 +00:00
Paul Bolle f3767751a3 configs: only visit generic/powerpc once
The rule that generates kernel-ppc64le-debug.config visits
configs/generic/powerpc twice. Stop doing that.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-05-01 13:58:11 +00:00
Jeremy Cline 203f015253 Linux v5.1-rc7-5-g83a50840e72a 2019-04-30 16:04:29 +00:00
Jeremy Cline dfbf3d7f3d Reenable debugging options. 2019-04-30 16:02:26 +00:00
Hans de Goede 8fb1c9e328 Fix wifi on various ideapad models not working (rhbz#1703338) 2019-04-30 11:50:07 +02:00
Jeremy Cline 4d0bb33f59 s390x build failure fix for RDMA 2019-04-29 16:46:30 +00:00
Jeremy Cline c5e7ef61a4 Linux v5.1-rc7 2019-04-29 15:40:35 +00:00
Jeremy Cline d225a41203 Disable debugging options. 2019-04-29 14:35:33 +00:00
Jeremy Cline d465489856 Linux v5.1-rc6-72-g8113a85f8720 2019-04-26 14:37:24 +00:00
Laura Abbott 7a94d5a69e Clean up old PAE code
We no longer support i686 PAE. Cleanup some of the cruft that was left
behind and de-obfuscate some macros to make it more obvious what's
happening.
2019-04-25 09:51:12 -07:00