First  |  Prev |  Next  |  Last
Pages: 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677
[RFC][PATCH 06/13] perf: deconstify struct pmu
sed -ie 's/const struct pmu\>/struct pmu/g' `git grep -l "const struct pmu\>"` Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- arch/arm/kernel/perf_event.c | 2 +- arch/powerpc/kernel/perf_event.c | 8 ++++---- arch/powerpc/kernel/perf_event_fsl_emb.c | 2 +- arch/sh/ker... 9 Jul 2010 05:04
[RFC][PATCH 10/13] perf: Per PMU disable
Changes perf_disable() into perf_pmu_disable(). Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- arch/arm/kernel/perf_event.c | 24 ++++++++++----------- arch/powerpc/kernel/perf_event.c | 26 ++++++++++++----------- arch/powerpc/kernel/perf_event_fsl_emb.c | 18 +++++++++----... 9 Jul 2010 05:04
[PATCH 01/13] perf, x86: Fix Nehalem PMU quirk
The idea was to run all three counters, which means we need to program 7 into the enable mask, not 3 (which is two bits). Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- Index: linux-2.6/arch/x86/kernel/cpu/perf_event_intel.c =================================================================== --- lin... 9 Jul 2010 05:04
[RFC][PATCH 12/13] perf: Shrink hw_perf_event
Use hw_perf_event::period_left instead of hw_perf_event::remaning and win back 8 bytes. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- include/linux/perf_event.h | 1 - kernel/perf_event.c | 13 ++++++------- 2 files changed, 6 insertions(+), 8 deletions(-) Index: linux-2.6/include/l... 9 Jul 2010 05:04
[RFC][PATCH 11/13] perf: Default PMU ops
Provide default implementations for the pmu txn methods, this allows us to remove some conditional code. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- include/linux/perf_event.h | 10 +++---- kernel/perf_event.c | 64 ++++++++++++++++++++++++++++++++++++--------- 2 files changed, 57 ins... 9 Jul 2010 05:04
[PATCH 05/13] perf, powerpc: Convert the FSL driver to use local64_t
For some reason the FSL driver got left out when we converted perf to use local64_t instead of atomic64_t. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- arch/powerpc/kernel/perf_event_fsl_emb.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) Index: linux-2.... 9 Jul 2010 05:04
[PATCH 04/13] perf, powerpc: Use perf_sample_data_init() for the FSL code
We should use perf_sample_data_init() to initialize struct perf_sample_data. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- arch/powerpc/kernel/perf_event_fsl_emb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Index: linux-2.6/arch/powerpc/kernel/perf_event_fsl_emb.c ===========... 9 Jul 2010 05:04
[PATCH 03/13] perf: Fix CPU hotplug
Since we have UP_PREPARE, we should also have UP_CANCELED. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- kernel/perf_event.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Index: linux-2.6/kernel/perf_event.c =================================================================== --... 9 Jul 2010 05:04
[RFC][PATCH 00/13] perf pmu interface changes -v3
The first 5 patches are fixes to the existing code and should probably end up in .35, Dave has his sparc64 fix already queued I think, Paulus could you take the FSL fixes? The rest of these patches prepare the perf code for multiple pmus (no user interface yet, Lin Ming is working on that). These patches remove ... 9 Jul 2010 05:04
vmscan: protect to read reclaim_stat by lru_lock
On Fri, Jul 9, 2010 at 3:52 PM, KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> wrote: Rik van Riel pointed out reading reclaim_stat should be protected lru_lock, otherwise vmscan might sweep 2x much pages. This fault was introduced by followint commit. �commit 4f98a2fee8acdb4ac84545df98cccecfd130f8... 9 Jul 2010 05:04
First  |  Prev |  Next  |  Last
Pages: 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677