public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support for frequency invariance to AMD EPYC Zen2
@ 2020-11-10 18:30 Giovanni Gherdovich
  2020-11-10 18:30 ` [PATCH v2 1/3] x86, sched: Calculate frequency invariance for AMD systems Giovanni Gherdovich
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Giovanni Gherdovich @ 2020-11-10 18:30 UTC (permalink / raw)
  To: Borislav Petkov, Thomas Gleixner, Ingo Molnar, Peter Zijlstra,
	Len Brown, Rafael J . Wysocki
  Cc: Jon Grimm, Nathan Fontenot, Yazen Ghannam, Thomas Lendacky,
	Mel Gorman, Pu Wen, Viresh Kumar, Juri Lelli, Vincent Guittot,
	Dietmar Eggemann, Doug Smythies, x86, linux-pm, linux-kernel,
	linux-acpi, Giovanni Gherdovich

v1 at https://lore.kernel.org/lkml/20201110083936.31994-1-ggherdovich@suse.cz/

Changes wrt v1:

- made initialization safe under CPU hotplug.
  The function init_freq_invariance_cppc now lets only the first caller
  into init_freq_invariance().

Giovanni Gherdovich (2):
  x86, sched: Use midpoint of max_boost and max_P for frequency
    invariance on AMD EPYC
  x86: Print ratio freq_max/freq_base used in frequency invariance
    calculations

Nathan Fontenot (1):
  x86, sched: Calculate frequency invariance for AMD systems

 arch/x86/include/asm/topology.h |  8 ++++
 arch/x86/kernel/smpboot.c       | 84 +++++++++++++++++++++++++++++++--
 drivers/acpi/cppc_acpi.c        |  3 ++
 3 files changed, 90 insertions(+), 5 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-10 20:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-10 18:30 [PATCH v2 0/3] Add support for frequency invariance to AMD EPYC Zen2 Giovanni Gherdovich
2020-11-10 18:30 ` [PATCH v2 1/3] x86, sched: Calculate frequency invariance for AMD systems Giovanni Gherdovich
2020-11-10 18:30 ` [PATCH v2 2/3] x86, sched: Use midpoint of max_boost and max_P for frequency invariance on AMD EPYC Giovanni Gherdovich
2020-11-10 18:30 ` [PATCH v2 3/3] x86: Print ratio freq_max/freq_base used in frequency invariance calculations Giovanni Gherdovich
2020-11-10 20:10 ` [PATCH v2 0/3] Add support for frequency invariance to AMD EPYC Zen2 Giovanni Gherdovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox