1. 25 9月, 2010 1 次提交
    • M
      x86, mem: Optimize memmove for small size and unaligned cases · 3b4b682b
      Ma Ling 提交于
      movs instruction will combine data to accelerate moving data,
      however we need to concern two cases about it.
      
      1. movs instruction need long lantency to startup,
         so here we use general mov instruction to copy data.
      2. movs instruction is not good for unaligned case,
         even if src offset is 0x10, dest offset is 0x0,
         we avoid and handle the case by general mov instruction.
      Signed-off-by: NMa Ling <ling.ma@intel.com>
      LKML-Reference: <1284664360-6138-1-git-send-email-ling.ma@intel.com>
      Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
      3b4b682b
  2. 24 8月, 2010 1 次提交
  3. 17 4月, 2008 1 次提交
  4. 30 1月, 2008 1 次提交
  5. 11 10月, 2007 2 次提交
  6. 27 6月, 2006 2 次提交
  7. 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