1. 13 Oct, 2003 2 commits
  2. 12 Oct, 2003 6 commits
  3. 13 Oct, 2003 1 commit
  4. 12 Oct, 2003 3 commits
  5. 11 Oct, 2003 25 commits
  6. 10 Oct, 2003 3 commits
    • Benjamin Herrenschmidt's avatar
      Merge bk://ppc@ppc.bkbits.net/for-linus-ppc · 2ad4ad92
      Benjamin Herrenschmidt authored
      into kernel.crashing.org:/home/benh/kernels/for-linus-ppc
      2ad4ad92
    • Jesse Barnes's avatar
      [PATCH] ia64: nable SN2 in generic builds · c2a5f235
      Jesse Barnes authored
      Now that it works, we can enable sn2 in generic builds.  This should not
      only allow generic kernels to work on sn2, but also fix the build
      problems people have been seeing with the qla1280 driver.  I tested a
      generic kernel built with this patch on zx1 and it worked.
      c2a5f235
    • Tony Luck's avatar
      [PATCH] ia64: fix register numbers in MCA save/restore · 69856e0e
      Tony Luck authored
      This corrects the save/restore code in mca_asm.S
      which was written long ago, before the assembler understood
      mnemonic names for 'cr' and 'ar' registers (in fact it
      appears to have been written pre-silicon, some of the
      control register numbers don't match with what actually
      got built).  There were other goofs too (like using
      0, 1, 2, etc. for region register subscripts).
      69856e0e