Linux Container Development
 help / color / mirror / Atom feed
 messages from 2007-11-07 12:01:00 to 2007-11-17 16:07:17 UTC [more...]

[RFC][PATCH] memory controller per zone patches take 2 [0/10] introduction
 2007-11-17 16:07 UTC  (14+ messages)
  ` [RFC][PATCH] memory controller per zone patches take 2 [1/10] add scan_global_lru() macro
  ` [RFC][PATCH] memory controller per zone patches take 2 [2/10] add nid/zid function for page_cgroup
  ` [RFC][PATCH] memory controller per zone patches take 2 [3/10] add per zone active/inactive counter to mem_cgroup
  ` [RFC][PATCH] memory controller per zone patches take 2 [4/10] calculate mapped ratio for memory cgroup
  ` [RFC][PATCH] memory controller per zone patches take 2 [5/10] calculate active/inactive balance "
  ` [RFC][PATCH] memory controller per zone patches take 2 [6/10] remember reclaim priority "
  ` [RFC][PATCH] memory controller per zone patches take 2 [7/10] calculate reclaim scan number "
  ` [RFC][PATCH] memory controller per zone patches take 2 [8/10] changes in vmscan.c
  ` [RFC][PATCH] memory controller per zone patches take 2 [9/10] per-zone-lru for memory cgroup
  ` [RFC][PATCH] memory controller per zone patches take 2 [10/10] per-zone-lock "

[RFC PATCH 1/2] capabilities: define CONFIG_COMMONCAP
 2007-11-17  4:22 UTC  (6+ messages)
` [PATCH 2/2] capabilities: introduce per-process capability bounding set (v7)
` [PATCH RFC] cgroups: implement device whitelist cgroup+lsm

netns refcounting
 2007-11-16 17:14 UTC  (3+ messages)

cleanup in workq and dst_destroy
 2007-11-16 17:06 UTC  (2+ messages)

[PATCH][DOCUMENTATION] The namespaces compatibility list doc
 2007-11-16 16:48 UTC  (4+ messages)

[patch 1/1][NETNS] fix fib_frontend compilation error
 2007-11-16 11:33 UTC  (5+ messages)

Microsoft Vista Ultimate for 89, Retails @ 399 (You Save 310)
 2007-11-16  7:55 UTC 

[PATCH 2/2] move unneeded data to initdata section
 2007-11-15 19:34 UTC  (9+ messages)

[RFC PATCH] namespaces: document unshare security implications
 2007-11-15 18:45 UTC  (5+ messages)

net 2.6.25
 2007-11-15 17:15 UTC  (10+ messages)
      ` [Devel] "

[PATCH 2.6.25 6/6] net: consolidate net namespace related proc files creation
 2007-11-15 16:01 UTC 

[PATCH 2.6.25 5/6] net: Make AF_UNIX per network namespace safe (v2)
 2007-11-15 16:00 UTC 

[PATCH 2.6.25 4/6] net: Make AF_PACKET handle multiple network namespaces
 2007-11-15 15:59 UTC 

[PATCH 2.6.25 3/6] net: Make the netlink methods in rtnetlink handle multiple network namespaces
 2007-11-15 15:58 UTC 

[PATCH 2.6.25 2/6] net: Make rtnetlink infrastructure network namespace aware (v3)
 2007-11-15 15:57 UTC 

[PATCH 2.6.25 1/6] net: Modify all rtnetlink methods to only work in the initial namespace (v2)
 2007-11-15 15:56 UTC 

[PATCH 1/2] cleanup pernet operation without CONFIG_NET_NS
 2007-11-15 14:13 UTC  (3+ messages)

[patch 01/10][NETNS][IP6_FIB] make mindless changes
 2007-11-15 14:01 UTC  (10+ messages)
` [patch 02/10][NETNS][IP6_FIB] dynamically allocate fib tables
` [patch 03/10][NETNS][IP6_FIB] move the fib table to the network namespace
` [patch 04/10][NETNS][IP6_FIB] make the fib table per "
` [patch 05/10][NETNS][IP6_FIB] make fib6_clean_all per namespace
` [patch 06/10][NETNS][IP6_FIB] pass the network namespace parameter to timer callback
` [patch 07/10][NETNS][IP6_FIB] make gc timer mindless changes
` [patch 08/10][NETNS][IP6_FIB] dynamically allocate the gc timer
` [patch 09/10][NETNS][IP6_FIB] move the gc timer to the namespace
` [patch 10/10][NETNS][IP6_FIB] make gc timer handle several network namespace

net-2.6.25-netns branch on git.openvz.org
 2007-11-15 13:31 UTC  (6+ messages)

[patch 1/1][NETNS] fix compilation error
 2007-11-15 13:29 UTC  (3+ messages)

[RFC][ for -mm] memory controller enhancements for NUMA [0/10] introduction
 2007-11-15 11:36 UTC  (19+ messages)
  ` [RFC][ for -mm] memory controller enhancements for NUMA [1/10] record nid/zid on page_cgroup
      `  "
  ` [RFC][ for -mm] memory controller enhancements for NUMA [2/10] account active inactive
  ` [RFC][ for -mm] memory controller enhancements for NUMA [3/10] define macro for global lru scan
  ` [RFC][ for -mm] memory controller enhancements for NUMA [4/10] calc mapped_ratio in cgroup
  ` [RFC][ for -mm] memory controller enhancements for NUMA [5/10] calc active/inactive impabance
  ` [RFC][ for -mm] memory controller enhancements for NUMA [6/10] record reclaim priority
  ` [RFC][ for -mm] memory controller enhancements for NUMA [7/10] calc scan numbers per zone
  ` [RFC][ for -mm] memory controller enhancements for NUMA [8/10] move reclaim_mapped calc routine (cleanup for later patch)
  ` [RFC][ for -mm] memory controller enhancements for NUMA [9/10] zone reclaim vs. cgroup reclaim isolation
  ` [RFC][ for -mm] memory controller enhancements for NUMA [10/10] per-zone-lru
      `  "

[RFC] [PATCH] memory controller background reclamation
 2007-11-15  6:16 UTC  (2+ messages)

November 13, 2007 Issue 374
 2007-11-14 21:52 UTC 

netns compilation
 2007-11-14 16:06 UTC  (3+ messages)

[PATCH 0/6] A config option to compile out some namespaces code (v4)
 2007-11-14 14:58 UTC  (8+ messages)
` [PATCH 3/6] Move the IPC namespace under IPC_NS option
  ` [PATCH 1/6] Add the NAMESPACES config option
  ` [PATCH 2/6] Move the UTS namespace under UTS_NS option
  ` [PATCH 4/6] Cleanup the code managed with the USER_NS option
  ` [PATCH 6/6] Mark NET_NS with "depends on NAMESPACES"
` [PATCH 5/6] Cleanup the code managed with PID_NS option

[patch 1/1][NETNS][IPV6] protect addrconf from loopback registration
 2007-11-13 13:11 UTC  (15+ messages)

Revert for cgroups CPU accounting subsystem patch
 2007-11-13  7:59 UTC  (10+ messages)

Revert for cgroups CPU accounting subsystem patch
 2007-11-13  5:25 UTC 

net-2.6-netns
 2007-11-12 15:13 UTC  (6+ messages)

[PATCH 1/6 mm] swapoff: scan ptes preemptibly
 2007-11-12  6:56 UTC  (15+ messages)
  ` [PATCH 2/6 mm] memcgroup: temporarily revert swapoff mod
  ` [PATCH 3/6 mm] memcgroup: fix try_to_free order
  ` [PATCH 4/6 mm] memcgroup: reinstate swapoff mod
  ` [PATCH 5/6 mm] memcgroup: fix zone isolation OOM
  ` [PATCH 6/6 mm] memcgroup: revert swap_state mods

[PATCH] [RESEND] small possible memory leak in FIB rules
 2007-11-11  6:12 UTC  (2+ messages)

[BUG]: Crash with CONFIG_FAIR_CGROUP_SCHED=y
 2007-11-10 23:13 UTC  (9+ messages)

Choose the best online drugstore!
 2007-11-10 19:08 UTC 

Man this is funny
 2007-11-10  8:50 UTC 

We hope this information will help you to solve your health problems
 2007-11-09 13:09 UTC 

net namespaces git repo
 2007-11-09 11:15 UTC  (2+ messages)

Pid namespaces problems
 2007-11-09 10:14 UTC  (20+ messages)
                              ` net namespace plans for 2.6.25 (was Re: Pid namespaces problems)

[PATCH] No need to inc/dec packet_socks_nr if PACKET_REFCNT_DEBUG is not set
 2007-11-08 10:51 UTC  (2+ messages)

namespaces compatibility list
 2007-11-07 13:49 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox