All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add missing Intel models to VPMU.
@ 2013-03-01 14:31 Konrad Rzeszutek Wilk
  2013-03-01 14:31 ` [PATCH 1/2] x86/Intel: Provide comments for which model is what Konrad Rzeszutek Wilk
  2013-03-01 14:31 ` [PATCH 2/2] x86/Intel: Add missing Merom, Westmere, and Nehelem models Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 16+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-03-01 14:31 UTC (permalink / raw)
  To: xen-devel, boris.ostrovsky, jun.nakajima, jbeulich

Looking at vmx_vpmu_initialise, I see:

741         case 15:
742         case 23:
743         case 26:
744         case 29:
745         case 42:
746         case 45:
747         case 46:
748         case 47:
749         case 58:
750         case 62:


Which means that we are missing '22' Merom-L"/"Conroe-L (thought
we support the earlier Merom).

Also missing from the Westmere family:

case 37: /* 32 nm nehalem, "Clarkdale" */
case 44: /* 32 nm nehalem, "Gulftown" */

and from the Nehelem the
case 30: /* 45 nm nehalem, "Lynnfield" */

is missing?

Any reason? The Atom one's are also missing ..

Would Intel be OK with these two patches (attached as thread):

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH] comments in the vpmu_core2 code and additional cpuids (v2).
@ 2013-03-04 18:04 Konrad Rzeszutek Wilk
  2013-03-04 18:04 ` [PATCH 2/2] x86/Intel: Add missing Merom, Westmere, and Nehelem models Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 16+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-03-04 18:04 UTC (permalink / raw)
  To: xen-devel, JBeulich, jun.nakajima, dietmar.hahn; +Cc: boris.ostrovsky

Per feedback, I am reposting the patches the comments addressed.

Jun, I am more than happy to alter it to hex, it is just that in the Linux
code (perf) they are all in decimal numbers. I thought it would be easier
to keep it the same here as in Linux.

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

end of thread, other threads:[~2013-03-05 14:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-01 14:31 [PATCH] Add missing Intel models to VPMU Konrad Rzeszutek Wilk
2013-03-01 14:31 ` [PATCH 1/2] x86/Intel: Provide comments for which model is what Konrad Rzeszutek Wilk
2013-03-01 14:45   ` Tim Deegan
2013-03-01 15:30     ` Konrad Rzeszutek Wilk
2013-03-01 15:50       ` Jan Beulich
2013-03-01 15:55       ` Tim Deegan
2013-03-01 14:31 ` [PATCH 2/2] x86/Intel: Add missing Merom, Westmere, and Nehelem models Konrad Rzeszutek Wilk
2013-03-01 15:49   ` Simon Rowe
2013-03-01 15:53   ` Jan Beulich
2013-03-01 16:40     ` Konrad Rzeszutek Wilk
2013-03-01 18:37     ` Nakajima, Jun
2013-03-04  8:15     ` Dietmar Hahn
2013-03-04 18:01       ` Konrad Rzeszutek Wilk
2013-03-05 13:49         ` Dietmar Hahn
2013-03-05 14:00           ` Konrad Rzeszutek Wilk
  -- strict thread matches above, loose matches on Subject: below --
2013-03-04 18:04 [PATCH] comments in the vpmu_core2 code and additional cpuids (v2) Konrad Rzeszutek Wilk
2013-03-04 18:04 ` [PATCH 2/2] x86/Intel: Add missing Merom, Westmere, and Nehelem models Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.