1. 29 1月, 2008 3 次提交
  2. 11 1月, 2008 1 次提交
  3. 11 11月, 2007 1 次提交
  4. 11 10月, 2007 6 次提交
  5. 01 8月, 2007 1 次提交
  6. 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
  7. 11 7月, 2007 1 次提交
  8. 04 5月, 2007 1 次提交
  9. 26 4月, 2007 7 次提交
  10. 13 2月, 2007 1 次提交
  11. 11 2月, 2007 2 次提交
  12. 03 12月, 2006 4 次提交
  13. 19 10月, 2006 1 次提交
  14. 16 10月, 2006 1 次提交
  15. 12 10月, 2006 1 次提交
  16. 23 9月, 2006 4 次提交
  17. 03 8月, 2006 1 次提交
  18. 01 7月, 2006 1 次提交
  19. 18 6月, 2006 1 次提交
    • H
      [NET]: Clean up skb_linearize · 364c6bad
      Herbert Xu 提交于
      The linearisation operation doesn't need to be super-optimised.  So we can
      replace __skb_linearize with __pskb_pull_tail which does the same thing but
      is more general.
      
      Also, most users of skb_linearize end up testing whether the skb is linear
      or not so it helps to make skb_linearize do just that.
      
      Some callers of skb_linearize also use it to copy cloned data, so it's
      useful to have a new function skb_linearize_cow to copy the data if it's
      either non-linear or cloned.
      
      Last but not least, I've removed the gfp argument since nobody uses it
      anymore.  If it's ever needed we can easily add it back.
      
      Misc bugs fixed by this patch:
      
      * via-velocity error handling (also, no SG => no frags)
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      364c6bad
  20. 21 3月, 2006 1 次提交