1. 14 1月, 2006 1 次提交
    • A
      [IA64] build broken for ia64 simserial.c · d50f5c5c
      Andreas Schwab 提交于
      TTY layer buffering revamp broke ia64 in commit
       33f0f88f
      
        CC      arch/ia64/hp/sim/simserial.o
      arch/ia64/hp/sim/simserial.c: In function `receive_chars':
      arch/ia64/hp/sim/simserial.c:170: error: structure has no member named `flip'
       ... and so on ...
      make[1]: *** [arch/ia64/hp/sim/simserial.o] Error 1
      
      Patch from Andreas Schwab.
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      d50f5c5c
  2. 12 1月, 2006 1 次提交
  3. 07 11月, 2005 1 次提交
  4. 28 10月, 2005 1 次提交
  5. 26 10月, 2005 1 次提交
  6. 23 9月, 2005 1 次提交
  7. 15 9月, 2005 1 次提交
    • A
      [IA64] more robust zx1/sx1000 machvec support · 0b9afede
      Alex Williamson 提交于
      Machine vector selection has always been a bit of a hack given how
      early in system boot it needs to be done.  Services like ACPI namespace
      are not available and there are non-trivial problems to moving them to
      early boot.  However, there's no reason we can't change to a different
      machvec later in boot when the services we need are available.  By
      adding a entry point for later initialization of the swiotlb, we can add
      an error path for the hpzx1 machevec initialization and fall back to the
      DIG machine vector if IOMMU hardware isn't found in the system.  Since
      ia64 uses 4GB for zone DMA (no ISA support), it's trivial to allocate a
      contiguous range from the slab for bounce buffer usage.
      Signed-off-by: NAlex Williamson <alex.williamson@hp.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      0b9afede
  8. 08 9月, 2005 1 次提交
  9. 31 8月, 2005 1 次提交
  10. 25 8月, 2005 1 次提交
  11. 23 8月, 2005 2 次提交
  12. 19 8月, 2005 1 次提交
    • I
      [IA64] Simulator bootloader fails with gcc 4 · 4aec0fb1
      Ian Wienand 提交于
      After building a fresh tree with gcc 4 I can't boot the simulator as
      the bootloader loader dies with 
      
      loading /home/ianw/kerntest/kerncomp//build/sim_defconfig/vmlinux...
      failed to read phdr
      
      After some investigation I believe this is do with differences between
      the alignment of variables on the stack between gcc 3 and 4 and the
      ski simulator.  If you trace through with the simulator you can see
      that the disk_stat structure value returned from the SSC_WAIT_COMPLETION
      call seems to be only half loaded.  I guess it doesn't like the alignment
      of the input.
      Signed-off-by: NIan Wienand <ianw@gelato.unsw.edu.au>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      4aec0fb1
  13. 12 7月, 2005 1 次提交
    • K
      [IA64] assign_irq_vector() should not panic · 3b5cc090
      Kenji Kaneshige 提交于
      Current assign_irq_vector() will panic if interrupt vectors is running
      out. But I think how to handle the case of lack of interrupt vectors
      should be handled by the caller of this function. For example, some
      PCI devices can raise the interrupt signal via both MSI and I/O
      APIC. So even if the driver for these device fails to allocate a
      vector for MSI, the driver still has a chance to use I/O APIC based
      interrupt. But currently there is no chance for these driver to use
      I/O APIC based interrupt because kernel will panic when
      assign_irq_vector() fails to allocate interrupt vector.
      
      The following patch changes assign_irq_vector() for ia64 to return
      -ENOSPC on error instead of panic (as i386 and x86_64 versions do).
      Signed-off-by: NKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      3b5cc090
  14. 29 6月, 2005 2 次提交
  15. 04 5月, 2005 1 次提交
  16. 26 4月, 2005 1 次提交
    • A
      [IA64] sba_iommu bug fixes · 5f6602a1
      Alex Williamson 提交于
         This fixes a couple of bugs in the zx1/sx1000 sba_iommu.  These are
      all pretty low likelihood of hitting.  The first problem is a simple off
      by one, deep in the sba_alloc_range() error path.  Surrounding that was
      a lock ordering problem that could have potentially deadlocked with the
      order the locks are grabbed in sba_unmap_single().  I moved the resource
      locking into sba_search_bitmap() to prevent this.  Finally, there's a
      potential race between unmapping pdir entries and marking incoming DMA
      pages clean.  If you see any oddities, please let me know, but I've
      tested it pretty thoroughly here.  Tony, please apply.  Thanks,
      
      BTW, many of the options in this driver not on by default are becoming
      more and more broken.  I'll be working on some patches to clean them
      out, but I wanted to get this bug fix out first.
      Signed-off-by: NAlex Williamson <alex.williamson@hp.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      5f6602a1
  17. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4