[PATCH 15/39] lmb: Add lmb_find_area_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_area(), with node range. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/lmb.h | 1 + mm/lmb.c | 15 +++++++++++++++ 2 files ch... 9 Apr 2010 02:21
[PATCH 09/39] bootmem, x86: Add weak version of reserve_bootmem_generic
It will be used lmb_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_32.c | ... 9 Apr 2010 02:21
[PATCH 38/39] lmb: move __alloc_memory_core_early() to nobootmem.c
We can remove #ifdef in mm/page_alloc.c and change that function to static Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/mm.h | 2 -- mm/nobootmem.c | 21 +++++++++++++++++++++ mm/page_alloc.c | 24 ------------------------ 3 files changed, 21 insertions(+), 26 deletions(-) ... 9 Apr 2010 02:21
flex_array: export some symbols for nfnetlink_queue use
Le vendredi 09 avril 2010 à 12:09 +0800, Changli Gao a écrit : export some symbols for nfnetlink_queue use export some symbols for nfnetlink_queue use. Signed-off-by: Changli Gao <xiaosuo(a)gmail.com> ---- lib/Makefile | 4 ++-- lib/flex_array.c | 5 +++++ 2 files changed, 7 insertions(+), 2 de... 9 Apr 2010 01:15
email list
Salvador, Contact me at the email address below for a catalog of all our USA lists. Also, this week we are offering reduced costs for more than one list. Regards, Clyde Meier Email Address: Ian.Eldridge(a)optinlists.co.cc email rembox(a)optinlists.co.cc for delisting -- To unsubscribe from t... 9 Apr 2010 00:10
mm: Preemptible mmu_gather
On Thu, Apr 08, 2010 at 09:17:43PM +0200, Peter Zijlstra wrote: @@ -39,30 +33,48 @@ struct mmu_gather { struct mm_struct *mm; unsigned int nr; /* set to ~0U means fast mode */ + unsigned int max; /* nr < max */ unsigned int need_flush;/* Really unmapped some ptes? */ unsigned int fullm... 20 Apr 2010 16:11
powerpc: Add rcu_read_lock() to gup_fast() implementation
It's not wrong per se, but the entire powerpc memory management code does the IRQ disabling for its pagetable RCU code. So I think it would be better to do the whole thing in one go. I don't think Paul will surprise-break powerpc :) It's up to Ben really, though. On Thu, Apr 08, 2010 at 09:17:38PM +0200, P... 18 Apr 2010 15:17
2.6.34-rc3-git8: Reported regressions 2.6.32 -> 2.6.33
On 04/09/10 00:54, Rafael J. Wysocki wrote: Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=15699 Subject : rt2500usb driver cannot remain connected Submitter : <abcd(a)gentoo.org> Date : 2010-04-05 19:30 (4 days old) Handled-By : Ivo van Doorn <IvDoorn(a)gmail.com> This one ought to be ... 9 Apr 2010 16:45
[PATCH 2/3 ] SCSI: Support several features in arcmsr driver
1. To support 4M/1024 scatter-gather list entry, reorganize struct ARCMSR_CDB and struct CommandControlBlock 2. To modify arcmsr_probe 3. In order to help fix F/W issue, add the driver mode for type B card 4. To improve AP's behavior while F/W resets 5. To unify struct MessageUnit_B's members' naming in all OS dri... 8 Apr 2010 23:03
[PATCH] cfq-iosched: Fix the incorrect timeslice accounting with forced_dispatch.
When CFQ dispatches requests forcefully due to a barrier or changing iosched, it runs through all cfqq's dispatching requests and then expires each queue. However, it does not activate a cfqq before flushing its IOs resulting in using stale values for computing slice_used. This patch fixes it by calling activate qu... 8 Apr 2010 23:03