integ/kernel-rt/centos/meta_patches/PM-introduce-per-cpu-power-management.patch
Dean Troyer 3cd12006bb StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:36:35 -07:00

48 lines
2.2 KiB
Diff

From 7e79e79077bb451c8b28479d807b8b1d7e9e38da Mon Sep 17 00:00:00 2001
Message-Id: <7e79e79077bb451c8b28479d807b8b1d7e9e38da.1507842722.git.Jim.Somerville@windriver.com>
In-Reply-To: <9c07167bbe02febf5402665f4a907a0edd21c1fd.1507842722.git.Jim.Somerville@windriver.com>
References: <9c07167bbe02febf5402665f4a907a0edd21c1fd.1507842722.git.Jim.Somerville@windriver.com>
From: Alex Kozyrev <alex.kozyrev@windriver.com>
Date: Thu, 17 Aug 2017 12:37:41 -0400
Subject: [PATCH 24/29] PM: introduce per-cpu power management
Cherry-picking 4 commits from the 4.11 branch of the linux-stable tree.
All of the patches require small amount of work to apply to TiC kernel.
Fixes are temporary until we switch to CentOS kernel that includes them.
Signed-off-by: Alex Kozyrev <alex.kozyrev@windriver.com>
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
---
SPECS/kernel-rt.spec | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec
index 7e3d65e..dc30da0 100644
--- a/SPECS/kernel-rt.spec
+++ b/SPECS/kernel-rt.spec
@@ -422,6 +422,10 @@ Patch1024: cacheinfo-porting-original-4.10.17-version.patch
Patch1025: cacheinfo-fixing-compilation-issues-on-3.10.patch
Patch1026: intel-rdt-porting-original-4.10.17-version.patch
Patch1027: intel-rdt-fixing-compilation-issues-on-3.10.patch
+Patch1028: stop-seeking-deeper-idle-if-current-state-is-deep-enough.patch
+Patch1029: add-per-cpu-pm-qos-resume-latency-consideration.patch
+Patch1030: expose-pm_qos_resume_latency-for-cpus.patch
+Patch1031: avoid-taking-spinlock-for-accessing-qos-values.patch
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -812,6 +816,10 @@ ApplyPatch cacheinfo-porting-original-4.10.17-version.patch
ApplyPatch cacheinfo-fixing-compilation-issues-on-3.10.patch
ApplyPatch intel-rdt-porting-original-4.10.17-version.patch
ApplyPatch intel-rdt-fixing-compilation-issues-on-3.10.patch
+ApplyPatch stop-seeking-deeper-idle-if-current-state-is-deep-enough.patch
+ApplyPatch add-per-cpu-pm-qos-resume-latency-consideration.patch
+ApplyPatch expose-pm_qos_resume_latency-for-cpus.patch
+ApplyPatch avoid-taking-spinlock-for-accessing-qos-values.patch
# move off upstream version mechanism
if [ -e localversion-rt ]; then
--
1.8.3.1