1. 08 10月, 2008 5 次提交
  2. 31 7月, 2008 1 次提交
  3. 02 5月, 2008 1 次提交
  4. 10 4月, 2008 1 次提交
  5. 28 3月, 2008 1 次提交
  6. 20 2月, 2008 1 次提交
  7. 01 2月, 2008 3 次提交
  8. 29 1月, 2008 5 次提交
  9. 15 12月, 2007 1 次提交
  10. 11 10月, 2007 1 次提交
    • E
      [NET]: Make /proc/net per network namespace · 457c4cbc
      Eric W. Biederman 提交于
      This patch makes /proc/net per network namespace.  It modifies the global
      variables proc_net and proc_net_stat to be per network namespace.
      The proc_net file helpers are modified to take a network namespace argument,
      and all of their callers are fixed to pass &init_net for that argument.
      This ensures that all of the /proc/net files are only visible and
      usable in the initial network namespace until the code behind them
      has been updated to be handle multiple network namespaces.
      
      Making /proc/net per namespace is necessary as at least some files
      in /proc/net depend upon the set of network devices which is per
      network namespace, and even more files in /proc/net have contents
      that are relevant to a single network namespace.
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      457c4cbc
  11. 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
  12. 11 7月, 2007 7 次提交
  13. 26 4月, 2007 3 次提交
  14. 13 2月, 2007 2 次提交
  15. 09 2月, 2007 1 次提交
  16. 04 1月, 2007 1 次提交
  17. 08 12月, 2006 1 次提交
  18. 04 12月, 2006 1 次提交
  19. 03 12月, 2006 2 次提交
  20. 29 9月, 2006 1 次提交