commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. 6b010591cb94032a6fef2cb81bed1644


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 6b010591cb94032a6fef2cb81bed16446f31f8b6
Date: Mon, 28 Jan 2013 01:36:52 +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  6b010591cb94032a6fef2cb81bed16446f31f8b6 (commit)
       via  8bb723b45c225eebc3c92b8d4632eaee50b0e496 (commit)
       via  377805c5a1eb8625855b954acc0f636d16d4bec9 (commit)
       via  ce99076635d342a1f6ae1c3b781638c04372df3d (commit)
       via  28d83087776ebdad43a11fa3e687859462de4542 (commit)
      from  338d9ca7981f25099d99d280b0dd3af590d65763 (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 6b010591cb94032a6fef2cb81bed16446f31f8b6
Author: Samuel Thibault <address@hidden>
Date:   Mon Jan 28 02:31:44 2013 +0100

    Add initial code for disabling PV pagetables
    
    * xen/configfrag.ac (--disable-pv-pagetables): Add option.
    * i386/xen/xen_boothdr.S (XEN_ELFNOTE_FEATURES) [!MACH_PV_PAGETABLES]: Add
    writable_page_tables.
    * i386/i386/gdt.c: Turn appropriate MACH_XEN/MACH_HYP tests into
    MACH_PV_PAGETABLES tests.
    * i386/i386/i386asm.sym: Likewise
    * i386/i386/ldt.c: Likewise
    * i386/i386/locore.S: Likewise
    * i386/i386/proc_reg.h: Likewise
    * i386/i386/user_ldt.c: Likewise
    * i386/i386/vm_param.h: Likewise
    * i386/i386/xen.h: Likewise
    * i386/i386at/model_dep.c: Likewise
    * i386/intel/pmap.h: Likewise
    * include/mach/xen.h: Likewise
    * xen/console.c: Likewise
    * xen/store.c: Likewise
    * i386/intel/pmap.c: Likewise. Define pmap_map_mfn as TODO stub.

commit 8bb723b45c225eebc3c92b8d4632eaee50b0e496
Author: Samuel Thibault <address@hidden>
Date:   Mon Jan 28 02:09:16 2013 +0100

    Fix comments

commit 377805c5a1eb8625855b954acc0f636d16d4bec9
Author: Samuel Thibault <address@hidden>
Date:   Mon Jan 28 02:03:55 2013 +0100

    Fix build with --disable-pseudo-phys
    
    * i386/i386/i386asm.sym (PFN_LIST) [!MACH_PSEUDO_PHYS]: Do not define.

commit ce99076635d342a1f6ae1c3b781638c04372df3d
Author: Samuel Thibault <address@hidden>
Date:   Mon Jan 28 01:59:14 2013 +0100

    Add initial code for disabling ring1 xen execution
    
    * xen/configfrag.ac (--disable-ring1): Add option.
    * i386/xen/xen_boothdr.S (XEN_ELFNOTE_FEATURES) [!MACH_RING1]: Add
    supervisor_mode_kernel.
    * i386/i386/seg.h (KERNEL_RING) [!MACH_RING1]: Set macro to 0.

commit 28d83087776ebdad43a11fa3e687859462de4542
Author: Samuel Thibault <address@hidden>
Date:   Mon Jan 28 01:51:23 2013 +0100

    Add initial code for disabling PV descriptors
    
    * xen/configfrag.ac (--disable-pv-descriptors): Add option
    * i386/xen/xen_boothdr.S (XEN_ELFNOTE_FEATURES) [!MACH_PV_DESCRIPTORS]: Add
    writable_descriptor_tables.
    * i386/i386/gdt.c: Turn appropriate MACH_XEN/MACH_HYP tests into
    MACH_PV_DESCRIPTORS tests.
    * i386/i386/gdt.h: Likewise.
    * i386/i386/i386asm.sym: Likewise.
    * i386/i386/idt.c: Likewise.
    * i386/i386/idt_inittab.S: Likewise.
    * i386/i386/ldt.c: Likewise.
    * i386/i386/pcb.c: Likewise.
    * i386/i386/seg.h: Likewise.
    * i386/i386/user_ldt.c: Likewise.
    * i386/i386/user_ldt.h: Likewise.

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

Summary of changes:
 i386/i386/gdt.c         |   18 +++---
 i386/i386/gdt.h         |    8 +-
 i386/i386/i386asm.sym   |    8 ++-
 i386/i386/idt.c         |    6 +-
 i386/i386/idt_inittab.S |    8 +-
 i386/i386/ldt.c         |   18 +++---
 i386/i386/locore.S      |    6 +-
 i386/i386/pcb.c         |   18 +++---
 i386/i386/proc_reg.h    |   10 ++--
 i386/i386/seg.h         |   18 +++---
 i386/i386/user_ldt.c    |   22 ++++---
 i386/i386/user_ldt.h    |    4 +-
 i386/i386/vm_param.h    |    6 +-
 i386/i386/xen.h         |    6 ++
 i386/i386at/model_dep.c |    8 +-
 i386/intel/pmap.c       |  158 ++++++++++++++++++++++++----------------------
 i386/intel/pmap.h       |   10 ++--
 i386/xen/xen_boothdr.S  |   20 ++++++-
 include/mach/xen.h      |    6 ++
 xen/configfrag.ac       |   34 ++++++++++-
 xen/console.c           |    2 +
 xen/store.c             |    2 +
 22 files changed, 238 insertions(+), 158 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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