From 6828150e4b7c1e349d3faacdce4bfa0743c75fd8 Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Wed, 24 May 2017 13:18:38 +0200 Subject: boot time: applicable only for host and fix typos watch->patch Signed-off-by: Adrian Calianu --- patches/boot_time_opt/boot_time_opt.scc | 29 ---------------------------- patches/boot_time_opt/host_boot_time_opt.scc | 29 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 patches/boot_time_opt/boot_time_opt.scc create mode 100644 patches/boot_time_opt/host_boot_time_opt.scc diff --git a/patches/boot_time_opt/boot_time_opt.scc b/patches/boot_time_opt/boot_time_opt.scc deleted file mode 100644 index 1ffb857..0000000 --- a/patches/boot_time_opt/boot_time_opt.scc +++ /dev/null @@ -1,29 +0,0 @@ -define KFEATURE_DESCRIPTION "Boot time optimization changes ported from ClearLinux, https://github.com/clearlinux-pkgs/linux-lts and https://github.com/clearlinux-pkgs/linux-kvm" -define KFEATURE_COMPATIBILITY all - -patch 0101-kvm-silence-kvm-unhandled-rdmsr.patch -patch 0102-i8042-decrease-debug-message-level-to-info.patch -watch 0104-Increase-the-ext4-default-commit-age.patch -patch 0105-silence-rapl.patch -patch 0106-pci-pme-wakeups.patch -patch 0107-ksm-wakeups.patch -patch 0108-intel_idle-tweak-cpuidle-cstates.patch -patch 0110-init_task-faster-timerslack.patch -patch 0112-fs-ext4-fsync-optimize-double-fsync-a-bunch.patch -patch 0113-overload-on-wakeup.patch -patch 0114-bootstats-add-printk-s-to-measure-boot-time-in-more-.patch -patch 0115-fix-initcall-timestamps.patch -patch 0116-smpboot-reuse-timer-calibration.patch -patch 0118-Initialize-ata-before-graphics.patch -patch 0119-reduce-e1000e-boot-time-by-tightening-sleep-ranges.patch -patch 0120-give-rdrand-some-credit.patch -patch 0121-e1000e-change-default-policy.patch -watch 0122-ipv4-tcp-allow-the-memory-tuning-for-tcp-to-go-a-lit.patch -patch 0123-igb-no-runtime-pm-to-fix-reboot-oops.patch -patch 0124-tweak-perfbias.patch -patch 0125-e1000e-increase-pause-and-refresh-time.patch - -patch 0151-mm-Export-do_madvise.patch -patch 0152-x86-kvm-Notify-host-to-release-pages.patch -patch 0153-x86-Return-memory-from-guest-to-host-kernel.patch -patch 0154-sysctl-vm-Fine-grained-cache-shrinking.patch diff --git a/patches/boot_time_opt/host_boot_time_opt.scc b/patches/boot_time_opt/host_boot_time_opt.scc new file mode 100644 index 0000000..ec93999 --- /dev/null +++ b/patches/boot_time_opt/host_boot_time_opt.scc @@ -0,0 +1,29 @@ +define KFEATURE_DESCRIPTION "Boot time optimization changes ported from ClearLinux, https://github.com/clearlinux-pkgs/linux-lts and https://github.com/clearlinux-pkgs/linux-kvm" +define KFEATURE_COMPATIBILITY all + +patch 0101-kvm-silence-kvm-unhandled-rdmsr.patch +patch 0102-i8042-decrease-debug-message-level-to-info.patch +patch 0104-Increase-the-ext4-default-commit-age.patch +patch 0105-silence-rapl.patch +patch 0106-pci-pme-wakeups.patch +patch 0107-ksm-wakeups.patch +patch 0108-intel_idle-tweak-cpuidle-cstates.patch +patch 0110-init_task-faster-timerslack.patch +patch 0112-fs-ext4-fsync-optimize-double-fsync-a-bunch.patch +patch 0113-overload-on-wakeup.patch +patch 0114-bootstats-add-printk-s-to-measure-boot-time-in-more-.patch +patch 0115-fix-initcall-timestamps.patch +patch 0116-smpboot-reuse-timer-calibration.patch +patch 0118-Initialize-ata-before-graphics.patch +patch 0119-reduce-e1000e-boot-time-by-tightening-sleep-ranges.patch +patch 0120-give-rdrand-some-credit.patch +patch 0121-e1000e-change-default-policy.patch +patch 0122-ipv4-tcp-allow-the-memory-tuning-for-tcp-to-go-a-lit.patch +patch 0123-igb-no-runtime-pm-to-fix-reboot-oops.patch +patch 0124-tweak-perfbias.patch +patch 0125-e1000e-increase-pause-and-refresh-time.patch + +patch 0151-mm-Export-do_madvise.patch +patch 0152-x86-kvm-Notify-host-to-release-pages.patch +patch 0153-x86-Return-memory-from-guest-to-host-kernel.patch +patch 0154-sysctl-vm-Fine-grained-cache-shrinking.patch -- cgit v1.2.3-54-g00ecf