All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove leftover mlock/munlock page wrappers
@ 2023-01-16 19:28 Matthew Wilcox (Oracle)
  2023-01-16 19:28 ` [PATCH 1/4] mm: Remove page_evictable() Matthew Wilcox (Oracle)
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Matthew Wilcox (Oracle) @ 2023-01-16 19:28 UTC (permalink / raw)
  To: linux-mm, Andrew Morton; +Cc: Matthew Wilcox (Oracle)

We no longer need the various mlock page functions as all callers have
folios.

Matthew Wilcox (Oracle) (4):
  mm: Remove page_evictable()
  mm: Remove mlock_vma_page()
  mm: Remove munlock_vma_page()
  mm: Clean up mlock_page / munlock_page references in comments

 Documentation/mm/unevictable-lru.rst | 129 ++++++++++++++-------------
 kernel/events/uprobes.c              |   1 -
 mm/internal.h                        |  29 +-----
 mm/memory-failure.c                  |   2 +-
 mm/mlock.c                           |   4 +-
 mm/rmap.c                            |  16 ++--
 mm/swap.c                            |   4 +-
 7 files changed, 81 insertions(+), 104 deletions(-)

-- 
2.35.1



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

end of thread, other threads:[~2023-01-19 10:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16 19:28 [PATCH 0/4] Remove leftover mlock/munlock page wrappers Matthew Wilcox (Oracle)
2023-01-16 19:28 ` [PATCH 1/4] mm: Remove page_evictable() Matthew Wilcox (Oracle)
2023-01-19 10:35   ` Mike Rapoport
2023-01-16 19:28 ` [PATCH 2/4] mm: Remove mlock_vma_page() Matthew Wilcox (Oracle)
2023-01-16 19:28 ` [PATCH 3/4] mm: Remove munlock_vma_page() Matthew Wilcox (Oracle)
2023-01-16 19:28 ` [PATCH 4/4] mm: Clean up mlock_page / munlock_page references in comments Matthew Wilcox (Oracle)

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.