1. 21 Nov, 2002 6 commits
    • Kai Germaschewski's avatar
      Merge zephyr:src/kernel/v2.5/linux-2.5.make · 5663236f
      Kai Germaschewski authored
      into tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5.make
      5663236f
    • Ingo Molnar's avatar
      [PATCH] threading enhancements, tid-2.5.48-C0 · dbc4fc9c
      Ingo Molnar authored
      Support more flexible child pid set/clear operations for NPTL.
      
      there's one more improvement in the interface: set the parent-TID prior
      doing the copy_mm() - this helps cfork() to pass the TID to the child as
      well.
      dbc4fc9c
    • 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 21 commits
  3. 21 Nov, 2002 4 commits
  4. 20 Nov, 2002 3 commits
  5. 19 Nov, 2002 6 commits