linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Liam Howlett <liam.howlett@oracle.com>
To: "lsf-pc@lists.linux-foundation.org"
	<lsf-pc@lists.linux-foundation.org>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>
Subject: [LSF/MM/BPF TOPIC] Handling of VMAs
Date: Wed, 2 Jun 2021 15:03:18 +0000	[thread overview]
Message-ID: <20210602150312.cjg3vhren2c5arp7@revolver> (raw)

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

             reply	other threads:[~2021-06-02 15:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-02 15:03 Liam Howlett [this message]
2022-02-01 15:05 Liam Howlett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210602150312.cjg3vhren2c5arp7@revolver \
    --to=liam.howlett@oracle.com \
    --cc=linux-mm@kvack.org \
    --cc=lsf-pc@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox