1. 14 Nov, 2003 2 commits
    • Pekka Pietikäinen's avatar
      [libata] add Promise PCI id · 8f313868
      Pekka Pietikäinen authored
      8f313868
    • 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
  2. 13 Nov, 2003 8 commits
  3. 12 Nov, 2003 8 commits
  4. 11 Nov, 2003 17 commits
  5. 10 Nov, 2003 5 commits