login
Header Space

 
 

Mailing list archives

Search results

Found 319 matching messages (0.041 seconds). Page 1 of 16.

[PATCH -mm 1/5] memcg: remove refcnt from page_cgroup

... 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

[PATCH -mm 1/2] Add suspend-related notifications for CPU hotplug

... 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

[patch -mm 1/4] mempolicy: move rebind functions

... --- mm/mempolicy.c | 185 +++++++++++++++++++++++++++---------------------------- 1 files changed, 91 ... = node; + else + pol->v.preferred_node = -1; + } else if (relative_nodes) { + mpol_relative_nodemask(&tmp, &pol-> ...

linux-kernel - David Rientjes - Mar 6 2008 - 16:05

[PATCH mm] [1/2] Remove a.out interpreter support in ELF loader

... -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

[RFC] [PATCH -mm 1/2] memcg dirty_ratio and additional page statistics

... (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

[patch -mm 1/6] mempolicy: convert MPOL constants to enum

... 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

[PATCH -mm 1/5] Blackfin: blackfin architecture patch update

... 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

[PATCH mm 1/3] fix BUG at include/linux/mm.h:220!

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

[PATCH -mm 1/3] i386 boot: replace boot_ioremap with enhanced bt_ioremap - enhance bt_ioremap

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

Re: [PATCH -mm 1/4] powerpc copy_siginfo_from_user32

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

Re: [PATCH -mm 1/4] powerpc copy_siginfo_from_user32

> 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

[patch -mm 1/5] x86_64: configurable fake numa node sizes

... -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

[patch -mm 1/7] x86_64: configurable fake numa node sizes

... -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

[patch -mm 1/7] x86_64: configurable fake numa node sizes

... -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

[patch -mm 1/2] mempolicy: disallow static or relative flags for local preferred mode

... 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

[RFC][PATCH -mm 1/7] memcg: page_cgroup_atomic_flags.patch

... 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

Re: [PATCH -mm 1/5] Blackfin: blackfin architecture patch update

... 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

Re: [PATCH -mm 1/5] Blackfin: blackfin architecture patch update

... 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

Re: [PATCH -mm 1/3] i386 boot: replace boot_ioremap with enhanced bt_ioremap - enhance bt_ioremap

... 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

Re: [PATCH-mm 1/3] mac80211: tkip.c use get/put_unaligned helpers

... > 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

speck-geostationary