login
Header Space

 
 

Mailing list archives

Search results

Found 208 matching messages (0.033 seconds). Page 1 of 11.

[PATCH -mm 3/5] memcg: helper function for relcaim from shmem.

... mm/memcontrol.c | 25 +++++++++++++++++++++++++ mm/shmem.c | 5 ++--- 3 files changed, 34 insertions ... mem_cgroup. + */ +int mem_cgroup_shrink_usage(struct mm_struct *mm, gfp_t gfp_mask) +{ + struct mem_cgroup *mem; + ...

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

[PATCH -mm 3/3] i/o accounting and control

... /linux/sched.h | 3 +++ kernel/fork.c | 3 +++ mm/filemap.c ... io-throttle.h> #include mm.h> #include mm/page-writeback.c b ... return ret; } -- 1.5.4.3 -- To unsubscribe from this list ...

linux-kernel - Andrea Righi - Jul 12 2008 - 07:31

[PATCH -mm 3/3] i/o accounting and control

... /linux/sched.h | 3 +++ kernel/fork.c | 3 +++ mm/filemap.c ... io-throttle.h> #include mm.h> #include mm/page-writeback.c b ... return ret; } -- 1.5.4.3 -- To unsubscribe from this list ...

linux-kernel - Andrea Righi - Jul 15 2008 - 16:40

[PATCH -mm 3/3] i/o accounting and control

... /linux/sched.h | 3 +++ kernel/fork.c | 3 +++ mm/filemap.c ... io-throttle.h> #include mm.h> #include mm/page-writeback.c b ... return ret; } -- 1.5.4.3 -- To unsubscribe from this list ...

linux-kernel - Andrea Righi - Jul 22 2008 - 16:58

[PATCH -mm 3/3] i/o controller instrumentation: accounting and throttling

... linux/sched.h | 3 +++ kernel/fork.c | 4 +++- mm/filemap.c ... io-throttle.h> #include mm.h> #include mm/page-writeback.c b ... return ret; } -- 1.5.4.3 -- To unsubscribe from this list ...

linux-kernel - Andrea Righi - Aug 3 2008 - 18:14

[patch -mm 3/6] mempolicy: add MPOL_F_STATIC_NODES flag

... mount -o remount mpol=interleave=static:1-3 Also removes mpol_check_policy() and folds its logic ... mm/mempolicy.c | 172 +++++++++++++++++++++++---------------------- mm/shmem.c | 2 + 3 files changed, 97 insertions(+), ...

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

[PATCH -mm 3/5] swap: Have swap_free() mark pages with errors as bad

... ); Index: linux-2.6.21/mm/swapfile.c =================================================================== --- linux-2.6.21. ... swapon. Index: linux-2.6.21/mm/swap_state.c =================================================================== --- linux-2.6.21 ...

linux-kernel - Richard Purdie - Jun 4 2007 - 11:36

[PATCH mm 3/3] move_tail_pages into lru_add_drain

... .a. mm-use-pagevec-to-rotate-reclaimable-page-cleanup-2.patch ... /swap.c | 65 +++++++++++++++-------------------------- mm/vmscan.c | 1 3 files changed, 25 ... extern void swap_setup(void); /* linux/mm/vmscan.c */ --- 2.6.23 ...

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

[PATCH -mm 3/3] i386 boot: replace boot_ioremap with enhanced bt_ioremap - rename bt_ioremap to early_ioremap

This patch renames bt_ioremap to early_ioremap, which is used in x86_64. This makes ... /x86/kernel/srat_32.c | 6 +++--- arch/x86/mm/init_32.c | 4 ++-- arch/x86/mm/ ... if (!header) break; --- a/arch/x86/mm/init_32.c +++ b/arch/x86/mm/ ...

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

[patch -mm 3/7] x86_64: fixed size remaining fake nodes

... /boot-options.txt | 14 ++++++--- arch/x86_64/mm/numa.c | 47 ++++++++++++++++++++++++++------- 2 files changed, ... upto diff --git a/arch/x86_64/mm/numa.c b/arch/x86_64/mm/numa.c --- a/arch/x86_64/mm/numa.c +++ b/arch/x86_64/mm/numa ...

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

[patch -mm 3/5] x86_64: fixed-size remaining fake nodes

... /boot-options.txt | 15 ++++++---- arch/x86_64/mm/numa.c | 47 ++++++++++++++++++++++++++------- 2 files changed ... upto diff --git a/arch/x86_64/mm/numa.c b/arch/x86_64/mm ... ..2ee228b 100644 --- a/arch/x86_64/mm/numa.c +++ b/arch/x86_64/ ...

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

[patch -mm 3/7] x86_64: fixed-size remaining fake nodes

... boot-options.txt | 14 ++++++--- arch/x86_64/mm/numa.c | 47 ++++++++++++++++++++++++++------- 2 files changed ... upto diff --git a/arch/x86_64/mm/numa.c b/arch/x86_64/mm ... ..5634d3f 100644 --- a/arch/x86_64/mm/numa.c +++ b/arch/x86_64/mm ...

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

[patch -mm 3/4] mempolicy: small header file cleanup

... referenced, as it should be, in mm/mempolicy.c. Cc: Paul Jackson mm that contains vmas. The vmas @@ ... extern void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new); extern void mpol_fix_fork_child_flag(struct ...

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

[RFC][PATCH -mm 3/7] memcg: freeing page_cgroup by rcu.patch

... This is necessary for lockless page_cgroup patch Signed-off-by: KAMEZAWA Hiroyuki ... mmtom-2.6.27-rc3+/mm/memcontrol.c =================================================================== --- mmtom-2.6. ... mmtom-2.6.27-rc3+/mm/memcontrol.c @@ -577,19 +577, ...

linux-kernel - KAMEZAWA Hiroyuki - Aug 20 2008 - 06:03

[patch-mm 3/3] Scheduled removal of SA_xxx interrupt flags fixups 2 (mm)

The obsolete SA_xxx interrupt flags have been used despite the scheduled removal. Fixup the remaining users in -mm. Signed-off-by: Thomas Gleixner Index: linux-2.6.20-rc4-mm1/arch/i386/kernel/vmitime.c ...

linux-kernel - Thomas Gleixner - Jan 14 2007 - 04:33

RE: [PATCH -mm 3/3] PM: Improve handling of ACPI system state indicator (rev. 3)

... Andrew Morton Cc: ACPI Devel Maling List; Len Brown; LKML; Pavel Machek; pm list Subject: [PATCH -mm 3/3] PM: Improve handling of ACPI system state indicator (rev. 3) From: Rafael J. Wysocki - To unsubscribe ...

linux-kernel - Moore, Robert - Aug 28 2007 - 15:57

RE: [PATCH -mm 3/3] PM: Improve handling of ACPI system state indicator (rev. 3)

... Pavel Machek; pm list Subject: Re: [PATCH -mm 3/3] PM: Improve handling ... _GTS Necessary because of 1. 3. Split acpi_leave_sleep_state() into two functions: ... ordering in acpi_leave_sleep_state_prep() (introduced in 3.) so that _SST is executed ...

linux-kernel - Moore, Robert - Aug 29 2007 - 12:54

[PATCH -mm 3/8] user ns: add user_namespace ptr to vfsmount

... Hallyn Subject: [PATCH -mm 3/8] user ns: add ... @us.ibm.com> --- fs/namespace.c | 3 +++ include/linux/mount.h | 2 ++ include/linux/sched.h | 20 ++++++++++++++++++++ 3 files changed, 25 insertions(+), 0 deletions(-) ...

linux-kernel - Serge E. Hallyn - Jan 4 2007 - 14:11

Re: [RFC][PATCH -mm 3/3] freezer: Fix problem with kthread_stop

... will freeze > * ourself. > */ > 2) freezer_exempt(k); > > 3) if(frozen(k)) > /* No, we're ... with refrigerator(). I'll fix the patch. BTW, I think I should rediff the entire series against -mm with your patch from http://lkml.org ...

linux-kernel - Rafael J. Wysocki - Apr 23 2007 - 15:55

[PATCH -mm 3/4] hvcs: fixup container_of() usage

... -driver-kobject-convert-hvcs-to-use-kref-not-kobject.patch ---------------------------------------------------------------------- [PATCH -mm 3/4] hvcs: fixup container_of() usage Signed-off-by: Alexey Dobriyan --- ...

linux-kernel - Alexey Dobriyan - Jan 8 2008 - 04:45

speck-geostationary