linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/5] get_user_pages() cleanup
@ 2014-04-24 20:45 Kirill A. Shutemov
  2014-04-24 20:45 ` [PATCHv2 1/5] mm: move get_user_pages()-related code to separate file Kirill A. Shutemov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kirill A. Shutemov @ 2014-04-24 20:45 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-mm, Jan Kara, Kirill A. Shutemov

Hi Andrew,

Here's my attempt to cleanup of get_user_pages() code in order to make it
more maintainable.

v2:
 - rebased to current Linus' tree (1b17844b29ae);
 - add missing includes;
 - s/BUILD_BUG/BUG/;

Kirill A. Shutemov (5):
  mm: move get_user_pages()-related code to separate file
  mm: extract in_gate_area() case from __get_user_pages()
  mm: cleanup follow_page_mask()
  mm: extract code to fault in a page from __get_user_pages()
  mm: cleanup __get_user_pages()

 mm/Makefile   |   2 +-
 mm/gup.c      | 666 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 mm/internal.h |   5 +
 mm/memory.c   | 645 --------------------------------------------------------
 4 files changed, 672 insertions(+), 646 deletions(-)
 create mode 100644 mm/gup.c

-- 
1.9.2

--
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] 6+ messages in thread

end of thread, other threads:[~2014-04-24 20:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24 20:45 [PATCHv2 0/5] get_user_pages() cleanup Kirill A. Shutemov
2014-04-24 20:45 ` [PATCHv2 1/5] mm: move get_user_pages()-related code to separate file Kirill A. Shutemov
2014-04-24 20:45 ` [PATCHv2 2/5] mm: extract in_gate_area() case from __get_user_pages() Kirill A. Shutemov
2014-04-24 20:45 ` [PATCHv2 3/5] mm: cleanup follow_page_mask() Kirill A. Shutemov
2014-04-24 20:45 ` [PATCHv2 4/5] mm: extract code to fault in a page from __get_user_pages() Kirill A. Shutemov
2014-04-24 20:45 ` [PATCHv2 5/5] mm: cleanup __get_user_pages() Kirill A. Shutemov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).