[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120220171138.22196.65847.stgit@zurg>
Date: Mon, 20 Feb 2012 21:22:35 +0400
From: Konstantin Khlebnikov <khlebnikov@...nvz.org>
To: linux-mm@...ck.org, Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Cc: Hugh Dickins <hughd@...gle.com>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
Subject: [PATCH v2 00/22] mm: lru_lock splitting
There complete patch-set with my lru_lock splitting
plus all related preparations and cleanups rebased to next-20120210
git: https://github.com/koct9i/linux/commits/lruvec
main changes:
* rebase
* sed -e 's/book/lruvec/g'
* fixed locking
* some cleaning and reordering
---
Konstantin Khlebnikov (22):
memcg: rework inactive_ratio logic
memcg: fix page_referencies cgroup filter on global reclaim
memcg: use vm_swappiness from current memcg
mm: drain percpu lru add/rotate page-vectors on cpu hot-unplug
mm: replace per-cpu lru-add page-vectors with page-lists
mm: deprecate pagevec lru-add functions
mm: rename lruvec->lists into lruvec->pages_lru
mm: add lruvec->pages_count
mm: link lruvec with zone and node
mm: unify inactive_list_is_low()
mm: add lruvec->reclaim_stat
mm: kill struct mem_cgroup_zone
mm: move page-to-lruvec translation upper
mm: push lruvec into update_page_reclaim_stat()
mm: push lruvecs from pagevec_lru_move_fn() to iterator
mm: introduce lruvec locking primitives
mm: handle lruvec relocks on lumpy reclaim
mm: handle lruvec relocks in compaction
mm: handle lruvec relock in memory controller
mm: optimize putback for 0-order reclaim
mm: free lruvec in memcgroup via rcu
mm: split zone->lru_lock
fs/mpage.c | 21 +-
fs/nfs/dir.c | 10 -
include/linux/memcontrol.h | 62 -------
include/linux/mm.h | 37 ++++
include/linux/mm_inline.h | 19 +-
include/linux/mmzone.h | 19 +-
include/linux/pagevec.h | 4
include/linux/swap.h | 5 -
mm/compaction.c | 30 ++-
mm/huge_memory.c | 10 +
mm/internal.h | 226 +++++++++++++++++++++++++
mm/memcontrol.c | 320 ++++++++++++++---------------------
mm/page_alloc.c | 19 +-
mm/readahead.c | 15 +-
mm/swap.c | 256 ++++++++++++++++------------
mm/vmscan.c | 402 +++++++++++++++++++++-----------------------
16 files changed, 821 insertions(+), 634 deletions(-)
--
Signature
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists