1. 31 May, 2002 10 commits
    • Dave Jones's avatar
      [PATCH] recognise 2 extra devices for xd.c · 7e42b536
      Dave Jones authored
      Wow, someone found some new devices for this beast..
      7e42b536
    • Dave Jones's avatar
      [PATCH] ps2esdi resource cleanups · 4fbfba2c
      Dave Jones authored
      checks return codes, and sanitises resource allocation.
      4fbfba2c
    • Dave Jones's avatar
      [PATCH] i386 smp tweaks. · 5c2219ce
      Dave Jones authored
      o  mention a quirk in the athlon smp detection
      o  mark some use-once paths as __init
      5c2219ce
    • Dave Jones's avatar
      [PATCH] region handling cleanups for gscd driver · 82a97c46
      Dave Jones authored
      The usual check_region -> request_region work, plus freeing
      of resources on failure path.
      82a97c46
    • Dave Jones's avatar
      [PATCH] dumb cpqarray init microoptimisation. · 85d4331c
      Dave Jones authored
      85d4331c
    • Dave Jones's avatar
      [PATCH] i386 mmx copying bug. · 247ed088
      Dave Jones authored
      Odd, this is the missing half of the recent fix where we prefetched
      too far. Not sure how this bit got dropped. Without it, we still prefetch
      past the end of a range of memory.
      Also small compiler hint microoptimisations
      247ed088
    • Linus Torvalds's avatar
      Merge http://linuxusb.bkbits.net/linus-2.5 · 42294085
      Linus Torvalds authored
      into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
      42294085
    • Stephen Rothwell's avatar
      [PATCH] missing bit from signal patches · cdf24f56
      Stephen Rothwell authored
      The following should allow the affected architectures to build in
      2.5.19 as currently there will be two definitions of
      copy_siginfo_to_user and if an architecture defines its own
      siginfo_t it MUST define copy_siginfo().
      cdf24f56
    • Stephen Rothwell's avatar
      [PATCH] APM patch for idle_period handling · e42d8b3e
      Stephen Rothwell authored
      This patch from Laurent Latil <laurent@latil.nom.fr> fixes a copy
      and paste error.
      e42d8b3e
    • Martin Dalecki's avatar
      [PATCH] 2.5.19 IDE 76 · d14d5dc1
      Martin Dalecki authored
       - Since Bartek has released finally an entierly user space based setup
         monitoring utility, we can finally remove the nonfunctional PROC code from
         the host chip drivers. We have preserved it thus far only for documentation
         purposes.
      
       - Use generic bus master DMA setup code. There is nothing wrong with it.
      
       - Make the ide-scsi code actually just allow for one device id per scsi host,
         since we are registering a host per device right now.  This prevents the
         repetitive device recognition. Well registering an SCSI host of every single
         disk out there isn't the proper thing to do. I will deal with that later
         after my visual perception recovers again from already looking too long at
         the SCSI code :-).
      
       - Deal properly with host specific data mapping. (Could be that solves some
         problems with the driver, which where in reality kernel data corruptions.)
      
       - Homogenize flag handling for ATAPI drivers.
      d14d5dc1
  2. 30 May, 2002 14 commits
  3. 29 May, 2002 3 commits
  4. 30 May, 2002 3 commits
  5. 29 May, 2002 10 commits