1. 08 4月, 2015 1 次提交
    • M
      MIPS: math-emu: Update sNaN quieting handlers · ec98f9a0
      Maciej W. Rozycki 提交于
      Commit fdffbafb [Lots of FPU bug fixes from Kjeld Borch Egevang.]
      replaced the two single `ieee754sp_nanxcpt' and `ieee754dp_nanxcpt'
      places, where sNaN quieting used to happen for single and double
      floating-point operations respectively, with individual qNaN
      instantiations across all the call sites instead.  It also made most of
      these two functions dead code as where called on a qNaN they return
      right away.
      
      To revert the damage and make sNaN quieting uniform again first rewrite
      `ieee754sp_nanxcpt' and `ieee754dp_nanxcpt' to do the same quieting all
      the call sites do, that is return the default qNaN encoding for all
      input sNaN values; never propagate any sNaN payload bits from its
      trailing significand field.
      Signed-off-by: NMaciej W. Rozycki <macro@linux-mips.org>
      Cc: linux-mips@linux-mips.org
      Patchwork: https://patchwork.linux-mips.org/patch/9685/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      ec98f9a0
  2. 24 11月, 2014 1 次提交
  3. 23 5月, 2014 8 次提交
  4. 21 5月, 2014 4 次提交
  5. 01 2月, 2013 1 次提交
  6. 18 10月, 2010 1 次提交
  7. 27 2月, 2010 1 次提交
  8. 27 11月, 2007 1 次提交
  9. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4