SuccessChanges

Summary

  1. x86: abstract out the function to use Intel's Extended Topology (details)
  2. x86: enable v2 Extended Topology Enumeration support (details)
  3. x86: add support for Die levels in v2 Extended Topology Enumeration (details)
Commit 61b9a32babf22a26da0c79f51646dc1f0eab1854 by brice.goglin
x86: abstract out the function to use Intel's Extended Topology
Enumeration
What we enable when the x2apic cpu feature is supported.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit 4236f666ae6f481bc4c1a3370a682062ec9958ad)
The file was modifiedsrc/topology-x86.c (diff)
Commit 41b173d343c2c644018a7ec0467fc5e2ea3ab816 by brice.goglin
x86: enable v2 Extended Topology Enumeration support
The code is identical to the former non-v2 but the CPUID leaf is
different and more levels are coming.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit 479f02b1146a2012095af7455ee75d7be11a43b5)
The file was modifiedsrc/topology-x86.c (diff)
Commit e9514f89e65e3f270964183b6dc0b357ebd7945d by brice.goglin
x86: add support for Die levels in v2 Extended Topology Enumeration
We make them Groups for now.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(partially cherry picked from commit
1da40c576a14e5028309a20b75857ac61ea78618)
The file was modifiedNEWS (diff)
The file was modifiedsrc/topology-x86.c (diff)