summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Linux v4.20.4 rebaseJustin M. Forbes2019-01-23914-6189/+9146
|
* Linux v4.19.16Jeremy Cline2019-01-162-2/+5
|
* Linux v4.19.15Jeremy Cline2019-01-144-44/+176
|
* Drop the fix for CVE-2018-16884 for nowJeremy Cline2019-01-092-237/+1
| | | | | | There's a one or more patches missing. The fix came as part of a 10 patch series, with the first two marked for stable. However, at least one later patch in series appears to be required.
* Linux v4.19.14Jeremy Cline2019-01-0919-4/+24
|
* Fix CVE-2018-16884 (rhbz 1660375 1660825)Jeremy Cline2019-01-092-0/+236
|
* Fix changelog dateJustin M. Forbes2019-01-091-1/+1
|
* Fix CVE-2019-3701 (rhbz 1663729 1663730)Justin M. Forbes2019-01-092-0/+48
|
* Add patch to fix bluetooth on RPI 3B+ registering twice (rhbz#1661961)Hans de Goede2019-01-072-0/+51
|
* Linux v4.19.13Jeremy Cline2018-12-292-2/+5
|
* Set CONFIG_REALTEK_PHY=y to workaround realtek ethernet issues (rhbz 1650984)Hans de Goede2018-12-2716-15/+18
|
* v4.19.12, Another fix for issue affecting Raspberry Pi 3-series WiFi (rhbz ↵Peter Robinson2018-12-243-2/+47
| | | | 1652093)
* Linux v4.19.11Jeremy Cline2018-12-203-56/+5
|
* Update CONFIG_DVB_MAX_ADAPTERS to upstream defaults (changed in 3.7)Justin M. Forbes2018-12-1917-21/+17
|
* Linux v4.19.10Jeremy Cline2018-12-173-119/+7
|
* Fix Raspberry Pi issues affecting WiFi (rhbz 1652093)Peter Robinson2018-12-143-1/+106
|
* Linux v4.19.9Jeremy Cline2018-12-134-116/+5
|
* Really fix non functional hotkeys on Asus FX503VD (#1645070)Hans de Goede2018-12-132-24/+52
|
* Linux v4.19.8Jeremy Cline2018-12-104-214/+6
|
* Linux v4.19.7Jeremy Cline2018-12-056-312/+6
|
* Fix corruption bug in direct dispatch for blk-mqJeremy Cline2018-12-052-0/+105
|
* Fix CVE-2018-19824 (rhbz 1655816 1655817)Justin M. Forbes2018-12-042-0/+55
|
* Fix very quiet speakers on the Thinkpad T570 (rhbz 1554304)Jeremy Cline2018-12-032-0/+65
|
* Fix non functional hotkeys on Asus FX503VD (#1645070)Hans de Goede2018-12-032-0/+105
|
* Linux v4.19.6Jeremy Cline2018-12-022-3/+6
|
* configs: correct cpu accounting configurationPaul Bolle2018-11-3017-15/+19
| | | | | | | | | | | | | | | | | | | 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 [...]:warning: override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state 24 times and [...]:warning: 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>
* configs: correct memory configurationPaul Bolle2018-11-3013-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 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 [...]:warning: 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>
* configs: use CONFIG_UNWINDER_ORC only in x86/x86_64Paul Bolle2018-11-3013-12/+0
| | | | | | | | | | | | | | | | 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 [...]:warning: 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>
* Fix slowdowns and crashes for AMD GPUs in pre-PCIe-v3 slotsJeremy Cline2018-11-302-0/+86
|
* Fix a problem with some rtl8168 chips (rhbz 1650984)Jeremy Cline2018-11-292-0/+59
|
* Linux v4.19.5Jeremy Cline2018-11-275-109/+176
| | | | | Fix CVE-2018-16862 (rhbz 1649017 1653122) Fix CVE-2018-19407 (rhbz 1652656 1652658)
* Fix null pointer dereference with Nvidia and vmwgfx drivers (rhbz 1650224)Jeremy Cline2018-11-262-0/+112
|
* v4.19.4Peter Robinson2018-11-232-2/+5
|
* Linux v4.19.3Jeremy Cline2018-11-215-159/+5
|
* Add a patch fixing KIOX010A accelerometers (rhbz#1526312)Hans de Goede2018-11-212-0/+67
|
* Add a patch fixing touchscreens on HP AMD based laptops (rhbz#1644013)Hans de Goede2018-11-212-0/+108
|
* Turn on CONFIG_PINCTRL_GEMINILAKE on x86_64 (rhbz#1639155)Hans de Goede2018-11-216-5/+8
|
* Fix WiFi on Raspberry Pi 3 on aarch64 (rhbz 1649344), Fixes for Raspberry Pi ↵Peter Robinson2018-11-178-9053/+462
| | | | hwmon driver and firmware interface, drop patches for bits not supported in f28
* Add patch fixing touchpads on some Apollo Lake devices not working (#1526312)Hans de Goede2018-11-152-0/+570
|
* Fix CVE-2018-18710 (rhbz 1645140 1648485)Jeremy Cline2018-11-142-0/+39
|
* Linux v4.19.2Jeremy Cline2018-11-14236-14214/+6628
|
* Linux v4.18.18Laura Abbott2018-11-112-2/+5
|
* Linux v4.18.17Laura Abbott2018-11-052-2/+5
|
* Add i915 eDP fixesLaura Abbott2018-10-233-0/+122
|
* Linux v4.18.16Peter Robinson2018-10-212-3/+4
|
* Fix network on some i.MX6 devices (rhbz 1628209)Peter Robinson2018-10-2124-101/+67
|
* Linux v4.18.15Justin M. Forbes2018-10-182-2/+5
|
* Linux 4.18.14Justin M. Forbes2018-10-153-60/+5
|
* Fix the microphone on Lenovo G50-30s (rhbz 1249364)Jeremy Cline2018-10-122-0/+38
|
* Linux v4.18.13Laura Abbott2018-10-104-212/+5
|