First  |  Prev |  Next  |  Last
Pages: 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747
[PATCH 23/23] x86: remove old bootmem code
Requested by Ingo, Thomas and HPA. it mean 2.6.34 and 2.6.35 have them bootmem and nobootmem for x86. and later for x86 will only have nobootmem Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/Kconfig | 10 +------- arch/x86/kernel/setup.c | 4 --- arch/x86/mm/init_32.c | 56 ----... 4 Jul 2010 03:38
[PATCH 20/23] x86: Replace e820_/_early string with lmb_
1.include linux/lmb.h directly. so later could reduce e820.h reference. 2 this patch is done by sed scripts mainly -v2: use LMB_ERROR instead of -1ULL or -1UL Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/efi.h | 2 +- arch/x86/kernel/acpi/sleep.c | 7 ++++--- arch/x8... 4 Jul 2010 03:38
[PATCH 05/23] lmb: Prepare to include linux/lmb.h in core file
Need to add protection in linux/lmb.h, to prepare to include it in mm/page_alloc.c and mm/bootmem.c etc. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/lmb.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/linux/lmb.h b/include/linux/lmb.h index 1a0ba7a..... 4 Jul 2010 03:38
[PATCH 15/23] x86, lmb: Add lmb_x86_find_in_range_node()
It can be used to find NODE_DATA for numa. Need to make sure early_node_map[] is filled before it is called, otherwise it will fallback to lmb_find_in_range(), with node range. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/lmb.h | 1 + arch/x86/mm/lmb.c | 15 ++++++++++... 4 Jul 2010 03:38
[PATCH 08/23] x86, lmb: Add lmb_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/lmb.c yet. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/lmb.h | 8 ++++ arch/x86/mm/Makefile | 2 + arch/x86/mm/lmb.c ... 4 Jul 2010 03:38
[PATCH 12/23] x86, lmb: Add get_free_all_memory_range()
get_free_all_memory_range is for CONFIG_NO_BOOTMEM=y, and will be called by free_all_memory_core_early(). It will use early_node_map aka active ranges subtract lmb.reserved to get all free range, and those ranges will convert to slab pages. -v4: increase range size Signed-off-by: Yinghai Lu <yinghai(a)kernel.o... 4 Jul 2010 03:38
[PATCH 10/23] x86, lmb: Add lmb_x86_to_bootmem()
lmb_x86_to_bootmem() will reserve lmb.reserved.region in bootmem after bootmem is set up. We can use it to with all arches that support lmb later. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/lmb.h | 1 + arch/x86/mm/lmb.c | 30 ++++++++++++++++++++++++++++++ 2 files... 4 Jul 2010 03:38
[PATCH 03/23] lmb: Print new doubled array location info
so will have more idea where it is, use lmb_debug to controll it -v2: use lmb_dbg instead of " if (lmb_debug) " Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- lib/lmb.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/lmb.c b/lib/lmb.c index bbdb1ec..dde8d04 100644 ... 4 Jul 2010 03:38
[PATCH] nilfs2: remove BKL uses
Nilfs has BKL uses in its put_super and remount functions, but none of them are necessary, just came from earlier push downs. This eliminates the BKL uses from nilfs. Signed-off-by: Ryusuke Konishi <konishi.ryusuke(a)lab.ntt.co.jp> --- fs/nilfs2/ioctl.c | 1 - fs/nilfs2/super.c | 9 --------- 2 files cha... 4 Jul 2010 02:34
xstat: Implement a requestable extra result to procure some inode flags [ver #4]
[CC+=linux-api] On Fri, Jul 2, 2010 at 1:57 AM, David Howells <dhowells(a)redhat.com> wrote: [This is, for the moment, to be considered an example. �Do we actually want to �export these flags? �Should they be a full member of struct xstat?] Since I suggested the idea, obviously I'm inclined to think they sh... 4 Jul 2010 01:30
First  |  Prev |  Next  |  Last
Pages: 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747