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.5-56-g8760a60


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.5-56-g8760a60
Date: Sun, 12 Jul 2015 12:50:40 +0000

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  8760a60438d4f06b0a65b7fe2719bc39ad02c50d (commit)
       via  c40798e0fda94a1b4178b7e620a0777bb86927be (commit)
      from  2ba043d04468261cc767a3b91cec6df4b2238950 (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 8760a60438d4f06b0a65b7fe2719bc39ad02c50d
Author: Justus Winter <address@hidden>
Date:   Thu Jul 2 16:14:18 2015 +0200

    ipc: avoid kmem_alloc
    
    * ipc/ipc_table.c (ipc_table_alloc): Unconditionally use `kalloc'.
    (ipc_table_free): Unconditionally use `kfree'.

commit c40798e0fda94a1b4178b7e620a0777bb86927be
Author: Justus Winter <address@hidden>
Date:   Sun Jul 12 13:00:07 2015 +0200

    vm: really fix traversing the list of inactive pages
    
    Previously, the pageout code traversed the list of pages in an object
    instead of the list of inactive pages.
    
    * vm/vm_pageout.c (vm_pageout_scan): Fix traversing the list of
    inactive pages.

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

Summary of changes:
 ipc/ipc_table.c |   15 ++-------------
 vm/vm_pageout.c |    2 +-
 2 files changed, 3 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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