search for: mm1

Displaying 20 results from an estimated 211 matches for "mm1".

Did you mean: mm
2005 Aug 15
3
[-mm PATCH 2/32] fs: fix-up schedule_timeout() usage
...------ fs/reiserfs/journal.c | 3 +-- fs/smbfs/proc.c | 3 +-- fs/xfs/linux-2.6/time.h | 3 +-- fs/xfs/linux-2.6/xfs_buf.c | 6 +++--- fs/xfs/linux-2.6/xfs_super.c | 12 ++++++------ 11 files changed, 23 insertions(+), 38 deletions(-) diff -urpN 2.6.13-rc5-mm1/fs/cifs/cifsfs.c 2.6.13-rc5-mm1-dev/fs/cifs/cifsfs.c --- 2.6.13-rc5-mm1/fs/cifs/cifsfs.c 2005-08-07 09:57:37.000000000 -0700 +++ 2.6.13-rc5-mm1-dev/fs/cifs/cifsfs.c 2005-08-10 15:03:11.000000000 -0700 @@ -781,14 +781,11 @@ static int cifs_oplock_thread(void * dum oplockThread = current; do {...
2005 Sep 09
7
[PATCH 0/6] jbd cleanup
The following 6 patches cleanup the jbd code and kill about 200 lines. First of 4 patches can apply to 2.6.13-git8 and 2.6.13-mm2. The rest of them can apply to 2.6.13-mm2. fs/jbd/checkpoint.c | 179 +++++++++++-------------------------------- fs/jbd/commit.c | 101 ++++++++++-------------- fs/jbd/journal.c | 11 +- fs/jbd/revoke.c | 158
2009 Jul 28
1
[PATCH 1/7] blkio-cgroup-v10: Introduction
Hi all, This is a new release of blkio-cgroup v10. This release reduces IO tracking overhead and fixes an issue that could cause a deadlock since lock_page_cgroup() is no longer used. Thank you KAMEZAWA-san for your suggestions and pointing out the issue. This patch can be applied to 2.6.31-rc3-mmotm0716 and 2.6.31-rc4. The list of the patches: [PATCH 1/7] blkio-cgroup-v10: Introduction
2009 Jul 28
1
[PATCH 1/7] blkio-cgroup-v10: Introduction
Hi all, This is a new release of blkio-cgroup v10. This release reduces IO tracking overhead and fixes an issue that could cause a deadlock since lock_page_cgroup() is no longer used. Thank you KAMEZAWA-san for your suggestions and pointing out the issue. This patch can be applied to 2.6.31-rc3-mmotm0716 and 2.6.31-rc4. The list of the patches: [PATCH 1/7] blkio-cgroup-v10: Introduction
2009 Jul 28
1
[PATCH 1/7] blkio-cgroup-v10: Introduction
Hi all, This is a new release of blkio-cgroup v10. This release reduces IO tracking overhead and fixes an issue that could cause a deadlock since lock_page_cgroup() is no longer used. Thank you KAMEZAWA-san for your suggestions and pointing out the issue. This patch can be applied to 2.6.31-rc3-mmotm0716 and 2.6.31-rc4. The list of the patches: [PATCH 1/7] blkio-cgroup-v10: Introduction
2004 Aug 24
5
MMX/mmxext optimisations
quite some speed improvement indeed. attached the updated patch to apply to svn/trunk. j -------------- next part -------------- A non-text attachment was scrubbed... Name: theora-mmx.patch.gz Type: application/x-gzip Size: 8648 bytes Desc: not available Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin
2007 Apr 18
1
No subject
...it extends the same kind of cleanup to control registers and MSRs. It also unifies these between i386 and x86-64; at least with regards to MSRs, the two had definitely gotten out of sync. Signed-off-by: H. Peter Anvin <hpa@zytor.com> diff -urN --exclude='o.*' stock/linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild --- stock/linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild 2007-04-05 19:36:56.000000000 -0700 +++ linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild 2007-04-09 23:28:36.000000000 -0700 @@ -3,8 +3,10 @@ header-y += boot.h header-y += debu...
2007 Apr 18
1
No subject
...it extends the same kind of cleanup to control registers and MSRs. It also unifies these between i386 and x86-64; at least with regards to MSRs, the two had definitely gotten out of sync. Signed-off-by: H. Peter Anvin <hpa@zytor.com> diff -urN --exclude='o.*' stock/linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild --- stock/linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild 2007-04-05 19:36:56.000000000 -0700 +++ linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild 2007-04-09 23:28:36.000000000 -0700 @@ -3,8 +3,10 @@ header-y += boot.h header-y += debu...
2008 Jun 26
0
geoR : Passing arguments to "optim" when using "likfit"]
...an matrix so matrix > (hessian=TRUE). > > Heres a little example( 1-D). Can anyone shed some light? Where am I > going wrong ? > > ------- > > > >> obs.points >> <-matrix(c(0.1,0,0.3666667,0,0.6333334,0,0.9000001,0),byrow=TRUE,nrow=4) >> MM1.fx <-MM1(obs.points[,1]) >> MM1.fx >> > [1] 0.1111111 0.5789475 1.7272732 9.0000100 > # Creating geoR object > >> MM1.data <-as.geodata(cbind(obs.points,MM1.fx)) >> MM1.data >> > $coords > [1,] 0.1000000 0 > [2,] 0.3666667 0 > [3,...
2005 Aug 17
2
MMX loop filter for theora-exp
...%%mm7\n" /* mm7 = mm7 - mm5 */ + /* mm7:mm6 = _p[0]-_p[_ystride*3] */ +"movq (%0,%1),%%mm4\n" /* mm4 = _pix[0..8+_ystride] */ +"movq %%mm4,%%mm5\n" +"movq (%0,%1,2),%%mm2\n" /* mm2 = _pix[0..8]+_ystride*2] */ +"movq %%mm2,%%mm3\n" +"movq %%mm2,%%mm1\n" //ystride*2 +"punpckhbw %%mm0,%%mm5\n" +"punpcklbw %%mm0,%%mm4\n" +"punpckhbw %%mm0,%%mm3\n" +"punpcklbw %%mm0,%%mm2\n" +"psubw %%mm5,%%mm3\n" +"psubw %%mm4,%%mm2\n" + /* mm3:mm2 = (_pix[_ystride*2]-_pix[_ystride]); */ +"...
2007 Apr 18
2
[PATCH] Fix CONFIG_PARAVIRT for 2.6.19-rc5-mm1
...#39;s "paravirt-compile" patch also cleans up the spinlock header, which is good but should probably be patched separately. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/dontdiff --minimal linux-2.6.19-rc5-mm1/arch/i386/Kconfig working-2.6.19-rc5-mm1-paravirt/arch/i386/Kconfig --- linux-2.6.19-rc5-mm1/arch/i386/Kconfig 2006-11-09 11:21:58.000000000 +1100 +++ working-2.6.19-rc5-mm1-paravirt/arch/i386/Kconfig 2006-11-09 11:29:27.000000000 +1100 @@ -204,8 +204,6 @@ endchoice config PARAVIRT bool "Pa...
2007 Apr 18
2
[PATCH] Fix CONFIG_PARAVIRT for 2.6.19-rc5-mm1
...#39;s "paravirt-compile" patch also cleans up the spinlock header, which is good but should probably be patched separately. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/dontdiff --minimal linux-2.6.19-rc5-mm1/arch/i386/Kconfig working-2.6.19-rc5-mm1-paravirt/arch/i386/Kconfig --- linux-2.6.19-rc5-mm1/arch/i386/Kconfig 2006-11-09 11:21:58.000000000 +1100 +++ working-2.6.19-rc5-mm1-paravirt/arch/i386/Kconfig 2006-11-09 11:29:27.000000000 +1100 @@ -204,8 +204,6 @@ endchoice config PARAVIRT bool "Pa...
2007 Apr 18
2
[PATCH] Clean up x86 control register and MSR macros (corrected)
...d of cleanup to control registers and MSRs. It also unifies these between i386 and x86-64; at least with regards to MSRs, the two had definitely gotten out of sync. Signed-off-by: H. Peter Anvin <hpa@zytor.com> diff -urN --exclude='o.*' --exclude '*~' stock/linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild --- stock/linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild 2007-04-05 19:36:56.000000000 -0700 +++ linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild 2007-04-09 23:28:36.000000000 -0700 @@ -3,8 +3,10 @@ header-y += boot.h header-y += debu...
2007 Apr 18
2
[PATCH] Clean up x86 control register and MSR macros (corrected)
...d of cleanup to control registers and MSRs. It also unifies these between i386 and x86-64; at least with regards to MSRs, the two had definitely gotten out of sync. Signed-off-by: H. Peter Anvin <hpa@zytor.com> diff -urN --exclude='o.*' --exclude '*~' stock/linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild --- stock/linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild 2007-04-05 19:36:56.000000000 -0700 +++ linux-2.6.21-rc6-mm1/include/asm-i386/Kbuild 2007-04-09 23:28:36.000000000 -0700 @@ -3,8 +3,10 @@ header-y += boot.h header-y += debu...
2005 Aug 22
3
Help me with my memory
Okay, now, before 3.10 is finalized... what bug reports am I still forgetting? -hpa
2004 Sep 10
2
An assembly optimization and fix
...dword [esp] == last_error_0 - ; dword [esp + 4] == last_error_1 - ; dword [esp + 8] == last_error_2 - ; dword [esp + 12] == last_error_3 - ; eax == error ; ebx == &data[i] ; ecx == loop counter (i) - ; edx == temp - ; edi == save ; ebp == order ; mm0 == total_error_1:total_error_0 - ; mm1 == total_error_3:total_error_2 - ; mm2 == 0:total_error_4 - ; mm3/4 == 0:unpackarea - ; mm5 == abs(error_1):abs(error_0) - ; mm5 == abs(error_3):abs(error_2) + ; mm1 == total_error_2:total_error_3 + ; mm2 == :total_error_4 + ; mm3 == last_error_1:last_error_0 + ; mm4 == last_error_2:last_error_3...
2005 Jun 08
2
unknown boot options on kernel command line.
...ekris-v1 2.6.12- after the patch, the pieces are complete. Jun 8 13:16:51 truck kernel: Kernel command line: console=ttyS0,115200n81 root=/dev/nfs nfsroot=192.168.42.1:/nfshost/truck nfsaddrs=192.168.42.100:192.168.42.1:192.168.42.1:255.255.255.0:soekris:eth0 panic=5 initrd=initrd-2.6.12-rc6-mm1-soekris-v1.img BOOT_IMAGE=vmlinuz-2.6.12-rc6-mm1-soekris-v1 2.6.12-rc6-mm1-soekris-v1 Jun 8 13:16:51 truck kernel: Unknown boot option `2.6.12-rc6-mm1-soekris-v1': ignoring what Im wondering about is the last parameter, after the BOOT_IMAGE= part. why is it there ? switching to IPAPPEND 1...
2008 Sep 10
0
[RFC][PATCH -mm] blktrace: adds ioprio to blktrace
...N ioprio= 0 [tiotest] 8,16 0 10 0.005460703 2670 I R ioprio= 0 327680 + 8 [tiotest] 8,16 0 11 0.005462495 2670 U N ioprio= 0 [tiotest] 7 === Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya at oss.ntt.co.jp> --- diff -uprN linux-2.6.27-rc5-mm1/block/blktrace.c linux-2.6.27-rc5-mm1-blktrace/block/blktrace.c --- linux-2.6.27-rc5-mm1/block/blktrace.c 2008-09-10 19:27:44.000000000 +0900 +++ linux-2.6.27-rc5-mm1-blktrace/block/blktrace.c 2008-09-11 00:44:52.000000000 +0900 @@ -120,7 +120,8 @@ static u32 ddir_act[2] __read_mostly = { * blk_...
2006 May 19
1
pxelinux cmdline preparation for klibc kinit
Im trying to get 2.6.17-rc4-mm1 (which includes klibc) working on an nfs-root setup. Its not working, so I started adding printf()s (not printk()s !) 1st thing I notice is arg5 is empty, but arg 6 is real I could imagine this unexpected situation confusing kinit (will check..) Or is that empty arg intentional, so that it marks...
2008 Jun 26
0
geoR : Passing arguments to "optim" when using "likfit"
..."optim" I get errors. That is I want to obtain the hessian matrix so matrix (hessian=TRUE).   Heres a little example( 1-D). Can anyone shed some light?  Where am I going wrong ?   -------     > obs.points <-matrix(c(0.1,0,0.3666667,0,0.6333334,0,0.9000001,0),byrow=TRUE,nrow=4) > MM1.fx <-MM1(obs.points[,1]) > MM1.fx [1] 0.1111111 0.5789475 1.7272732 9.0000100 # Creating geoR object > MM1.data <-as.geodata(cbind(obs.points,MM1.fx)) > MM1.data $coords [1,] 0.1000000 0 [2,] 0.3666667 0 [3,] 0.6333334 0 [4,] 0.9000001 0 $data [1] 0.1111111 0.5789475 1.7272732 9.0000...