1. 03 10月, 2008 1 次提交
  2. 23 7月, 2008 1 次提交
    • V
      x86: consolidate header guards · 77ef50a5
      Vegard Nossum 提交于
      This patch is the result of an automatic script that consolidates the
      format of all the headers in include/asm-x86/.
      
      The format:
      
      1. No leading underscore. Names with leading underscores are reserved.
      2. Pathname components are separated by two underscores. So we can
         distinguish between mm_types.h and mm/types.h.
      3. Everything except letters and numbers are turned into single
         underscores.
      Signed-off-by: NVegard Nossum <vegard.nossum@gmail.com>
      77ef50a5
  3. 09 7月, 2008 19 次提交
  4. 17 4月, 2008 1 次提交
  5. 04 2月, 2008 1 次提交
  6. 30 1月, 2008 1 次提交
  7. 11 10月, 2007 1 次提交
  8. 27 7月, 2007 1 次提交
  9. 15 3月, 2007 1 次提交
  10. 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
  11. 12 2月, 2007 1 次提交
  12. 26 1月, 2007 1 次提交
  13. 04 12月, 2006 1 次提交
  14. 30 9月, 2006 1 次提交
  15. 26 9月, 2006 3 次提交
  16. 26 4月, 2006 1 次提交
  17. 15 1月, 2006 1 次提交
  18. 12 1月, 2006 1 次提交
  19. 08 9月, 2005 1 次提交
  20. 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