1. 27 Dec, 2004 27 commits
  2. 26 Dec, 2004 10 commits
  3. 25 Dec, 2004 1 commit
  4. 24 Dec, 2004 2 commits
    • Linus Torvalds's avatar
      Linux 2.6.10 · f60fd965
      Linus Torvalds authored
      Merry Christmas everyone. Ho ho ho!
      f60fd965
    • Linus Torvalds's avatar
      Don't use "-march=pentium3" for gcc tuning. · 3ddb6f1c
      Linus Torvalds authored
      rth tells me that some versions of gcc may end up using the
      SSE registers for data movement when you do that.
      
      Use "-march=i686 -mtune=xxxx" instead.
      
      (We do the same thing for march=pentium2/4 too, just for
      consistency).
      3ddb6f1c