Ubuntu 6514 Debian 10141 Published by

A new XanMod Linux Kernel based on Linux Kernel 6.10.5 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.



Linux 6.10.5-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-xanmod

Reboot.

Meta packages available: linux-xanmodlinux-xanmod-edgelinux-xanmod-ltslinux-xanmod-rt-edge and linux-xanmod-rt.

To try without adding the repository

Download from Sourceforge and install:
https://sourceforge.net/projects/xanmod/files/

  1. In terminal:
    sudo dpkg -i linux-image-*xanmod*.deb linux-headers-*xanmod*.deb
  2. Reboot.
  • Check it:
    cat /proc/version
* linux-firmware-image package is optional

Change log

  • 9526b2f Linux 6.10.5-xanmod1
  • f293933 XANMOD: mm/vmscan: Decrease to minimum amount of swapping
  • 3d819b5 Merge tag 'v6.10.5' into 6.10
  • 4ead4c8 Linux 6.10.5
  • d924a0b btrfs: fix double inode unlock for direct IO sync writes
  • ec87dd6 selftests: mptcp: join: test both signal & subflow
  • aedbd14 selftests: mptcp: join: ability to invert ADD_ADDR check
  • 0f21cc2 mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set
  • f706e29 mptcp: pm: don't try to create sf if alloc failed
  • a94f269 mptcp: pm: reduce indentation blocks
  • 9417df6 drm/amd/display: Change ASSR disable sequence
  • c36e922 drm/amd/display: Add null check in resource_log_pipe_topology_update
  • 7f71acd idpf: fix memleak in vport interrupt configuration
  • 3831170 btrfs: fix corruption after buffer fault in during direct IO append write
  • 31a679a Revert "drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_plane_handle_cursor_update"
  • d8d16fc Revert "drm/amd/display: Handle HPD_IRQ for internal link"
  • 3118c43 block: use the right type for stub rq_integrity_vec()
  • 1694a24 mptcp: pm: deny endp with signal + subflow + port
  • 88ef794 mptcp: fully established after ADD_ADDR echo on MPJ
  • 325609c drm/radeon: Remove __counted_by from StateArray.states[]
  • 9d96b91 drm/mgag200: Bind I2C lifetime to DRM device
  • 667f01b drm/mgag200: Set DDC timeout in milliseconds
  • ab02324 drm/lima: Mark simple_ondemand governor as softdep
  • dc0027f drm/dp_mst: Skip CSN if topology probing is not done yet
  • e8857af drm/bridge: analogix_dp: properly handle zero sized AUX transactions
  • f70942b sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()
  • 5a1263d sched/core: Introduce sched_set_rq_on/offline() helper
  • d0c87a3 sched/smt: Fix unbalance sched_smt_present dec/inc
  • 3cb3596 sched/smt: Introduce sched_smt_present_inc/dec() helper
  • 388f1c9 x86/mtrr: Check if fixed MTRRs exist before saving them
  • 718ea0d x86/paravirt: Fix incorrect virt spinlock setting on bare metal
  • b909124 btrfs: avoid using fixed char array size for tree names
  • 954d55a net/tcp: Disable TCP-AO static key after RCU grace period
  • 4589f77 mm: list_lru: fix UAF for memory cgroup
  • a6ce683 selftests: mm: add s390 to ARCH check
  • 384f383 eventfs: Use SRCU for freeing eventfs_inodes
  • 0623877 eventfs: Don't return NULL in eventfs_create_dir()
  • 0e55b31 smb3: fix setting SecurityFlags when encryption is required
  • da0ffe8 padata: Fix possible divide-by-0 panic in padata_mt_helper()
  • 236bb46 tracing: Fix overflow in get_free_elt()
  • 531dc67 tracing: Have format file honor EVENT_FILE_FL_FREED
  • 230ebcd power: supply: axp288_charger: Round constant_charge_voltage writes down
  • ad969d3 power: supply: axp288_charger: Fix constant_charge_voltage writes
  • 2e9ec2e power: supply: qcom_battmgr: return EAGAIN when firmware service is not up
  • 0a99324 LoongArch: Enable general EFI poweroff method
  • b4542a5 genirq/irqdesc: Honor caller provided affinity in alloc_desc()
  • 55e54e9 irqchip/riscv-aplic: Retrigger MSI interrupt on source configuration
  • 08b2670 irqchip/xilinx: Fix shift out of bounds
  • 267d1ae kcov: properly check for softirq context
  • df6a034 spmi: pmic-arb: Pass the correct of_node to irq_domain_add_tree
  • 0e05c80 ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx
  • 533de2f parisc: fix a possible DMA corruption
  • 8584142 parisc: fix unaligned accesses in BPF
  • 51c0b1b memcg: protect concurrent access to mem_cgroup_idr
  • 26a02ac tty: vt: conmakehash: cope with abs_srctree no longer in env
  • 6a67308 serial: sc16is7xx: fix invalid FIFO access with special register set
  • 09cfe05 serial: sc16is7xx: fix TX fifo corruption
  • 68dc02f serial: core: check uartclk for zero to avoid divide by zero
  • e689fcf timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()
  • 61a050c ntp: Safeguard against time_constant overflow
  • 061da60 tracefs: Use generic inode RCU for synchronizing freeing
  • 21e694d tracefs: Fix inode allocation
  • aa6b80a arm64: dts: ti: k3-am62-verdin-dahlia: Keep CTRL_SLEEP_MOCI# regulator on
  • cd490a2 driver core: Fix uevent_show() vs driver detach race
  • 35671ea ntp: Clamp maxerror and esterror to operating range
  • 0801d02 spmi: pmic-arb: add missing newline in dev_err format strings
  • 98f2638 vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler
  • 312286d media: v4l: Fix missing tabular column hint for Y14P format
  • 7dd12f8 tick/broadcast: Move per CPU pointer access into the atomic section
  • c07a919 scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logic
  • 9c9e0d4 scsi: ufs: core: Do not set link to OFF state while waking up from hibernation
  • f13f185 scsi: ufs: core: Fix deadlock during RTC update
  • 35bd464 scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONES
  • 998a01a usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_speed.
  • 0dbdb5e usb: gadget: f_fs: restore ffs_func_disable() functionality
  • 3abba6e usb: gadget: u_serial: Set start_delayed during suspend
  • 9f86552 usb: gadget: midi2: Fix the response for FB info with block 0xff
  • 716cba4 usb: gadget: core: Check for unset descriptor
  • eaf01a9 usb: typec: fsa4480: Check if the chip is really there
  • 9db7aab USB: serial: debug: do not echo input by default
  • c3d0857 usb: vhci-hcd: Do not drop references before new references are gained
  • 33c1f0b ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4
  • 8fb88d9 ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks
  • 88e45a2 ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list
  • 51d87f1 ALSA: line6: Fix racy access to midibuf
  • 1ae9188 io_uring/net: don't pick multiple buffers for non-bundle send
  • 006cf65 io_uring/net: ensure expanded bundle send gets marked for cleanup
  • 1f16fdd io_uring/net: ensure expanded bundle recv gets marked for cleanup
  • f3ba31e drm/test: fix the gem shmem test to map the sg table.
  • 3599648 drm/i915/display: correct dual pps handling for MTL_PCH+
  • 612cae5 drm/client: fix null pointer dereference in drm_client_modeset_probe
  • 93faadd drm/i915/gem: Adjust vma offset for framebuffer mmap offset
  • c28d207 drm/amdgpu: Forward soft recovery errors to userspace
  • 70275bb drm/amd/display: Skip Recompute DSC Params if no Stream on Link
  • ead9289 drm/i915/gem: Fix Virtual Memory mapping boundaries calculation
  • 87d601c module: make waiting for a concurrent module loader interruptible
  • 89f51d7 module: warn about excessively long module waits
  • bc74679 cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath
  • f1c0338 ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT
  • 399618a drm/xe: Take ref to VM in delayed snapshot
  • cebc39a drm/xe: Minor cleanup in LRC handling
  • 578d975 drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write
  • c802eff drm/xe: Use dma_fence_chain_free in chain fence unused as a sync
  • d5a9182 drm/xe/rtp: Fix off-by-one when processing rules
  • b19482f ALSA: usb-audio: Re-add ScratchAmp quirk entries
  • 5caa28f spi: spi-fsl-lpspi: Fix scldiv calculation
  • 1e99ea4 drm/amd/display: Replace dm_execute_dmub_cmd with dc_wake_and_execute_dmub_cmd
  • 81507ec drm/i915: Attempt to get pages without eviction first
  • d302c0b drm/i915: Allow evicting to use the requested placement
  • 457482a i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
  • d0e357e drm/atomic: allow no-op FB_ID updates for async flips
  • 8237f7e ASoC: cs35l56: Handle OTP read latency over SoundWire
  • e5421a8 ASoC: cs35l56: Revert support for dual-ownership of ASP registers
  • d4227e1 i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume
  • 5b6baaa ASoC: cs-amp-lib: Fix NULL pointer crash if efi.get_variable is NULL
  • 0fcc4a5 kprobes: Fix to check symbol prefixes correctly
  • 8c7eab0 bpf: kprobe: remove unused declaring of bpf_kprobe_override
  • 8c8352f i2c: smbus: Send alert notifications to all devices if source not found
  • de831a5 ASoC: SOF: Remove libraries from topology lookups
  • 153773f spi: spidev: Add missing spi_device_id for bh2228fv
  • 1adf51a ASoC: sti: add missing probe entry for player and reader
  • 6c3edc4 ASoC: codecs: wsa884x: Correct Soundwire ports mask
  • 9cddf33 ASoC: codecs: wsa884x: parse port-mapping information
  • e0dfca6 ASoC: codecs: wsa883x: Correct Soundwire ports mask
  • d0b794e ASoC: codecs: wsa883x: parse port-mapping information
  • 1f05464 ASoC: codecs: wsa881x: Correct Soundwire ports mask
  • ee40a8d ASoC: codecs: wcd939x-sdw: Correct Soundwire ports mask
  • 784d7c4 ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask
  • 819964b i2c: smbus: Improve handling of stuck alerts
  • 04c2c4d nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd sockets
  • 8fc52b4 arm64: errata: Expand speculative SSBS workaround (again)
  • 754af8d arm64: cputype: Add Cortex-A725 definitions
  • b60768a arm64: cputype: Add Cortex-X1C definitions
  • 6f2e3bd arm64: errata: Expand speculative SSBS workaround
  • fc22c58 arm64: errata: Unify speculative SSBS errata logic
  • a7f5093 arm64: cputype: Add Cortex-X925 definitions
  • 61ebc54 arm64: cputype: Add Cortex-A720 definitions
  • 9667fa6 arm64: cputype: Add Cortex-X3 definitions
  • 2edbb3e net: drop bad gso csum_start and offset in virtio_net_hdr
  • f35d394 sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
  • 7ed155d irqchip/loongarch-cpu: Fix return value of lpic_gsi_to_irq()
  • 79f72e9 irqchip/meson-gpio: Convert meson_gpio_irq_controller::lock to 'raw_spinlock_t'
  • 6a6d54e media: intel/ipu6: select AUXILIARY_BUS in Kconfig
  • 1543958 media: ipu-bridge: fix ipu6 Kconfig dependencies
  • ac6bd13 scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONES
  • 5ffed5a scsi: Revert "scsi: sd: Do not repeat the starting disk message"
  • 76bb99e clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()
  • 69b801f profiling: remove profile=sleep support
  • b35cd7f mm, slub: do not call do_slab_free for kfence object
  • 2aafcd2 SUNRPC: Fix a race to wake a sync task
  • f619876 ext4: sanity check for NULL pointer after ext4_force_shutdown
  • 2429ea3 s390/sclp: Prevent release of buffer in I/O
  • 974fccd drm/amd/display: Fix null pointer deref in dcn20_resource.c
  • 1c047ad jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
  • 04fd4f1 ext4: fix uninitialized variable in ext4_inlinedir_to_tree
  • 208deb6 media: xc2028: avoid use-after-free in load_firmware_cb()
  • 1e68b7c drm/amd/display: Fix NULL pointer dereference for DTN log in DCN401
  • d99d798 media: uvcvideo: Fix the bandwdith quirk on USB 3.x
  • 785c56c media: uvcvideo: Ignore empty TS packets
  • 04674c4 media: i2c: ov5647: replacing of_node_put with __free(device_node)
  • 1686675 drm/amd/display: Add null checker before passing variables
  • 3ab61af drm/amd/display: remove dpp pipes on failure to update pipe params
  • 39b2171 drm/amd/display: Don't refer to dc_sink in is_dsc_need_re_compute
  • 150f56f drm/amd/display: reduce ODM slice count to initial new dc state only when needed
  • 37834c8 drm/amd/display: Wake DMCUB before sending a command for replay feature
  • 604ea7e drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_plane_handle_cursor_update
  • 6fd9b04 media: amphion: Remove lock in s_ctrl callback
  • 16a8a2a drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing
  • 69a4414 drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr
  • e1ab38e drm/amdgpu: Add lock around VF RLCG interface
  • 4fd52f7 drm/admgpu: fix dereferencing null pointer context
  • 13937a4 drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rules
  • 033187a drm/amdgpu: Fix the null pointer dereference to ras_manager
  • 7f56f05 drm/amdgpu/pm: Fix the null pointer dereference for smu7
  • 4d4604e drm/xe/xe_guc_submit: Fix exec queue stop race condition
  • 4c59fc8 drm/amd/amdkfd: Fix a resource leak in svm_range_validate_and_map()
  • 05c1df9 drm/amdgpu/pm: Fix the param type of set_power_profile_mode
  • 0ee7cfa drm/amdgpu: fix potential resource leak warning
  • 4f125f8 drm/amd/display: Add delay to improve LTTPR UHBR interop
  • 3922a52 drm/amd/display: Handle HPD_IRQ for internal link
  • 458bb83 drm/xe/preempt_fence: enlarge the fence critical section
  • 28bbb50 Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver unloading
  • 1a5a147 btrfs: fix bitmap leak when loading free space cache on duplicate entry
  • 4879d72 btrfs: fix data race when accessing the last_trans field of a root
  • 9e556d5 btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()
  • 98251cd btrfs: do not BUG_ON() when freeing tree block after error
  • d3b4032 btrfs: do not clear page dirty inside extent_write_locked_range()
  • ff012dd mlxsw: pci: Lock configuration space of upstream bridge during reset
  • e727959 net: stmmac: qcom-ethqos: enable SGMII loopback during DMA reset on sa8775p-ride-r3
  • 2406fa2 can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd
  • 7bb632e can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum
  • 9ae2ed6 wifi: nl80211: don't give key data to userspace
  • 13663a7 bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory accesses
  • 05fb2bf udf: prevent integer overflow in udf_bitmap_free_blocks()
  • a5594c1 wifi: mac80211: fix NULL dereference at band check in starting tx ba session
  • 9119105 PCI: Add Edimax Vendor ID to pci_ids.h
  • 67e8a89 af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect().
  • 33e320e wifi: rtw89: pci: fix RX tag race condition resulting in wrong RX length
  • a7f41c0 selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
  • 50d8009 net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink
  • fc70ac3 wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup()
  • ede0858 wifi: rtlwifi: handle return value of usb init TX/RX
  • bad85b5 wifi: ath12k: fix race due to setting ATH12K_FLAG_EXT_IRQ_ENABLED too early
  • ac3bf6e wifi: nl80211: disallow setting special AP channel widths
  • 9337c3e thermal: intel: hfi: Give HFI instances package scope
  • fe704c7 ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MJ
  • f4d3885 ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MU
  • 49f2a5d xen: privcmd: Switch from mutex to spinlock for irqfds
  • 4ededa0 soc: qcom: icc-bwmon: Allow for interrupts to be shared across instances
  • 809d5e8 cpufreq: amd-pstate: auto-load pstate driver by default
  • 5da2633 cpufreq: amd-pstate: Allow users to write 'default' EPP string
  • 25d53aa ACPI: SBS: manage alarm sysfs attribute through psy core
  • 7953227 ACPI: battery: create alarm sysfs attribute atomically
  • 417a820 clocksource/drivers/sh_cmt: Address race condition for clock events
  • aa162aa rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocation
  • c31a8f1 block: change rq_integrity_vec to respect the iterator
  • d59c4d0 nvme: apple: fix device reference counting
  • 04fb17e debugobjects: Annotate racy debug variables
  • 4811d6e md/raid5: avoid BUG_ON() while continue reshape after reassembling
  • e0fa132 md: change the return value type of md_write_start to void
  • e6a8143 md: do not delete safemode_timer in mddev_suspend
  • 1e67ea9 rcutorture: Fix rcu_torture_fwd_cb_cr() data race
  • 5da3af0 platform/chrome: cros_ec_lpc: Add a new quirk for ACPI id
  • 866c820 Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"
  • 72d74d0 hwmon: corsair-psu: add USB id of HX1200i Series 2023 psu
  • d776c04 gpio: prevent potential speculation leaks in gpio_device_get_desc()
  • 9a3f149 regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()
  • 9bd6911 net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897.
  • d9dbfca net: pse-pd: tps23881: include missing bitfield.h header
  • 3c3a575 net: fec: Stop PPS on driver remove
  • 16d6cd2 net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilities
  • 977de64 l2tp: fix lockdep splat
  • 3cde714 idpf: fix UAFs when destroying the queues
  • 6b289f8 idpf: fix memory leaks and crashes while performing a soft reset
  • abd573e bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()
  • f3d5efe net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register()
  • a5cf11c net/smc: add the max value of fallback reason count
  • 09e309f Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor
  • 699ca84 Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()
  • dea5dae ice: Fix reset handler
  • f3535cf net: dsa: microchip: Fix Wake-on-LAN check to not return an error
  • 9b60320 net: linkwatch: use system_unbound_wq
  • b2f794b net: bridge: mcast: wait for previous gc cycles when removing port
  • c6c5b91 net: usb: qmi_wwan: fix memory leak for not ip packets
  • 87629b6 virtio-net: unbreak vq resizing when coalescing is not negotiated
  • f39bdb5 gve: Fix use of netif_carrier_ok()
  • 709f884 net: pse-pd: tps23881: Fix the device ID check
  • e809a84 sctp: Fix null-ptr-deref in reuseport_add_sock().
  • 3c5d087 power: supply: rt5033: Bring back i2c_set_clientdata
  • 3e82abb smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
  • 9acf644 x86/mm: Fix pti_clone_entry_text() for i386
  • df3eecb x86/mm: Fix pti_clone_pgtable() alignment assumption
  • 6eefe92 selftests: ksft: Fix finished() helper exit code on skipped tests
  • 0c7c3dc perf/x86: Fix smp_processor_id()-in-preemptible warnings
  • a9d6d46 perf/x86: Support counter mask
  • ed6a934 perf/x86/intel: Support the PEBS event mask
  • 7904a62 perf/x86/amd: Use try_cmpxchg() in events/amd/{un,}core.c
  • 0811881 jump_label: Fix the fix, brown paper bags galore
  • 862bdc8 platform/x86/intel/ifs: Initialize union ifs_status to zero
  • 1266324 irqchip/mbigen: Fix mbigen node address layout
  • 5c9618a platform/x86: intel-vbtn: Protect ACPI notify handler against recursion
  • 56a2957 perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra Forest
  • 0f4ed1c perf/x86/intel/cstate: Add Lunarlake support
  • 16923df perf/x86/intel/cstate: Add Arrowlake support
  • bf846b5 locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node()
  • 6b2fb17 drm/amd/display: Refactor function dm_dp_mst_is_port_support_mode()

Xanmod

Homepage
Download Linux 6.10.5-xanmod1 source from GitHub