1. 29 1月, 2008 3 次提交
  2. 20 11月, 2007 1 次提交
  3. 11 10月, 2007 2 次提交
  4. 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
  5. 19 7月, 2007 1 次提交
  6. 11 7月, 2007 7 次提交
  7. 26 4月, 2007 1 次提交
  8. 11 2月, 2007 1 次提交
  9. 12 12月, 2006 4 次提交
  10. 08 12月, 2006 2 次提交
  11. 04 12月, 2006 5 次提交
  12. 03 12月, 2006 1 次提交
    • G
      [DCCP]: Simplified conditions due to use of enum:8 states · 59348b19
      Gerrit Renker 提交于
      This reaps the benefit of the earlier patch, which changed the type of
      CCID 3 states to use enums, in that many conditions are now simplified
      and the number of possible (unexpected) values is greatly reduced.
      
      In a few instances, this also allowed to simplify pre-conditions; where
      care has been taken to retain logical equivalence.
      
      [DCCP]: Introduce a consistent BUG/WARN message scheme
      
      This refines the existing set of DCCP messages so that
       * BUG(), BUG_ON(), WARN_ON() have meaningful DCCP-specific counterparts
       * DCCP_CRIT (for severe warnings) is not rate-limited
       * DCCP_WARN() is introduced as rate-limited wrapper
      
      Using these allows a faster and cleaner transition to their original
      counterparts once the code has matured into a full DCCP implementation.
      Signed-off-by: NGerrit Renker <gerrit@erg.abdn.ac.uk>
      Signed-off-by: NArnaldo Carvalho de Melo <acme@mandriva.com>
      59348b19
  13. 27 8月, 2006 4 次提交
  14. 01 7月, 2006 1 次提交
  15. 08 2月, 2006 1 次提交
  16. 09 10月, 2005 1 次提交
  17. 09 9月, 2005 1 次提交
  18. 30 8月, 2005 3 次提交