1. 25 3月, 2009 2 次提交
  2. 07 1月, 2009 3 次提交
  3. 05 1月, 2009 2 次提交
  4. 16 10月, 2008 1 次提交
  5. 17 10月, 2007 2 次提交
  6. 11 10月, 2007 3 次提交
  7. 20 7月, 2007 1 次提交
    • P
      mm: Remove slab destructors from kmem_cache_create(). · 20c2df83
      Paul Mundt 提交于
      Slab destructors were no longer supported after Christoph's
      c59def9f change. They've been
      BUGs for both slab and slub, and slob never supported them
      either.
      
      This rips out support for the dtor pointer from kmem_cache_create()
      completely and fixes up every single callsite in the kernel (there were
      about 224, not including the slab allocator definitions themselves,
      or the documentation references).
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      20c2df83
  8. 10 7月, 2007 1 次提交
  9. 16 6月, 2007 1 次提交
    • C
      ieee1394: fix to ether1394_tx in ether1394.c · 18b46179
      Carlos E. Ugarte 提交于
      This patch fixes a problem that occurs when packets cannot be sent across
      the ieee1394 bus and we return NETDEV_TX_BUSY in the net driver "hard start
      xmit" routine ether1394_tx. When we return NETDEV_TX_BUSY the stack will
      call ether1394_tx again with the same skb. So we need to restore the header
      to look like it did before we munged it for xmit over ieee1394.
      
      [Stefan Richter: changed whitespace, deleted a local variable]
      Signed-off-by: NStefan Richter <stefanr@s5r6.in-berlin.de>
      18b46179
  10. 28 5月, 2007 3 次提交
  11. 30 4月, 2007 21 次提交