A new XanMod Linux Kernel based on Linux Kernel 5.10 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.
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 [5.8], linux-xanmod-edge [5.8], linux-xanmod-lts [5.4], linux-xanmod-rt-edge [5.6-rt] and linux-xanmod-rt [5.4-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 5.10.1-xanmod1
- f0217e1 Linux 5.10.1-xanmod1
- 01328db Merge tag 'v5.10.1' into 5.10
|\
| * 841fca5 Linux 5.10.1
| * 26934c8 Revert "dm raid: fix discard limits for raid1 and raid10"
| * 859f703 Revert "md: change mddev 'chunk_sectors' from int to unsigned"- 2c00287 Linux 5.10.0-xanmod1
- 77467ad selftests: futex: Add FUTEX_WAIT_MULTIPLE wake up test
- d45f432 selftests: futex: Add FUTEX_WAIT_MULTIPLE wouldblock test
- 9e5c157 selftests: futex: Add FUTEX_WAIT_MULTIPLE timeout test
- 78ffcf5 futex: Restore futex_key
- 701d790 futex: Implement mechanism to wait on any of several futexes
- f315e6f clockevents, hrtimer: Make hrtimer granularity and minimum hrtimeout configurable in sysctl. Set default granularity to 100us and min timeout to 500us
- 2ac82cd time: Don't use hrtimer overlay when pm_freezing since some drivers still don't correctly use freezable timeouts.
- 7370413 hrtimer: Replace all calls to schedule_timeout_uninterruptible of potentially under 50ms to use schedule_msec_hrtimeout_uninterruptible
- 09df166 hrtimer: Replace all calls to schedule_timeout_interruptible of potentially under 50ms to use schedule_msec_hrtimeout_interruptible.
- 400ccdb hrtimer: Replace all schedule timeout(1) with schedule_min_hrtimeout()
- 53ee597 timer: Convert msleep to use hrtimers when active.
- a8fc5c9 time: Special case calls of schedule_timeout(1) to use the min hrtimeout of 1ms, working around low Hz resolutions.
- 2f2cb68 hrtimer: Create highres timeout variants of schedule_timeout functions.
- dc1c2a0 pci: Enable overrides for missing ACS capabilities
- 2f8656f x86/kconfig: Enable additional cpu optimizations for gcc v10.1+ kernel v5.8+
- cdc1ced android: Export symbols needed by Android drivers
- 6665150 android: Enable building ashmem and binder as modules
- fba3fdf locking: rwsem: spin faster
- 9be657a firmware: Enable stateless firmware loading
- a188c00 intel_rapl: Silence rapl trace debug
- ef3a931 init: add support for zstd compressed modules
- cda59e1 modules: disinherit TAINT_PROPRIETARY_MODULE
- 0d7e1b0 trace: add trace events for open(), exec() and uselib() (for v3.7+)
- 7530d32 init/Kconfig: Enable -O3 KBUILD_CFLAGS optimization for all architectures
- c7ae89b lib/kconfig.debug: disable default CONFIG_SYMBOLIC_ERRNAME and CONFIG_DEBUG_BUGVERBOSE
- 8930564 scripts: disable the localversion "+" tag of a git repo
- c36df79 cpufreq: tunes ondemand and conservative governor for performance
- 2e97c14 mm/vmscan: vm_swappiness = 30 decreases the amount of swapping
- ecae96c sched/autogroup: Add kernel parameter and config option to enable/disable autogroup feature by default
- 0534884 dcache: cache_pressure = 50 decreases the rate at which VFS caches are reclaimed
- 0e96d54 kconfig: set PREEMPT and RCU_BOOST without delay by default
- b027c40 kconfig: add 500Hz timer interrupt kernel config option
- a4fe3d5 sched/core: nr_migrate = 256 increases number of tasks to iterate in a single balance run.
- fff3507 block: set rq_affinity to force full multithreading I/O requests
- fd8376c block, bfq: change BLK_DEV_ZONED depends to IOSCHED_BFQ
- b20e127 elevator: set default scheduler to bfq for blk-mq
Homepage
Download Linux 5.10.1-xanmod1 source from GitHub