First  |  Prev |  Next  |  Last
Pages: 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717
[PATCH 41/49] x86, memblock: Add memblock_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 memblock_find_in_range(), with node range. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/memblock.h | 1 + arch/x86/mm/memblock.c | ... 6 Jul 2010 18:55
[PATCH -v23 00/49] Use memblock with x86
New memblock could be used to replace early_res in x86. Suggested by: David, Ben, and Thomas -v18: change memblock_find_area to memblock_find_in_range kill __memblock_find_area and use memblock_find_area directly remove memblock_add_memory change memblock_reserve_area to memblock_reserve_rang... 6 Jul 2010 18:55
[PATCH 12/49] 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:... 6 Jul 2010 18:55
[PATCH 33/49] memblock: Add memblock_find_in_range()
it is a wrapper for memblock_find_base make it more easy for x86 to use memblock. ( rebase ) x86 early_res is using find/reserve pattern instead of alloc. keep it in weak version, so later We can use x86 own version if needed. also We need it in mm/memblock.c, so one caller mm/page_alloc.c could get compiled ... 6 Jul 2010 18:55
[PATCH 17/49] memblock: Move memblock_init() to the bottom of the file
From: Benjamin Herrenschmidt <benh(a)kernel.crashing.org> It's a real PITA to have to search for it in the middle Signed-off-by: Benjamin Herrenschmidt <benh(a)kernel.crashing.org> --- mm/memblock.c | 54 +++++++++++++++++++++++++++--------------------------- 1 files changed, 27 insertions(+), 27 deletions(-) ... 6 Jul 2010 18:55
sched: make sched_param arugment static variables in some sched_setscheduler() caller
On Tue, 2010-07-06 at 09:51 +0900, KOSAKI Motohiro wrote: Andrew Morton pointed out almost sched_setscheduler() caller are using fixed parameter and it can be converted static. it reduce runtume memory waste a bit. We are replacing runtime waste with permanent waste? Reported-by: Andrew Morton <akp... 7 Jul 2010 16:46
Documentation/isdn: CAPI controller interface amendment
Am 06.07.2010 04:24 schrieb David Miller: Please stop using "Impact: " tags, I just edit them out when I add your changes. Gladly. Thanks, Tilman -- Tilman Schmidt E-Mail: tilman(a)imap.cc Bonn, Germany Diese Nachricht besteht zu 100% aus wiederverwerteten Bits. Ungeƶffnet mindeste... 6 Jul 2010 16:41
[PATCH] OCFS2: Allow huge (> 16 TiB) volumes to mount
[Added jbd2 Ccs. Sorry about the whole-patch-quote, but I want jbd2 folks to see what we're doing.] On Tue, Jun 29, 2010 at 05:16:11PM -0700, Patrick J. LoPresti wrote: The OCFS2 developers have already done all of the hard work to allow volumes larger than 16 TiB. But there is still a "sanity check" in ... 6 Jul 2010 16:41
KVM: MMU: combine guest pte read between fetch and pte prefetch
On Tue, Jul 06, 2010 at 06:51:06PM +0800, Xiao Guangrong wrote: Combine guest pte read between guest pte check in the fetch path and pte prefetch Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/paging_tmpl.h | 69 ++++++++++++++++++++++++++----------------- 1 files ch... 7 Jul 2010 12:22
cachefiles: use path_get instead of lone dget
On Tue, 06 Jul 2010, David Howells wrote: Miklos Szeredi <miklos(a)szeredi.hu> wrote: Dentry references should not be acquired without a corresponding vfsmount ref. Which we have: current->fs holds one. Or is this unsafe due to CLONE_FS? current->fs doesn't change, but the contents can (e.g. a... 4 Aug 2010 07:04
First  |  Prev |  Next  |  Last
Pages: 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717