diff options
author | Adrian Calianu <adrian.calianu@enea.com> | 2021-05-11 09:42:24 +0200 |
---|---|---|
committer | Adrian Calianu <Adrian.Calianu@enea.com> | 2021-05-12 21:56:14 +0100 |
commit | c6e89e8a31eeeb82c5711cba8235e7e55d9be6a8 (patch) | |
tree | 93a3d96c027a437fc9b168d07ab2ad62248d77d1 /patches/boot_time_opt/host_boot_time_opt.scc | |
parent | 7a93e54032bb148a92e16b59736a1b76fedae319 (diff) | |
download | enea-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.scc | 42 |
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 @@ | |||
1 | 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" | 1 | define KFEATURE_DESCRIPTION "Boot time optimization changes ported from ClearLinux, https://github.com/clearlinux-pkgs/linux/tree/5.10.32-1034" |
2 | define KFEATURE_COMPATIBILITY all | 2 | define KFEATURE_COMPATIBILITY all |
3 | 3 | ||
4 | patch 0101-i8042-decrease-debug-message-level-to-info.patch | 4 | patch 0101-i8042-decrease-debug-message-level-to-info.patch |
5 | patch 0103-Increase-the-ext4-default-commit-age.patch | 5 | patch 0102-increase-the-ext4-default-commit-age.patch |
6 | patch 0104-silence-rapl.patch | 6 | patch 0103-silence-rapl.patch |
7 | patch 0105-pci-pme-wakeups.patch | 7 | patch 0104-pci-pme-wakeups.patch |
8 | patch 0106-ksm-wakeups.patch | 8 | patch 0105-ksm-wakeups.patch |
9 | patch 0107-intel_idle-tweak-cpuidle-cstates.patch | 9 | patch 0106-intel_idle-tweak-cpuidle-cstates.patch |
10 | patch 0109-init_task-faster-timerslack.patch | 10 | patch 0107-bootstats-add-printk-s-to-measure-boot-time-in-more-.patch |
11 | patch 0110-fs-ext4-fsync-optimize-double-fsync-a-bunch.patch | 11 | patch 0108-smpboot-reuse-timer-calibration.patch |
12 | patch 0111-overload-on-wakeup.patch | 12 | patch 0109-initialize-ata-before-graphics.patch |
13 | patch 0112-bootstats-add-printk-s-to-measure-boot-time-in-more-.patch | 13 | patch 0110-give-rdrand-some-credit.patch |
14 | patch 0113-fix-initcall-timestamps.patch | 14 | patch 0111-ipv4-tcp-allow-the-memory-tuning-for-tcp-to-go-a-lit.patch |
15 | patch 0114-smpboot-reuse-timer-calibration.patch | 15 | patch 0112-kernel-time-reduce-ntp-wakeups.patch |
16 | patch 0116-Initialize-ata-before-graphics.patch | 16 | patch 0113-init-wait-for-partition-and-retry-scan.patch |
17 | patch 0117-reduce-e1000e-boot-time-by-tightening-sleep-ranges.patch | 17 | patch 0117-migrate-some-systemd-defaults-to-the-kernel-defaults.patch |
18 | patch 0118-give-rdrand-some-credit.patch | 18 | patch 0121-do-accept-in-LIFO-order-for-cache-efficiency.patch |
19 | patch 0119-e1000e-change-default-policy.patch | 19 | patch 0122-locking-rwsem-spin-faster.patch |
20 | patch 0120-ipv4-tcp-allow-the-memory-tuning-for-tcp-to-go-a-lit.patch | 20 | patch 0124-print-CPU-that-faults.patch |
21 | patch 0121-igb-no-runtime-pm-to-fix-reboot-oops.patch | ||
22 | patch 0122-tweak-perfbias.patch | ||
23 | patch 0123-e1000e-increase-pause-and-refresh-time.patch | ||
24 | |||
25 | patch 0151-mm-Export-do_madvise.patch | ||
26 | patch 0152-x86-kvm-Notify-host-to-release-pages.patch | ||
27 | patch 0153-x86-Return-memory-from-guest-to-host-kernel.patch | ||
28 | patch 0154-sysctl-vm-Fine-grained-cache-shrinking.patch | ||