Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Do-not-read-Git-tags-to-determine-version.patch | Do not read Git tags to determine version | =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org> | no | 2022-08-14 | ||
0002-Fix-compilation-on-hppa.patch | Fix compilation on hppa | John David Anglin <dave.anglin@bell.net> | no | 2018-11-17 | ||
0003-Fix-vector-size-to-reasonable-amount.patch | Fix vector size to reasonable amount | =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org> | no | 2022-08-01 | ||
0004-Properly-enable-LTO.patch | Properly enable LTO | =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org> | no | 2022-08-14 | ||
0005-Build-benchmark_main-as-static-library.patch | Build benchmark_main as static library | =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org> | no | 2022-08-14 | ||
0006-Bump-SOVERSION-after-ABI-breakage.patch | Bump SOVERSION after ABI breakage | =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org> | no | 2022-08-14 | ||
0007-fix-32bit-test.patch | Fix 32bit-test | Anton Gladky <gladk@debian.org> | no | 2023-10-17 | ||
1727.patch | [PATCH] CycleClock: use RDTIME instead of RDCYCLE on RISC-V Starting with Linux 6.6 [1], RDCYCLE is a privileged instruction on RISC-V and can't be used directly from userland. There is a sysctl option to change that as a transition period, but it will eventually disappear. Use RDTIME instead, which while less accurate has the advantage of being synchronized between CPU (and thus monotonic) and of constant frequency. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cc4c07c89aada16229084eeb93895c95b7eabaa3 |
Aurelien Jarno <aurelien@aurel32.net> | no | 2024-01-03 |