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-650-gee2e9072


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-650-gee2e9072
Date: Fri, 26 May 2023 17:39:18 -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  ee2e9072964ce1615c9059a6141200244f9f9119 (commit)
       via  4677606b7c4c2b090d11fdd705ce9978fb1c5d5a (commit)
       via  d972c01c6cce5325732e9fec33b50685017d7e23 (commit)
      from  377a9387cec7d4bdd6739d3bcc03f77f524adc69 (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 ee2e9072964ce1615c9059a6141200244f9f9119
Author: Luca Dariz <luca@orpolo.org>
Date:   Fri May 26 20:48:01 2023 +0200

    x86_64: add 64-bit registers when dumping thread state
    
    * i386/i386/debug_i386.c: when using a 64-bit userspace we need to use
      RAX and so on, and we can ignore most segments except FS/GS, but
      only the base address is useful.
    Message-Id: <20230526184801.753581-4-luca@orpolo.org>

commit 4677606b7c4c2b090d11fdd705ce9978fb1c5d5a
Author: Luca Dariz <luca@orpolo.org>
Date:   Fri May 26 20:48:00 2023 +0200

    x86_64: enable code for managing interrupts
    
    * device/ds_routines.c: enable interrupt registration and acknowledge
      for x86_64. We can reuse the 32-bit mechanisms.
    Message-Id: <20230526184801.753581-3-luca@orpolo.org>

commit d972c01c6cce5325732e9fec33b50685017d7e23
Author: Luca Dariz <luca@orpolo.org>
Date:   Fri May 26 20:47:59 2023 +0200

    pmap: only map lower BIOS memory 1:1 when using Linux drivers
    
    * i386/intel/pmap.c: add the check for LINUX_DEV; we could also check
      for !__x86_64__, as this config would break ther kernel map by
      removing the BIOS mem map, needed by the console and keyboard
      drivers, but hopefully we won't need to enable Linux drivers on
      x86_64.
    Message-Id: <20230526184801.753581-2-luca@orpolo.org>

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

Summary of changes:
 device/ds_routines.c   | 12 ++++++------
 i386/i386/debug_i386.c | 14 ++++++++++++++
 i386/intel/pmap.c      |  9 +++++++++
 3 files changed, 29 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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