From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753477AbdC0Wom (ORCPT ); Mon, 27 Mar 2017 18:44:42 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:48783 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752780AbdC0Wnz (ORCPT ); Mon, 27 Mar 2017 18:43:55 -0400 From: "Rafael J. Wysocki" To: Linux PM Cc: LKML , Srinivas Pandruvada , Doug Smythies Subject: [PATCH 00/16] cpufreq: intel_pstate: Cleanups and optimizations Date: Tue, 28 Mar 2017 00:01:55 +0200 Message-ID: <6409323.DYHvh3CYlO@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 cleans up the code in intel_pstate somewhat and makes some changes targeted at reducing overhead. Patches [1-9/16] are cleanups mostly getting rid of unnecessary stuff. Patches [10-11/16] make changes to reduce the overhead of utilization update callbacks used in the active mode. Patches [12-16/16] make more cleanups on top of that. Refer to the changelogs for details. The series is based on the linux-next branch of the linux-pm.git tree. Thanks, Rafael