Releases: thor2002ro/unraid_kernel
7.0 rc3 20260313 o3 lto clang 7.1.2-7.2.x x86_64_v3 ONLY
- WILL NOT WORK ON 6.11 or 6.12 UNRAID only on 7.1.2-7.2.x
- includes full firmware from
- https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
- https://github.com/LibreELEC/dvb-firmware - amd vendor-reset module
- enable Wake-On-Lan for Killer network (https://github.com/AndiWeiss/alx-wol/)
- add bluetooth drivers
- add google coral AI driver (gasket and apex) (https://github.com/google/gasket-driver)
- add android binder driver
- added ugreen led driver (https://github.com/miskcoo/ugreen_dx4600_leds_controller)
- WORKING ZFS GIT
- add Nuvoton NCT6687-R kernel module (https://github.com/Fred78290/nct6687d)
- clang21 LTO thin built
- zram support
- AI accelerators support
- add zenpower(https://github.com/thor2002ro/zenpower )( my personal highly experimental rewrite should support all ryzen cpus ||| add "module_blacklist=k10temp" to enable in cmdline )
- add xdna amd npu driver
- added cachyos patches and optimizations
- built for x86_64_v3+ ONLY CPUS
- added nvidia open driver 595.45.04
Full Changelog: https://github.com/thor2002ro/unraid_kernel/commits/20260313
start zram with something like in the go file
# Get total RAM in bytes
total_ram=$(free -b | grep Mem: | awk '{print $2}')
# Calculate 25% of RAM
zram_size=$((total_ram / 4))
modprobe zram
sleep 1
# Create a zram device with 25% of RAM
zramctl --find --size ${zram_size} --algorithm lz4 && \
mkswap -L zram0 /dev/zram0 && \
swapon -p 100 /dev/zram0
7.0 rc3 20260311 o3 lto clang 7.1.2-7.2.x x86_64_v3 ONLY
- WILL NOT WORK ON 6.11 or 6.12 UNRAID only on 7.1.2-7.2.x
- includes full firmware from
- https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
- https://github.com/LibreELEC/dvb-firmware - amd vendor-reset module
- enable Wake-On-Lan for Killer network (https://github.com/AndiWeiss/alx-wol/)
- add bluetooth drivers
- add google coral AI driver (gasket and apex) (https://github.com/google/gasket-driver)
- add android binder driver
- added ugreen led driver (https://github.com/miskcoo/ugreen_dx4600_leds_controller)
- WORKING ZFS GIT
- add Nuvoton NCT6687-R kernel module (https://github.com/Fred78290/nct6687d)
- clang21 LTO thin built
- zram support
- AI accelerators support
- add zenpower(https://github.com/thor2002ro/zenpower )( my personal highly experimental rewrite should support all ryzen cpus ||| add "module_blacklist=k10temp" to enable in cmdline )
- add xdna amd npu driver
- added manjaro and cachyos patches and optimizations
- built for x86_64_v3+ ONLY CPUS
- added nvidia open driver
Full Changelog: https://github.com/thor2002ro/unraid_kernel/commits/20260311
start zram with something like in the go file
# Get total RAM in bytes
total_ram=$(free -b | grep Mem: | awk '{print $2}')
# Calculate 25% of RAM
zram_size=$((total_ram / 4))
modprobe zram
sleep 1
# Create a zram device with 25% of RAM
zramctl --find --size ${zram_size} --algorithm lz4 && \
mkswap -L zram0 /dev/zram0 && \
swapon -p 100 /dev/zram0
7.0 rc1 20260224 o2 clang 7.1.2-7.2.x
- WILL NOT WORK ON 6.11 or 6.12 UNRAID only on 7.1.2-7.2.x
- includes full firmware from
- https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
- https://github.com/LibreELEC/dvb-firmware - amd vendor-reset module
- enable Wake-On-Lan for Killer network (https://github.com/AndiWeiss/alx-wol/)
- add bluetooth drivers
- add google coral AI driver (gasket and apex) (https://github.com/google/gasket-driver)
- add android binder driver
- added ugreen led driver (https://github.com/miskcoo/ugreen_dx4600_leds_controller)
- WORKING ZFS GIT
- add Nuvoton NCT6687-R kernel module (https://github.com/Fred78290/nct6687d)
- clang21 LTO thin built
- zram support
- AI accelerators support
- add zenpower(https://github.com/thor2002ro/zenpower )( my personal highly experimental rewrite should support all ryzen cpus ||| add "module_blacklist=k10temp" to enable in cmdline )
- add xdna amd npu driver
Full Changelog: https://github.com/thor2002ro/unraid_kernel/commits/20260223
start zram with something like in the go file
# Get total RAM in bytes
total_ram=$(free -b | grep Mem: | awk '{print $2}')
# Calculate 25% of RAM
zram_size=$((total_ram / 4))
modprobe zram
sleep 1
# Create a zram device with 25% of RAM
zramctl --find --size ${zram_size} --algorithm lz4 && \
mkswap -L zram0 /dev/zram0 && \
swapon -p 100 /dev/zram0
6.19.0 20260209 o2 clang 7.1.2-7.2.x
- WILL NOT WORK ON 6.11 or 6.12 UNRAID only on 7.1.2-7.2.x
- includes full firmware from
- https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
- https://github.com/LibreELEC/dvb-firmware - amd vendor-reset module
- enable Wake-On-Lan for Killer network (https://github.com/AndiWeiss/alx-wol/)
- add bluetooth drivers
- add google coral AI driver (gasket and apex) (https://github.com/google/gasket-driver)
- add android binder driver
- added ugreen led driver (https://github.com/miskcoo/ugreen_dx4600_leds_controller)
- WORKING ZFS GIT
- add Nuvoton NCT6687-R kernel module (https://github.com/Fred78290/nct6687d)
- clang21 LTO thin built
- zram support
- AI accelerators support
- add zenpower(https://github.com/Artanejp/zenpower-plus)(add "module_blacklist=k10temp" to enable in cmdline)
- add xdna amd npu driver
Full Changelog: https://github.com/thor2002ro/unraid_kernel/commits/20260209
start zram with something like in the go file
# Get total RAM in bytes
total_ram=$(free -b | grep Mem: | awk '{print $2}')
# Calculate 25% of RAM
zram_size=$((total_ram / 4))
modprobe zram
sleep 1
# Create a zram device with 25% of RAM
zramctl --find --size ${zram_size} --algorithm lz4 && \
mkswap -L zram0 /dev/zram0 && \
swapon -p 100 /dev/zram0
6.19rc7 20260129 o2 clang 7.1.2-7.2.x
- WILL NOT WORK ON 6.11 or 6.12 UNRAID only on 7.1.2-7.2.x
- includes full firmware from
- https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
- https://github.com/LibreELEC/dvb-firmware - amd vendor-reset module
- enable Wake-On-Lan for Killer network (https://github.com/AndiWeiss/alx-wol/)
- add bluetooth drivers
- add google coral AI driver (gasket and apex) (https://github.com/google/gasket-driver)
- add android binder driver
- added ugreen led driver (https://github.com/miskcoo/ugreen_dx4600_leds_controller)
- WORKING ZFS GIT
- add Nuvoton NCT6687-R kernel module (https://github.com/Fred78290/nct6687d)
- clang21 LTO thin built
- zram support
- AI accelerators support
- add zenpower(https://github.com/Artanejp/zenpower-plus)(add "module_blacklist=k10temp" to enable in cmdline)
Full Changelog: https://github.com/thor2002ro/unraid_kernel/commits/20260129
start zram with something like in the go file
# Get total RAM in bytes
total_ram=$(free -b | grep Mem: | awk '{print $2}')
# Calculate 25% of RAM
zram_size=$((total_ram / 4))
modprobe zram
sleep 1
# Create a zram device with 25% of RAM
zramctl --find --size ${zram_size} --algorithm lz4 && \
mkswap -L zram0 /dev/zram0 && \
swapon -p 100 /dev/zram0
6.18.7 20260125 o2 clang 7.1.2-7.2.x
- WILL NOT WORK ON 6.11 or 6.12 UNRAID only on 7.1.2-7.2.2
- includes full firmware from
- https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
- https://github.com/LibreELEC/dvb-firmware - amd vendor-reset module
- enable Wake-On-Lan for Killer network (https://github.com/AndiWeiss/alx-wol/)
- add bluetooth drivers
- add google coral AI driver (gasket and apex) (https://github.com/google/gasket-driver)
- add android binder driver
- added ugreen led driver (https://github.com/miskcoo/ugreen_dx4600_leds_controller)
- WORKING ZFS GIT
- add Nuvoton NCT6687-R kernel module (https://github.com/Fred78290/nct6687d)
- clang21 LTO thin built
- zram support
- AI accelerators support
Full Changelog: https://github.com/thor2002ro/unraid_kernel/commits/20260125
start zram with something like in the go file
# Get total RAM in bytes
total_ram=$(free -b | grep Mem: | awk '{print $2}')
# Calculate 25% of RAM
zram_size=$((total_ram / 4))
modprobe zram
sleep 1
# Create a zram device with 25% of RAM
zramctl --find --size ${zram_size} --algorithm lz4 && \
mkswap -L zram0 /dev/zram0 && \
swapon -p 100 /dev/zram0
6.19rc6 20260123 o2 clang 7.1.2-7.2.x
- WILL NOT WORK ON 6.11 or 6.12 UNRAID only on 7.1.2-7.2.2
- includes full firmware from
- https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
- https://github.com/LibreELEC/dvb-firmware - amd vendor-reset module
- enable Wake-On-Lan for Killer network (https://github.com/AndiWeiss/alx-wol/)
- add bluetooth drivers
- add google coral AI driver (gasket and apex) (https://github.com/google/gasket-driver)
- add android binder driver
- added ugreen led driver (https://github.com/miskcoo/ugreen_dx4600_leds_controller)
- WORKING ZFS GIT
- add Nuvoton NCT6687-R kernel module (https://github.com/Fred78290/nct6687d)
- clang21 LTO thin built
- zram support
- AI accelerators support
Full Changelog: https://github.com/thor2002ro/unraid_kernel/commits/20260123
start zram with something like in the go file
# Get total RAM in bytes
total_ram=$(free -b | grep Mem: | awk '{print $2}')
# Calculate 25% of RAM
zram_size=$((total_ram / 4))
modprobe zram
sleep 1
# Create a zram device with 25% of RAM
zramctl --find --size ${zram_size} --algorithm lz4 && \
mkswap -L zram0 /dev/zram0 && \
swapon -p 100 /dev/zram0
6.17.11 20251208 o2 clang 7.1.2-7.2.0
- WILL NOT WORK ON 6.11 or 6.12 UNRAID only on 7.1.2-7.2.2
- includes full firmware from
- https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
- https://github.com/LibreELEC/dvb-firmware - amd vendor-reset module
- enable Wake-On-Lan for Killer network (https://github.com/AndiWeiss/alx-wol/)
- add bluetooth drivers
- add google coral AI driver (gasket and apex) (https://github.com/google/gasket-driver)
- add android binder driver
- added ugreen led driver (https://github.com/miskcoo/ugreen_dx4600_leds_controller)
- WORKING ZFS GIT
- add Nuvoton NCT6687-R kernel module (https://github.com/Fred78290/nct6687d)
Full Changelog: https://github.com/thor2002ro/unraid_kernel/commits/20251208
6.18.0 20251204 o2 clang 7.1.2-7.2.0
- WILL NOT WORK ON 6.11 or 6.12 UNRAID only on 7.1.2-7.2.2
- includes full firmware from
- https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
- https://github.com/LibreELEC/dvb-firmware - amd vendor-reset module
- enable Wake-On-Lan for Killer network (https://github.com/AndiWeiss/alx-wol/)
- add bluetooth drivers
- add google coral AI driver (gasket and apex) (https://github.com/google/gasket-driver)
- add android binder driver
- added ugreen led driver (https://github.com/miskcoo/ugreen_dx4600_leds_controller)
- WORKING ZFS GIT
- add Nuvoton NCT6687-R kernel module (https://github.com/Fred78290/nct6687d)
Full Changelog: https://github.com/thor2002ro/unraid_kernel/commits/20251204
6.18rc4 20251106 o2 clang 7.1.2-7.1.4-7.2.0
- WILL NOT WORK ON 6.11 or 6.12 UNRAID only on 7.1.2-7.1.4
- includes full firmware from
- https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
- https://github.com/LibreELEC/dvb-firmware - amd vendor-reset module
- enable Wake-On-Lan for Killer network (https://github.com/AndiWeiss/alx-wol/)
- add bluetooth drivers
- add google coral AI driver (gasket and apex) (https://github.com/google/gasket-driver)
- add android binder driver
- added ugreen led driver (https://github.com/miskcoo/ugreen_dx4600_leds_controller)
- WORKING ZFS GIT
- add Nuvoton NCT6687-R kernel module (https://github.com/Fred78290/nct6687d)
- fix xz compression issue with modules and fw
- remake the kernel config
- untested 7.2.0 version
Full Changelog: https://github.com/thor2002ro/unraid_kernel/commits/20251002