tracing: adding ftrace events for graph tracer
On Mon, 2010-02-22 at 13:56 +0100, Jiri Olsa wrote: hi, this patch adds ftrace events for graph tracer, so the graph output could be shared within other tracers. Sorry but NAK to this, What use to be: 2) + 25.633 us | } 3) ! 252.132 us | } /* do_softir... 9 Mar 2010 11:10
[PATCH v2 2/7] RapidIO: Add switch locking during discovery
From: Alexandre Bounine <alexandre.bounine(a)idt.com> Add switch access locking during RapidIO discovery. Access lock is required when reading switch routing table contents due to indexed mechanism of RT addressing. Signed-off-by: Alexandre Bounine <alexandre.bounine(a)idt.com> Tested-by: Thomas Moll <thomas.mol... 8 Mar 2010 15:16
[PATCH] Security: key: keyring: fix code style issues
From: Chihau Chau <chihau(a)gmail.com> This fixes some code style issues like to include <linux/uaccess.h> instead <asm/uaccess.h> and to remove some innecessary braces. Signed-off-by: Chihau Chau <chihau(a)gmail.com> --- security/keys/keyring.c | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-... 8 Mar 2010 14:09
usb-serial: Fix usb serial console open/close regression
> This is a little unfortunate. It would be better to prevent tty_port_shutdown() from clearing ASYNCB_INITIALIZED in the first place. The problem is that the tty core doesn't know when the port is being used as a console. There ought to be a way to tell it. Agreed - there should probably be a port.conso... 8 Mar 2010 13:03
[PATCH -next] sound: fix opti92x-ad1848 build
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix 'else' placement in ifdef block so that build succeeds: sound/isa/opti9xx/opti92x-ad1848.c:221: error: 'else' without a previous 'if' Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Cc: Jaroslav Kysela <perex(a)perex.cz> Cc: Takashi Iwai <tiwai(a)suse.de> -... 8 Mar 2010 13:03
sound: fix opti92x-ad1848 build
At Mon, 08 Mar 2010 09:32:42 -0800, Randy Dunlap wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix 'else' placement in ifdef block so that build succeeds: sound/isa/opti9xx/opti92x-ad1848.c:221: error: 'else' without a previous 'if' Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com... 8 Mar 2010 13:02
memcg: oom notifier and handling oom by user
* KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> [2010-03-08 16:24:14]: This 2 patches is for memcg's oom handling. At first, memcg's oom doesn't mean "no more resource" but means "we hit limit." Then, daemons/user shells out of a memcg can work even if it's under oom. So, if we have notifier and ... 8 Mar 2010 19:49
staging: wavelan: fix coding style of first 1000 lines in wavelan.c
On Mon, 2010-03-08 at 02:20 -0800, Jason Dreisbach wrote: From: Jason <jtdreisb(a)gmail.com> diff --git a/drivers/staging/wavelan/wavelan.c b/drivers/staging/wavelan/wavelan.c index 54ca631..37ede43 100644 --- a/drivers/staging/wavelan/wavelan.c +++ b/drivers/staging/wavelan/wavelan.c [] @@ -279,7 +285... 8 Mar 2010 13:02
Get back to me
Good Day. Although you might be apprehensive about my email as we have not met before, I am Mr Evans Green,I am a Banker i work with Bank Of England,There is the sum of $20,600,000.00 in my Bank "Bank Of England"London, There were no beneficiaries stated concerning these funds which means no one would eve... 8 Mar 2010 11:56
[PATCH] asm-generic/io.h: add big endian versions of io{read,write}{16,32}
The asm-generic/iomap.h provides these functions already, but the non-generic fallback defines do not. Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> --- include/asm-generic/io.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/asm-generic/io.h b/include/asm-generic/io.h ... 8 Mar 2010 11:56