mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v4 0/2] amd: uncore: Fix for AMD Uncore driver
@ 2017-06-14 16:26 Janakarajan Natarajan
  2017-06-14 16:26 ` [PATCH v4 1/2] amd: uncore: Rename cpufeatures macro for cache counters Janakarajan Natarajan
  2017-06-14 16:26 ` [PATCH v4 2/2] amd: uncore: Get correct number of cores sharing last level cache Janakarajan Natarajan
  0 siblings, 2 replies; 6+ messages in thread
From: Janakarajan Natarajan @ 2017-06-14 16:26 UTC (permalink / raw)
  To: linux-kernel
  Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Alexander Shishkin, Borislav Petkov, Suravee Suthikulpanit,
	Janakarajan Natarajan

The following series provides fixes for the AMD Uncore driver.

* Renamed cache counters cpufeatures macro to better reflect different
  last level cache for different families.
* Get correct information about number of cores sharing last level of
  cache.

v3->v4
* Code cleanup with checkpatch.pl and added Reviewed-by tag in patch
  description.

v2->v3
* Updated patch description and cleaned up code based on feedback from
  Borislav Petkov.

v1->v2
* Replaced while(1) with finite for loop based on feedback from Peter
  Zijlstra and Borislav Petkov.

Janakarajan Natarajan (2):
  amd: uncore: Rename cpufeatures macro for cache counters
  amd: uncore: Get correct number of cores sharing last level cache

 arch/x86/events/amd/uncore.c       | 21 +++++++++++++++++----
 arch/x86/include/asm/cpufeatures.h |  2 +-
 2 files changed, 18 insertions(+), 5 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-08-10 12:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-14 16:26 [PATCH v4 0/2] amd: uncore: Fix for AMD Uncore driver Janakarajan Natarajan
2017-06-14 16:26 ` [PATCH v4 1/2] amd: uncore: Rename cpufeatures macro for cache counters Janakarajan Natarajan
2017-08-10 12:02   ` [tip:perf/core] perf/x86/amd/uncore: " tip-bot for Janakarajan Natarajan
2017-06-14 16:26 ` [PATCH v4 2/2] amd: uncore: Get correct number of cores sharing last level cache Janakarajan Natarajan
2017-06-15  8:40   ` Borislav Petkov
2017-08-10 12:02   ` [tip:perf/core] perf/x86/amd/uncore: " tip-bot for Janakarajan Natarajan

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

Powered by JetHome