[tip:perf/core] perf: Fix build breakage for architecutes without atomic64_t
Commit-ID: 7be7923633a142402266d642ccebf74f556a649b Gitweb: http://git.kernel.org/tip/7be7923633a142402266d642ccebf74f556a649b Author: Peter Zijlstra <a.p.zijlstra(a)chello.nl> AuthorDate: Wed, 9 Jun 2010 11:57:23 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Wed, 9 Jun 2010 12:03:00 +0200 pe... 9 Jun 2010 06:25
[PATCH 4/5] Removing dead CONFIG_SERIAL_TEXT_DEBUG
CONFIG_SERIAL_TEXT_DEBUG doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> --- arch/powerpc/kernel/head_40x.S | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/arch/powerpc/kern... 9 Jun 2010 06:25
[PATCH 2/5] Removing dead CONFIG_HIGHPTE
CONFIG_HIGHPTE doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> --- arch/powerpc/mm/pgtable_32.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/mm/pgtable_32.c b/arch/powerpc/m... 9 Jun 2010 06:25
[PATCH 0/5] Removing dead code
Hi all! As part of the VAMOS[0] research project at the University of Erlangen we are looking at multiple integrity errors in linux' configuration system. I've been running a check on the arch/powerpc sourcetree for config Items not defined in Kconfig and found5 such chases. Sourcecode ... 9 Jun 2010 06:25
[PATCH 1/5] Removing dead BOOK3E_MMU_TLB_STATS
BOOK3E_MMU_TLB_STATS doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> --- arch/powerpc/include/asm/exception-64e.h | 38 ------------------------------ arch/powerpc/mm/tlb_low_64e.S | 9 ------- 2 files ... 9 Jun 2010 06:25
Ext2/3 Filesystem Analysis
Hi All, I am currently working on Ext2/3 filesystem analysis on SLC NAND Flash device. I have added code at driver level to note the erase and write count to each sectors at NAND flash device. With test application doing read/write of 64MB file with a particular pattern, I have noted below results With Ext2... 9 Jun 2010 08:36
Fix a race in pid generation that causes pids to be reused immediately.
* Salman <sqazi(a)google.com> wrote: A program that repeatedly forks and waits is susceptible to having the same pid repeated, especially when it competes with another instance of the same program. This is really bad for bash implementation. Furthermore, many shell scripts assume that pid numbers will n... 15 Jun 2010 16:31
[PATCH] zorro: Fix reading of proc/bus/zorro/* in small chunks
proc_bus_zorro_read() didn't take into account the current file position, hence it always read from the start of the ConfigDev. Signed-off-by: Geert Uytterhoeven <geert(a)linux-m68k.org> diff --git a/drivers/zorro/proc.c b/drivers/zorro/proc.c index aaf8abb..108096f 100644 --- a/drivers/zorro/proc.c +++ b/drive... 9 Jun 2010 06:25
para virt interface of perf to support kvm guest os statistics collection in guest os
On Wed, 2010-06-09 at 11:33 +0300, Avi Kivity wrote: On 06/09/2010 06:30 AM, Zhang, Yanmin wrote: From: Zhang, Yanmin<yanmin_zhang(a)linux.intel.com> Based on Ingo's idea, I implement a para virt interface for perf to support statistics collection in guest os. That means we could run tool perf in g... 10 Jun 2010 22:21
[PATCH] perf: prevent kill(0, SIGTERM);
From: Ian Munsie <imunsie(a)au1.ibm.com> At exit, perf record will kill the process it was profiling by sending a SIGTERM to child_pid (if it had been initialised), but in certain situations child_pid may be 0 and perf would mistakenly kill more processes than intended. child_pid is set to the return of fork() t... 9 Jun 2010 05:20