First  |  Prev |  Next  |  Last
Pages: 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349
GSoC 2010 - Memory hotplug support for Xen guests - fully working version
On 07/26/2010 05:41 PM, Daniel Kiper wrote: Hi, Currently there is fully working version. It has been tested on Xen Ver. 4.0.0 in PV guest i386/x86_64 with Linux kernel Ver. 2.6.32.16 and Ver. 2.6.34.1. This patch cleanly applys to Ver. 2.6.34.1 Thanks. I've pushed this into xen.git as xen/me... 29 Jul 2010 16:18
[PATCH 16/17] x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get correct dma_reserve
memblock_memory_size() will return memory size in memblock.memory.region. memblock_free_memory_size() will return free memory size in memblock.memory.region. So We can get exact reseved size in specified range. Set the size right after initmem_init(), because later bootmem API will get area above 16M. (except s... 29 Jul 2010 16:18
[PATCH 07/17] x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_hole_size()
memblock_x86_register_active_regions() will be used to fill early_node_map, the result will be memblock.memory.region AND numa data memblock_x86_hole_size will be used to find hole size on memblock.memory.region with specified range. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/mem... 29 Jul 2010 16:18
[PATCH -v27 00/17] Use memblock with x86
New memblock could be used to replace early_res in x86. Suggested by: David, Ben, and Thomas -v25: update to mainline with kmemleak fix on nobootmem also rename lmb to memblock alread in mainline -v26: according to Linus and hpa, seperate the big patchset to small ones. -v27: rebase to Ben's powerpc/... 29 Jul 2010 16:18
[PATCH 03/17] bootmem, x86: Add weak version of reserve_bootmem_generic
It will be used memblock_x86_to_bootmem converting It is an wrapper for reserve_bootmem, and x86 64bit is using special one. Also clean up that version for x86_64. We don't need to take care of numa path for that, bootmem can handle it how Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/mm/init... 29 Jul 2010 16:18
RE
I am Barrister Lee Banabas an attorney at law.I have a business proposal for you valued at($10,600,000.00 USD)contact me For more information -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kerne... 29 Jul 2010 16:18
[PATCH] of: Provide default of_node_to_nid() implementation.
of_node_to_nid() is only relevant in a few architectures. Don't force everyone to implement it anyway. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- v3: make -1 the default return value and let powerpc override it to 0 when CONFIG_NUMA not set. arch/microblaze/include/asm/topology.h | 10 -... 29 Jul 2010 15:12
use ID in page cgroup
KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> writes: From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Now, addresses of memory cgroup can be calculated by their ID without complex. This patch relplaces pc->mem_cgroup from a pointer to a unsigned short. On 64bit architecture, this offers u... 3 Aug 2010 00:36
[PATCH -V3 11/17] richacl: Check if an acl is equivalent to a file mode
From: Andreas Gruenbacher <agruen(a)suse.de> This function is used to avoid storing richacls on disk if the acl can be computed from the file permission bits. Signed-off-by: Andreas Gruenbacher <agruen(a)suse.de> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/richacl_base.c | 54... 29 Jul 2010 15:12
[PATCH -V3 09/17] richacl: Helper functions for implementing richacl inode operations
From: Andreas Gruenbacher <agruen(a)suse.de> These functions are supposed to be used by file systems so that the file system independent code remains in the vfs. Signed-off-by: Andreas Gruenbacher <agruen(a)suse.de> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/Makefile | ... 29 Jul 2010 15:12
First  |  Prev |  Next  |  Last
Pages: 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349