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-550-g5c2f82de


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-550-g5c2f82de
Date: Sun, 12 Feb 2023 13:01:03 -0500 (EST)

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  5c2f82deeba84394c621b2d98ce7d73489c88ac3 (commit)
      from  fccebe66ff8cbcae6e30f6c1cfbff34d9e2a151e (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 5c2f82deeba84394c621b2d98ce7d73489c88ac3
Author: Luca Dariz <luca@orpolo.org>
Date:   Sun Feb 12 18:28:14 2023 +0100

    use L4 page table directly on x86_64 instead of short-circuiting to pdpbase
    
    This is a preparation to run the kernel on high addresses, where the
    user vm region and the kernel vm region will use different L3 page
    tables.
    
    * i386/intel/pmap.c: on x86_64, retrieve the value of pdpbase from the
      L4 table, and add the pmap_pdp() helper (useful also for PAE).
    * i386/intel/pmap.h: remove pdpbase on x86_64.
    Message-Id: <20230212172818.1511405-6-luca@orpolo.org>

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

Summary of changes:
 i386/intel/pmap.c | 97 ++++++++++++++++++++++++++++++++++++++++++-------------
 i386/intel/pmap.h |  7 ++--
 2 files changed, 78 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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