11 Jan, 2009

1 commit


14 Jul, 2007

1 commit


20 Jun, 2006

1 commit


27 Apr, 2006

1 commit

  • In the branch emulation for floating-point exceptions, __compute_return_epc
    must determine for bc1f et al which condition code bit to test. This is
    based on bits of the rt field. The switch statement to distinguish
    bc1f et al needs to use only the two low bits of rt, but the old code tests
    on the whole rt field. This patch masks off the proper bits.

    Signed-off-by: Win Treese
    Signed-off-by: Ralf Baechle

    Ralf Baechle
     

30 Oct, 2005

2 commits


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