How am I able to implement changes done to the cachyos kernel (general version :The Linux SCHED-EXT + BORE + Cachy Sauce Kernel by CachyOS with other patches and improvements kernel and modules) so that I can replicate it for artix linux?

  • aes-crypto: Contains massive improvements for encryption workloads and dynamically utilizes different instruction levels (AVX2, AVX512, AVX10.1)
  • amd-pstate: This contains improvements and changes for the amd-pstate driver. Patches are commonly fetched from the mailing list.
  • bbr3: Replaces BBRv2 with the latest BBRv3 provided by Google.
  • block: Improvements to the bfq and mq-deadline I/O schedulers.
  • cachy: Various configuration changes for scheduler and interactivity (CONFIG_CACHY), OpenRGB Patch, ACS Override, MM improvements, v4l2loopback, Clear Linux patches and HDR enabling.
  • fixes: Various fixes that are queued for our stable kernel.
  • intel-pstate: Improvements to the intel-pstate driver fetched from the mailing list.
  • ksm: Provides new syscalls for KSM. Identifies sets using identical memory pages and merges them into one saving memory space.
  • le9uo: Prevents thrashing, avoid high latency and prevent livelock in near-OOM conditions.
  • ntsync: Contains the latest kernel driver NTSync patchset.
  • perf-per-core: Enables perf to read energy usage from each core.
  • t2: Provides compatibility for T2 MacBooks.
  • zstd: Patches the ZSTD API inside the kernel to the latest release (1.5.6). Used for compression tasks with zstd (BTRFS, ZRAM, ZSWAP)

I found the above on the cachyos main website, But a) I dont know how to install the SCHED-EXT, BORE and cachy sauce stuff as well as all the additional patches outlined above. I would also like to use the scripts as oulined here: CachyOS Settings | CachyOS

The reason I want to keep artix is so that i can be sysd free and keep using dinit as my init of choice, but I wish for the performance boosts that come with using a cachyos kernel. i tried installing the cachyos kernel via: yay -S linux-cachyos and well, it downloads but there are systemd dependancies it seems and Im not about system d tbh. I just would like to get the benefits of cachy without systemd.

Thanks everyone in advance!!!

out of curiousity will this show anything:

pacman -Ss cachyos-kernel-manager
cachyos/cachyos-kernel-manager 1.10.0-1 (cachyos) [installed]
    Simple kernel manager
cachyos/cachyos-kernel-manager-patch-selection-git 1:1.0.8.r1.g8075540-1
    Simple kernel manager

I don’t know for sure if works with artix very well though.

Build the kernel yourself with the necessary patches and configs, PKGBUILD can be found here

No unfortunately that doesnt seem to work, i was curious if it would too, but i am gonna do that to endeavouros lol

Thank you, but damn, this is gonna be my second kernel rebuild of the day and one is still on going (i hate gentoo i wanna di e)