1. 28 9月, 2006 1 次提交
    • D
      USB: net2280: update dma buffer allocation · 901b3d75
      David Brownell 提交于
      This updates the code handling dma-coherent buffer allocations, basically
      reusing code from the musb_hdrc driver.  Instead of trying to work around two
      significant limitations of the dma framework (memory wastage for buffers
      smaller than a page, and inconsistency between calling context requirements
      for allocation and free) this just works around one of them (the latter).
      
      So count this as two steps forward (bugfixes:  the latter issue could cause
      errors on some platforms, and some MIPS changes broke code for the former), 
      and one step back (increasing cross-platform memory wastage).
      
      Plus linelength and whitespace fixes; and minor data segment shrinkage.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      901b3d75
  2. 03 7月, 2006 1 次提交
  3. 01 7月, 2006 1 次提交
  4. 22 6月, 2006 1 次提交
  5. 20 6月, 2006 1 次提交
    • D
      [SPARC]: Kill __irq_itoa(). · c6387a48
      David S. Miller 提交于
      This ugly hack was long overdue to die.
      
      It was a way to print out Sparc interrupts in a more freindly format,
      since IRQ numbers were arbitrary opaque 32-bit integers which vectored
      into PIL levels.  These 32-bit integers were not necessarily in the
      0-->NR_IRQS range, but the PILs they vectored to were.
      
      The idea now is that we will increase NR_IRQS a little bit and use a
      virtual<-->real IRQ number mapping scheme similar to PowerPC.
      
      That makes this IRQ printing hack irrelevant, and furthermore only a
      handful of drivers actually used __irq_itoa() making it even less
      useful.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c6387a48
  6. 28 4月, 2006 4 次提交
  7. 15 4月, 2006 2 次提交
  8. 21 3月, 2006 1 次提交
  9. 01 2月, 2006 1 次提交
  10. 11 11月, 2005 1 次提交
  11. 29 10月, 2005 1 次提交
  12. 28 10月, 2005 1 次提交
  13. 13 7月, 2005 2 次提交
  14. 28 6月, 2005 1 次提交
  15. 21 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