gpo.zugaina.org

Search Portage & Overlays:

sys-kernel/cachyos-kernel-bin

Pre-built CachyOS Linux kernel (BORE, LTO, BBR3 and more)

Screenshots

  • cachyos-kernel-bin-7.0.5
    ~amd64
    bore +eevdf rt-bore server deckify +lto gcc debug +initramfs test generic-uki modules-compress

    View      Download      Browse     License: GPL-2   
  • cachyos-kernel-bin-6.19.12-r1
    ~amd64
    hardened lto debug +initramfs test generic-uki modules-compress

    View      Download      Browse     License: GPL-2   
  • cachyos-kernel-bin-6.18.28
    ~amd64
    lts debug +initramfs test generic-uki modules-compress

    View      Download      Browse     License: GPL-2   

ChangeLog

commit a1652817d0a5760371de7f8f3331e25511790a50
Author: Xiangzhe <xiangzhedev@gmail.com>
Date: Sat May 9 09:12:00 2026 +0800

sys-kernel: update CachyOS kernels to 6.18.28 and 7.0.5 (bin)

Signed-off-by: Xiangzhe <xiangzhedev@gmail.com>

commit ed2e66bee8e94e527074d97ce31c050d963ce538
Author: Justin Barker <jstnbarker@pm.me>
Date: Sun May 3 15:39:41 2026 -0400

Generate modules.dep for cachyos-kernel-bin-* during postinstall

commit 025515a458003bbc4e3343060d04bfe6d46c7556
Author: Xiangzhe <xiangzhedev@gmail.com>
Date: Sat May 2 11:29:10 2026 +0800

sys-kernel/cachyos-kernel-bin: add 7.0.3, 6.18.26, 6.19.12, drop 7.0.1

Signed-off-by: Xiangzhe <xiangzhedev@gmail.com>

commit bcdbaee90eaa57dbccce9c074b04401c1767a79e
Author: Xiangzhe <xiangzhedev@gmail.com>
Date: Sat May 2 10:50:44 2026 +0800

AGENTS.md: add bin variant coverage rules and update bin kernel policy

Signed-off-by: Xiangzhe <xiangzhedev@gmail.com>

commit 0da5d6461932174982fb99156cac045d33e83174
Author: Xiangzhe <xiangzhedev@gmail.com>
Date: Tue Apr 28 09:41:03 2026 +0800

sys-kernel: update CachyOS kernels to 6.18.25, 7.0.2 and 7.0.1 (bin)

Signed-off-by: Xiangzhe <xiangzhedev@gmail.com>

commit c370d6f4222ccb32dc2b929a0c1154d1ff5b72c1
Author: Xiangzhe <xiangzhedev@gmail.com>
Date: Sun Apr 19 23:38:14 2026 +0800

sys-kernel: update CachyOS kernels to 6.18.23 and 7.0.0

Signed-off-by: Xiangzhe <xiangzhedev@gmail.com>

commit 28baf0f72f0d00a59a4658cfbd35b9e99e60d29b
Author: Xiangzhe <xiangzhedev@gmail.com>
Date: Fri Apr 17 11:16:59 2026 +0800

sys-kernel: add CachyOS 7.0.0-r1 and update bin kernel

Signed-off-by: Xiangzhe <xiangzhedev@gmail.com>

commit 328fdf0486959ed28a3ad4912348f4a5efb9f952
Merge: c4ac108 c90af53
Author: Xiangzhe <xiangzhedev@gmail.com>
Date: Sun Apr 12 14:31:41 2026 +0800

Merge branch 'main' of github.com:Szowisz/CachyOS-kernels

# Conflicts:
# sys-kernel/cachyos-kernel-bin/Manifest

commit c4ac1089eae44487dac50440758177b5a3f6e292
Author: Xiangzhe <xiangzhedev@gmail.com>
Date: Sun Apr 12 14:23:08 2026 +0800

sys-kernel: update CachyOS kernels to 6.19.12-r1 and 6.18.22

Signed-off-by: Xiangzhe <xiangzhedev@gmail.com>

commit c90af53da700384d80eb9eaa226970754bc052a4
Author: Xiangzhe <xiangzhedev@gmail.com>
Date: Fri Apr 3 11:33:26 2026 +0800

sys-kernel/cachyos-kernel-bin: bump 6.19.11-r1, add bmq support

Signed-off-by: Xiangzhe <xiangzhedev@gmail.com>

commit c157c08353effe44ee140c8189f1212fe333cb57
Author: Xiangzhe <xiangzhedev@gmail.com>
Date: Thu Mar 26 17:09:53 2026 +0800

sys-kernel/cachyos-kernel-bin: update Manifest

Signed-off-by: Xiangzhe <xiangzhedev@gmail.com>

commit 0a08ebd186a9fa4d2ea28007a52f426ad01b1157
Author: Xiangzhe <xiangzhedev@gmail.com>
Date: Thu Mar 26 11:37:15 2026 +0800

sys-kernel/cachyos-kernel-bin: new package, pre-built CachyOS kernel

Add sys-kernel/cachyos-kernel-bin that downloads pre-built kernel binaries
from CachyOS mirrors (pacman .pkg.tar.zst format) and installs them as a
Gentoo dist-kernel.

Supported variants via USE flags:
- Schedulers: bore (default), eevdf, hardened, rt-bore, deckify, server
- Compiler: lto (default, Clang ThinLTO), gcc (GCC without LTO)
- Architecture: x86-64-v3 (from CachyOS v3 mirror)

The ebuild downloads the CachyOS source tarball for modules_prepare
(out-of-tree module support) and the prebuilt kernel+headers packages.

Includes AGENT.md with maintenance guide for version bumping and
syncing with cachyos-sources and CachyOS mirror availability.

Closes: https://github.com/Szowisz/CachyOS-kernels/issues/42