OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Gregor Haas <gregorhaas1997@gmail.com>
To: opensbi@lists.infradead.org
Subject: [PATCH v3 0/3] lib: sbi: Heap improvements for SMMTT
Date: Wed,  7 Aug 2024 11:17:16 -0700	[thread overview]
Message-ID: <20240807181719.244099-1-gregorhaas1997@gmail.com> (raw)

This patch series includes two changes to the SBI heap implementation, primarily
to enable future work on the SMMTT implementation. First, it enables allocations
from multiple independent heaps on separate memory regions. Then, it adds a simple
implementation for sbi_memalign for use in allocating aligned memory.

See the individual commit messages in this series for more technical details.

v3:
- Add missing Signed-off-by lines
- Rename struct heap_control -> struct sbi_heap_control
- Make various functions static inline in sbi_heap.h
- Fix previously incorrect sbi_memalign() implementation

Gregor Haas (3):
  lib: sbi: Support multiple heaps
  lib: sbi: Allocate from beginning of heap blocks
  lib: sbi: Implement aligned memory allocators

 include/sbi/sbi_heap.h |  66 +++++++++++--
 lib/sbi/sbi_heap.c     | 204 +++++++++++++++++++++++++++++------------
 2 files changed, 204 insertions(+), 66 deletions(-)

-- 
2.45.2



             reply	other threads:[~2024-08-07 18:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-07 18:17 Gregor Haas [this message]
2024-08-07 18:17 ` [PATCH v3 1/3] lib: sbi: Support multiple heaps Gregor Haas
2024-08-08  5:34   ` Anup Patel
2024-08-07 18:17 ` [PATCH v3 2/3] lib: sbi: Allocate from beginning of heap blocks Gregor Haas
2024-08-08  5:33   ` Anup Patel
2024-08-07 18:17 ` [PATCH v3 3/3] lib: sbi: Implement aligned memory allocators Gregor Haas
2024-08-08  5:33   ` Anup Patel
2024-08-08 17:47     ` Gregor Haas
2024-08-08 17:49       ` Jessica Clarke
2024-08-09  3:03       ` Anup Patel

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=20240807181719.244099-1-gregorhaas1997@gmail.com \
    --to=gregorhaas1997@gmail.com \
    --cc=opensbi@lists.infradead.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