commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master-x86_64, created. 5713fc2532b490d45e067906e


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master-x86_64, created. 5713fc2532b490d45e067906e5655aeb2ac27899
Date: Sun, 18 Mar 2012 11:12:57 +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-x86_64 has been created
        at  5713fc2532b490d45e067906e5655aeb2ac27899 (commit)

- Log -----------------------------------------------------------------
commit 5713fc2532b490d45e067906e5655aeb2ac27899
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 18 12:11:17 2012 +0100

    Fix cast

commit cfc955f13e1fba66f3bba292298ca6a010f20cde
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 18 12:10:30 2012 +0100

    Fix assemble size macros

commit a1eb1b49f69cd1aaf4f0dd8e4d02276d6f87b76b
Author: Guillem Jover <address@hidden>
Date:   Wed Dec 9 03:20:22 2009 +0100

    Fix wrong register used in __const_udelay assembler on amd64
    
    On amd64 we want to use the 32-bit register %edx, so we force it instead
    of allowing the assembler to choose the 64-bit register %rdx.
    
    * linux/src/arch/i386/lib/delay.c (__const_udelay): Use %%edx instead of %0.

commit 7eb615ccf8fc74f7424814155ce73c2d1ae77139
Author: Guillem Jover <address@hidden>
Date:   Wed Dec 9 02:59:26 2009 +0100

    Change types holding cpu flags from int to long
    
    On amd64 the cpu flags is a 64-bit word, and long on 32-bit systems is
    32-bit wide anyway.
    
    * linux/dev/glue/kmem.c
    * linux/dev/glue/net.c
    * linux/dev/include/asm-i386/system.h
    * linux/dev/kernel/printk.c
    * linux/src/drivers/scsi/advansys.c
    * linux/src/drivers/scsi/aha152x.c
    * linux/src/drivers/scsi/aha1542.c
    * linux/src/drivers/scsi/aic7xxx.c
    * linux/src/drivers/scsi/ultrastor.c

commit a5335c899c34fcf50747be66b353589f862b0499
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 18 12:01:04 2012 +0100

    Follow-up on using __i386__ and __x86_64__ instead of our own

commit 24570a3b3d408368f84a1346131a7c28ee993b28
Author: Guillem Jover <address@hidden>
Date:   Wed Dec 9 02:30:53 2009 +0100

    Use compiler defined __i386__ symbol instead of use defined i386
    
    * i386/configfrag.ac (i386): Remove definition.
    * i386/intel/pmap.c (pmap_update_interrupt): Rename i386 to __i386__.
    * i386/intel/pmap.h: Likewise.
    * kern/debug.c (Debugger): Likewise.
    * kern/lock.c (simple_lock, simple_lock_try, db_show_all_slocks): Likewise.
    
    Conflicts:
    
        i386/intel/pmap.c
        i386/intel/pmap.h
        kern/lock.c

commit f335a3cc901913f40c4f7a84ad6971f55f8a69f3
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 18 11:53:31 2012 +0100

    More type fixes

commit 7801ae2b0f07774ded831b4b000bed88fd7b5cf7
Author: Samuel Thibault <address@hidden>
Date:   Wed Mar 14 01:50:37 2012 +0100

    Up to creating tasks

commit 1820dbefad9cc5ff6ac6e1d9be19a5bc4368966a
Merge: 818157c 5f0f091
Author: Samuel Thibault <address@hidden>
Date:   Wed Mar 14 01:36:47 2012 +0100

    Merge branch 'master' into master-x86_64

commit 818157c708a44cd8576407f17275bad962437746
Merge: ee9dda2 5f70179
Author: Samuel Thibault <address@hidden>
Date:   Wed Mar 14 01:30:34 2012 +0100

    Merge branch 'master' into master-x86_64
    
    Conflicts:
        i386/intel/pmap.c

commit ee9dda271ca52eee81e130c7a77f5dc356178762
Author: Samuel Thibault <address@hidden>
Date:   Sat Mar 10 13:46:33 2012 +0100

    links and starts, crashes in printf

commit 9144e560c0d61450dfb2de5feb46bbdc29a15160
Author: Samuel Thibault <address@hidden>
Date:   Fri Mar 9 03:39:02 2012 +0100

    Batch-fix assembly, more fixes pending

commit aa8aa870ac1a903c552aa7ca7e4c8787a86ee39e
Author: Samuel Thibault <address@hidden>
Date:   Fri Mar 9 01:28:54 2012 +0100

    Define INTEL_PGBYTES

commit e432419f29d5eb1fc8f97c6ba7fb1083741feb1b
Author: Samuel Thibault <address@hidden>
Date:   Fri Mar 9 01:24:37 2012 +0100

    Fix macro name

commit ffd8d27f7a9bc9abb56a71249bfa8dc5effb6af7
Author: Samuel Thibault <address@hidden>
Date:   Fri Mar 9 01:23:16 2012 +0100

    Fix mach2phys table address

commit 33033dfc11edb28f1ebc54759fc806aeb895a0cf
Author: Samuel Thibault <address@hidden>
Date:   Fri Mar 9 01:22:24 2012 +0100

    Fix hypervisor start address

commit c97e2afc3fa56a4b77554e1ab8b8e34bc2fd20f5
Author: Samuel Thibault <address@hidden>
Date:   Fri Mar 9 01:18:59 2012 +0100

    Revert "Drop x86_64 for now"
    
    This reverts commit 003e54e8727c5499188c9f912230dd90882415c9.

commit 9392fce03c6cdc058534e8a1161d74d5ca7852b1
Merge: 003e54e 4ae07e7
Author: Samuel Thibault <address@hidden>
Date:   Fri Mar 9 01:18:35 2012 +0100

    Merge branch 'master' into master-x86_64

commit 003e54e8727c5499188c9f912230dd90882415c9
Author: Samuel Thibault <address@hidden>
Date:   Fri Mar 9 00:56:16 2012 +0100

    Drop x86_64 for now

commit 485525bae8652098a1421e18b8076c883ca30688
Author: Samuel Thibault <address@hidden>
Date:   Fri Mar 9 00:30:55 2012 +0100

    Fix integer types

commit 104a5a04d31671049a5b0fd404045fdfb8991cde
Author: Samuel Thibault <address@hidden>
Date:   Thu Mar 8 23:39:47 2012 +0100

    Add config base

commit 14995670e8f10e30001cbe920e764e7794ae8dab
Author: Samuel Thibault <address@hidden>
Date:   Thu Mar 8 23:24:17 2012 +0100

    accept x86_64 for Xen platform

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


hooks/post-receive
-- 
GNU Mach



reply via email to

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