Vadim Lobanov ([email protected])

Number of posts: 123 (0.08 per day)
First post: 2004-11-03 08:04:35
Last post: 2009-03-02 18:52:33

Date List Subject
2009-03-02 18:52:33 linux-kernel Re: [RFC][PATCH] irq: remove IRQF_DISABLED
2009-01-17 00:17:29 linux-kernel Re: amd5536udc interrupts bug
2009-01-14 22:49:53 linux-kernel Re: amd5536udc interrupts bug
2009-01-13 19:20:09 linux-kernel Re: amd5536udc interrupts bug
2009-01-12 19:02:57 linux-kernel Re: amd5536udc interrupts bug
2009-01-09 22:40:32 linux-kernel Re: amd5536udc interrupts bug
2009-01-09 06:25:34 linux-kernel Re: amd5536udc interrupts bug
2009-01-09 02:02:53 linux-kernel Re: amd5536udc interrupts bug
2009-01-08 18:27:28 linux-kernel Re: amd5536udc interrupts bug
2009-01-07 23:18:18 linux-kernel amd5536udc interrupts bug
2008-07-17 04:15:23 linux-kernel Re: [PATCH] : A better approach to compute int_sqrt in lib/int_sqrt.c
2008-01-18 19:55:35 linux-kernel Re: Why is the kfree() argument const?
2008-01-18 19:14:52 linux-kernel Re: Why is the kfree() argument const?
2008-01-18 19:06:30 linux-kernel Re: Why is the kfree() argument const?
2008-01-18 08:30:42 linux-kernel Re: Why is the kfree() argument const?
2008-01-10 05:06:41 linux-kernel Re: [JANITOR PROPOSAL] Switch ioctl functions to ->unlocked_ioctl
2008-01-09 23:42:39 linux-kernel Re: [JANITOR PROPOSAL] Switch ioctl functions to ->unlocked_ioctl
2007-11-23 22:03:05 linux-kernel Re: [RFC] Documentation about unaligned memory access
2007-01-08 18:11:28 linux-kernel Re: trouble loading self compiled vanilla kernel
2007-01-08 08:15:06 linux-kernel Re: [PATCH] include/linux/slab.h: new KFREE() macro.
2007-01-08 07:04:17 linux-kernel Re: [PATCH] include/linux/slab.h: new KFREE() macro.
2007-01-08 02:35:39 linux-kernel Re: [PATCH] include/linux/slab.h: new KFREE() macro.
2007-01-07 23:22:18 linux-kernel Re: [PATCH] include/linux/slab.h: new KFREE() macro.
2007-01-07 09:33:57 linux-kernel Re: [DISCUSS] Making system calls more portable.
2006-12-27 06:08:45 linux-kernel Re: Feature request: exec self for NOMMU.
2006-12-20 06:40:31 linux-kernel [PATCH] fdtable: Provide free_fdtable() wrapper.
2006-11-17 19:26:16 linux-kernel Re: Patch to fixe Data Acess error in dup_fd
2006-11-15 08:15:47 linux-kernel Re: Patch to fixe Data Acess error in dup_fd
2006-11-14 21:36:07 linux-kernel Re: Patch to fixe Data Acess error in dup_fd
2006-11-14 18:49:21 linux-kernel Re: Patch to fixe Data Acess error in dup_fd
2006-10-26 16:24:18 linux-kernel Re: Another kernel releated GPL ?
2006-10-14 23:29:21 linux-kernel [PATCH 2/2] fdtable: Avoid fdset cacheline ping-pong.
2006-10-14 23:28:53 linux-kernel [PATCH 1/2] fdtable: Bound minimum allocation size.
2006-10-12 18:52:21 linux-kernel Re: 2.6.19-rc1-mm1
2006-10-12 07:16:43 linux-kernel Re: [PATCH] fdtable: Eradicate fdarray overflow.
2006-10-12 06:07:40 linux-kernel Re: [PATCH] fdtable: Eradicate fdarray overflow.
2006-10-12 02:58:07 linux-kernel [PATCH] fdtable: Eradicate fdarray overflow.
2006-10-11 02:39:38 linux-kernel Re: Potential fix for fdtable badness.
2006-10-11 02:08:20 linux-kernel Potential fix for fdtable badness.
2006-10-10 22:38:51 linux-kernel Re: BUG in filp_close() (was: Re: 2.6.19-rc1-mm1)
2006-10-10 22:14:36 linux-kernel Re: BUG in filp_close() (was: Re: 2.6.19-rc1-mm1)
2006-10-10 20:31:13 linux-kernel Re: BUG() in copy_fdtable() with 64K pages (2.6.19-rc1-mm1)
2006-10-10 18:36:36 linux-kernel Re: [PATCH 2/5] fdtable: Make fdarray and fdsets equal in size.
2006-10-06 23:08:31 linux-kernel Re: [PATCH 5/5] fdtable: Extensive fs/file.c cleanups.
2006-10-06 21:38:12 linux-kernel Re: [PATCH 5/5] fdtable: Extensive fs/file.c cleanups.
2006-10-06 04:52:32 linux-kernel [PATCH 5/5] fdtable: Extensive fs/file.c cleanups.
2006-10-06 04:52:08 linux-kernel [PATCH 4/5] fdtable: Implement new pagesize-based fdtable allocator.
2006-10-06 04:51:33 linux-kernel [PATCH 3/5] fdtable: Remove the free_files field.
2006-10-06 04:51:08 linux-kernel [PATCH 2/5] fdtable: Make fdarray and fdsets equal in size.
2006-10-06 04:50:39 linux-kernel [PATCH 1/5] fdtable: Delete pointless code in dup_fd().
2006-10-04 20:58:44 linux-kernel Re: Must check what?