pmos/device/main
Jan Jasper de Kroon b743274522
device/main/linux-postmarketos-allwinner: upgrade to 6.2.7 (MR 3962)
Kernel configuration addition:
Just like on the PinePhone Pro I 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.

Signed-off-by: Jan Jasper de Kroon <jajadekroon@gmail.com>

[ci:skip-build] already built successfully in CI
2023-03-19 15:36:48 -07:00
..
device-pine64-pinephone device-pine64-pinephone: subpkgs for sway and x11 keyboard configs (MR 3845) 2023-03-02 08:22:41 +01:00
device-purism-librem5 purism-librem5: re-enable PM for the Sparklan module (MR 3921) 2023-03-03 20:07:14 +01:00
device-qemu-aarch64 device: drop depend on mesa-dri-gallium (MR 3478) 2022-10-11 11:19:43 +02:00
device-qemu-amd64 treewide: fix tabs, final newline, trailing whitespace (MR 3530) 2022-10-16 16:27:22 +02:00
device-qemu-riscv64 qemu-riscv64: new device (MR 3571) 2022-11-20 15:22:22 +01:00
firmware-brcm43752 device/*/firmware-*: move away from arch="noarch" (MR 3607) 2022-11-01 18:20:03 +01:00
firmware-pine64-ov5640
firmware-pine64-rtl8723bt pine64-pinephone: Remove myself as maintainer (MR 3804) 2023-01-13 22:33:38 +01:00
firmware-siliconlabs-rs9116
linux-postmarketos-allwinner device/main/linux-postmarketos-allwinner: upgrade to 6.2.7 (MR 3962) 2023-03-19 15:36:48 -07:00
linux-purism-librem5 linux-purism-librem5: upgrade to 6.2.6 (MR 3957) 2023-03-19 15:11:58 -07:00
u-boot-librem5 u-boot-librem5: add myself as co-maintainer (MR 3850) 2023-02-07 01:22:23 -08:00
u-boot-pinephone main/u-boot-pinephone: upgrade to v2023.01 (MR 3806) 2023-01-14 19:07:23 +01:00