pmaports w/ reMarkable 1 packages
Find a file
Jan Jasper de Kroon 01c47c5f3a
device/community/linux-pine64-pinephonepro: upgrade to 6.2.2 (MR 3928)
Kernel configuration addition:
Enabled the newly added Lazy RCU scheduler.

RCU_LAZY can help battery-powered systems like the PinePhone Pro in a few ways:

    1. Reduced CPU usage: Because RCU_LAZY allows readers to access shared data structures without acquiring locks or other synchronization primitives,
       it reduces the amount of CPU time that is required to manage synchronization. This can be particularly beneficial in battery-powered systems,
       where reducing CPU usage can extend battery life.

    2. Reduced memory usage: RCU_LAZY delays the creation of multiple versions of the shared data structure until they are actually needed.
       This reduces the amount of memory that is required to store these versions.
       In battery-powered systems, where memory usage can be a critical resource, this can help to conserve power.

    3. Reduced synchronization overhead: RCU_LAZY reduces the overhead of synchronization by delaying the creation of multiple versions of the shared data structure.
       This can reduce the amount of time that is spent acquiring and releasing locks or other synchronization primitives,
       which can help to conserve power in battery-powered systems.

[ci:skip-build]: already built successfully in CI
2023-03-06 08:12:13 +01:00
.ci CI: fix dtb check detecting itself and improve message (MR 3801) 2023-03-03 23:09:01 +01:00
cross cross/grub-efi-x86: upgrade to 2.06-r9 2023-03-03 23:52:19 -08:00
device device/community/linux-pine64-pinephonepro: upgrade to 6.2.2 (MR 3928) 2023-03-06 08:12:13 +01:00
main main/postmarketos-base-eink: new aport (MR 3778) 2023-03-05 15:43:12 +01:00
modem modem/samsungipcd: upgrade to 0.2.2 (MR 3585) 2023-01-19 07:53:22 +01:00
temp temp/megapixels-gtk: remove (MR 3815) 2023-03-01 08:42:46 +01:00
.clang-format Add .clang-format file (!465) 2019-06-26 22:36:15 +02:00
.ecrc editorconfig-check: set "tabs for indentation, spaces for alignment" style (MR 3530) 2022-10-16 16:27:25 +02:00
.editorconfig CI: check if most text files have final_newline and conform to editorconfig (MR 3530) 2022-10-16 16:27:25 +02:00
.gitignore CI: wiki: adjust for 'pmbootstrap ci' (MR 3608) 2022-11-17 19:10:56 +01:00
.gitlab-ci.yml CI: implement distfile-check as python test (MR 3608) 2022-11-17 19:10:56 +01:00
.mrhlpr.json mrhlpr.json: change suffix in commit names (MR 1146) 2020-04-12 03:52:48 +03:00
channels.cfg channels.cfg: mark v22.06 as unsupported 2023-01-22 22:36:36 +01:00
CODEOWNERS CODOWNERS: Add @Grimler for exynos5 kernel and tablets (MR 3680) 2022-11-29 21:25:14 +02:00
LICENSE Add GPLv3 again 2018-08-23 21:44:22 +02:00
pmaports.cfg pmaports.cfg: add supported_heimdall_depends 2022-11-16 08:45:07 +01:00
README.md treewide: fix tabs, final newline, trailing whitespace (MR 3530) 2022-10-16 16:27:22 +02:00