Found 411 matching messages (0.042 seconds). Page 1 of 21.
... > StorageDev; axboe@kernel.dk > Subject: [PATCH 07] drivers/block/cciss.c: kmalloc + memset > conversion to kzalloc > ... /drivers/block/cciss.c > 2007-07-26 13:07:41.000000000 +0200 > ... -b/drivers/block/cciss.c > 2007-07-31 12:57:50.000000000 + ...
linux-kernel - Miller, Mike (OS Dev) - Jul 31 2007 - 13:14
... plain text document attachment (lttng-instrumentation-timer.patch) > Instrument timer activity (timer set, expired, ... -2.6-lttng/kernel/itimer.c 2008-07-15 15:14:28.000000000 -0400 ... is a very dangerous trace point - we're holding xtime lock here. Ah, I ...
linux-kernel - Peter Zijlstra - Jul 16 2008 - 04:34
... plain text document attachment (lttng-instrumentation-timer.patch) > > Instrument timer activity (timer set, expired, ... 2.6-lttng/kernel/itimer.c 2008-07-15 15:14:28.000000000 -0400 ... a very dangerous trace point - we're holding xtime lock here. > > Ah, I ...
linux-kernel - Mathieu Desnoyers - Jul 16 2008 - 10:34
...
> --- linux-2.6-lttng.orig/kernel/kprobes.c 2007-09-07 10:12:06.000000000 -0400
> +++ linux-2.6-lttng/kernel/kprobes.c 2007-09-07 10:13:09.000000000 -0400
> @@ -43,6 +43,7 @@
> #include
linux-kernel - Ananth N Mavinakayanahalli - Sep 18 2007 - 12:40
... > --- linux-2.6.24-rc6-mm1.orig/mm/vmscan.c 2008-01-07 17:33:50.000000000 -0500 > +++ linux-2.6.24-rc6-mm1/mm/vmscan.c 2008-01-07 17:57:49.000000000 -0500 > @@ -1182,7 +1182,7 @@ static unsigned long shrink_list( ...
linux-kernel - KAMEZAWA Hiroyuki - Jan 9 2008 - 00:16
... with the different capabilities :) How about this patch then: a hybrid solution between just relying on ... linux/include/linux/sysctl.h 2008-02-07 15:19:06.000000000 +0100 @@ -1041, ... +++ linux/kernel/sysctl.c 2008-02-07 15:30:45.000000000 +0100 @@ -1527 ...
linux-kernel - Miklos Szeredi - Feb 7 2008 - 10:36
... with the different capabilities :) How about this patch then: a hybrid solution between just relying on ... linux/include/linux/sysctl.h 2008-02-07 15:19:06.000000000 +0100 @@ -1041, ... +++ linux/kernel/sysctl.c 2008-02-07 15:30:45.000000000 +0100 @@ -1527 ...
linux-fsdevel - Miklos Szeredi - Feb 7 2008 - 10:36
... with the different capabilities :) > > How about this patch then: a hybrid solution between just relying on ... +++ linux/include/linux/sysctl.h 2008-02-07 15:19:06.000000000 +0100 > @@ - ... +++ linux/kernel/sysctl.c 2008-02-07 15:30:45.000000000 +0100 > @@ ...
linux-kernel - Serge E. Hallyn - Feb 7 2008 - 12:57
... with the different capabilities :) > > How about this patch then: a hybrid solution between just relying on ... +++ linux/include/linux/sysctl.h 2008-02-07 15:19:06.000000000 +0100 > @@ - ... +++ linux/kernel/sysctl.c 2008-02-07 15:30:45.000000000 +0100 > @@ ...
linux-fsdevel - Serge E. Hallyn - Feb 7 2008 - 12:57
On Sat, 2008-02-16 at 07:31 +0100, Christoph Hellwig wrote: ... to dentry_open. So, we want "[PATCH 07/30] r/o bind mounts: stub functions" and "[PATCH 03/30] check for null ... But what's the third patch? -- Dave -- To unsubscribe from this ...
linux-kernel - Dave Hansen - Feb 20 2008 - 18:25
... Sat, 2008-02-16 at 07:31 +0100, Christoph Hellwig wrote: ... to dentry_open. > > So, we want > > "[PATCH 07/30] r/o bind mounts: stub functions" > and > "[PATCH 03/30] check for null ... in dentry_open()" For that latter patch we'd need the reiserfs ...
linux-kernel - Christoph Hellwig - Feb 20 2008 - 18:58
... : powerpc extension This diff contains changes which are also present in "[PATCH 07/10] atomic.h : Add atomic64 cmpxchg, xchg and add_unless to powerpc", ... dropped the duplicated hunks from the later patch rather than this one, but I ...
linux-kernel - Andrew Morton - Feb 15 2007 - 02:56
... > local_t : powerpc extension > > This diff contains changes which are also present in "[PATCH 07/10] > atomic.h : Add atomic64 cmpxchg, ... I dropped the duplicated hunks from the later patch rather than this one, > but I haven't ...
linux-kernel - Mathieu Desnoyers - Feb 15 2007 - 03:20
... local_t : powerpc extension >> >> This diff contains changes which are also present in "[PATCH 07/10] >> atomic.h : Add atomic64 cmpxchg, ... I dropped the duplicated hunks from the later patch rather than >> this one, >> but I haven't ...
linux-kernel - Kumar Gala - Feb 15 2007 - 10:50
Nick Piggin wrote:
> Pekka Enberg wrote:
>> On 2/16/07, Jeremy Fitzhardinge
linux-kernel - Jeremy Fitzhardinge - Feb 16 2007 - 13:19
... > +++ tmp-to/drivers/mtd/ubi/misc.h 2007-02-17 18:07:26.000000000 +0200 > @@ -0,0 +1,146 @@ > +#define xquotise(s) #s > +#define quotise(s) xquotise(s) Nothing in your patch series uses this, and it's identical to stringify(). Please remove? > ...
linux-kernel - Theodore Tso - Feb 17 2007 - 18:59
... > > +++ tmp-to/drivers/mtd/ubi/misc.h 2007-02-17 18:07:26.000000000 +0200 > > @@ -0,0 +1,146 @@ > > +#define xquotise( ... ) #s > > +#define quotise(s) xquotise(s) > > Nothing in your patch series uses this, and it's identical to > stringify(). Please ...
linux-kernel - Christoph Hellwig - Feb 19 2007 - 07:00
Hi Jesper:
* Jesper Juhl linux-kernel - Mark M. Hoffman - Jul 24 2007 - 22:01
On 6/9/07, Johan Herland
git - Alex Riesen - Jun 9 2007 - 17:31
... , Alex Riesen wrote:
> On 6/9/07, Johan Herland
git - Johan Herland - Jun 9 2007 - 17:39