1. 09 Jan, 2004 1 commit
  2. 06 Jan, 2004 7 commits
  3. 05 Jan, 2004 21 commits
  4. 04 Jan, 2004 7 commits
  5. 03 Jan, 2004 1 commit
    • Linus Torvalds's avatar
      Fix IDE "PIO WRITE wait for ready" test under extreme interrupt load. · 11f96351
      Linus Torvalds authored
      From Daniel Tram Lux: under extreme irq load on an underpowered CPU,
      the timeout loop may not make any progress, and decide that a timeout
      occurred before it has actually tested the status register.
      
      The minimal fix for now is to just have a final test _after_ the timeout
      to remove the problem. The real fix would likely be to not have irqs
      enabled between reading the status and the timeout. 
      11f96351
  6. 02 Jan, 2004 3 commits
    • Russell King's avatar
      [SERIAL] Remove old RSA resource handlign. · 75416a98
      Russell King authored
      The resource handling left in autoconfig() is plainly wrong, since
      we've already claimed the necessary resources prior to calling
      autoconfig().  Therefore, we remove the superfluous code from
      autoconfig().
      75416a98
    • Rene Herman's avatar
      [SERIAL] add PnP ID to 8250_pnp.c · e3483eaf
      Rene Herman authored
      Patch from: Rene Herman
      
      This patch adds the PnP ID for the E-Tech CyberBULLET PC56RVP.
      e3483eaf
    • Andi Kleen's avatar
      [PATCH] Fix memset on x86-64 · a5c43a75
      Andi Kleen authored
      The memset for C stepping K8 was broken. This broke mainly CONFIG_SLAB_DEBUG
      because memset(...., 0, ...) still worked correctly.
      
      Thanks to Manfred Spraul for giving me the right cue.
      a5c43a75