1. 29 1月, 2008 30 次提交
  2. 21 1月, 2008 1 次提交
  3. 20 10月, 2007 1 次提交
  4. 11 10月, 2007 4 次提交
  5. 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
  6. 25 5月, 2007 1 次提交
  7. 26 4月, 2007 2 次提交
    • R
      [IPV4]: fib_trie root node settings · 965ffea4
      Robert Olsson 提交于
      The threshold for root node can be more aggressive set to get
      better tree compression. The new setting mekes the root grow
      from 16 to 19 bits and substansial improvemnt in Aver depth
      this with the current table of 214393 prefixes
      
      But really the dynamic resize should need more investigation
      both in terms convergence and performance and maybe it should
      be possible to change...
      
      Maybe just for the brave to start with or we may have to back
      this out.
      965ffea4
    • R
      [IPV4]: fib_trie resize break · 05eee48c
      Robert Olsson 提交于
      The patch below adds break condition for the resize operations. If
      we don't achieve the desired fill factor a warning is printed. Trie
      should still be operational but new thresholds should be considered.
      Signed-off-by: NRobert Olsson <robert.olsson@its.uu.se>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      05eee48c