login
Header Space

 
 

Mailing list archives

Search results

Found 485 matching messages (0.023 seconds). Page 1 of 25.

[patch 25/30] cpu alloc: convert mib handling to cpu alloc

... .c 2007-11-15 21:25:37.575154222 -0800 @@ -990,11 + ... .c 2007-11-15 21:25:37.575154222 -0800 @@ -1230,8 ... .c 2007-11-15 21:25:37.579154173 -0800 @@ -271,18 ... .c 2007-11-15 21:25:37.579154173 -0800 @@ -731,13 ... .c 2007-11-15 21:25:37.579154173 -0800 @@ -970,12 ...

linux-kernel - Christoph Lameter - Nov 16 2007 - 19:09

[patch 25/54] PNP: use dev_printk when possible

... /pnp/pnpacpi/rsparser.c 2008-04-25 11:14:58.000000000 -0600 +++ ... /pnp/pnpacpi/rsparser.c 2008-04-25 11:14:59.000000000 -0600 @@ ... /pnp/pnpbios/rsparser.c 2008-04-25 11:14:58.000000000 -0600 +++ ... pnp/pnpbios/rsparser.c 2008-04-25 11:14:59.000000000 -0600 @@ ...

linux-kernel - Bjorn Helgaas - Apr 25 2008 - 14:38

[PATCH 25 of 33] IB/ipath - On unrecoverable errors, force link dow, LEDs off

# HG changeset patch # User Bryan O'Sullivan # Date 1173994465 ... .c Thu Mar 15 14:34:25 2007 -0700 +++ b/drivers/infiniband/hw ... c Thu Mar 15 14:34:25 2007 -0700 +++ b/drivers/infiniband/hw ... c Thu Mar 15 14:34:25 2007 -0700 @@ -42,6 +42,8 ...

linux-kernel - Bryan O'Sullivan - Mar 15 2007 - 17:45

[PATCH 25/34] __initdata cleanup - input

... /input/joystick/db9.c 2007-01-25 04:19:28.000000000 +0200 +++ ... input/joystick/gamecon.c 2007-01-25 04:19:28.000000000 +0200 +++ ... input/joystick/turbografx.c 2007-01-25 04:19:28.000000000 +0200 +++ ... input/keyboard/amikbd.c 2007-01-25 04:19:28.000000000 +0200 ...

linux-kernel - Alon Bar-Lev - Feb 9 2007 - 11:30

[PATCH 25/33] gdth: sg chaining support

... ulong64 no, blockno; dma_addr_t phys_addr; @@ -2913,25 +2914,25 @@ static int gdth_fill_cache_cmd(int hanum,Scsi_Cmnd * ... sense_paddr; int cmd_index, sgcnt, mode64; @@ -3120,25 +3121,25 @@ static int gdth_fill_raw_cmd(int hanum,Scsi_Cmnd * ...

linux-kernel - Jens Axboe - Jul 16 2007 - 05:47

[PATCH 25/27] blk_end_request: changing ide normal caller (take 2)

This patch converts "normal" parts of ide to use blk_end_request(). Signed-off-by: ... 2007-08-27 21:32:35.000000000 -0400 +++ 25-ide-normal-caller-change/drivers/ide/ide-cd ... -09-10 17:32:12.000000000 -0400 +++ 25-ide-normal-caller-change/drivers/ide/ide-io ...

linux-kernel - Kiyoshi Ueda - Sep 11 2007 - 15:05

[PATCH 25/25] Unionfs: use poison.h for safe poison pointers

... fs/unionfs/debug.c index 09b52ce..b103eb9 100644 --- a/fs/unionfs/debug.c +++ b/fs/unionfs/debug.c @@ -25,14 +25,6 @@ } \ } while (0) -#if BITS_PER_LONG == 32 -#define POISONED_PTR ((void*) 0x5a5a5a5a) -#elif BITS_PER_LONG == 64 -# ...

linux-kernel - Erez Zadok - Sep 25 2007 - 23:10

[PATCH 25/25] Unionfs: use poison.h for safe poison pointers

... fs/unionfs/debug.c index 09b52ce..b103eb9 100644 --- a/fs/unionfs/debug.c +++ b/fs/unionfs/debug.c @@ -25,14 +25,6 @@ } \ } while (0) -#if BITS_PER_LONG == 32 -#define POISONED_PTR ((void*) 0x5a5a5a5a) -#elif BITS_PER_LONG == 64 -# ...

linux-fsdevel - Erez Zadok - Sep 25 2007 - 23:10

[PATCH 25/25] Make builtin-show-ref.c use parse_options [small backward incompatibility].

... PARSE_OPT_OPTARG, NULL, (intptr_t)"" }, + OPT_END(), +}; static void show_one(const char *refname, const unsigned char *sha1) { @@ -25,6 +55,7 @@ static int show_ref(const char *refname, const unsigned char *sha1, int flag, vo struct object * ...

git - Pierre Habouzit - Oct 16 2007 - 04:39

[PATCH 25/39] mv643xx_eth: massively simplify multicast address crc8 computation

... mac_array[30] ^ mac_array[29] ^ mac_array[26] ^ mac_array[25] ^ - mac_array[23] ^ mac_array[18] ^ mac_array[16] ^ mac_array[ ... mac_array[31] ^ mac_array[28] ^ mac_array[27] ^ mac_array[25] ^ - mac_array[20] ^ mac_array[18] ^ mac_array[16] ^ mac_array ...

linux-netdev - Lennert Buytenhek - Jun 3 2008 - 07:02

[PATCH] [25/40] i386: Convert PDA into the percpu section

... : the per-cpu area. So this patch: (1) Removes the PDA and uses per- ... linux/include/asm-i386/irq_regs.h @@ -1,25 +1,27 @@ /* * Per-cpu current frame pointer ... i386/segment.h @@ -39,7 +39,7 @@ * 25 - APM BIOS support * * 26 - ESPFIX small ...

linux-kernel - Andi Kleen - Apr 30 2007 - 06:27

[PATCH 25/25] driver core: Implement tagged directory support for device classes.

This patch enables tagging on every class directory if struct class has tag_ops. In addition device_del and ... /linux/device.h | 2 ++ 3 files changed, 52 insertions(+), 25 deletions(-) diff --git a/drivers/base/class.c b/drivers/base/class.c ...

linux-kernel - Eric W. Biederman - Aug 7 2007 - 17:36

[PATCH 25/30] FS-Cache: Make kAFS use FS-Cache [try #11]

The attached patch makes the kAFS filesystem in fs/afs/ use FS- ... (vlocation); =20 @@ -481,40 +476,25 @@ int afs_volume_release_fileserver(struct =20 /***********************************************************************= ******/ /* - * match a ...

linux-fsdevel - David Howells - Jul 27 2006 - 16:53

Re: [patch 25/26] mount options: fix udf

On Jan 25, 2008 12:29 PM, Miklos Szeredi wrote: > > | + /* is this ... in this area ;) > > I think UDF_SB_ANCHOR macro was removed by some patch in -mm. > > I'm more interested if the second element of the s_anchor array really > ...

linux-kernel - Cyrill Gorcunov - Jan 25 2008 - 06:57

Re: [patch 25/26] mount options: fix udf

On Jan 25, 2008 12:29 PM, Miklos Szeredi wrote: > > | + /* is this ... in this area ;) > > I think UDF_SB_ANCHOR macro was removed by some patch in -mm. > > I'm more interested if the second element of the s_anchor array really > ...

linux-fsdevel - Cyrill Gorcunov - Jan 25 2008 - 06:57

Re: [patch 25/26] mount options: fix udf

[Miklos Szeredi - Fri, Jan 25, 2008 at 10:29:21AM +0100] | > | ... I think UDF_SB_ANCHOR macro was removed by some patch in -mm. | | I'm more interested if the ... additional flag to store it. Btw, Miklos the patch is over -mm tree? - Cyrill - -- To ...

linux-kernel - Cyrill Gorcunov - Jan 25 2008 - 09:41

Re: [patch 25/26] mount options: fix udf

[Miklos Szeredi - Fri, Jan 25, 2008 at 10:29:21AM +0100] | > | ... I think UDF_SB_ANCHOR macro was removed by some patch in -mm. | | I'm more interested if the ... additional flag to store it. Btw, Miklos the patch is over -mm tree? - Cyrill - - To ...

linux-fsdevel - Cyrill Gorcunov - Jan 25 2008 - 09:41

Re: [patch 25/26] mount options: fix udf

[Miklos Szeredi - Fri, Jan 25, 2008 at 04:50:15PM +0100] | > > > ... > > I think UDF_SB_ANCHOR macro was removed by some patch in -mm. | > Yes, it's going to be removed so don't use it. Actually, basing this | > patch on top of -mm is a good idea because ...

linux-kernel - Cyrill Gorcunov - Jan 25 2008 - 11:57

Re: [patch 25/26] mount options: fix udf

[Miklos Szeredi - Fri, Jan 25, 2008 at 04:50:15PM +0100] | > > > ... > > I think UDF_SB_ANCHOR macro was removed by some patch in -mm. | > Yes, it's going to be removed so don't use it. Actually, basing this | > patch on top of -mm is a good idea because ...

linux-fsdevel - Cyrill Gorcunov - Jan 25 2008 - 11:57

Re: [patch 25/26] mount options: fix udf

On Fri 25-01-08 16:50:15, Miklos Szeredi wrote: > > > > | ... > > I think UDF_SB_ANCHOR macro was removed by some patch in -mm. > > Yes, it's going to be removed so don't use it. Actually, basing this > > patch on top of -mm is a good idea because there ...

linux-kernel - Jan Kara - Jan 25 2008 - 12:07

speck-geostationary