All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Beulich <jbeulich@suse.com>
To: "xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>
Cc: "Andrew Cooper" <andrew.cooper3@citrix.com>,
	"Teddy Astie" <teddy.astie@vates.tech>,
	"Roger Pau Monné" <roger@xenproject.org>
Subject: [PATCH v2 0/3] x86: "brk" allocator
Date: Mon, 27 Jul 2026 12:18:11 +0200	[thread overview]
Message-ID: <31ba7ff2-a42d-44aa-976c-17fbff44a56f@suse.com> (raw)

Derive for our purposes something similar to what Linux has been having for
a long while.

v2 is merely a re-base, mainly targeted at reminding people that this series
is still pending review.

1: x86: introduce "brk" allocator
2: x86/EFI: replace ebmalloc()
3: xhci-dbc: use brk_alloc()

To reduce padding holes, .bss.page_aligned and per-CPU data may want moving
immediately ahead of __brk_start[]. Albeit then the tail of per-CPU data will
all be padding space; sadly the TSS wants/needs page-aligning for XPTI
purposes.

Jan


             reply	other threads:[~2026-07-27 10:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-27 10:18 Jan Beulich [this message]
2026-07-27 10:19 ` [PATCH v2 1/3] x86: introduce "brk" allocator Jan Beulich
2026-07-28  8:36   ` Jan Beulich
2026-07-30 17:59   ` Andrew Cooper
2026-07-27 10:20 ` [PATCH v2 2/3] x86/EFI: replace ebmalloc() Jan Beulich
2026-07-30 18:08   ` Andrew Cooper
2026-07-27 10:20 ` [PATCH v2 3/3] xhci-dbc: use brk_alloc() Jan Beulich

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=31ba7ff2-a42d-44aa-976c-17fbff44a56f@suse.com \
    --to=jbeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=roger@xenproject.org \
    --cc=teddy.astie@vates.tech \
    --cc=xen-devel@lists.xenproject.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 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.