commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.8-642-g659c109b


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-642-g659c109b
Date: Sun, 21 May 2023 15:17:53 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  659c109b6285632058bf9ca81bf450371165bd63 (commit)
       via  222020cff440921e987dcd92e308dd775e5d543d (commit)
      from  95bf57a0625140e4b60f817150cb516bda65b446 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 659c109b6285632058bf9ca81bf450371165bd63
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun May 21 21:14:32 2023 +0200

    pmap: Simplify code
    
    Notably, ptes_per_vm_page is meaninful for the pte level anyway.

commit 222020cff440921e987dcd92e308dd775e5d543d
Author: Luca Dariz <luca@orpolo.org>
Date:   Sun May 21 10:57:56 2023 +0200

    pmap: dynamically allocate the whole user page tree map
    
    * i386/intel/pmap.c: switch to dynamic allocation of all the page tree
      map levels for the user-space address range, using a separate kmem
      cache for each level. This allows to extend the usable memory space
      on x86_64 to use more than one L3 page for user space. The kernel
      address map is left untouched for now as it needs a different
      initialization.
    * i386/intel/pmap.h: remove hardcoded user pages and add macro to
      recontruct the page-to-virtual mapping
    Message-Id: <20230521085758.365640-1-luca@orpolo.org>

-----------------------------------------------------------------------

Summary of changes:
 i386/intel/pmap.c | 546 +++++++++++++++++++++++++-----------------------------
 i386/intel/pmap.h |  21 ++-
 2 files changed, 276 insertions(+), 291 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]