1. 08 12月, 2006 1 次提交
  2. 06 12月, 2006 1 次提交
  3. 11 10月, 2006 1 次提交
  4. 09 10月, 2006 2 次提交
  5. 02 10月, 2006 1 次提交
    • J
      [PATCH] const struct tty_operations · b68e31d0
      Jeff Dike 提交于
      As part of an SMP cleanliness pass over UML, I consted a bunch of
      structures in order to not have to document their locking.  One of these
      structures was a struct tty_operations.  In order to const it in UML
      without introducing compiler complaints, the declaration of
      tty_set_operations needs to be changed, and then all of its callers need to
      be fixed.
      
      This patch declares all struct tty_operations in the tree as const.  In all
      cases, they are static and used only as input to tty_set_operations.  As an
      extra check, I ran an i386 allyesconfig build which produced no extra
      warnings.
      
      53 drivers are affected.  I checked the history of a bunch of them, and in
      most cases, there have been only a handful of maintenance changes in the
      last six months.  serial_core.c was the busiest one that I looked at.
      Signed-off-by: NJeff Dike <jdike@addtoit.com>
      Acked-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      b68e31d0
  6. 03 7月, 2006 1 次提交
  7. 01 7月, 2006 1 次提交
  8. 23 3月, 2006 1 次提交
  9. 15 1月, 2006 1 次提交
  10. 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
  11. 12 1月, 2006 1 次提交
  12. 07 11月, 2005 1 次提交
  13. 08 9月, 2005 1 次提交
  14. 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
  15. 29 6月, 2005 1 次提交
  16. 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