summaryrefslogtreecommitdiffstats
path: root/patches/boot_time_opt/host_boot_time_opt.scc
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2021-05-11 09:42:24 +0200
committerAdrian Calianu <Adrian.Calianu@enea.com>2021-05-12 21:56:14 +0100
commitc6e89e8a31eeeb82c5711cba8235e7e55d9be6a8 (patch)
tree93a3d96c027a437fc9b168d07ab2ad62248d77d1 /patches/boot_time_opt/host_boot_time_opt.scc
parent7a93e54032bb148a92e16b59736a1b76fedae319 (diff)
downloadenea-kernel-cache-c6e89e8a31eeeb82c5711cba8235e7e55d9be6a8.tar.gz
boot_time_opt: update patches to 5.10 kernel
Patches used in boot time optimization are coming from clearlinux distribution. Update patches correspuding to 5.10 kernel: https://github.com/clearlinux-pkgs/linux/tree/5.10.32-1034 We selected a list of patches from ClearLinux. Those we have considered risky, unknown impact on functionality have been avoided. Change-Id: If01459292a5a383b49944645bd8536d9a62d9de3 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'patches/boot_time_opt/host_boot_time_opt.scc')
-rw-r--r--patches/boot_time_opt/host_boot_time_opt.scc42
1 files changed, 17 insertions, 25 deletions
diff --git a/patches/boot_time_opt/host_boot_time_opt.scc b/patches/boot_time_opt/host_boot_time_opt.scc
index 21bde01..4afc969 100644
--- a/patches/boot_time_opt/host_boot_time_opt.scc
+++ b/patches/boot_time_opt/host_boot_time_opt.scc
@@ -1,28 +1,20 @@
1define KFEATURE_DESCRIPTION "Boot time optimization changes ported from ClearLinux, https://github.com/clearlinux-pkgs/linux-lts and https://github.com/clearlinux-pkgs/linux-kvm" 1define KFEATURE_DESCRIPTION "Boot time optimization changes ported from ClearLinux, https://github.com/clearlinux-pkgs/linux/tree/5.10.32-1034"
2define KFEATURE_COMPATIBILITY all 2define KFEATURE_COMPATIBILITY all
3 3
4patch 0101-i8042-decrease-debug-message-level-to-info.patch 4patch 0101-i8042-decrease-debug-message-level-to-info.patch
5patch 0103-Increase-the-ext4-default-commit-age.patch 5patch 0102-increase-the-ext4-default-commit-age.patch
6patch 0104-silence-rapl.patch 6patch 0103-silence-rapl.patch
7patch 0105-pci-pme-wakeups.patch 7patch 0104-pci-pme-wakeups.patch
8patch 0106-ksm-wakeups.patch 8patch 0105-ksm-wakeups.patch
9patch 0107-intel_idle-tweak-cpuidle-cstates.patch 9patch 0106-intel_idle-tweak-cpuidle-cstates.patch
10patch 0109-init_task-faster-timerslack.patch 10patch 0107-bootstats-add-printk-s-to-measure-boot-time-in-more-.patch
11patch 0110-fs-ext4-fsync-optimize-double-fsync-a-bunch.patch 11patch 0108-smpboot-reuse-timer-calibration.patch
12patch 0111-overload-on-wakeup.patch 12patch 0109-initialize-ata-before-graphics.patch
13patch 0112-bootstats-add-printk-s-to-measure-boot-time-in-more-.patch 13patch 0110-give-rdrand-some-credit.patch
14patch 0113-fix-initcall-timestamps.patch 14patch 0111-ipv4-tcp-allow-the-memory-tuning-for-tcp-to-go-a-lit.patch
15patch 0114-smpboot-reuse-timer-calibration.patch 15patch 0112-kernel-time-reduce-ntp-wakeups.patch
16patch 0116-Initialize-ata-before-graphics.patch 16patch 0113-init-wait-for-partition-and-retry-scan.patch
17patch 0117-reduce-e1000e-boot-time-by-tightening-sleep-ranges.patch 17patch 0117-migrate-some-systemd-defaults-to-the-kernel-defaults.patch
18patch 0118-give-rdrand-some-credit.patch 18patch 0121-do-accept-in-LIFO-order-for-cache-efficiency.patch
19patch 0119-e1000e-change-default-policy.patch 19patch 0122-locking-rwsem-spin-faster.patch
20patch 0120-ipv4-tcp-allow-the-memory-tuning-for-tcp-to-go-a-lit.patch 20patch 0124-print-CPU-that-faults.patch
21patch 0121-igb-no-runtime-pm-to-fix-reboot-oops.patch
22patch 0122-tweak-perfbias.patch
23patch 0123-e1000e-increase-pause-and-refresh-time.patch
24
25patch 0151-mm-Export-do_madvise.patch
26patch 0152-x86-kvm-Notify-host-to-release-pages.patch
27patch 0153-x86-Return-memory-from-guest-to-host-kernel.patch
28patch 0154-sysctl-vm-Fine-grained-cache-shrinking.patch