Any others are not supported anymore, but you can find patchsets for previous versions of kernel in "archive" directory.
You should applied them on your own. It should be possible to applied patchset on any supported version of kernel, but I personally support only the last possible version of kernel from stable branch.
The patchset contains various patches developed by their authors, always in the newest versions and sometimes with fixes from master branch or from the other authors when it's necessary.
patchset linux-lucjan
-
bfq improvements - latest fixes authored by Paolo Valente and BFQ Team
-
bfq-dev - latest fixes authored by Paolo Valente and BFQ Team
-
bfq-dev-lucjan - latest fixes authored by Paolo Valente and BFQ Team and forked by Piotr Gorski
-
bfq-dev-lucjan-rc / bfq-dev-lucjan-rc - specific patches authored by Paolo Valente and Piotr Gorski
-
graysky's GCC patch - version for gcc 10.1
-
Project C / Project C blog - contains the newest vesion with latest fixes
-
random fixes from zen-kernel - specific patches authored by Jan Alexander Steffens and ZEN Kernel Team
-
random fixes from pfkernel / random fixes from pfkernel - for example patches from Arch Linux or specific patches authored by Oleksandr Natalenko
-
fixes from ClearLinux - specific patches authored by ClearLinux Team
-
UKSM (sources) / UKSM (info) - resync from dolohow’s github
-
LL-patches / LL-patches - specific patches authored by Piotr Gorski
-
LL-branding / LL-branding - specific patches authored by Piotr Gorski
To use lucjan-kernels smoothly apply ll-reverts before linux-lucjan patch. Otherwise the kernel will not compile.
- ll-reverts / ll-reverts - specific patches authored by Piotr Gorski
To build a kernel with modules compressed in zstd format, insert any character here (it can be "y", "x" or any other value):
### Enable MODULE_COMPRESS_ZSTD
# WARNING Not recommended.
# An experimental solution, still in testing phase.
# Possible compilation and installation errors.
# Leave it unselected.
# However, if you want to test the new solution,
# first install mkinitcpio-zstd:
# https://gitlab.com/sirlucjan/lucjan-kernels/tree/master/depends
# or
# https://github.com/sirlucjan/lucjan-kernels/tree/master/depends
_zstd_modules=
Remember that to do this you need to install modified version of mkinitcpio (mkinitcpio-zstd). To do this, run the following command:
cd /some_path/lucjan-kernels/depends/package_name
makepkg -srci