First  |  Prev |  Next  |  Last
Pages: 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
[PATCH 3/8] v5 Add section count to memory_block
Add a section count property to the memory_block struct to track the number of memory sections that have been added/removed from a memory block. This alolws us to know when the lasat memory section of a memory block has been removed so we can remove the memory block. Signed-off-by: Nathan Fontenot <nfont(a)asutin.i... 9 Aug 2010 15:40
Remove need for explicit device initialization
On Mon, Aug 9, 2010 at 8:26 PM, Nitin Gupta <ngupta(a)vflare.org> wrote: Currently, the user has to explicitly write a positive value to initstate sysfs node before the device can be used. This event triggers allocation of per-device metadata like memory pool, table array and so on. We do not pre-initia... 10 Aug 2010 00:28
[PATCH 4/8] v5 Add mutex for add/remove of memory blocks
Add a new mutex for use in adding and removing of memory blocks. This is needed to avoid any race conditions in which the same memory block could be added and removed at the same time. Signed-off-by: Nathan Fontenot <nfont(a)austin.ibm.com> --- drivers/base/memory.c | 7 +++++++ 1 file changed, 7 insertion... 9 Aug 2010 15:40
Replace ioctls with sysfs interface
On Mon, Aug 9, 2010 at 8:26 PM, Nitin Gupta <ngupta(a)vflare.org> wrote: Creates per-device sysfs nodes in /sys/block/zram<id>/ Currently following stats are exported: �- disksize �- num_reads �- num_writes �- invalid_io �- zero_pages �- orig_data_size �- compr_data_size �- mem_used_total ... 9 Aug 2010 23:24
[PATCH -next] v4l2-ctrls.c: needs to include slab.h
From: Randy Dunlap <randy.dunlap(a)oracle.com> v4l2-ctrls.c needs to include slab.h to prevent build errors: drivers/media/video/v4l2-ctrls.c:766: error: implicit declaration of function 'kzalloc' drivers/media/video/v4l2-ctrls.c:786: error: implicit declaration of function 'kfree' drivers/media/video/v4l2-ctrls.... 9 Aug 2010 14:34
[PATCH 0/8] v5 De-couple sysfs memory directories from memory sections
This set of patches de-couples the idea that there is a single directory in sysfs for each memory section. The intent of the patches is to reduce the number of sysfs directories created to resolve a boot-time performance issue. On very large systems boot time are getting very long (as seen on powerpc hardware) d... 9 Aug 2010 14:34
[PATCH 0/3] cxgbi iscsi driver
[PATCH 0/3] cxgbi iscsi driver From: Karen Xie <kxie(a)chelsio.com> This patchset includes: 1. added libcxgbi as the common library for both cxgb4i and cxgb3i driver 2. added cxgb4i iscsi initiator v5. This updated cxgb4i version incorporates the comments from Mike to identify more common functions ... 9 Aug 2010 14:34
[patch -NEXT] usb/gadget/webcam: fix Kconfig depends again
From: Randy Dunlap <randy.dunlap(a)oracle.com> The USB gadget webcam driver uses V4L2 interfaces, so it should depend on VIDEO_V4L2 instead of VIDEO_DEV. This fixes a lot of build errors when V4L2 is not enabled: ERROR: "v4l2_event_unsubscribe" [drivers/usb/gadget/g_webcam.ko] undefined! ERROR: "v4l2_event_queu... 9 Aug 2010 14:34
rcu,debug_core: allow the kernel debugger to reset the rcu stall timer
On Mon, Aug 09, 2010 at 12:12:12AM -0500, Jason Wessel wrote: When returning from the kernel debugger allow a reset of the rcu jiffies_stall value to prevent the rcu stall detector from sending NMI events which stack dumps on all the cpus in the system. Thank you for forwarding this! A couple of question... 11 Aug 2010 13:39
[PATCH 08/10] Some cleanups
- xvmalloc: Remove unnecessary stat_{inc,dec} and increment pages_stored directly - xvmalloc: Initialize pointers with NULL instead of 0 - zram: Remove verbose message when use sets insane disksize - zram: Mark some messages as pr_debug - zram: Refine some comments Signed-off-by: Nitin Gupta <ngupta(a)vfl... 9 Aug 2010 14:34
First  |  Prev |  Next  |  Last
Pages: 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101