[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140602213644.925A26D0@viggo.jf.intel.com>
Date: Mon, 02 Jun 2014 14:36:44 -0700
From: Dave Hansen <dave@...1.net>
To: linux-kernel@...r.kernel.org
Cc: linux-mm@...ck.org, kirill.shutemov@...ux.intel.com,
Dave Hansen <dave@...1.net>
Subject: [PATCH 00/10] mm: pagewalk: huge page cleanups and VMA passing
The hugetlbfs and THP support in the walk_page_range() code was
mostly an afterthought.
We also _tried_ to have the pagewalk code be concerned only with
page tables and *NOT* VMAs. We lost that battle since 80% of
the page walkers just pass the VMA along anyway.
This does a few cleanups and adds a new flavor of walker which
can be stupid^Wsimple and not have to be explicitly taught about
THP.
--
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