login
Header Space

 
 

Mailing list archives

Search results

Found 5110 matching messages (0.070 seconds). Page 1 of 50.

Re: [PATCH 3/2] Avoid unnecessary strlen() calls

... profiling hits are about generating the patches and > > assigning blame: > > > > samples % image name ... you want to try > this: > > -- snipsnap -- > [PATCH] xdiff/xutils.c(xdl_hash_record): factor out ... the above patch $ for a in 1 2 3 4 5; ...

git - Shawn O. Pearce - Mar 19 2007 - 23:29

Re: [PATCH 3/2] Avoid unnecessary strlen() calls

... .Schindelin@gmx.de> wrote: > > -- snipsnap -- > > [PATCH] xdiff/xutils.c(xdl_hash_record): factor ... the above patch > $ for a in 1 2 3 4 5 ... 86 user 0.51 sys > 3.64 real 2.87 user ... seconds run as Dscho's patch. I like DrNick's version ...

git - Shawn O. Pearce - Mar 19 2007 - 23:40

Re: [patch 3/4] mempolicy: add MPOL_F_STATIC_NODES flag

... the mempolicy is > > effected over nodes 3-5, right? > > > > And if the ... be recommending, in a follow-up patch, will be folding the larger ... physical nodes 1, 2, and 3 (the last column above.) ... not just over 3. I intend to post patches you can ...

linux-kernel - Paul Jackson - Feb 14 2008 - 06:26

Re: [patch 3/3] x86: io-apic - code style cleaning for setup_IO_APIC_irqs

... 1-1, 1-2, 1-3 not connected. >>>>> IO-APIC (apicid- ... 2-1, 2-2, 2-3 not connected. >>>>> >>>>> New printout example: ... 1-1 1-2 1-3 (apicid-pin) not connected >>>>> 2 ... 7> 1-2<7> 1-3<7> 1-4<7> 1 ... 1-1, 1-2, 1-3, 1-4, 1-5, 1 ... 2-1, 2-2, 2-3, 2-4, 2-5, 2 ...

linux-kernel - Yinghai Lu - Sep 8 2008 - 01:07

Re: [patch 3/3] x86: io-apic - code style cleaning for setup_IO_APIC_irqs

... 1-1, 1-2, 1-3 not connected. >>>>>> IO-APIC (apicid ... 2-1, 2-2, 2-3 not connected. >>>>>> >>>>>> New printout example ... 1-1 1-2 1-3 (apicid-pin) not connected >>>>>> 2 ... 7> 1-2<7> 1-3<7> 1-4<7> 1 ... 1-1, 1-2, 1-3, 1-4, 1-5, 1 ... 2-1, 2-2, 2-3, 2-4, 2-5, 2 ...

linux-kernel - Cyrill Gorcunov - Sep 8 2008 - 01:17

Re: [PATCH 3/3] Report the pagesize backing a VMA in /proc/pid/maps

... for an application using hugepages with > this patch applied is; > > 08048000-0804c000 r-xp ... 03:01 119345 /lib/ld-2.3.6.so > bf8ef000-bf903000 rwxp bffeb000 00 ... an application using hugepages with this patch applied is; 08048000-0804c000 r-xp ...

linux-kernel - KOSAKI Motohiro - Sep 25 2008 - 10:57

Re: [PATCH 3/6] w35und: wb35reg struct typedef removal

... : Pekka Enberg > > This patch removes the WB35REG struct typedefs and fixes up ... [2] = 0x55D00A04; // 0x55d00a04; // 0x1008 AGC_Ctrl3 > pltmp[3] = 0xFFF72031; // 0xFfFf2138; // 0x100c AGC_Ctrl4 > - pWb35Reg->BB0C = 0xFFF72031 ...

linux-kernel - Pavel Machek - Oct 22 2008 - 06:46

Re: [PATCH 3/3] atiixp.c: add cable detection support for ATI IDE

... PATA cable on ATI chipset. > This patch fixes the bug. > > Signed-off-by ... > 1 files changed, 11 insertions(+), 3 deletions(-) > > diff -puN drivers/ide/pci ... ->ide_dma_check = &atiixp_dma_check; > _ > > Andrew, the 3 patches are right and complete, ...

linux-kernel - Conke Hu - Jan 9 2007 - 22:34

Re: [PATCH 3/3, try #2] Blackfin: documents and maintainer patch

... everyone, > > This is the documents patch for Blackfin arch, also includes ... Thank Mike, I update this patch and regenerate it in -p1 ... the top uClinux-dist directory. > + > + > +3. Mounting CRAMFS File System > + ---------------------------- > + > +To ...

linux-kernel - Wu, Bryan - Feb 5 2007 - 23:49

Re: [PATCH 3/3, try #2] Blackfin: documents and maintainer patch

... > > Hi everyone, > > > > This is the documents patch for Blackfin arch, also includes the ... > > +the top uClinux-dist directory. > > + > > + > > +3. Mounting CRAMFS File System > > + ---------------------------- > > + > > +To create a ...

linux-kernel - Wu, Bryan - Feb 7 2007 - 03:25

Re: [PATCH 3/3] cxacru: Store all device status information and report it when atm_proc_read is called.

... ("/proc/net/atm/cxacru:0", O_RDONLY|O_LARGEFILE) =3D 3 fstat64(3, {st_mode=3DS_IFREG|0444, st_size=3D0, ...}) =3D ... 0 read(3, "", 0) =3D 0 close(3) =3D 0 Does anyone have any thoughts on the output ...

linux-kernel - Simon Arlott - Feb 11 2007 - 13:10

Re: [PATCH 3/7] cxgb3 - FW version update

... is an updated patch. ------------ Update FW version to 3.2 Signed- ... (vers); - if (type == FW_VERSION_T3 && major == 3 && minor == 1) + if (type == FW_VERSION_T3 ... u.%u), " - "driver needs version 3.1\n", major, minor); + "driver ...

linux-kernel - Steve Wise - Feb 25 2007 - 15:28

Re: [PATCH 3/7] cxgb3 - FW version update

... . Here is an updated patch. > > ------------ > > Update FW version to 3.2 > > Signed-off-by: Steve Wise > - if (type == FW_VERSION_T3 && major == 3 && minor == 1) > + if (type == FW_VERSION_T3 && ...

linux-kernel - Jeff Garzik - Feb 25 2007 - 15:48

Re: [PATCH 3/3] Use correct IDE error recovery

... ? There is nothing about it in the patch description... > + if ((rq->errors & ERROR_RESET) == ... (drive, drive->desired_speed); Please update the patch to not depend on ide_config_drive_speed() fixes [PATCH 2/3] which need more work (shouldn't be a ...

linux-kernel - Bartlomiej Zolnierkiewicz - Mar 7 2007 - 17:16

Re: [PATCH 3/3] Use correct IDE error recovery

... >> include/linux/ide.h | 2 + >> 3 files changed, 88 insertions(+), 54 deletions(-) >> ... (drive, drive->desired_speed); > > Please update the patch to not depend on ide_config_drive_speed() > fixes > [PATCH 2/3] which need more work (shouldn' ...

linux-kernel - Suleiman Souhlal - Mar 8 2007 - 16:16

Re: [PATCH 3/3] Use correct IDE error recovery

... send this as > a separate patch. Yes, please do so. [ ... ] > > The ... fixed later in the incremental patch. > >> ide_startstop_t ide_error (ide_drive_t *drive, const ... depend on ide_config_drive_speed() fixes > > [PATCH 2/3] which need more work ...

linux-kernel - Bartlomiej Zolnierkiewicz - Mar 8 2007 - 16:34

Re: [PATCH 3/3] Use correct IDE error recovery

... Bartlomiej Zolnierkiewicz wrote: > > Please respin the patch so I could merge it. > ... drive->special requests * update comments and patch description * any bugs introduced by this ... drivers/ide/ide-iops.c | 3 +++ include/linux/ide.h | 1 + ...

linux-kernel - Bartlomiej Zolnierkiewicz - Mar 23 2007 - 19:53

Re: [PATCH 3/3][RFC] Containers: Pagecache controller reclaim

Aubrey Li wrote: > On 3/6/07, Vaidyanathan Srinivasan > and hence pagecache controller patches are dependent on RSS memory ... () but the above code is patched in shrink_active_list(). The 'force_reclaim_mapped' label is ...

linux-kernel - Vaidyanathan Srinivasan - Mar 27 2007 - 03:17

Re: [PATCH 3/3][RFC] Containers: Pagecache controller reclaim

On 3/27/07, Vaidyanathan Srinivasan wrote: ... () but > the above code is patched in shrink_active_list(). The > 'force_reclaim_mapped' label is from ... () as it may seem in the patch file. > > While removing pages from active_list, ...

linux-kernel - Aubrey Li - Mar 27 2007 - 04:41

Re: [PATCH 3/3][RFC] Containers: Pagecache controller reclaim

Aubrey Li wrote: > On 3/27/07, Vaidyanathan Srinivasan > the above code is patched in shrink_active_list(). The >> 'force_reclaim_mapped' label is ... () as it may seem in the patch file. >> >> While removing pages from ...

linux-kernel - Vaidyanathan Srinivasan - Mar 27 2007 - 05:44

speck-geostationary