Found 319 matching messages (0.041 seconds). Page 1 of 16.
... from user's view. This patch also removes unnecessary calls in ... (rcu_dereference(mm->owner)); /* @@ -609,7 +604,6 @@ retry: } } - pc->ref_cnt = 1 ... (struct page *page, struct mm_struct *mm, gfp_t gfp_mask) { + /* + * If already mapped, ...
linux-kernel - KAMEZAWA Hiroyuki - May 15 2008 - 05:27
... or resume operation in progress. This patch introduces such notifications and causes ... 6.21-rc6-mm1/arch/powerpc/mm/numa.c =================================================================== --- linux-2.6. ... -rc6-mm1.orig/arch/powerpc/mm/numa.c 2007-04-09 ...
linux-kernel - Rafael J. Wysocki - Apr 21 2007 - 17:17
...
linux-kernel - David Rientjes - Mar 6 2008 - 16:05
... -mm patch for now. To be applied to 2.6.25 ... sp + 2; - envp = argv + argc + 1; - if (__put_user((elf_addr_t)(unsigned long) ... elf_exec_fileno); - - if (elf_interpreter) { - retval = copy_strings_kernel(1, &passed_p, bprm); - if (retval) - goto ...
linux-kernel - Andi Kleen - Jan 16 2008 - 18:18
... (req); nfs_mark_request_commit(req); + mem_cgroup_charge_file_dirty(page, -1); dec_zone_page_state(req->wb_page, NR_UNSTABLE_NFS); dec_bdi_stat( ... page, 1); inc_zone_page_state(page, NR_WRITEBACK); + } return ret; } diff --git a/mm ...
linux-kernel - Andrea Righi - Sep 12 2008 - 11:09
... nmask ? nodes_addr(*nmask)[0] : -1); down_write(&mm->mmap_sem); @@ -905,6 +908, ... shmem.c --- a/mm/shmem.c +++ b/mm/shmem.c @@ -1082 ... short *policy, nodemask_t *policy_nodes) { return 1; } -static inline void shmem_show_mpol(struct ...
linux-kernel - David Rientjes - Mar 5 2008 - 18:16
... version of blackfin-arch.patch in -mm tree. simply add support ... include/asm-blackfin/div64.h | 1 include/asm-blackfin/dma-mapping.h ... include/asm-blackfin/irq_regs.h | 1 include/asm-blackfin/kmap_types.h ...
linux-kernel - Wu, Bryan - Mar 1 2007 - 00:14
a.k.a. mm-use-pagevec-to-rotate-reclaimable-page-fix-3.patch put_page_testzero's VM_BUG_ON(atomic_read(&page->_count) == 0) ... com> --- mm/swap.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) --- 2.6.23-rc8- ...
linux-kernel - Hugh Dickins - Sep 27 2007 - 15:48
This patch makes bt_ioremap can be used before paging_init via providing an ... arch/x86/kernel/setup_32.c | 1 arch/x86/mm/init_32.c | 2 + ... long *pte, phys, addr; + + after_paging_init = 1; + for (idx = FIX_BTMAP_BEGIN; idx <= FIX_BTMAP_END; ...
linux-kernel - Huang, Ying - Jan 15 2008 - 01:45
Problems. > Subject: [PATCH -mm 1/4] powerpc copy_siginfo_from_user32 This is advertised as a ... mainline either? At least, the fourth patch fails to apply. When trying to ... -x86. I stopped there because the patch might be invalid because of this ...
linux-kernel - Andrew Morton - Mar 13 2008 - 17:35
> This is advertised as a -mm patch but afacit it isn't ... either? At least, the fourth patch > fails to apply. Oops, sorry for ... it "compat-related" really. > This patch is a prerequisite for "ptrace: ... stuff? 2/4 depends on 1/4 for powerpc64 to keep ...
linux-kernel - Roland McGrath - Mar 13 2008 - 19:36
... -options.txt | 9 +- arch/x86_64/mm/numa.c | 249 +++++++++++++++++++-------------- include/asm- ... . NUMA emulation " + "disabled.\n"); + return -1; + } + for_each_online_node(i) { e820_register_active_regions(i, nodes[ ...
linux-kernel - David Rientjes - Jan 25 2007 - 17:37
... -options.txt | 8 +- arch/x86_64/mm/numa.c | 255 +++++++++++++++++++-------------- include/asm- ... . NUMA emulation " + "disabled.\n"); + return -1; + } + for_each_online_node(i) { e820_register_active_regions(i, nodes[ ...
linux-kernel - David Rientjes - Jan 31 2007 - 11:17
... -options.txt | 8 +- arch/x86_64/mm/numa.c | 255 +++++++++++++++++++-------------- include/asm- ... . NUMA emulation " + "disabled.\n"); + return -1; + } + for_each_online_node(i) { e820_register_active_regions(i, nodes[ ...
linux-kernel - David Rientjes - Mar 1 2007 - 13:12
... Documentation/vm/numa_memory_policy.txt | 16 ++++++++++++++-- mm/mempolicy.c | 17 ++++++++++++----- 2 files changed ... v.preferred_node = !nodes_empty(*nodes) ? first_node(*nodes) : -1; return 0; } @@ -176,7 +174,16 ...
linux-kernel - David Rientjes - Mar 7 2008 - 21:24
... on flags is necessary. Changelog (preview) -> (v1): - patch ordering is changed. - Added macro for ... .hiroyu@jp.fujitsu.com> --- mm/memcontrol.c | 108 +++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 77 insertions(+), ...
linux-kernel - KAMEZAWA Hiroyuki - Aug 20 2008 - 05:55
... on it. > Is that already part of the -mm kernel? > > Arnd <>< I will send out the SPI patch ASAP. and your signature is very interesting, it ... Another question: when is the merge point from -mm to linus mainline, is it the same as ...
linux-kernel - Wu, Bryan - Mar 5 2007 - 05:19
... update version of blackfin-arch.patch in -mm tree. > simply add support to ... /frsrelease/39/2583/blackfin-arch.patch It would be nice if ... ((void *)dma_base, 0, DMA_UNCACHED_REGION); > + dma_initialized = 1; > + > + printk(KERN_INFO "%s: dma_page @ 0x%p ...
linux-kernel - Paul Mundt - Mar 5 2007 - 05:23
... CONFIG_X86_PAE is undefined in arch/x86/mm/boot_ioremap_32.c unconditionally, so the 2 ... to this patch but running current x86.git#mm as a ... =y Not tainted ]---- > (XEN) CPU: 1 > (XEN) RIP: e019:[<00000000c02601b1>] > (XEN) ...
linux-kernel - huang ying - Jan 18 2008 - 10:54
... > on top of the cleanup patches already in -mm. > Please send all mac80211 ... infrastructure and then send the dependent patches into the relevant maintainers. But that ... and I'll merge the dependent patch directly with the appropriate ordering. == ...
linux-kernel - Jiri Kosina - Apr 17 2008 - 05:04