Linux 6.7.0-xanmod1
XanMod is a general-purpose Linux kernel distribution with custom settings and new features. Built to provide a stable, responsive and smooth desktop experience.
The real-time version is recommended for critical runtime applications such as Linux gaming eSports, streaming, live productions and ultra-low latency enthusiasts.
Supports all recent 64-bit versions of Debian and Ubuntu-based systems.
Main Features
Preemptive Full Tickless Kernel at 500Hz w/ Tuned CPU Core Scheduler. RCU Boost for better responsiveness and lower overall system latency. Block Layer w/ multi-threaded runqueue for high I/O throughput. Caching, Virtual Memory Manager and CPUFreq Governor improvements. BBR TCP Congestion Control + FQ-PIE Packet Scheduling and AQM Algorithm [5.8]. ORC Unwinder for Kernel Stack Traces (debuginfo) implementation. Third-party patchset available: ZSTD kernel, initrd and modules support [5.8][5.6-rt], Full x86_64 FSGSBASE instructions [5.8], Clear Linux [partial], CK's Hrtimer Patchset [5.8][5.4], Wine / Proton Fsync, PCIe ACS Override, BMQ Process Scheduler [5.4 stock disabled], Aufs [5.4] and GCC graysky's. Real-time Linux kernel (PREEMPT_RT) build available [5.6-rt][5.4-rt]. Generic kernel package for compatibility with most Debian & Ubuntu based distributions. Built on the latest GCC 10.2 and Binutils 2.35. GPLv2 license. Can be built for any distribution or purpose.Install via Terminal
echo 'deb http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list && wget -qO - https://dl.xanmod.org/gpg.key | sudo apt-key add -Then update and install:
sudo apt update && sudo apt install linux-xanmodReboot.
Meta packages available: linux-xanmod, linux-xanmod-edge, linux-xanmod-lts, linux-xanmod-rt-edge and linux-xanmod-rt.
To try without adding the repository
* linux-firmware-image package is optionalDownload from Sourceforge and install:
https://sourceforge.net/projects/xanmod/files/
In terminal:sudo dpkg -i linux-image-*xanmod*.deb linux-headers-*xanmod*.deb Reboot.
Check it:cat /proc/version
Linux 6.7.0-xanmod1
- ed4419a Linux 6.7.0-xanmod1
- 5038f4d XANMOD: .gitlab-ci: Add gitlab-ci.yml file
- 35e6af9 PCI: Enable overrides for missing ACS capabilities
- c236ba4 sysctl: add sysctl to disallow unprivileged CLONE_NEWUSER by default
- 6f58842 winesync: Introduce the winesync driver and character device patchset
- 0c56519 wait: allow to use __wake_up_pollfree() from GPL modules
- cbed84a binder: give binder_alloc its own debug mask file
- 99d357e binder: turn into module
- efc8e22 mac80211: ignore AP power level when tx power type is "fixed"
- 3e072b0 netfilter: add xt_FLOWOFFLOAD target
- 4a67db6 netfilter: Add netfilter nf_tables fullcone support
- 2ae8baf tcp: Add a sysctl to skip tcp collapse processing when the receive buffer is full
- 958e814 tcp: export TCPI_OPT_ECN_LOW in tcp_info tcpi_options field
- c52f6db net-tcp_bbr: v3: ensure ECN-enabled BBR flows set ECT on retransmits
- 71c3c1f net-tcp_bbr: v3: update TCP "bbr" congestion control module to BBRv3
- ccba2a7 tcp: introduce per-route feature RTAX_FEATURE_ECN_LOW
- 3702205 net-tcp_bbr: v2: introduce is_acking_tlp_retrans_seq into rate_sample
- 8d374fc net-tcp_bbr: v2: inform CC module of losses repaired by TLP probe
- 7c7d800 net-tcp_bbr: v2: record app-limited status of TLP-repaired flight
- f879ff5 net-tcp: add fast_ack_mode=1: skip rwin check in tcp_fast_ack_mode__tcp_ack_snd_check()
- bdc9692 net-tcp: re-generalize TSO sizing in TCP CC module API
- 1329bce net-tcp: add new ca opts flag TCP_CONG_WANTS_CE_EVENTS
- ab4c5e7 net-tcp_bbr: v2: adjust skb tx.in_flight upon split in tcp_fragment()
- 23f370c net-tcp_bbr: v2: adjust skb tx.in_flight upon merge in tcp_shifted_skb()
- e73257d net-tcp_bbr: v2: introduce ca_ops->skb_marked_lost() CC module callback API
- 9fa31aa net-tcp_bbr: v2: export FLAG_ECE in rate_sample.is_ece
- 10866a3 net-tcp_bbr: v2: count packets lost over TCP rate sampling interval
- f7d97da net-tcp_bbr: v2: snapshot packets in flight at transmit time and pass in rate_sample
- f89cdb7 net-tcp_bbr: v2: shrink delivered_mstamp, first_tx_mstamp to u32 to free up 8 bytes
- 07a4b21 net-tcp_bbr: broaden app-limited rate sample detection
- 1da9f70 futex: Add entry point for FUTEX_WAIT_MULTIPLE (opcode 31)
- 5fc29bd drivers: initialize ata before graphics
- 8c459ef locking: rwsem: spin faster
- 59a51f8 firmware: Enable stateless firmware loading
- 9abe481 sched/wait: Do accept() in LIFO order for cache efficiency
- 3da8a0b x86/vdso: Use lfence instead of rep and nop
- 79291a5 XANMOD: Makefile: Move ARM and x86 instruction set selection to kernel-wide build
- 5510cb1 x86/kconfig: more uarches for kernel 5.17+ [xm_rev4]
- 2db9ece XANMOD: scripts/setlocalversion: Move localversion* files to the end
- b948fde XANMOD: scripts/setlocalversion: remove "+" tag for git repo short version
- 9a0d478 XANMOD: Makefile: Disable GCC vectorization on trees
- 0e133b6 XANMOD: lib/kconfig.debug: disable default CONFIG_SYMBOLIC_ERRNAME and CONFIG_DEBUG_BUGVERBOSE
- 20e2c24 XANMOD: cpufreq: tunes ondemand and conservative governor for performance
- 112aa56 XANMOD: sched/autogroup: Add kernel parameter and config option to enable/disable autogroup feature by default
- f01ed58 XANMOD: mm/vmscan: vm_swappiness = 30 decreases the amount of swapping
- dff6705 XANMOD: dcache: cache_pressure = 50 decreases the rate at which VFS caches are reclaimed
- 62d5f28 XANMOD: kconfig: add 500Hz timer interrupt kernel config option
- 587bdd1 XANMOD: block: set rq_affinity to force full multithreading I/O requests
- 5e8e82c XANMOD: block/mq-deadline: Disable front_merges by default
- deb8df1 XANMOD: block/mq-deadline: Increase write priority to improve responsiveness
- cd58277 XANMOD: rcu: Change sched_setscheduler_nocheck() calls to SCHED_RR policy
- 2b1a27b XANMOD: sched/core: Add yield_type sysctl to reduce or disable sched_yield
- db90fca XANMOD: fair: Set scheduler tunable latencies to unscaled
- 3b4b798 XANMOD: fair: Remove all energy efficiency functions [v6.7.0+]
- 626d210 XANMOD: x86/build: Add more x86 code optimization flags
- 045ead8 XANMOD: x86/build: Prevent generating avx2 and avx512 floating-point code
A new XanMod Linux Kernel based on Linux Kernel 6.7.0 has been released. XanMod is a general-purpose Linux kernel distribution with custom settings and new features. The real-time version is recommended for critical runtime applications such as Linux gaming eSports, streaming, live productions and ultra-low latency enthusiasts.