All of lore.kernel.org
 help / color / mirror / Atom feed
* remap_file_pages() use
@ 2014-05-18  4:03 Kenny Simpson
  2014-05-19 13:01 ` Michal Hocko
  0 siblings, 1 reply; 28+ messages in thread
From: Kenny Simpson @ 2014-05-18  4:03 UTC (permalink / raw)
  To: linux-kernel

I saw that remap_file_pages() was possibly going away to be replaced
by some emulation. I've used this call in several projects over the
years mostly as a way of mapping multiple virtual memory pages to
alias the same private or shared memory region (to do things like
circular buffers). mmap()
in the case of anonymous memory doesn't work as well since there is
not a file descriptor to reference.

Would this sort of thing be supported in the emulation, or should I be
planning on reimplementing/rewriting some things?

thanks,
-Kenny

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

end of thread, other threads:[~2014-05-26 14:17 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-18  4:03 remap_file_pages() use Kenny Simpson
2014-05-19 13:01 ` Michal Hocko
2014-05-19 14:35   ` Kirill A. Shutemov
2014-05-19 14:38     ` Christoph Hellwig
2014-05-19 15:02       ` Kirill A. Shutemov
2014-05-19 15:11         ` Christoph Hellwig
2014-05-19 15:17           ` Kirill A. Shutemov
2014-05-19 15:42             ` Armin Rigo
2014-05-19 15:53               ` Kirill A. Shutemov
2014-05-19 16:42                 ` Armin Rigo
2014-05-19 17:50                   ` Dave Hansen
2014-05-19 22:05                     ` Armin Rigo
2014-05-19 16:56             ` Christoph Hellwig
2014-05-19 19:14             ` Richard Weinberger
2014-05-26  0:19       ` Jeff Smith
2014-05-26  9:42         ` Kirill A. Shutemov
2014-05-26 13:24           ` Jeff Smith
2014-05-26 13:35             ` Paolo Bonzini
2014-05-26 13:38               ` Jeff Smith
2014-05-26 13:47                 ` Kirill A. Shutemov
2014-05-26 13:52                   ` Jeff Smith
2014-05-26 14:16                     ` Kirill A. Shutemov
2014-05-26 13:37             ` Kirill A. Shutemov
2014-05-19 17:34     ` Kenny Simpson
2014-05-19 21:24       ` Kirill A. Shutemov
2014-05-21  1:53         ` Kenny Simpson
2014-05-21  3:56           ` Kenny Simpson
2014-05-21  4:32             ` Hugh Dickins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.