First  |  Prev |  Next  |  Last
Pages: 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452
[PATCH 01/16] x86, memblock: Add memblock_x86_find_in_range_size()
size is returned according free range. Will be used to find free ranges for early_memtest and memory corruption check Do not mess it up with lib/memblock.c yet. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/memblock.h | 8 ++++ arch/x86/mm/Makefile | 2 + arch/x86/... 22 Jul 2010 15:48
[PATCH 03/16] x86, memblock: Add memblock_x86_to_bootmem()
memblock_x86_to_bootmem() will reserve memblock.reserved.region in bootmem after bootmem is set up. We can use it to with all arches that support memblock later. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/memblock.h | 1 + arch/x86/mm/memblock.c | 30 +++++++++++++++... 22 Jul 2010 15:48
[PATCH -v26 00/16] 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. this one is x86 related, final... 22 Jul 2010 15:48
E-MAIL WINNER
Your Email Id has won 1,000,000.00 GBP in the COCA COLA Online Promo 2010. send your Names. Address. Tel. Age. Occupation: to our claims department: claimsgroup414(a)hotmail.co.uk +447017038047 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo... 22 Jul 2010 14:43
[PATCH 12/31] memblock: Move memblock arrays to static storage in memblock.c and make their size a variable
From: Benjamin Herrenschmidt <benh(a)kernel.crashing.org> This is in preparation for having resizable arrays. Note that we still allocate one more than needed, this is unchanged from the previous implementation. Signed-off-by: Benjamin Herrenschmidt <benh(a)kernel.crashing.org> --- include/linux/memblock.h | ... 22 Jul 2010 14:43
cgroupfs: create /sys/fs/cgroup to mount cgroupfs on
On Thu, Jul 22, 2010 at 11:31:07AM -0700, Paul Menage wrote: On Thu, Jul 22, 2010 at 11:26 AM, Greg KH <gregkh(a)suse.de> wrote: We really shouldn't be asking userspace to create new root filesystems. So follow along with all of the other in-kernel filesystems, and provide a mount point in sysfs. ... 26 Jul 2010 19:23
[PATCH 11/31] memblock: Remove memblock_type.size and add memblock.memory_size instead
From: Benjamin Herrenschmidt <benh(a)kernel.crashing.org> Right now, both the "memory" and "reserved" memblock_type structures have a "size" member. It's unused in the later case, and represent the calculated memory size in the later case. This moves it out to the main memblock structure instead Signed-off-by:... 22 Jul 2010 14:43
[PATCH 21/31] memblock: Add "start" argument to memblock_find_base()
From: Benjamin Herrenschmidt <benh(a)kernel.crashing.org> To constraint the search of a region between two boundaries, which will be used by the new NUMA aware allocator among others. Signed-off-by: Benjamin Herrenschmidt <benh(a)kernel.crashing.org> --- mm/memblock.c | 27 ++++++++++++++++----------- 1 files ... 22 Jul 2010 14:43
[PATCH 28/31] memblock: Export MEMBLOCK_ERROR again
will used by x86 memblock_x86_find_in_range_node and nobootmem replacement -v2: use 0 instead -1ULL, Suggested by Linus, so we don't need cast them later to unsigned long Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/memblock.h | 1 + mm/memblock.c | 2 -- 2 files changed,... 22 Jul 2010 14:43
[PATCH 18/31] memblock: Move functions around into a more sensible order
From: Benjamin Herrenschmidt <benh(a)kernel.crashing.org> Some shuffling is needed for doing array resize so we may as well put some sense into the ordering of the functions in the whole memblock.c file. No code change. Added some comments. Signed-off-by: Benjamin Herrenschmidt <benh(a)kernel.crashing.org> --- m... 22 Jul 2010 14:43
First  |  Prev |  Next  |  Last
Pages: 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452