A new XanMod Linux Kernel based on the latest Linux LTS Kernel 5.10.45 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, 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 5.10.45-xanmod1
- 40a41ef Linux 5.10.45-xanmod1
- 2f80717 XANMOD: Makefile: Turn off loop vectorization for GCC -O3 optimization level
- 73df091 Merge tag 'v5.10.45' into 5.10
|\
| * 037a447 Linux 5.10.45
| * 808fcc1 fib: Return the correct errno code
| * d8b2e3e net: Return the correct errno code
| * 04c1556 net/x25: Return the correct errno code
| * 0aa3569 rtnetlink: Fix missing error code in rtnl_bridge_notify()
| * 9250f97 drm/amd/amdgpu:save psp ring wptr to avoid attack
| * 9e8c2af drm/amd/display: Fix potential memory leak in DMUB hw_init
| * 75fa7fb drm/amdgpu: refine amdgpu_fru_get_product_info
| * 34fe4cc drm/amd/display: Allow bandwidth validation for 0 streams.
| * ecd2653 net: ipconfig: Don't override command-line hostnames or domains
| * 511a010 nvme-loop: do not warn for deleted controllers during reset
| * 155c2fe nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()
| * 620424d nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() fails
| * 1c80ca5 nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()
| * b8fdea0 scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V
| * f8ac1bd Bluetooth: Add a new USB ID for RTL8822CE
| * 5491d97 scsi: qedf: Do not put host in qedf_vport_create() unconditionally
| * 609b56e ethernet: myri10ge: Fix missing error code in myri10ge_probe()
| * 5d5f0d9 scsi: target: core: Fix warning on realtime kernels
| * a611563 gfs2: Fix use-after-free in gfs2_glock_shrink_scan
| * bb73f2f riscv: Use -mno-relax when using lld linker
| * 35277c1 HID: gt683r: add missing MODULE_DEVICE_TABLE
| * 7a557de gfs2: fix a deadlock on withdraw-during-mount
| * c3e9ea1 gfs2: Prevent direct-I/O write fallback errors from getting lost
| * 864b5a8 ARM: OMAP2+: Fix build warning when mmc_omap is not built
| * 247ec8e ARM: OMAP1: Fix use of possibly uninitialized irq variable
| * 3c0ad70 drm/tegra: sor: Fully initialize SOR before registration
| * 9c1d492 gpu: host1x: Split up client initalization and registration
| * 570b3e4 drm/tegra: sor: Do not leak runtime PM reference
| * b1e3596 HID: usbhid: fix info leak in hid_submit_ctrl
| * 1dfd9f1 HID: Add BUS_VIRTUAL to hid_connect logging
| * 258d3fd HID: multitouch: set Stylus suffix for Stylus-application devices, too
| * 6a142ea HID: quirks: Add quirk for Lenovo optical mouse
| * 716a087 HID: hid-sensor-hub: Return error for hid_set_field() failure
| * 0bd8a4b HID: hid-input: add mapping for emoji picker key
| * b3c5bfc HID: a4tech: use A4_2WHEEL_MOUSE_HACK_B8 for A4TECH NB-95
| * be6c988 HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65
| * c7836de net: ieee802154: fix null deref in parse dev addr- 1e13fb5 Revert "XANMOD: Makefile: Turn off loop vectorization for GCC -O3 optimization level"
Homepage
Download Linux 5.10.45-xanmod1 source from GitHub