Uh oh!
There was an error while loading. Please reload this page.
configs: Enable TRANSPARENT_HUGEPAGE_MADVISE - #6390
Conversation
popcornmix
commented
Sep 26, 2024
Putting this up as a draft PR, so it's not forgotten. My brief testing suggests |
satmandu
commented
Apr 9, 2025
Current testing kernels from the rpi-firmware repo now show this in the dmesg: |
popcornmix
commented
Apr 11, 2025
Yes. A todo is to profile various use cases, including v3d and check what the benefits are, and if any negatives are observed. Based on the testing We're happy to heard of any positive (or negative) effects from users. |
Upstream v3d patches are adding support for big (64K) and super (1MB) pages, which require these options. See: https://lore.kernel.org/dri-devel/20240923141348.2422499-1-mcanal@igalia.com/ There are also some potential performance benefits linked from: raspberrypi#6297 Signed-off-by: Dom Cobley <popcornmix@gmail.com>
I spotted a warning in journalctl on a Raspberry Pi OS Trixie system which lead me here (via #7076). |
mairacanal
commented
May 16, 2026
The newest version of the PR is #7285 |
Upstream v3d patches are adding support for big (64K) and super (1MB) pages, which require these options.
See:
https://lore.kernel.org/dri-devel/20240923141348.2422499-1-mcanal@igalia.com/
There are also some potential performance benefits linked from:
#6297