1. 08 Feb, 2004 4 commits
    • Adam Belay's avatar
      [PNP]: Avoid static requests · c9451514
      Adam Belay authored
      Recently many PnPBIOS bugs have been triggered by static resource
      information requests.  This patch makes an effort to further avoid
      making them.
      c9451514
    • Adam Belay's avatar
      [PNP]: Disable resources fix · 567cfe2b
      Adam Belay authored
      Some PnPBIOSes do not follow the specifications with regard to
      disabling devices.  This patch preserves the tag bits, while zeroing
      the resource settings.  Previously we would zero the entire buffer.
      It has been tested and appears to correct the issue while remaining
      compatible with unbroken PnPBIOSes.
      567cfe2b
    • Adam Belay's avatar
      [PNP]: Resource flags update · d89c83be
      Adam Belay authored
      This patch reorganizes resource flags to ensure that manual resource
      settings are properly recognized.  This fix is necessary for many ALSA
      drivers.  It also prevents comparisons between unset resource
      structures.  The bug was discovered by Rene Herman
      <rene.herman@keyaccess.nl>, who also wrote an initial version of this
      patch.  I made further improvements to ensure that the pnp subsystem 
      was compatible with this initial change.
      d89c83be
    • Adam Belay's avatar
      [PNP]: Fix Serial PnP driver · 7bc01bc6
      Adam Belay authored
      The serial driver currently fails to unregister its pnp driver upon
      module unload.  This patch corrects the problem by calling
      pnp_unregister_driver and implementing a proper remove function.
      7bc01bc6
  2. 15 Nov, 2003 4 commits
  3. 14 Nov, 2003 2 commits
    • Paul Mackerras's avatar
      [PATCH] PPC32: cancel syscall restart on signal delivery · 6ebed0fa
      Paul Mackerras authored
      This patch ensures that the PPC kernel cancels any pending restarted
      system call when it delivers a signal.  This is the PPC counterpart of
      the change that has recently gone into i386 and other architectures.
      6ebed0fa
    • Paul Mackerras's avatar
      [PATCH] PPC32: Don't oops on out-of-range system call · 0837a685
      Paul Mackerras authored
      This patch fixes a bug on PPC where the kernel will oops if a process
      does a system call and the system call number is out of range.
      
      While fixing that, I noticed that if the process is being ptraced, an
      out-of-range system call will not get traced on the way in but will on
      the way out.  This patch fixes that too, by making it get traced on
      the way in as well as the way out.  It turned out to be less change,
      and fewer instructions overall, to do that than to make the
      out-of-range system call not be traced at all.
      0837a685
  4. 13 Nov, 2003 8 commits
  5. 12 Nov, 2003 8 commits
  6. 11 Nov, 2003 14 commits