linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] oprofile updates for v3.10
@ 2013-04-06 16:23 Robert Richter
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Richter @ 2013-04-06 16:23 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel, oprofile-list

(resent with proper 'from' address)

Ingo,

please pull updates for 3.10 (tip/perf/core):

 git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git for-tip

Just one trivial patch.

Thanks,

-Robert



The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:

  Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git master

for you to fetch changes up to 23995bbee01d75f09f72b1380bd6045a5b02947b:

  oprofile, s390: Add support for IBM zEnterprise EC12 (2013-04-06 15:25:42 +0200)

----------------------------------------------------------------
Andreas Krebbel (1):
      oprofile, s390: Add support for IBM zEnterprise EC12

 arch/s390/oprofile/init.c | 1 +
 1 file changed, 1 insertion(+)




>From 23995bbee01d75f09f72b1380bd6045a5b02947b Mon Sep 17 00:00:00 2001
From: Andreas Krebbel <krebbel@linux.vnet.ibm.com>
Date: Wed, 9 Jan 2013 10:13:55 +0100
Subject: [PATCH] oprofile, s390: Add support for IBM zEnterprise EC12

This patch adds support for the latest release of the
IBM mainframe series - the IBM zEnterprise EC12 (zEC12).

The CPU measurement facility didn't change.  So only the new CPU type
has to be tolerated.

Signed-off-by: Andreas Krebbel <krebbel@linux.vnet.ibm.com>
Signed-off-by: Robert Richter <rric@kernel.org>
---
 arch/s390/oprofile/init.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/s390/oprofile/init.c b/arch/s390/oprofile/init.c
index 584b936..ffeb17c 100644
--- a/arch/s390/oprofile/init.c
+++ b/arch/s390/oprofile/init.c
@@ -440,6 +440,7 @@ static int oprofile_hwsampler_init(struct oprofile_operations *ops)
 		switch (id.machine) {
 		case 0x2097: case 0x2098: ops->cpu_type = "s390/z10"; break;
 		case 0x2817: case 0x2818: ops->cpu_type = "s390/z196"; break;
+		case 0x2827:              ops->cpu_type = "s390/zEC12"; break;
 		default: return -ENODEV;
 		}
 	}
-- 
1.8.1.1


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

* Re: [GIT PULL] oprofile updates for v3.10
  2013-04-06 13:39 Robert Richter
@ 2013-04-08  9:44 ` Ingo Molnar
  0 siblings, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2013-04-08  9:44 UTC (permalink / raw)
  To: Robert Richter
  Cc: linux-kernel, oprofile-list, Peter Zijlstra, Arnaldo Carvalho de Melo


* Robert Richter <rric.net@gmail.com> wrote:

> Ingo,
> 
> please pull updates for 3.10 (tip/perf/core):
> 
>  git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git for-tip
> 
> Just one trivial patch.
> 
> Thanks,
> 
> -Robert
> 
> 
> 
> The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:
> 
>   Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git master
> 
> for you to fetch changes up to 23995bbee01d75f09f72b1380bd6045a5b02947b:
> 
>   oprofile, s390: Add support for IBM zEnterprise EC12 (2013-04-06 15:25:42 +0200)
> 
> ----------------------------------------------------------------
> Andreas Krebbel (1):
>       oprofile, s390: Add support for IBM zEnterprise EC12
> 
>  arch/s390/oprofile/init.c | 1 +
>  1 file changed, 1 insertion(+)

Pulled, thanks Robert!

	Ingo

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

* [GIT PULL] oprofile updates for v3.10
@ 2013-04-06 13:39 Robert Richter
  2013-04-08  9:44 ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Richter @ 2013-04-06 13:39 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel, oprofile-list

Ingo,

please pull updates for 3.10 (tip/perf/core):

 git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git for-tip

Just one trivial patch.

Thanks,

-Robert



The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:

  Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git master

for you to fetch changes up to 23995bbee01d75f09f72b1380bd6045a5b02947b:

  oprofile, s390: Add support for IBM zEnterprise EC12 (2013-04-06 15:25:42 +0200)

----------------------------------------------------------------
Andreas Krebbel (1):
      oprofile, s390: Add support for IBM zEnterprise EC12

 arch/s390/oprofile/init.c | 1 +
 1 file changed, 1 insertion(+)




>From 23995bbee01d75f09f72b1380bd6045a5b02947b Mon Sep 17 00:00:00 2001
From: Andreas Krebbel <krebbel@linux.vnet.ibm.com>
Date: Wed, 9 Jan 2013 10:13:55 +0100
Subject: [PATCH] oprofile, s390: Add support for IBM zEnterprise EC12

This patch adds support for the latest release of the
IBM mainframe series - the IBM zEnterprise EC12 (zEC12).

The CPU measurement facility didn't change.  So only the new CPU type
has to be tolerated.

Signed-off-by: Andreas Krebbel <krebbel@linux.vnet.ibm.com>
Signed-off-by: Robert Richter <rric@kernel.org>
---
 arch/s390/oprofile/init.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/s390/oprofile/init.c b/arch/s390/oprofile/init.c
index 584b936..ffeb17c 100644
--- a/arch/s390/oprofile/init.c
+++ b/arch/s390/oprofile/init.c
@@ -440,6 +440,7 @@ static int oprofile_hwsampler_init(struct oprofile_operations *ops)
 		switch (id.machine) {
 		case 0x2097: case 0x2098: ops->cpu_type = "s390/z10"; break;
 		case 0x2817: case 0x2818: ops->cpu_type = "s390/z196"; break;
+		case 0x2827:              ops->cpu_type = "s390/zEC12"; break;
 		default: return -ENODEV;
 		}
 	}
-- 
1.8.1.1


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

end of thread, other threads:[~2013-04-08  9:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-06 16:23 [GIT PULL] oprofile updates for v3.10 Robert Richter
  -- strict thread matches above, loose matches on Subject: below --
2013-04-06 13:39 Robert Richter
2013-04-08  9:44 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).