Commit Graph

29 Commits

Author SHA1 Message Date
Dmitry Skvortsov
413b1383f5 linux515-tkg: Fix Project C for v5.15.58 (#562) 2022-08-02 11:35:08 +02:00
Tk-Glitch
63b0b48969 linux515: Update bcachefs patchset 2022-06-18 21:25:56 +02:00
Tk-Glitch
93416ccf73 Bump DEFAULT_MAX_MAP_COUNT to 16777216 (from 524288)
Star Citizen was reportedly crashy again with "only" 524288
2022-05-15 22:11:25 +02:00
Dmitry Skvortsov
599eb501b1 Fix winesync patches (#509)
Fix uninitialized variable
2022-05-04 01:03:21 +02:00
Dmitry Skvortsov
08b1f742a4 Update winesync patches (#503) 2022-05-03 15:29:04 +02:00
Tk-Glitch
cf590f8d8d linux515/516: Project C: Port the /init/Kconfig changes over from the 5.17.2 fix. 2022-04-09 19:12:22 +02:00
Tk-Glitch
a6bbe3148a linux515/516/517: Add fix for Project C breakage with last updates - https://gitlab.com/alfredchen/linux-prjc/-/issues/56
Also sync defconfigs
2022-04-09 03:51:36 +02:00
Tk-Glitch
9c02feac7a Port the prjc fix for 5.16/5.17 to 5.15 for 5.15.27 changes 2022-03-10 18:08:59 +01:00
amelia
6facf761d6 5.15.27 hardened bump (#455) 2022-03-10 18:06:26 +01:00
amelia
56dc6d4d00 5.15.25 hardened bump (#447)
Co-authored-by: amelia <farikoskillz2gmail.com>
2022-03-01 18:19:05 +01:00
Tk-Glitch
b55b43e77b 5.16.3, 5.15.17, 5.10.94, 5.4.174 2022-01-27 15:47:47 +01:00
Krypto
072d47c300 added hardened config for 5.15 (#405) 2022-01-20 16:20:59 +01:00
Dmitry Skvortsov
c0245bfff8 linux510/511/512/513/514/515/516-tkg: Update winesync patchset (#379)
source: https://repo.or.cz/linux/zf.git/shortlog/refs/heads/winesync3
2021-12-08 17:31:51 +01:00
Tk-Glitch
0c9c028dae 5.15.6, 5.10.83, 5.4.163 2021-12-02 14:42:13 +01:00
Tk-Glitch
c98ffc24b1 linux515-tkg: Add optimizations from openglfreak - https://gitlab.com/alfredchen/linux-prjc/-/merge_requests/8 2021-11-28 17:17:03 +01:00
gardotd426
ede7bdfe77 Add bcachefs patch for 5.15 (#367) 2021-11-27 01:57:00 +01:00
Tk-Glitch
89d0d68ede linux515-tkg: Add fix for https://gitlab.freedesktop.org/drm/amd/-/issues/1774 to misc-additions
Thanks to Kassin for testing it out
2021-11-25 17:54:50 +01:00
Tk-Glitch
56521c94ad linux515-tkg: Update prjc patchset to v5.15.r1 - https://gitlab.com/alfredchen/projectc/-/blob/master/5.15/prjc_v5.15-r1.patch 2021-11-19 14:30:02 +01:00
Tk-Glitch
eb6b5149c5 linux515-tkg: Temp fix for prjc compilation on 5.15.3 2021-11-18 21:17:48 +01:00
Dmitry Skvortsov
ba636511f4 linux515-tkg: Update rebased version of winesync patchset for 5.15 (#355) 2021-11-12 14:19:54 +01:00
Tk-Glitch
d006ecd4ad Get rid of the deprecated fsync waitvcompat patch. 2021-11-11 16:36:50 +01:00
Dmitry Skvortsov
f6ed21ac83 linux513/514/515-tkg: Add Fsync1 support on top of futex_waitv patches. (#345)
Add an option to wait on multiple futexes using the old interface, that
uses opcode 31 through futex() syscall. Do that by just translation the
old interface to use the new code. This allows old and stable versions
of Proton to still use fsync in new kernel releases.
source: b70e738f08
2021-11-04 01:14:27 +01:00
Tk-Glitch
c55c8d2132 linux514/515-tkg: Add md-drm-staging-next dcc image stores perf regression fixes to misc additions - https://gitlab.freedesktop.org/mesa/mesa/-/issues/5396#note_1071669 2021-11-03 19:25:03 +01:00
Tk-Glitch
caad3e526d linux514/515-tkg: Add an alternative fsync (FUTEX_WAIT_MULTIPLE) patchset that can be enabled alongside futex_waitv to have a fallback path on Proton/wine builds using the older Fsync implementation. Thanks to Kisak for reaching out to me and sharing the ideas and patches. 2021-11-03 18:56:32 +01:00
Tk-Glitch
3196e797c9 linux515-tkg: Update Project C patchset to v5.15-r0 - https://gitlab.com/alfredchen/projectc/-/blob/master/5.15/prjc_v5.15-r0.patch 2021-11-02 12:25:08 +01:00
Tk-Glitch
d553c7eb1c linux515-tkg: Add a rebased version of Project C v5.14-r3 patchset for 5.15 while we wait for Alfred's release. Thanks to @openglfreak. 2021-11-01 23:46:37 +01:00
Dmitry Skvortsov
ecfb6fed4c linux513/514/515-tkg: Add futex_waitv() patchset from 5.16 as a toggle option (#342)
* linux513/514/515-tkg: Add futex_waitv() patchset from 5.16 as a toggle option

Not enabled by default since this make currents public Wine/Proton builds with old fsync interfaces broken.
https://github.com/ValveSoftware/wine/pull/128
https://github.com/andrealmeid/futex_waitv_patches

* Minor message/comment tweaks

Co-authored-by: Etienne JUVIGNY <ti3nou@gmail.com>
2021-11-01 19:16:47 +01:00
Tk-Glitch
0e52b268f9 5.15 RC2 2021-09-20 13:32:35 +02:00
Tk-Glitch
98311496cb Initial 5.15 RC1 2021-09-13 16:51:05 +02:00