summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Disable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (rhbz 1637547)Laura Abbott2018-10-0919-17/+53
|
* Revert drm/amd/pp: Send khz clock values to DC for smu7/8 (rhbz 1636249)Justin M. Forbes2018-10-082-0/+82
|
* Linux v4.18.12Laura Abbott2018-10-044-207/+5
|
* Fix arm64 kvm priv escalation (rhbz 1635475 1635476)Justin M. Forbes2018-10-032-0/+161
|
* Disable CONFIG_CRYPTO_DEV_SP_PSP (rhbz 1608242)Laura Abbott2018-10-014-3/+6
|
* Fix for Intel Sensor Hub (rhbz 1634250)Laura Abbott2018-10-012-0/+134
|
* Linux v4.18.11Laura Abbott2018-09-304-337/+5
|
* Change CONFIG_SSB back to a module (rhbz #1572349)Jeremy Cline2018-09-2817-17/+17
|
* Linux v4.18.10Laura Abbott2018-09-263-68/+5
|
* Fix powerpc IPv6 (rhbz 1628394)Laura Abbott2018-09-262-0/+50
|
* Fix CVE-2018-14633Justin M. Forbes2018-09-242-0/+248
|
* Note 4.18.9 fixes CVE-2018-17182Justin M. Forbes2018-09-201-0/+1
|
* Linux v4.18.9Laura Abbott2018-09-193-412/+6
|