Commit graph

4,639 commits

Author SHA1 Message Date
Peter Robinson
b931afff8d minor AXP PMU cleanup (NFC) 2018-12-12 08:19:55 +00:00
Peter Robinson
7878f4b6bc few more minor AllWinner sunxi cleanups, NFC 2018-12-12 07:33:43 +00:00
Peter Robinson
0636ff1f77 Minor cleanups and consolidation of AllWinner configs 2018-12-12 06:40:27 +00:00
Hans de Goede
964443b370 Really fix non functional hotkeys on Asus FX503VD (#1645070) 2018-12-11 12:28:22 +01:00
Jeremy Cline
316334b35f
Drop the blk-mq patch which has been adjusted in v4.19.8 2018-12-10 09:59:05 -05:00
Jeremy Cline
8da51b6838
Linux v4.19.8 2018-12-10 09:48:37 -05:00
Peter Robinson
22615fdb3e Fix for ethernet LEDs on Raspberry Pi 3B+ 2018-12-06 04:51:16 +00:00
Jeremy Cline
cf820f7d92
Linux v4.19.7 2018-12-05 16:42:59 -05:00
Jeremy Cline
e556318046
Fix corruption bug in direct dispatch for blk-mq 2018-12-05 09:48:42 -05:00
Justin M. Forbes
785b96f8ba Fix CVE-2018-19824 (rhbz 1655816 1655817) 2018-12-04 10:02:50 -06:00
Jeremy Cline
d001f183c4
Fix very quiet speakers on the Thinkpad T570 (rhbz 1554304) 2018-12-03 12:00:16 -05:00
Hans de Goede
279143d272 Fix non functional hotkeys on Asus FX503VD (#1645070) 2018-12-03 17:37:01 +01:00
Jeremy Cline
95d4a9908a
Linux v4.19.6 2018-12-02 12:09:13 -05:00
Paul Bolle
82728cc6ce
configs: correct cpu accounting configuration
The shipped .config files all have CONFIG_TICK_CPU_ACCOUNTING and
CONFIG_VIRT_CPU_ACCOUNTING_NATIVE set. The x86_64 .config files
additionaly have CONFIG_VIRT_CPU_ACCOUNTING_GEN set.

This is wrong because each .config should have just one of these three
set. As a result the build generates
    [...]⚠️ override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state

24 times and
    [...]⚠️ override: VIRT_CPU_ACCOUNTING_GEN changes choice state

4 times. So let's make sure the shipped .config files only have one of
these three Kconfig macros set (ie, the one that's relevant for that
.config target).

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-30 10:28:14 -05:00
Paul Bolle
409190f659
configs: correct memory configuration
The shipped .config files all have CONFIG_FLATMEM_MANUAL and
CONFIG_SPARSEMEM_MANUAL set.

This is wrong because each .config should have just one of these two set
set. (There's also CONFIG_DISCONTIGMEM_MANUAL but Fedora doesn't use
that.) As a result the build generates
    [...]⚠️ override: SPARSEMEM_MANUAL changes choice state

24 times.

If the configuration generation system drops CONFIG_FLATMEM_MANUAL the
warnings go away. And that doesn't change the final .config files that
the kernel's build system actually uses.

(Two details that very few people will care about:
1. x86/i686 still needs to unset CONFIG_FLATMEM_MANUAL to keep
process_configs.sh from killing the build;
2. the kernel build of armv7hl will silently drop
CONFIG_SPARSEMEM_MANUAL. Because of that I didn't bother with an
explicit override for arm/armv7.)

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-30 10:28:12 -05:00
Paul Bolle
324d2dc0fc
configs: use CONFIG_UNWINDER_ORC only in x86/x86_64
The shipped .config files for i686 have both CONFIG_UNWINDER_ORC and
CONFIG_UNWINDER_FRAME_POINTER set. This is wrong because those .config
files should only have CONFIG_UNWINDER_FRAME_POINTER set. As a result
the build generates
    [...]⚠️ override: UNWINDER_ORC changes choice state

4 times.

Move CONFIG_UNWINDER_ORC to x86/x86_64 to correct this. Note that this
doesn't change the final .config files that the kernel's build system
actually uses.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-30 10:28:07 -05:00
Jeremy Cline
e2b69afd46
Fix slowdowns and crashes for AMD GPUs in pre-PCIe-v3 slots 2018-11-30 10:22:38 -05:00
Jeremy Cline
3fa56323c0
Fix a problem with some rtl8168 chips (rhbz 1650984) 2018-11-29 17:05:58 -05:00
Jeremy Cline
f72ee2395b
Linux v4.19.5
Fix CVE-2018-16862 (rhbz 1649017 1653122)
Fix CVE-2018-19407 (rhbz 1652656 1652658)
2018-11-27 14:03:01 -05:00
Peter Robinson
6a3302a0e1 enable Amlogic Meson GX series pinctrl drivers for arm64 2018-11-27 10:43:08 +00:00
Peter Robinson
b53329b05a cleanup ENA config a little 2018-11-27 08:28:24 +00:00
Jeremy Cline
3601750996
Fix null pointer dereference with Nvidia and vmwgfx drivers (rhbz 1650224) 2018-11-26 14:41:24 -05:00
Peter Robinson
f79ca8903e v4.19.4 2018-11-23 12:40:20 +00:00
Peter Robinson
f8a875d85a Fixes for Rockchips 3399 devices 2018-11-22 15:15:30 +00:00
Peter Robinson
80749df206 disable rockcip PCIE again for f29 2018-11-21 16:30:34 +00:00
Jeremy Cline
14096920f5
Linux v4.19.3 2018-11-21 10:03:02 -05:00
Hans de Goede
eecf80b4af Add a patch fixing KIOX010A accelerometers (rhbz#1526312) 2018-11-20 11:55:31 +01:00
Hans de Goede
29f933973e Add a patch fixing touchscreens on HP AMD based laptops (rhbz#1644013) 2018-11-20 11:06:58 +01:00
Hans de Goede
b149168900 Turn on CONFIG_PINCTRL_GEMINILAKE on x86_64 (rhbz#1639155) 2018-11-20 11:04:19 +01:00
Peter Robinson
ded83b5934 Fix WiFi on Raspberry Pi 3 on aarch64 (rhbz 1649344), Fixes for Raspberry Pi hwmon driver and firmware interface 2018-11-17 17:36:03 +00:00
Hans de Goede
00055623d2 Add patches from 4.20 fixing black screen on CHT devices with i915.fastboot=1 2018-11-16 12:33:12 +01:00
Hans de Goede
864e7b6491 Add patch fixing touchpads on some Apollo Lake devices not working (#1526312) 2018-11-15 11:50:05 +01:00
Jeremy Cline
8892f848b2
Fix CVE-2018-18710 (rhbz 1645140 1648485) 2018-11-14 13:43:09 -05:00
Jeremy Cline
ee73ea2d18
Linux v4.19.2 2018-11-14 13:11:19 -05:00
Laura Abbott
87f9453dd6 Linux v4.18.18 2018-11-11 18:39:26 -08:00
Laura Abbott
428df114ee Linux v4.18.17 2018-11-05 09:23:54 -08:00
Laura Abbott
1a21af89c4 Add i915 eDP fixes 2018-10-23 03:25:11 -07:00
Peter Robinson
e970f20b46 Linux v4.18.16 2018-10-21 00:03:35 +01:00
Peter Robinson
81719d66fe Fix network on some i.MX6 devices (rhbz 1628209) 2018-10-20 23:58:28 +01:00
Justin M. Forbes
b4d25f7cc5 Linux v4.18.15 2018-10-18 11:11:20 -05:00
Peter Robinson
21c1d10106 Add patch to fix mSD on 96boards Hikey 2018-10-18 14:35:07 +01:00
Peter Robinson
447a6b3111 Raspberry Pi graphics fix 2018-10-17 08:58:33 +01:00
Peter Robinson
eebac04dfd Fixes to Rock960 series of devices, improves stability considerably 2018-10-17 00:35:22 +01:00
Justin M. Forbes
58458beceb Linux 4.18.14 2018-10-15 07:15:04 -05:00
Peter Robinson
09bf7b1b2d one more use -delete on find commands 2018-10-14 17:52:55 +01:00
Peter Robinson
049b0f66f6 use -delete on find commands where possible rather than forking out to xargs/rm 2018-10-14 10:22:03 +01:00
Peter Robinson
b80a79ec07 Rebase device specific NVRAM files on brcm WiFi devices to latest 2018-10-12 20:27:41 +01:00
Jeremy Cline
85775ab887
Fix the microphone on Lenovo G50-30s (rhbz 1249364) 2018-10-12 09:53:18 -04:00
Laura Abbott
c9ba412f7c Linux v4.18.13 2018-10-10 09:58:31 -07:00
Justin M. Forbes
faa9accf2b Revert drm/amd/pp: Send khz clock values to DC for smu7/8 (rhbz 1636249) 2018-10-08 16:57:44 -05:00