whitehara/kernel-tkg-ivybridge-pds
Project ID: 88040
Description
This project is supported until 6.5. Because PDS is not available on 6.6.
kernel with linux-tkg patches by TK-Glitch and kernel_compiler_patch by graksy2
Please see original project whitehara/kernel-tkg
And also enabled some CONFIGs.
CAUTION!: This kernel may only work on Intel IvyBridge+ architecture.
Not like my other projects, PDS is enabled in this project.
# For adding schedulers
CONFIG_MQ_IOSCHED_KYBER=y
CONFIG_IOSCHED_BFQ=y
## For tkg (default)
CONFIG_ZENIFY=y
CONFIG_SCHED_ALT=y
# CONFIG_SCHED_BMQ is not set
CONFIG_SCHED_PDS=y
CONFIG_USER_NS_UNPRIVILEGED=y
CONFIG_WINESYNC=y
# CONFIG_HZ_750 is not set
## for BBR2
CONFIG_TCP_CONG_BBR2=m
CONFIG_DEFAULT_BBR2=n
## for OpenRGB
CONFIG_I2C_NCT6775=m
# for INTEL IVYBRIDGE CPU optimization
CONFIG_MIVYBRIDGE=y
# CONFIG_GENERIC_CPU is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# For getting the kernel config
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
## for bcachefs from 6.3.5 to 6.3.* (Not enabled in 6.4)
CONFIG_BCACHEFS_FS=m
CONFIG_BCACHEFS_QUOTA=y
CONFIG_BCACHEFS_POSIX_ACL=y
Installation Instructions
Install repo
sudo dnf copr enable whitehara/kernel-tkg-ivybridge-pds
Install package from repo
sudo dnf install kernel-6.3.1-200_tkg_ivybridge_pds.fc38
This command will install kernel, kernel-core and kernel-modules. Of course, you can select different packages as you want.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 39 | x86_64 (24)* | Fedora 39 (0 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable whitehara/kernel-tkg-ivybridge-pds
More info about enabling Copr repositories