lowlatency-kernel-1.3/0000775000000000000000000000000014730246771011717 5ustar lowlatency-kernel-1.3/debian/0000775000000000000000000000000015027451102013123 5ustar lowlatency-kernel-1.3/debian/99-lowlatency.cfg0000664000000000000000000000012414730246771016237 0ustar GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT preempt=full rcu_nocbs=all" lowlatency-kernel-1.3/debian/changelog0000664000000000000000000000146015027451102014776 0ustar lowlatency-kernel (1.2~24.04.1) noble; urgency=medium * Backport to noble. (LP: #2114743) -- Timo Aaltonen Fri, 27 Jun 2025 11:11:46 +0300 lowlatency-kernel (1.2) plucky; urgency=medium * Build on amd64 & arm64 to match old linux-lowlatency. -- Timo Aaltonen Mon, 10 Mar 2025 17:28:02 +0200 lowlatency-kernel (1.1) plucky; urgency=medium * Move to GPL3 * Attribute copyright to Canonical Ltd. * Fix command-with-path-in-maintainer-script lintian warning -- Paolo Pisati Thu, 27 Feb 2025 09:34:37 +0100 lowlatency-kernel (1.0) plucky; urgency=medium * Depend on virtual package kernel-supports-lowlatency-bootargs. * Initial release. -- Jacob Martin Thu, 18 Jul 2024 16:23:41 -0500 lowlatency-kernel-1.3/debian/control0000664000000000000000000000100114763601422014526 0ustar Source: lowlatency-kernel Section: misc Priority: optional Maintainer: Ubuntu Kernel Team Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), Standards-Version: 4.6.2 Package: lowlatency-kernel Architecture: amd64 arm64 Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, kernel-supports-lowlatency-bootargs, Description: Low Latency Kernel Settings This package adds the proper boot options to GRUB to turn generic kernels into low-latency kernels. lowlatency-kernel-1.3/debian/copyright0000664000000000000000000000047214760021543015066 0ustar Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: 2025, Canonical Ltd. 2024, Jacob Martin License: GPL-3 License: GPL-3 The full text of the GPL version 3 is distributed in /usr/share/common-licenses/GPL-3 on Debian systems. lowlatency-kernel-1.3/debian/postinst0000775000000000000000000000056614760021635014752 0ustar #!/bin/bash set -e eval_gettext() { if command -v gettext > /dev/null; then echo $(gettext "$1") else echo "$1" fi } # Refresh GRUB settings update-grub # Notify that a reboot is required echo "*** $(eval_gettext "System restart required") ***" > /var/run/reboot-required echo "lowlatency-kernel" >> /var/run/reboot-required.pkgs #DEBHELPER# lowlatency-kernel-1.3/debian/postrm0000775000000000000000000000056614760021635014413 0ustar #!/bin/bash set -e eval_gettext() { if command -v gettext > /dev/null; then echo $(gettext "$1") else echo "$1" fi } # Refresh GRUB settings update-grub # Notify that a reboot is required echo "*** $(eval_gettext "System restart required") ***" > /var/run/reboot-required echo "lowlatency-kernel" >> /var/run/reboot-required.pkgs #DEBHELPER# lowlatency-kernel-1.3/debian/rules0000775000000000000000000000054414730246771014224 0ustar #!/usr/bin/make -f # See debhelper(7) (uncomment to enable). # Output every command that modifies files on the build system. #export DH_VERBOSE = 1 DESTDIR := debian/$(shell dh_listpackages) %: dh $@ override_dh_install: dh_install mkdir -p $(DESTDIR)/etc/default/grub.d/ cp debian/99-lowlatency.cfg $(DESTDIR)/etc/default/grub.d/99-lowlatency.cfg lowlatency-kernel-1.3/debian/source/0000775000000000000000000000000014730246771014441 5ustar lowlatency-kernel-1.3/debian/source/format0000664000000000000000000000000414730246771015646 0ustar 1.0