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  59296b8ed17147ff57c196a079a93e2a6f36c98f (commit)
       via  0ce05d0e8edff26d8847a5acd790069f7603f7dc (commit)
      from  b1f537b5e058512a263036b74d3b755301adaf96 (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 59296b8ed17147ff57c196a079a93e2a6f36c98f
Author: Joan Lledó <[email protected]>
Date:   Sat Aug 28 12:02:52 2021 +0200

    dev_pager: rename hash macros
    
    Remove the reference to the pager hash since they are used
    both in the pager and the device hashes.
    
    * device/dev_pager.c:
        * Rename DEV_PAGER_HASH_COUNT to DEV_HASH_COUNT
        * Rename dev_pager_hash to dev_hash
    Message-Id: <[email protected]>

commit 0ce05d0e8edff26d8847a5acd790069f7603f7dc
Author: Joan Lledó <[email protected]>
Date:   Sat Aug 28 12:02:51 2021 +0200

    dev_pager: implement offset
    
    * device/dev_pager.c:
        * struct dev_pager: add offset field
        * new struct dev_device_entry: includes device and offset
        * new hash table dev_device_hashtable
                * index [device + offset]
        * new functions dev_device_hash[init,insert,delete,lookup]
                * do the same as their counterparts for
                  dev_pager_hashtable
        * dev_pager_setup(): record the offset
        * device_map_page(): add the recorded offset on the fly
    Message-Id: <[email protected]>

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

Summary of changes:
 device/dev_pager.c | 131 +++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 118 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
GNU Mach

Reply via email to