1. 17 May, 2003 8 commits
  2. 16 May, 2003 2 commits
    • Linus Torvalds's avatar
      Fix up thinko in nasty "NMI while debug while systenter" · 23d2f992
      Linus Torvalds authored
      codepath.
      
      The bug was that the NMI stack fixup triggered even if the
      debug exception had _not_ happened on the exact sysenter
      entrypoint. The new version should be more robust.
      23d2f992
    • Russell King's avatar
      [ARM] Update Acorn platform scsi drivers. · bdf1ad71
      Russell King authored
      These were broken by two changes - the removal of the old device model
      class code, and when scsi device lists appeared.  This cset allows
      these drivers to build again.  We also drop some unnecessary code
      from one of the drivers.
      bdf1ad71
  3. 15 May, 2003 25 commits
  4. 14 May, 2003 5 commits
    • David S. Miller's avatar
      Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5 · 917ba3a6
      David S. Miller authored
      into kernel.bkbits.net:/home/davem/net-2.5
      917ba3a6
    • Dave Jones's avatar
      [PATCH] shrink zonelists. · dd4a3928
      Dave Jones authored
      Originally from Matt Dobson. I've been running with this for a while
      in -dj, with no noticable side-effects.
      
      Matt:
      
      node_zonelists looks like it should really be declared of size
      MAX_NR_ZONES, not GFP_ZONEMASK.  GFP_ZONEMASK is currently 15, making
      node_zonelists an array of 16 elements.  The extra zonelists are all
      just duplicates of the *real* zonelists, namely the first 3 entries.
      Again, if anyone can explain to me why I'm wrong in my thinking, I'd
      love to know.  There's certainly no way you could bitwise-and something
      with any combination of the GFP_DMA and GFP_HIGHMEM flags to refer to
      the 12th zonelist or some such!  Or am I crazy?
      dd4a3928
    • Dave Jones's avatar
      [PATCH] i810 no codec fix. · fb697abe
      Dave Jones authored
      Syncs up with 2.4
      fb697abe
    • Dave Jones's avatar
      [PATCH] shorten rclan debug output · 3ab340dc
      Dave Jones authored
      From 2.4 long long ago.
      3ab340dc
    • Dave Jones's avatar
      [PATCH] byte counters for mkiss · 7f409844
      Dave Jones authored
      From 2.4 from way back 13 months ago..
      7f409844