login
Header Space

 
 

Mailing list archives

Search results

Found 909 matching messages (0.036 seconds). Page 1 of 46.

Re: [RFC][PATCH 2/7] RSS controller core

... I got Andrew's email. > -------------------------------------------------------------------- > Subject: [RFC][PATCH 2/7] RSS controller ... 3:30 AM subject Re: [RFC][PATCH 2/7] RSS controller ... 10:18 PM subject Re: [RFC][PATCH 2/7] RSS controller ...

linux-kernel - Balbir Singh - Mar 12 2007 - 21:57

Re: [RFC][PATCH 2/7] RSS controller core

... got Andrew's email. > > > -------------------------------------------------------------------- > > Subject: [RFC][PATCH 2/7] RSS controller ... sw.ru> > date Mar 7, 2007 3:30 AM > subject Re ... 10:18 PM > subject Re: [RFC][PATCH 2/7] RSS controller ...

linux-kernel - Herbert Poetzl - Mar 13 2007 - 12:06

Re: [RFC][PATCH 2/7] RSS controller core

... a thread of discussion on those patches, it was agreed that memory ... some of the requirements in the RFC: Memory Controller requirements thread http:// ... stake holders involved in the RFC discussion :-) We've been talking ...

linux-kernel - Balbir Singh - Mar 11 2007 - 11:51

Re: [RFC][PATCH 2/7] RSS controller core

... zone, possibly based on Mel's > > > patches. > > > > why not do simple page accounting ( ... mailbox shows that akpm dropped you ... -------------------------------------------------------------------- Subject: [RFC][PATCH 2/7] RSS controller core From ...

linux-kernel - Herbert Poetzl - Mar 12 2007 - 19:43

[RFC/PATCH 2/3 v2] gitweb: Support caching projects list

... Pasky version) version of this patch. No interdiff there... on the ... strongly advise against including this patch in its current > state, not ... with (the nearly) the same subject, to help repo.or.cz ... Baudis Subject: [RFC/PATCH 2/3 v2] gitweb ...

git - Jakub Narebski - Mar 17 2008 - 19:13

Re: [RFC PATCH 2/2] mmc: add OpenFirmware bindings for the mmc_spi driver

... Grant Likely's SPI patches, so this is > > for RFC only. > > > > Also, ... | 7 ++ > > drivers/mmc/host/Makefile | 2 +- > > drivers/mmc/host/of_mmc_spi.c ... to do this for the RFC. [...] > > +static int mmc_get_cd(struct device ...

linux-kernel - Anton Vorontsov - May 26 2008 - 07:49

Re: [RFC][PATCH] (#2) file system auditing

... persistence of auditing across transactions. This patch adds > > the necessary functionality to the ... . I'll submit this patch for RFC (noting the changes) momentarily to ... > + return ret; > > + > > +} > > diff -Nurp linux-2.6.12-rc2-mm1~orig/kernel/ ...

linux-fsdevel - Timothy R. Chavez - Apr 26 2005 - 16:23

[RFC/PATCH 2/5] mm/fs: execute in place (V2)

[RFC/PATCH 2/5] mm/fs: execute in place (V2) This patch adds a new address space operation called get_xip_page, which works ... been in filemap.c in the previous version of the patch. This addresses two issues: - code path is unchanged for kernels ...

linux-fsdevel - Carsten Otte - May 18 2005 - 09:53

Re: [RFC PATCH 2/2] Teach git-blame --gui how to start git-gui blame

... ;-) I'm actually not sure we want to apply this patch, hence the RFC prefix I put on it. Jakub suggested it, this crude implementation ... easy enough to hack together, so I posted a patch for someone to play with if they were ...

git - Shawn O. Pearce - Jun 21 2007 - 23:56

Re: [RFC/PATCH 2/2] gitweb: Add an option to show size of blobs in the tree view

... ' %feature tristate: off, on, by default on? 2. If it is turned off, should we silently (or ... )? P.S. I have received no comments on [RFC/PATCH] gitweb: Enable transparent compression for HTTP output (trade CPU load for lower bandwidth usage) ...

git - Jakub Narebski - Aug 1 2007 - 09:05

Re: [RFC/PATCH 2/2] gitweb: Add an option to show size of blobs in the tree view

... > %feature tristate: off, on, by default on? > > 2. If it is turned off, should we silently ( ... > P.S. I have received no comments on > [RFC/PATCH] gitweb: Enable transparent compression for HTTP output > (trade CPU load for lower bandwidth usage) ...

git - Junio C Hamano - Aug 1 2007 - 19:12

Re: [RFC/PATCH 2/2] gitweb: Add an option to show size of blobs in the tree view

... >> %feature tristate: off, on, by default on? >> >> 2. If it is turned off, should we silently ... P.S. I have received no comments on >> [RFC/PATCH] gitweb: Enable transparent compression for HTTP output >> (trade CPU load for lower bandwidth usage ...

git - Jakub Narebski - Aug 1 2007 - 19:58

Re: [RFC/PATCH 2/2] gitweb: Add an option to show size of blobs in the tree view

Jakub Narebski writes: >>> P.S. I have received no comments on >>> [RFC/PATCH] gitweb: Enable transparent compression for HTTP output >>> (trade CPU load for lower bandwidth usage). >> >> That's ...

git - Junio C Hamano - Aug 2 2007 - 01:22

[RFC][PATCH] (#2) file system auditing

... persistence of auditing across transactions. This patch adds the necessary functionality to the ... CAPP) specification. This is the second (#2) RFC on linux-fsdevel. I've ... the Free Software Foundation; either version 2 of the License, or + * (at your ...

linux-fsdevel - Timothy R. Chavez - Apr 16 2005 - 06:06

Re: [RFC][PATCH] (#2) file system auditing

... persistence of auditing across transactions. This patch adds > the necessary functionality to the ... ) specification. > > This is the second (#2) RFC on linux-fsdevel. > Please see ... > + return ret; > + > +} > diff -Nurp linux-2.6.12-rc2-mm1~orig/ ...

linux-fsdevel - Maneesh Soni - Apr 20 2005 - 03:00

[RFC/PATCH 2/5] mm/fs: add execute in place support

[RFC/PATCH 2/5] mm/fs: add execute in place support This patch is the biggest chunk in the patchset. ... f = ERR_PTR(-EINVAL); } diff -ruN linux-2.6-git/include/linux/fs.h linux- ... 10 14:57:29.689325760 +0200 +++ linux-2.6-git-xip/include/linux/fs.h ...

linux-fsdevel - Carsten Otte - May 11 2005 - 10:30

Re: [RFC/PATCH 2/5] mm/fs: add execute in place support

On Wed, May 11, 2005 at 04:30:15PM +0200, Carsten Otte wrote: > [RFC/PATCH 2/5] mm/fs: add execute in place support > This patch is the biggest chunk in the patchset. It adds a new address > space operation called get_xip_page, which ...

linux-fsdevel - Christoph Hellwig - May 11 2005 - 11:09

[RFC/PATCH 2/4] fs/mm: execute in place (3rd version)

[RFC/PATCH 2/4] fs/mm: execute in place (3rd version) This part has changed alot again: - generic_file* file operations do no longer have a xip/non-xip split - filemap_xip.c implements a new set of fops that require get_xip_page aop to work ...

linux-fsdevel - Carsten Otte - May 23 2005 - 13:30

Re: [RFC/PATCH 2/4] fs/mm: execute in place (3rd version)

On Mon, May 23, 2005 at 07:30:20PM +0200, Carsten Otte wrote: > [RFC/PATCH 2/4] fs/mm: execute in place (3rd version) > > This part has changed alot again: > - generic_file* file operations do no longer have a xip/ ...

linux-fsdevel - Suparna Bhattacharya - May 24 2005 - 05:30

speck-geostationary