1. 21 Nov, 2002 4 commits
    • Dave Jones's avatar
      [PATCH] A new Athlon 'bug'. · 7d7f493a
      Dave Jones authored
      Very recent Athlons (Model 8 stepping 1 and above) (XPs/MPs and mobiles)
      have an interesting problem.  Certain bits in the CLK_CTL register need
      to be programmed differently to those in earlier models. The problem arises
      when people plug these new CPUs into boards running BIOSes that are unaware
      of this fact.
      
      The fix is to reprogram CLK_CTL to 200xxxxx instead of 0x600xxxxx as it was
      in previous models. The AMD folks have found that this improves stability.
      
      The patch below does this reprogramming if an affected model/bios is
      detected.
      
      I'm interested if someone with an affected model could run some
      benchmarks before and after to also see if this affects performance.
      7d7f493a
    • Christoph Hellwig's avatar
      [PATCH] uClinux bits for /dev/zero · d04e13f0
      Christoph Hellwig authored
      uClinux ports can't use mmu tricks for reading /dev/zero due to the
      lack of one.  similarly it can't mmap /dev/zero.
      d04e13f0
    • Christoph Hellwig's avatar
      [PATCH] fix compilation for !CONFIG_SWAP · e5c6d30e
      Christoph Hellwig authored
      We must always use total_swapcache_pages instead of
      swapper_space.nrpages in code that doesn't depend on CONFIG_SWAP
      e5c6d30e
    • Arnaldo Carvalho de Melo's avatar
  2. 20 Nov, 2002 19 commits
  3. 21 Nov, 2002 4 commits
  4. 20 Nov, 2002 3 commits
  5. 19 Nov, 2002 10 commits