20 Jun, 2006

1 commit

  • > Without this fix, _save_fp() in 64-bit kernel is seriously broken.
    >
    > ffffffff8010bec0 :
    > ffffffff8010bec0: 400d6000 mfc0 t1,c0_status
    > ffffffff8010bec4: 000c7140 sll t2,t0,0x5
    > ffffffff8010bec8: 05c10011 bgez t2,ffffffff8010bf10
    > ffffffff8010becc: 00000000 nop
    > ffffffff8010bed0: f4810328 sdc1 $f1,808(a0)
    > ...

    Fix register usage in fpu_save_double() and make fpu_restore_double()
    more symmetric with fpu_save_double().

    Signed-off-by: Atsushi Nemoto
    Signed-off-by: Ralf Baechle

    Atsushi Nemoto
     

10 Sep, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds