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-204-g520b457


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-204-g520b457
Date: Wed, 12 Aug 2020 17:52:09 -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  520b457c7ca9813a3e9d3f1712540966862e1607 (commit)
       via  a86956a09a2248644a4a9610a261ebac8135db18 (commit)
      from  100eb9e53f441a1d6c6e7db55f735778d67bf504 (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 520b457c7ca9813a3e9d3f1712540966862e1607
Author: Almudena Garcia <liberamenso10000@gmail.com>
Date:   Wed Aug 12 15:39:59 2020 +0200

    vm_kern: Add kmem_alloc_aligned_table
    
    This function allows to map a table in a memory page,
    using its physical address,aligning the start of the page with the start of 
the table
    
    *vm/vm_kern.c (kmem_alloc_aligned_table): New function. Returns a reference 
for the virtual address of the table.
    *vm/vm_kern.h (kmem_alloc_aligned_table): New prototype

commit a86956a09a2248644a4a9610a261ebac8135db18
Author: Almudena Garcia <liberamenso10000@gmail.com>
Date:   Wed Aug 12 15:38:24 2020 +0200

    smp: Add pseudoclass to manage APIC operations
    
    The SMP support requires access, register and configure some APIC 
structures,
    like Local APIC and IOAPIC.
    This pseudoclass includes functions to register some APIC structures into 
the kernel,
    and access to these structures to extract some information.
    
    *apic.h: Header file recovered from Mach 4 source code, and updated for 
xAPIC.
    Includes some structs with Local APIC and IOAPIC fields,
    and the declaration of the functions.
    
    *apic.c: Source file. Includes the definition of the functions, within some 
globals
    of apic_info structures and the lapic reference.

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

Summary of changes:
 i386/Makefrag.am |   2 +
 i386/i386/apic.c | 221 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 i386/i386/apic.h | 139 ++++++++++++++++++++++++++++++++++
 vm/vm_kern.c     |  39 ++++++++++
 vm/vm_kern.h     |   2 +
 5 files changed, 403 insertions(+)
 create mode 100644 i386/i386/apic.c
 create mode 100644 i386/i386/apic.h


hooks/post-receive
-- 
GNU Mach



reply via email to

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