linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] mm: cleanups
@ 2008-11-20  1:10 Hugh Dickins
  2008-11-20  1:11 ` [PATCH 1/7] mm: remove cgroup_mm_owner_callbacks Hugh Dickins
                   ` (6 more replies)
  0 siblings, 7 replies; 23+ messages in thread
From: Hugh Dickins @ 2008-11-20  1:10 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-mm

Here's a batch of 7 mm cleanups, intended for 2.6.29: just assorted
things that have been annoying me.  Three or four slightly more
interesting batches should follow in the days ahead.

Though most of the testing has been against 2.6.28-rc5 and its
precursors, these patches are diffed to slot in to the mmotm series
just before "mmend": that is, before the "memcgroup" changes,
with which there's one trivial clash on 5/7.

 Documentation/filesystems/Locking |    6 -----
 Documentation/filesystems/vfs.txt |   13 ++++++++---
 fs/buffer.c                       |   12 ++++------
 fs/inode.c                        |    4 +--
 include/linux/cgroup.h            |   14 -----------
 include/linux/fs.h                |   10 --------
 include/linux/gfp.h               |    6 -----
 include/linux/page-flags.h        |    1 
 include/linux/rmap.h              |    3 --
 include/linux/swap.h              |    2 -
 kernel/cgroup.c                   |   33 ----------------------------
 kernel/exit.c                     |   16 +++++--------
 mm/memory.c                       |    6 -----
 mm/memory_hotplug.c               |    9 ++-----
 mm/migrate.c                      |    9 +------
 mm/page-writeback.c               |   27 +++++++++-------------
 mm/page_io.c                      |    4 +--
 mm/rmap.c                         |   11 ++++++---
 mm/shmem.c                        |    2 -
 mm/swap.c                         |   19 ----------------
 mm/swap_state.c                   |   19 +++++++---------
 mm/swapfile.c                     |    8 ++----
 mm/vmscan.c                       |   24 +++++++++-----------
 23 files changed, 76 insertions(+), 182 deletions(-)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2008-11-23 22:41 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-20  1:10 [PATCH 0/7] mm: cleanups Hugh Dickins
2008-11-20  1:11 ` [PATCH 1/7] mm: remove cgroup_mm_owner_callbacks Hugh Dickins
2008-11-20  1:23   ` Paul Menage
2008-11-20  1:26     ` Hugh Dickins
2008-11-20 16:41       ` Balbir Singh
2008-11-20  1:14 ` [PATCH 2/7] mm: remove AOP_WRITEPAGE_ACTIVATE Hugh Dickins
2008-11-20  1:16 ` [PATCH 3/7] mm: remove GFP_HIGHUSER_PAGECACHE Hugh Dickins
2008-11-20 16:43   ` Mel Gorman
2008-11-20 18:58     ` Hugh Dickins
2008-11-21 10:46       ` Mel Gorman
2008-11-20  1:17 ` [PATCH 4/7] mm: add Set,ClearPageSwapCache stubs Hugh Dickins
2008-11-20 18:08   ` Christoph Lameter
2008-11-20  1:20 ` [PATCH 5/7] mm: replace some BUG_ONs by VM_BUG_ONs Hugh Dickins
2008-11-20 18:09   ` Christoph Lameter
2008-11-20  1:22 ` [PATCH 6/7] mm: add_active_or_unevictable into rmap Hugh Dickins
2008-11-20  2:08   ` Rik van Riel
2008-11-20 15:18     ` Lee Schermerhorn
2008-11-23 21:51   ` [PATCH 8/7] mm: further cleanup page_add_new_anon_rmap Hugh Dickins
2008-11-23 21:56     ` Rik van Riel
2008-11-23 22:18       ` Hugh Dickins
2008-11-23 22:41         ` Rik van Riel
2008-11-20  1:24 ` [PATCH 7/7] mm: make page_lock_anon_vma static Hugh Dickins
2008-11-21  8:29   ` KOSAKI Motohiro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox