login
Header Space

 
 

Mailing list archives

Search results

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

[PATCH -mm 2/5] memcg: handle swap cache

... cache, based on remove-refcnt patch. * If a page is swap ... log: v1->v2 - adjusted to 2.6.25-mm1. Signed-off ... 6.26-rc2-mm1/mm/migrate.c @@ -360,7 +360,8 ... INC_CACHE_INFO(del_total); + mem_cgroup_uncharge_page(page); } /** Index: mm-2.6.26-rc2-mm1 ...

linux-kernel - KAMEZAWA Hiroyuki - May 15 2008 - 05:30

[patch -mm 2/6] mempolicy: support optional mode flags

... .com> --- fs/hugetlbfs/inode.c | 2 +- include/linux/mempolicy.h | 20 ... using address */ #define MPOL_F_MEMS_ALLOWED (1<<2) /* return allowed memories */ @@ -64,6 ... flags; if (vma) { up_read(¤t->mm->mmap_sem); @@ -763,8 +766,8 ...

linux-kernel - David Rientjes - Mar 5 2008 - 18:16

[RFC] [PATCH -mm 2/2] use collected memory cgroup statistics for page writeback

... 11 +++-- kernel/trace/trace.c | 2 +- mm/backing-dev.c | 3 ... 10)) seq_printf(m, diff --git a/mm/page-writeback.c b ... NULL) + * determine_dirtyable_memory(NULL)) + / 100; return 2 + ilog2(dirty_total - 1); } @@ -147,9 ...

linux-kernel - Andrea Righi - Sep 12 2008 - 11:09

[patch -mm 2/4] mempolicy: create mempolicy_operations structure

... to accomodate the existing switch() statements in mm/mempolicy.c. [*] The ->create() function for ... -off-by: David Rientjes --- mm/mempolicy.c | 191 ++++++++++++++++++++++++++++++++------------------------ 1 files changed, ...

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

Regression: Re: [patch -mm 2/4] mempolicy: create mempolicy_operations structure

The subject patch causes a regression in the numactl package mempolicy ... add bitmap_onto() and bitmap_fold() operations [patch 5/6] mempolicy: add MPOL_F_RELATIVE_NODES ... mempolicy: move rebind functions [patch -mm 2/4] mempolicy: create mempolicy_operations ...

linux-kernel - Lee Schermerhorn - Mar 7 2008 - 16:44

[PATCH -mm 2/3] i386 boot: replace boot_ioremap with enhanced bt_ioremap - remove boot_ioremap

This patch replaces boot_ioremap invokation with bt_ioremap and removes the boot_ioremap implementation ... !header) break; --- a/arch/x86/mm/boot_ioremap_32.c +++ /dev/null @@ -1, ... -time pagetables, which only - * have 2 PTE pages mapping the first ...

linux-kernel - Huang, Ying - Jan 15 2008 - 01:45

[patch -mm 2/2] mempolicy: use default_policy mode instead of MPOL_DEFAULT

default_policy is defined in mm/mempolicy.c as the default system policy: ... -by: David Rientjes --- mm/mempolicy.c | 12 ++++++------ 1 files changed, 6 ... b/mm/mempolicy.c --- a/mm/mempolicy.c +++ b/mm/mempolicy.c @@ -185,7 + ...

linux-kernel - David Rientjes - Mar 7 2008 - 21:24

[patch -mm 2/5] x86_64: split remaining fake nodes equally

... | 4 +++- arch/x86_64/mm/numa.c | 24 +++++++++++++++++++----- 2 files changed, 22 insertions ... listed. For example: numa=fake=2*512,1024,4*256 gives two ... 0417921..3344d60 100644 --- a/arch/x86_64/mm/numa.c +++ b/arch/x86_64/ ...

linux-kernel - David Rientjes - Jan 25 2007 - 17:37

[patch -mm 2/7] x86_64: split remaining fake nodes equally

... | 4 +++- arch/x86_64/mm/numa.c | 22 ++++++++++++++++++---- 2 files changed, 21 insertions ... coefficients listed. For example: numa=fake=2*512,1024,4*256 gives ... ..6c4b45f 100644 --- a/arch/x86_64/mm/numa.c +++ b/arch/x86_64/ ...

linux-kernel - David Rientjes - Jan 31 2007 - 11:17

[patch -mm 2/7] x86_64: split remaining fake nodes equally

... -sized nodes. For example: numa=fake=2*512,4* gives two 512M nodes ... | 4 +++- arch/x86_64/mm/numa.c | 22 ++++++++++++++++++---- 2 files changed, 21 insertions ... listed. For example: numa=fake=2*512,1024,4*256 gives two ...

linux-kernel - David Rientjes - Mar 1 2007 - 13:13

[PATCH mm 2/3] kill redundancy in rotate_reclaimable_page

a.k.a. mm-use-pagevec-to-rotate-reclaimable-page-cleanup.patch diff -U5 shows rotate_reclaimable_page() is pointlessly testing ... 1 file changed, 7 insertions(+), 8 deletions(-) --- 2.6.23-rc8-mm2/mm/swap.c 2007-09-27 17:51:11. ...

linux-kernel - Hugh Dickins - Sep 27 2007 - 15:49

[RFC][PATCH -mm 2/7] memcg: delayed_batch_freeing_of_page_cgroup.patch

... base patch for freeing page_cgroup by RCU patch. This patch depends on page_cgroup_atomic_flags.patch. ... (+), 12 deletions(-) Index: mmtom-2.6.27-rc3+/mm/memcontrol.c =================================================================== --- mmtom-2.6 ...

linux-kernel - KAMEZAWA Hiroyuki - Aug 20 2008 - 05:59

Re: Regression: Re: [patch -mm 2/4] mempolicy: create mempolicy_operations structure

... -pages/online/pages/man2/set_mempolicy.2.html > > It does appear that ... I'm tiring of the subject, as I think you are, ... two syscalls. > > > Note: in the subject patch, I didn't enforce ... you intend for your patch entitled "[patch -mm v2] mempolicy: disallow ...

linux-kernel - Lee Schermerhorn - Mar 10 2008 - 10:58

Re: [PATCH -mm 2/2] kprobes: add tests for register_kprobes

... -mm.orig/tests/test_kprobes.c +++ 2.6-mm/tests/test_kprobes.c @@ -23,6 +23,7 @@ static u32 rand1, ... not called\n"); + handler_errors++; + } + unregister_kretprobes(rps, 2); + return 0; +} #endif /* CONFIG_KRETPROBES */ int init_test_probes ...

linux-kernel - Masami Hiramatsu - Jun 10 2008 - 17:52

Re: [PATCH -mm 2/2] 3c59x MAINTAINERS

... entry for the same driver. This is -mm specific. Andrew did not remove the add-3c59x-maintainer patch after pushing it to mainline. This can ... just by removing the add-3c59x-maintainer patch from -mm. - To unsubscribe from this list: send ...

linux-kernel - Steffen Klassert - Sep 4 2007 - 03:55

Re: Regression: Re: [patch -mm 2/4] mempolicy: create mempolicy_operations structure

... /man-pages/online/pages/man2/set_mempolicy.2.html > It does appear that ... review. What is currently in -mm and what I will be ... two syscalls. > Note: in the subject patch, I didn't enforce this behavior because your > patch didn't [it enforced just ...

linux-kernel - David Rientjes - Mar 8 2008 - 18:09

[RFC][PATCH -mm 2/3] freezer: Introduce freezer_flags

... inline void freezer_do_not_count(void) { if (current->mm) - current->flags |= PF_FREEZER_SKIP; + set_bit(TFF_SKIP, & ... /scsi/libsas/sas_scsi_host.c =================================================================== --- linux-2.6.21-rc6-mm1.orig/ ...

linux-kernel - Rafael J. Wysocki - Apr 22 2007 - 15:39

[PATCH -mm 2/2] Introduce freezer flags

... inline void freezer_do_not_count(void) { if (current->mm) - current->flags |= PF_FREEZER_SKIP; + set_bit(TFF_SKIP, & ... /scsi/libsas/sas_scsi_host.c =================================================================== --- linux-2.6.21-rc7-mm2.orig/ ...

linux-kernel - Rafael J. Wysocki - Apr 27 2007 - 11:40

Re: [PATCH -mm 2/2] Introduce freezer flags

... inline void freezer_do_not_count(void) { if (current->mm) - current->flags |= PF_FREEZER_SKIP; + set_bit(TFF_SKIP, & ... /scsi/libsas/sas_scsi_host.c =================================================================== --- linux-2.6.21-rc7-mm2.orig/ ...

linux-kernel - Rafael J. Wysocki - Apr 27 2007 - 18:56

[PATCH -mm 2/2] Introduce freezer flags (rev. 2)

... inline void freezer_do_not_count(void) { if (current->mm) - current->flags |= PF_FREEZER_SKIP; + set_bit(TFF_SKIP, & ... /scsi/libsas/sas_scsi_host.c =================================================================== --- linux-2.6.21-rc7-mm2.orig/ ...

linux-kernel - Rafael J. Wysocki - Apr 28 2007 - 05:40

speck-geostationary