Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1391550 > unrolled thread
| Started by | Andi Kleen <andi@firstfloor.org> |
|---|---|
| First post | 2016-04-30 03:00 +0200 |
| Last post | 2016-05-05 11:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] x86, perf: Add model numbers for Kabylake CPUs Andi Kleen <andi@firstfloor.org> - 2016-04-30 03:00 +0200
[tip:perf/core] perf/x86: Add model numbers for Kabylake CPUs tip-bot for Andi Kleen <tipbot@zytor.com> - 2016-05-05 11:50 +0200
| From | Andi Kleen <andi@firstfloor.org> |
|---|---|
| Date | 2016-04-30 03:00 +0200 |
| Subject | [PATCH] x86, perf: Add model numbers for Kabylake CPUs |
| Message-ID | <rtrqh-7dU-7@gated-at.bofh.it> |
From: Andi Kleen <ak@linux.intel.com>
Everything the same as Skylake, just new model numbers.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
---
arch/x86/events/intel/core.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/x86/events/intel/core.c b/arch/x86/events/intel/core.c
index 79b59437f5ee..90ba3ae3074e 100644
--- a/arch/x86/events/intel/core.c
+++ b/arch/x86/events/intel/core.c
@@ -3794,6 +3794,8 @@ __init int intel_pmu_init(void)
pr_cont("Knights Landing events, ");
break;
+ case 142: /* 14nm Kabylake Mobile */
+ case 158: /* 14nm Kabylake Desktop */
case 78: /* 14nm Skylake Mobile */
case 94: /* 14nm Skylake Desktop */
case 85: /* 14nm Skylake Server */
--
2.5.5
[toc] | [next] | [standalone]
| From | tip-bot for Andi Kleen <tipbot@zytor.com> |
|---|---|
| Date | 2016-05-05 11:50 +0200 |
| Subject | [tip:perf/core] perf/x86: Add model numbers for Kabylake CPUs |
| Message-ID | <rvo4X-5Xt-25@gated-at.bofh.it> |
| In reply to | #1391550 |
Commit-ID: cba1b3798e2c4c094f2079a0d4c1ba4ec2c5a9ac
Gitweb: http://git.kernel.org/tip/cba1b3798e2c4c094f2079a0d4c1ba4ec2c5a9ac
Author: Andi Kleen <ak@linux.intel.com>
AuthorDate: Fri, 29 Apr 2016 17:55:48 -0700
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Thu, 5 May 2016 09:29:00 +0200
perf/x86: Add model numbers for Kabylake CPUs
Everything the same as Skylake, just new model numbers.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1461977748-17616-1-git-send-email-andi@firstfloor.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
arch/x86/events/intel/core.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/x86/events/intel/core.c b/arch/x86/events/intel/core.c
index aff7988..a6fd4db 100644
--- a/arch/x86/events/intel/core.c
+++ b/arch/x86/events/intel/core.c
@@ -3637,6 +3637,8 @@ __init int intel_pmu_init(void)
pr_cont("Knights Landing events, ");
break;
+ case 142: /* 14nm Kabylake Mobile */
+ case 158: /* 14nm Kabylake Desktop */
case 78: /* 14nm Skylake Mobile */
case 94: /* 14nm Skylake Desktop */
case 85: /* 14nm Skylake Server */
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web