cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-28 17:46:46 to 2016-01-26 21:00:05 UTC [more...]

[PATCH 0/5] mm: workingset: per-cgroup thrash detection
 2016-01-26 21:00 UTC  (5+ messages)
` [PATCH 1/5] mm: memcontrol: generalize locking for the page->mem_cgroup binding
` [PATCH 2/5] mm: workingset: #define radix entry eviction mask
` [PATCH 3/5] mm: workingset: separate shadow unpacking and refault calculation
` [PATCH 4/5] mm: workingset: eviction buckets for bigmem/lowbit machines

[PATCH] Documentation: cgroup-v2: add memory.stat::sock description
 2016-01-26 20:55 UTC 

[PATCH] mm: memcontrol: drop superfluous entry in the per-memcg stats array
 2016-01-26 20:55 UTC 

[PATCH] cgroup: Fix misspelling of CONFIG_SOCK_CGROUP_DATA in comments
 2016-01-26 15:34 UTC  (4+ messages)

cgroup version
 2016-01-26 14:56 UTC 

[PATCH] mm/memcontrol: avoid a spurious gcc warning
 2016-01-25 18:55 UTC  (2+ messages)

gamer and memory bandwith control
 2016-01-25 12:46 UTC  (2+ messages)

PROBLEM: BUG when using memory.kmem.limit_in_bytes
 2016-01-22 18:35 UTC  (6+ messages)

[PATCH] Documentation: cgroup v1: remove section about subsystem as a module
 2016-01-22 16:11 UTC  (3+ messages)

[PATCH cgroup/for-4.5-fixes] cpuset: make mm migration asynchronous
 2016-01-22 15:47 UTC  (13+ messages)
      ` [PATCH 1/2] cgroup: make sure a parent css isn't offlined before its children
        ` [PATCH 2/2] cgroup: make sure a parent css isn't freed "
          ` [PATCH v2 "
          ` [PATCH v2 1/2] cgroup: make sure a parent css isn't offlined "

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy v4-RESEND
 2016-01-22  3:25 UTC  (8+ messages)
  ` [PATCH] mm: memcontrol: only manage socket pressure for CONFIG_INET

[RFC PATCH net-next] net: Add l3mdev cgroup
 2016-01-19 16:06 UTC  (10+ messages)

[PATCH 1/1] mmzone: code cleanup for LRU stats
 2016-01-18 22:14 UTC  (2+ messages)

[PATCHSET v4] netfilter, cgroup: implement cgroup2 path match in xt_cgroup
 2016-01-15 22:05 UTC  (5+ messages)
` [PATCH 2/8] kernfs: implement kernfs_walk_and_get()
      ` [PATCH] kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[]

[PATCH] memcg: Only free spare array when readers are done
 2016-01-15 20:56 UTC  (6+ messages)

[PATCH 0/2] mm: memcontrol: cgroup2 memory statistics
 2016-01-15 20:30 UTC  (10+ messages)
` [PATCH 1/2] mm: memcontrol: basic memory statistics in cgroup2 memory controller
` [PATCH 2/2] mm: memcontrol: add "sock" to cgroup2 memory.stat
  ` [PATCH 2/2 V2] "

[PATCH 0/2] cpu subsystem for unified hierarchy
 2016-01-15  0:44 UTC  (5+ messages)
  ` [PATCH 1/2] sched: implement "
  ` [PATCH 2/2] cgroup: cpu subsystem: split cpu usage into user_usage and sys_usage

[PATCH] mm: memcontrol: do not uncharge old page in page cache replacement
 2016-01-13 21:51 UTC 

[PATCH v2 0/7] Add swap accounting to cgroup2
 2016-01-13 17:02 UTC  (15+ messages)
` [PATCH v2 1/7] mm: memcontrol: charge swap "
` [PATCH v2 2/7] mm: vmscan: pass memcg to get_scan_count()
` [PATCH v2 3/7] mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_online
` [PATCH v2 4/7] swap.h: move memcg related stuff to the end of the file
` [PATCH v2 5/7] mm: vmscan: do not scan anon pages if memcg swap limit is hit
` [PATCH v2 6/7] mm: free swap cache aggressively if memcg swap is full
` [PATCH v2 7/7] Documentation: cgroup: add memory.swap.{current,max} description

[PATCH] cpuacct: rename parameter in cpuusage_write for readability
 2016-01-13  8:41 UTC 

[GIT PULL] cgroup changes for v4.5-rc1
 2016-01-12  4:34 UTC  (4+ messages)
  ` [GIT PULL UPDATED] "

[PATCH] cgroup: fix a typo
 2016-01-10 17:28 UTC  (2+ messages)

[PATCH] cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_from_page()
 2016-01-08 22:00 UTC 

[PATCHSET] cgroup, perf_event: make perf_event work on v2 hierarchy
 2016-01-07 22:29 UTC  (7+ messages)
` [PATCH 1/6] cgroup: s/cgrp_dfl_root_/cgrp_dfl_/
` [PATCH 2/6] cgroup: convert cgroup_subsys flag fields to bool bitfields
` [PATCH 3/6] cgroup: make css_tryget_online_from_dir() also recognize cgroup2 fs
` [PATCH 4/6] cgroup: use ->subtree_control when testing no internal process rule
` [PATCH 5/6] cgroup: implement cgroup_subsys->implicit_on_dfl
` [PATCH 6/6] cgroup, perf_event: make perf_event controller work on cgroup2 hierarchy

[PATCHv1 0/6] rdma controller support
 2016-01-07 21:10 UTC  (39+ messages)
` [PATCHv1 1/6] rdmacg: Added rdma cgroup header file
` [PATCHv1 2/6] IB/core: Added members to support rdma cgroup
` [PATCHv1 4/6] IB/core: rdmacg support infrastructure APIs
` [PATCHv1 5/6] IB/core: use rdma cgroup for resource accounting
` [PATCHv1 6/6] rdmacg: Added documentation for rdma controller
  ` [PATCHv1 3/6] rdmacg: implements rdma cgroup

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2016-01-06 13:44 UTC  (16+ messages)
                ` [PATCH v4.4-rc7] sched: isolate task_struct bitfields according to synchronization domains
                        ` [PATCH v4.4-rc7] sched: move sched lock synchronized bitfields in task_struct into ->atomic_flags

CGroup Namespaces (v9)
 2016-01-06  2:17 UTC  (15+ messages)
  ` [PATCH 1/8] kernfs: Add API to generate relative kernfs path
  ` [PATCH 2/8] sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
  ` [PATCH 3/8] cgroup: introduce cgroup namespaces
      ` [PATCH 3/8 v2] "
          ` [PATCH 3/8 v3] "
  ` [PATCH 4/8] cgroup: cgroup namespace setns support
  ` [PATCH 5/8] kernfs: define kernfs_node_dentry
  ` [PATCH 6/8] cgroup: mount cgroupns-root when inside non-init cgroupns
  ` [PATCH 7/8] cgroup: Add documentation for cgroup namespaces
  ` [PATCH 8/8] Add FS_USERNS_FLAG to cgroup fs

[PATCHSET REPOST] sched, cgroup: implement cgroup v2 interface for cpu controller
 2016-01-05 16:48 UTC  (3+ messages)
  ` [PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface
` [PATCH 2/2] sched: Implement interface for cgroup unified hierarchy

[RFD] cgroup: thread granularity support for cpu controller
 2016-01-05 15:45 UTC 

[PATCH] Remove resource_counter.txt in 00-INDEX
 2016-01-05 15:36 UTC  (2+ messages)

[Propose] Isolate core_pattern in mnt namespace
 2016-01-05  7:58 UTC  (11+ messages)

cgroup: BUG: unable to handle kernel NULL pointer dereference
 2016-01-04 19:17 UTC  (7+ messages)

[PATCH] cpuset: fix cpus_allowed mask for offline/online CPUs
 2016-01-04  2:20 UTC  (6+ messages)

[PATCH] cgroup: make /proc/cgroups aligned
 2016-01-04  1:16 UTC  (2+ messages)

question about synchronizing cgroup_taskset_migrate
 2016-01-03  0:09 UTC 

CGroup Namespaces (v8)
 2016-01-02 11:52 UTC  (17+ messages)
` [PATCH 6/8] cgroup: mount cgroupns-root when inside non-init cgroupns
` [PATCH 7/8] cgroup: Add documentation for cgroup namespaces
          ` [PATCH] "

Lockdep warning at cset_cgroup_from_root()
 2016-01-01  3:16 UTC  (2+ messages)

[PATCH] cgroup: demote subsystem init messages to KERN_DEBUG
 2015-12-29 19:57 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).