[PATCH 0/9] Scalability requirements for sysv ipc - v3
After scalability problems have been detected when using the sysV ipcs, I have proposed to use an RCU based implementation of the IDR api instead (see threads http://lkml.org/lkml/2008/4/11/212 and http://lkml.org/lkml/2008/4/29/295). This resulted in many people asking to convert the idr API and make it rcu s... 7 May 2008 07:28
[PATCH 2/9] Rename some of the idr APIs internal routines
[PATCH 02/09] This is a trivial patch that renames: . alloc_layer to get_from_free_list since it idr_pre_get that actually allocates memory. . free_layer to move_to_free_list since memory is not actually freed there. This makes things more clear for the next patches. Signed-off-by: Nadia Derbey <... 7 May 2008 07:28
[PATCH 3/9] Fix a printk call
[PATCH 03/09] This is a trivial patch that fixes the printk incomplete call. Signed-off-by: Nadia Derbey <Nadia.Derbey(a)bull.net> --- lib/idr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: linux-2.6.25-mm1/lib/idr.c =================================================================== ... 7 May 2008 07:28
[PATCH] IB/ehca: Protect QP against destroying until all async events for it are handled.
This is necessary because, in a multicore environment, a race between uverbs async handler and destroy QP could occur. Signed-off-by: Stefan Roscher <stefan.roscher at de.ibm.com> --- We are not sure if this should be fixed in the driver or in uverbs itself. Roland, what's your opinion about this? drivers/... 7 May 2008 15:04
[PATCH 1/9] viafb: VIA Frame Buffer Device Driver
Hi Joseph, On Wed, May 7, 2008 at 1:55 PM, <JosephChan(a)via.com.tw> wrote: Signed-off-by: Joseph Chan <josephchan(a)via.com.tw> The patch has plento of coding style problems so you probably want to run scripts/checkpatch and re-submit. Is the documentation available somewhere for this device btw? -- To unsub... 7 May 2008 07:28
[Linux-fbdev-devel] [PATCH 1/9] viafb: VIA Frame Buffer Device Driver
Signed-off-by: Joseph Chan <josephchan(a)via.com.tw> diff -Nur a/Documentation/fb/viafb.txt b/Documentation/fb/viafb.txt --- a/Documentation/fb/viafb.txt 1969-12-31 19:00:00.000000000 -0500 +++ b/Documentation/fb/viafb.txt 2008-05-06 06:46:26.000000000 -0400 @@ -0,0 +1,197 @@ + + VIA Integration Graphic ... 7 May 2008 07:28
[Linux-fbdev-devel] [PATCH 0/9] viafb: VIA Frame Buffer Device Driver
The following patches are VIA frame buffer device driver for VIA UniChrome (Pro) and Chrome9 Families. There are 9 patches which are based on linux kernel 2.6.26-rc1 Any question, please contact me. Thanks. BRs, Joseph Chan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body... 7 May 2008 07:28
[Patch] hfsplus oops on image without extends
hi, the following patch fixes an oops with a corrupted hfs+ image. see http://bugzilla.kernel.org/show_bug.cgi?id=10548 for details. Problem is that we call hfs_btree_open() from hfsplus_fill_super() to set HFSPLUS_SB(sb).[ext_tree|cat_tree] Both trees are still NULL at this moment. If hfs_btree_open() fails f... 7 May 2008 06:40
[PATCH] atmel_lcdfb: fix initialization of a pre-allocated framebuffer
Fix initialization of framebuffer not calling ioremap_writecombine() function and not using internal SRAM for at91sam9rl. This is a little rework of the "Don't initialize a pre-allocated framebuffer" patch that corrects the call to ioremap_writecombine() function. It also cuts the use of internal SRAM for at9... 7 May 2008 05:53
Freezer: Try to handle killable tasks
On Wed 2008-05-07 00:07:55, Rafael J. Wysocki wrote: From: Rafael J. Wysocki <rjw(a)sisk.pl> The introduction of TASK_KILLABLE allows the freezer to work in some situation that it could not handle before. Make the freezer handle killable tasks and add try_to_freeze() in some places where it is safe... 7 May 2008 15:04