Found 208 matching messages (0.033 seconds). Page 1 of 11.
... 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
... /linux/sched.h | 3 +++
kernel/fork.c | 3 +++
mm/filemap.c ... io-throttle.h>
#include
linux-kernel - Andrea Righi - Jul 12 2008 - 07:31
... /linux/sched.h | 3 +++
kernel/fork.c | 3 +++
mm/filemap.c ... io-throttle.h>
#include
linux-kernel - Andrea Righi - Jul 15 2008 - 16:40
... /linux/sched.h | 3 +++
kernel/fork.c | 3 +++
mm/filemap.c ... io-throttle.h>
#include
linux-kernel - Andrea Righi - Jul 22 2008 - 16:58
... linux/sched.h | 3 +++
kernel/fork.c | 4 +++-
mm/filemap.c ... io-throttle.h>
#include
linux-kernel - Andrea Righi - Aug 3 2008 - 18:14
... 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
... ); 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
... .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
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
... /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
... /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
... 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
... referenced, as it should be, in mm/mempolicy.c.
Cc: Paul Jackson
linux-kernel - David Rientjes - Mar 6 2008 - 16:05
... 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
The obsolete SA_xxx interrupt flags have been used despite the scheduled
removal. Fixup the remaining users in -mm.
Signed-off-by: Thomas Gleixner
linux-kernel - Thomas Gleixner - Jan 14 2007 - 04:33
... 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
linux-kernel - Moore, Robert - Aug 28 2007 - 15:57
... 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
... Hallyn
linux-kernel - Serge E. Hallyn - Jan 4 2007 - 14:11
... 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
... -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