An error occurred fetching the project authors.
  1. 09 Sep, 2002 1 commit
  2. 13 Aug, 2002 1 commit
  3. 01 Aug, 2002 1 commit
    • Dave Jones's avatar
      [PATCH] Missing CPU idents. · 4dcd2e25
      Dave Jones authored
      Earlier Intel CPUs didn't have the cpuid namestring feature,
      so we have to look them up in tables..
      
      Fix by Patrick Mochel.
      4dcd2e25
  4. 14 Jul, 2002 1 commit
  5. 06 Jun, 2002 1 commit
  6. 05 Jun, 2002 2 commits
    • Linus Torvalds's avatar
      Fix x86 CPU merge dangling ends · 195d8228
      Linus Torvalds authored
      195d8228
    • Dave Jones's avatar
      [PATCH] large x86 setup cleanup. · 9fc4eb64
      Dave Jones authored
      Patrick Mochel did a great job here at splitting up some of the larger
      messy parts of arch/i386/kernel/setup.c, and introduced a nice abstraction
      which gives us a much nicer way to ensure we can add workarounds for vendor
      specific bugs / features without polluting other vendor code paths.
      
      Mark Haverkamp also brought this up to date for merging in my tree circa
      2.5.14, and asides from 1-2 now fixed small thinkos, there haven't been
      any problems.
      
      This also features a workaround for an errata item on stepping C0 of
      the Intel Pentium 4 Xeon, which isn't in your tree yet, where we must
      disable the hardware prefetcher to ensure sane operation.
      9fc4eb64