[PATCH v2 00/22] mm: lru_lock splitting

From: Konstantin Khlebnikov
Date: Mon Feb 20 2012 - 12:22:37 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/