Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1431895 > unrolled thread

[PATCH v2 0/3] cpufreq: intel_pstate: trivial improvements

Started byJisheng Zhang <jszhang@marvell.com>
First post2016-06-27 12:20 +0200
Last post2016-07-04 15:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/3] cpufreq: intel_pstate: trivial improvements Jisheng Zhang <jszhang@marvell.com> - 2016-06-27 12:20 +0200
    Re: [PATCH v2 0/3] cpufreq: intel_pstate: trivial improvements "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-07-04 15:00 +0200

#1431895 — [PATCH v2 0/3] cpufreq: intel_pstate: trivial improvements

FromJisheng Zhang <jszhang@marvell.com>
Date2016-06-27 12:20 +0200
Subject[PATCH v2 0/3] cpufreq: intel_pstate: trivial improvements
Message-ID<rOBO1-7lH-7@gated-at.bofh.it>
The first patch fixes incorrect placement of __initdata

The second patch is to add __init/__initdata marker to some functions
or varaiables so that we can discard them.

The third patch declares pid_params/pstate_funcs/hwp_active as
__read_mostly, under the fact that they are mostly read and not
written to.


Since v1:
 - add Viresh's ack
 - fix the third patch commit msg: remove duplicated words

Jisheng Zhang (3):
  intel_pstate: Fix incorrect placement of __initdata
  intel_pstate: add __init/__initdata marker to some functions/variables
  intel_pstate: Declare pid_params/pstate_funcs/hwp_active __read_mostly

 drivers/cpufreq/intel_pstate.c | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

-- 
2.8.1

[toc] | [next] | [standalone]


#1436476

From"Rafael J. Wysocki" <rjw@rjwysocki.net>
Date2016-07-04 15:00 +0200
Message-ID<rRbDI-5I7-27@gated-at.bofh.it>
In reply to#1431895
On Monday, June 27, 2016 06:07:15 PM Jisheng Zhang wrote:
> The first patch fixes incorrect placement of __initdata
> 
> The second patch is to add __init/__initdata marker to some functions
> or varaiables so that we can discard them.
> 
> The third patch declares pid_params/pstate_funcs/hwp_active as
> __read_mostly, under the fact that they are mostly read and not
> written to.
> 
> 
> Since v1:
>  - add Viresh's ack
>  - fix the third patch commit msg: remove duplicated words
> 
> Jisheng Zhang (3):
>   intel_pstate: Fix incorrect placement of __initdata
>   intel_pstate: add __init/__initdata marker to some functions/variables
>   intel_pstate: Declare pid_params/pstate_funcs/hwp_active __read_mostly
> 
>  drivers/cpufreq/intel_pstate.c | 30 +++++++++++++++---------------
>  1 file changed, 15 insertions(+), 15 deletions(-)

All [1-3/3] applied (with tags), thanks!

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web