1. 09 7月, 2008 17 次提交
  2. 17 4月, 2008 1 次提交
  3. 04 2月, 2008 1 次提交
  4. 30 1月, 2008 1 次提交
  5. 11 10月, 2007 1 次提交
  6. 27 7月, 2007 1 次提交
  7. 15 3月, 2007 1 次提交
  8. 13 2月, 2007 1 次提交
    • A
      [PATCH] x86-64: Add __copy_from_user_nocache · 0812a579
      Andi Kleen 提交于
      This does user copies in fs write() into the page cache with write combining.
      This pushes the destination out of the CPU's cache, but allows higher bandwidth
      in some case.
      
      The theory is that the page cache data is usually not touched by the
      CPU again and it's better to not pollute the cache with it. Also it is a little
      faster.
      Signed-off-by: NAndi Kleen <ak@suse.de>
      0812a579
  9. 12 2月, 2007 1 次提交
  10. 26 1月, 2007 1 次提交
  11. 04 12月, 2006 1 次提交
  12. 30 9月, 2006 1 次提交
  13. 26 9月, 2006 3 次提交
  14. 26 4月, 2006 1 次提交
  15. 15 1月, 2006 1 次提交
  16. 12 1月, 2006 1 次提交
  17. 08 9月, 2005 1 次提交
  18. 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