public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] MIPS/Perf-events: Sync with mainline upper layer
@ 2010-11-18  6:56 Deng-Cheng Zhu
  2010-11-18  6:56 ` [PATCH 1/5] MIPS/Perf-events: Work with irq_work Deng-Cheng Zhu
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Deng-Cheng Zhu @ 2010-11-18  6:56 UTC (permalink / raw)
  To: ralf, a.p.zijlstra, fweisbec, will.deacon
  Cc: linux-mips, linux-kernel, wuzhangjin, paulus, mingo, acme,
	dengcheng.zhu

Current MIPS Perf-events uses older interfaces to the generic layer. So it
will not work. This patch set fixes this issue by adding MIPS counterparts
for a list of previous commits that went to mainline earlier.

Deng-Cheng Zhu (5):
  MIPS/Perf-events: Work with irq_work
  MIPS/Perf-events: Work with the new PMU interface
  MIPS/Perf-events: Check event state in validate_event()
  MIPS/Perf-events: Work with the new callchain interface
  MIPS/Perf-events: Use unsigned delta for right shift in event update

 arch/mips/Kconfig                    |    1 +
 arch/mips/include/asm/perf_event.h   |   12 +-
 arch/mips/kernel/perf_event.c        |  342 ++++++++++++++++------------------
 arch/mips/kernel/perf_event_mipsxx.c |    4 +-
 4 files changed, 169 insertions(+), 190 deletions(-)


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

end of thread, other threads:[~2010-11-25  7:23 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18  6:56 [PATCH 0/5] MIPS/Perf-events: Sync with mainline upper layer Deng-Cheng Zhu
2010-11-18  6:56 ` [PATCH 1/5] MIPS/Perf-events: Work with irq_work Deng-Cheng Zhu
2010-11-25  6:58   ` Peter Zijlstra
2010-11-18  6:56 ` [PATCH 2/5] MIPS/Perf-events: Work with the new PMU interface Deng-Cheng Zhu
2010-11-25  7:01   ` Peter Zijlstra
2010-11-18  6:56 ` [PATCH 3/5] MIPS/Perf-events: Check event state in validate_event() Deng-Cheng Zhu
2010-11-19  9:43   ` Will Deacon
2010-11-19 11:27     ` Peter Zijlstra
2010-11-19 12:03       ` Will Deacon
2010-11-19 12:09         ` Peter Zijlstra
2010-11-19 11:30     ` Deng-Cheng Zhu
2010-11-19 12:05       ` Will Deacon
2010-11-18  6:56 ` [PATCH 4/5] MIPS/Perf-events: Work with the new callchain interface Deng-Cheng Zhu
2010-11-19 14:34   ` Frederic Weisbecker
2010-11-23  7:06     ` Deng-Cheng Zhu
2010-11-18  6:56 ` [PATCH 5/5] MIPS/Perf-events: Use unsigned delta for right shift in event update Deng-Cheng Zhu
2010-11-18  9:27   ` Will Deacon
2010-11-19  7:16     ` Deng-Cheng Zhu

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