From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934796AbdCLRdU (ORCPT ); Sun, 12 Mar 2017 13:33:20 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:51733 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934684AbdCLRcp (ORCPT ); Sun, 12 Mar 2017 13:32:45 -0400 From: "Rafael J. Wysocki" To: Linux PM Cc: LKML , Srinivas Pandruvada Subject: [PATCH 00/14] cpufreq: intel_pstate: Fixes, cleanups and optimizations Date: Sun, 12 Mar 2017 18:11:49 +0100 Message-ID: <5656785.7SEhxaGEOz@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.10.0+; KDE/4.14.9; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patch series fixes a couple of bugs in intel_pstate, cleans up the code in it somewhat and makes some changes targeted at overhead reductions. Patch [1/14] is a regression fix, patch [2/14] can be regarded as a fix too, Patches [3-9/14] are cleanups mostly getting rid of unnecessary stuff. Patches [10-11/14] make changes to reduce the overhead of utilization update callbacks used in the active mode. Patches [12-14/14] make more cleanups on top of that. Refer to the changelogs for details. Thanks, Rafael