1. 12 Oct, 2003 4 commits
  2. 13 Oct, 2003 1 commit
  3. 12 Oct, 2003 3 commits
  4. 11 Oct, 2003 25 commits
  5. 10 Oct, 2003 7 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
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/gregkh/linux/usb-2.6 · 606e1044
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      606e1044
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/gregkh/linux/i2c-2.6 · e47b5d29
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      e47b5d29
    • Jesse Barnes's avatar
      [PATCH] ia64: fix NUMA boot · ecddf16d
      Jesse Barnes authored
      Now that the ACPI table parsing stuff has been fixed we can move
      find_memory() back where it belongs--after the SRAT table has been
      parsed.
      ecddf16d
    • David Mosberger's avatar
      ia64: Patch by Jesse Barnes: · dd1a7550
      David Mosberger authored
      This patch fixes the combination of CONFIG_DISCONTIGMEM and
      CONFIG_VIRTUAL_MEM_MAP so that generic kernels will work on all ia64
      platforms, including sn2, and also makes sn2 specific kernels work
      (which I think is a first).
      
      I've cleaned this patch up heavily based on feedback from yourself,
      Christoph and others.  I've tested sn2, zx1, and dig (thanks Xavier!)
      specific configurations, as well as a generic configuration that allows
      the same binary to boot on zx1, dig, and sn2.
      dd1a7550