1. 23 Jan, 2004 15 commits
  2. 24 Jan, 2004 2 commits
  3. 23 Jan, 2004 4 commits
    • Andrew Morton's avatar
      [PATCH] Fix rq_for_each_bio() macro again · 66cb679e
      Andrew Morton authored
      From: Rusty Russell <rusty@rustcorp.com.au>
      
      Looks like an obvious typo.  Works fine if "bio" is the name of the
      iterator.
      66cb679e
    • Andrew Morton's avatar
      [PATCH] ppc32: Fixes to the signal context code · 65941fab
      Andrew Morton authored
      From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      
      This patch (which has been in my tree for some time now) does 2 things to
      the ppc32 signal code:
      
      - The new sys_swapcontext() syscall that we added recently (and which is
        _not_ yet used by glibc, so it's ok to change it slightly at this point,
        glibc kernel version check will limit us to 2.6.2 or 2.6.3) gets a new
        context size argument, so we can deal with future context size changes.
      
      - When ucontext is get/set/swapped using the above syscall, the TLS (r2)
        is preserved (it's still saved/restored on signal entry & return though).
      
      The equivalent of this patch is already in the ppc64 signal32.c emulation,
      and it has no effect until glibc is updated to use the new syscall, which
      should happen soon now, so please apply.
      65941fab
    • Andrew Morton's avatar
      [PATCH] RAID-6 fix for IA-64 · 91498a9a
      Andrew Morton authored
      From: "H. Peter Anvin" <hpa@transmeta.com>
      
      Fix for RAID-6 on IA-64, from Bjorn Helgaas, and verified by me.
      91498a9a
    • Andrew Morton's avatar
      [PATCH] LSI Logic MegaRAID3 PCI ID · 1632d2e4
      Andrew Morton authored
      From: Chris Meadors <clubneon@hereintown.net>
      
      Add a missing PCI ID.
      1632d2e4
  4. 22 Jan, 2004 11 commits
  5. 21 Jan, 2004 8 commits