mbox series

[0/1] Mapping an entire folio

Message ID 20221028151526.319681-1-willy@infradead.org (mailing list archive)
Headers show
Series Mapping an entire folio | expand

Message

Matthew Wilcox Oct. 28, 2022, 3:15 p.m. UTC
I had intended to write and test one user before sending this out,
but Dave Howells says he has a user now that wants this functionality,
so here we go.  It is only compile tested.

Earlier thread on this: https://lore.kernel.org/all/YvvdFrtiW33UOkGr@casper.infradead.org/

Matthew Wilcox (Oracle) (1):
  mm: Add folio_map_local()

 include/linux/highmem.h | 40 ++++++++++++++++++++++++++++++++-
 include/linux/vmalloc.h |  6 +++--
 mm/vmalloc.c            | 50 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 93 insertions(+), 3 deletions(-)