An error occurred fetching the project authors.
- 09 Sep, 2002 1 commit
-
-
Linus Torvalds authored
-
- 13 Aug, 2002 1 commit
-
-
Rusty Russell authored
The old form of designated initializers are obsolete: we need to replace them with the ISO C forms before 2.6. Gcc has always supported both forms anyway.
-
- 01 Aug, 2002 1 commit
-
-
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.
-
- 14 Jul, 2002 1 commit
-
-
Andy Grover authored
The current Intel-specific cache detection code is incomplete and hard to read. This patch puts all the cache descriptors in a table, which then is examined for matches in a loop.
-
- 06 Jun, 2002 1 commit
-
-
James Bottomley authored
-
- 05 Jun, 2002 2 commits
-
-
Linus Torvalds authored
-
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.
-