linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [LSF/MM/BPF TOPIC] Handling of VMAs
@ 2021-06-02 15:03 Liam Howlett
  0 siblings, 0 replies; 2+ messages in thread
From: Liam Howlett @ 2021-06-02 15:03 UTC (permalink / raw)
  To: lsf-pc, linux-mm

Currently VMAs are split, shrunk, merged, moved, copy on write, and copied all
in an attempt to do a relatively simple task of keeping track of a list of
memory segments.  There is a cache, a tree, and a linked list of VMAs in each
MM.  There is also a reverse mapping from PTEs to VMAs.

We have arrived to a point where there is enough lock contention and
complications on handling these seemingly simple data structures that it may be
time to rethink how a VMA is tracked and modified.

I'll have more patches closer to the conference.

Thanks,
Liam

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

* [LSF/MM/BPF TOPIC] Handling of VMAs
@ 2022-02-01 15:05 Liam Howlett
  0 siblings, 0 replies; 2+ messages in thread
From: Liam Howlett @ 2022-02-01 15:05 UTC (permalink / raw)
  To: lsf-pc, linux-mm

Currently VMAs are split, shrunk, merged, moved, copy on write, and
copied all in an attempt to do a relatively simple task of keeping track
of a list of memory segments.  There is a cache, a tree, and a linked
list of VMAs in each MM.  There is also a reverse mapping from PTEs to
VMAs.

We have arrived to a point where there is enough lock contention and
complications on handling these seemingly simple data structures that it
may be time to rethink how a VMA is tracked and modified.

I'll have more patches closer to the conference.

Thanks,
Liam

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

end of thread, other threads:[~2022-02-01 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02 15:03 [LSF/MM/BPF TOPIC] Handling of VMAs Liam Howlett
2022-02-01 15:05 Liam Howlett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox