0xbaaaadf8/kernel-xanmod

( forked from sp1r7t/kernel-xanmod )

Project ID: 91247

Description

This repository contains my personal x86-64-v3 XanMod Kernel builds.

Release Linux 6.4.5-xanmod1

What's New

https://github.com/xanmod/linux/releases

Main Features

  • Core and Process Scheduling, Load Balancing, Caching, Virtual Memory Manager and CPUFreq Governor tweaks.
  • Full multi-core block layer runqueue requests for high I/O throughput.
  • ORC Unwinder for kernel stack traces (debuginfo) implementation.
  • Real-time Linux kernel (PREEMPT_RT) build available [6.1-rt].
  • Third-party patchset available: patches
    • AMD's P-state CPPC driver for Zen2/3/(4?) processors [default].
    • Intel's SMT task migration scheduler rework.
    • Futex waitv and legacy WAIT_MULTIPLE implementation for Wine / Proton Fsync support.
    • Cloudflare's TCP collapse processing for high throughput and low latency [info].
    • Google's Multigenerational LRU framework [default].
    • Google's BBRv2 TCP congestion control [default].
    • Netfilter nf_tables RFC3489 full-cone NAT support.
    • Netfilter FLOWOFFLOAD target to speed up processing of packets.
    • WineSync driver for fast kernel-backed Wine [as module: winesync].
    • PCIe ACS Override for bypassing IOMMU groups support.
    • Graysky's additional GCC and Clang CPU options.
    • Clear Linux patchset [partial].
    • Android Ashmem and Binder IPC driver as module for Anbox.
  • Generic packages for compatibility with most Debian & Ubuntu based distributions. Builts on the latest GCC 12.2 w/ Binutils 2.40.
  • GPLv2 license. Can be built for any distribution or purpose.

Installation Instructions

sudo dnf copr enable 0xbaaaadf8/kernel-xanmod

sudo dnf install kernel-xanmod-edge

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 37 x86_64 (25)* Fedora 37 (0 downloads)
Fedora 39 x86_64 (0)* Fedora 39 (14 downloads)

* Total number of packages downloaded in the last seven days.


Quick Enable

#> dnf copr enable 0xbaaaadf8/kernel-xanmod
More info about enabling Copr repositories

Other Actions