cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-01 21:25:26 to 2018-03-18 20:24:51 UTC [more...]

[PATCH v4 0/2] Directed kmem charging
 2018-03-18 20:24 UTC  (5+ messages)
` [PATCH v4 1/2] mm: memcg: remote memcg charging for kmem allocations
  ` [patch -mm] mm: memcg: remote memcg charging for kmem allocations fix
` [PATCH v4 2/2] fs: fsnotify: account fsnotify metadata to kmemcg

[patch -mm v3 0/3] mm, memcg: introduce oom policies
 2018-03-18 20:14 UTC  (26+ messages)
` [patch -mm v3 1/3] mm, memcg: introduce per-memcg oom policy tunable
` [patch -mm v3 2/3] mm, memcg: replace cgroup aware oom killer mount option with tunable
` [patch -mm v3 3/3] mm, memcg: add hierarchical usage oom policy
` [patch -mm] mm, memcg: evaluate root and leaf memcgs fairly on oom
  ` [patch -mm] mm, memcg: separate oom_group from selection criteria
  ` [patch -mm] mm, memcg: disregard mempolicies for cgroup-aware oom killer
  ` [patch -mm 0/6] rewrite cgroup aware oom killer for general use
    ` [patch -mm 1/6] mm, memcg: introduce per-memcg oom policy tunable
    ` [patch -mm 2/6] mm, memcg: replace cgroup aware oom killer mount option with tunable
    ` [patch -mm 3/6] mm, memcg: add hierarchical usage oom policy
    ` [patch -mm 4/6] mm, memcg: evaluate root and leaf memcgs fairly on oom
        ` [patch -mm 4/6 updated] "
    ` [patch -mm 5/6] mm, memcg: separate oom_group from selection criteria
    ` [patch -mm 6/6] mm, memcg: disregard mempolicies for cgroup-aware oom killer

[PATCH v4 0/8] cgroup private data and DRM/i915 integration
 2018-03-17  0:09 UTC  (9+ messages)
` [PATCH v4 1/8] cgroup: Allow registration and lookup of cgroup private data (v2)
` [PATCH v4 2/8] cgroup: Introduce task_get_dfl_cgroup() (v2)
` [PATCH v4 3/8] cgroup: Introduce cgroup_priv_get_current
` [PATCH v4 4/8] drm/i915: Adjust internal priority definitions
` [PATCH v4 5/8] drm/i915: cgroup integration (v3)
` [PATCH v4 6/8] drm/i915: Introduce 'priority offset' for GPU contexts (v3)
` [PATCH v4 7/8] drm/i915: Introduce per-cgroup display boost setting
` [PATCH v4 8/8] drm/i915: Add context priority & priority offset to debugfs (v2)

[PATCH ghau40 v2 0/5] add support for audit container ID
 2018-03-16  9:12 UTC  (6+ messages)
  ` [PATCH ghau40 v2 1/5] AUDIT_CONTAINER message type basic support
` [PATCH ghau40 v2 2/5] AUDIT_CONTAINER_INFO "
` [PATCH ghau40 v2 3/5] auditctl: add support for containerid filter
` [PATCH ghau40 v2 4/5] add ausearch containerid support
` [PATCH ghau40 v2 5/5] start normalization "

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-03-16  9:00 UTC  (14+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "
` [RFC PATCH ghak32 V2 03/13] audit: log container info of syscalls
` [RFC PATCH ghak32 V2 04/13] audit: add containerid filtering
` [RFC PATCH ghak32 V2 06/13] audit: add support for non-syscall auxiliary records
  ` [RFC PATCH ghak32 V2 02/13] audit: check children and threading before allowing containerid
  ` [RFC PATCH ghak32 V2 05/13] audit: add containerid support for ptrace and signals
  ` [RFC PATCH ghak32 V2 07/13] audit: add container aux record to watch/tree/mark
  ` [RFC PATCH ghak32 V2 10/13] audit: add containerid support for seccomp and anom_abend records
` [RFC PATCH ghak32 V2 08/13] audit: add containerid support for tty_audit
` [RFC PATCH ghak32 V2 09/13] audit: add containerid support for config/feature/user records
` [RFC PATCH ghak32 V2 11/13] audit: add support for containerid to network namespaces
` [RFC PATCH ghak32 V2 12/13] audit: NETFILTER_PKT: record each container ID associated with a netNS
` [RFC PATCH ghak32 V2 13/13] debug audit: read container ID of a process

[RFC PATCH V1 00/12] audit: implement container id
 2018-03-16  3:58 UTC  (26+ messages)
  ` [RFC PATCH V1 01/12] audit: add "
  ` [RFC PATCH V1 02/12] audit: log container info of syscalls
  ` [RFC PATCH V1 03/12] audit: add containerid filtering
  ` [RFC PATCH V1 04/12] audit: read container ID of a process
  ` [RFC PATCH V1 09/12] audit: add containerid support for config/feature/user records
` [RFC PATCH V1 05/12] audit: add containerid support for ptrace and signals
` [RFC PATCH V1 06/12] audit: add support for non-syscall auxiliary records
` [RFC PATCH V1 07/12] audit: add container aux record to watch/tree/mark
` [RFC PATCH V1 08/12] audit: add containerid support for tty_audit
` [RFC PATCH V1 10/12] audit: add containerid support for seccomp and anom_abend records
` [RFC PATCH V1 11/12] debug audit: add container id
` [RFC PATCH V1 12/12] debug! "

[PATCH v5 0/2] cpuset: Enable cpuset controller in default hierarchy
 2018-03-15 21:20 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] cpuset: Add cpuset.flags control knob to v2

[PATCH 1/6] mm/vmscan: Wake up flushers for legacy cgroups too
 2018-03-15 18:57 UTC  (7+ messages)
` [PATCH 2/6] mm/vmscan: Update stale comments
` [PATCH 3/6] mm/vmscan: replace mm_vmscan_lru_shrink_inactive with shrink_page_list tracepoint
` [PATCH 4/6] mm/vmscan: remove redundant current_may_throttle() check
` [PATCH 5/6] mm/vmscan: Don't change pgdat state on base of a single LRU list state
` [PATCH 6/6] mm/vmscan: Don't mess with pgdat->flags in memcg reclaim

[PATCH v3 1/2] mm: memcg: remote memcg charging for kmem allocations
 2018-03-15 18:25 UTC  (4+ messages)

[PATCH v4] cpuset: Enable cpuset controller in default hierarchy
 2018-03-15  2:49 UTC  (16+ messages)

[PATCH v3 0/6] DRM/i915 cgroup integration
 2018-03-13 22:52 UTC  (23+ messages)
` [PATCH v3 1/6] cgroup: Allow registration and lookup of cgroup private data
` [PATCH v3 2/6] cgroup: Introduce task_get_dfl_cgroup()
` [PATCH v3 3/6] cgroup: Introduce cgroup_permission()
` [PATCH v3 4/6] drm/i915: cgroup integration (v2)
` [PATCH v3 5/6] drm/i915: Introduce 'priority offset' for GPU contexts (v2)
` [PATCH v3 6/6] drm/i915: Add context priority & priority offset to debugfs (v2)

[PATCH] mm: memcg: expose mem_cgroup_put API
 2018-03-08 23:48 UTC  (4+ messages)

[RFC PATCH] auditctl: add support for containerid filter
 2018-03-05  8:06 UTC 

[PATCH V3 00/10] sched/deadline: fix cpusets bandwidth accounting
 2018-02-15 11:08 UTC  (18+ messages)
` [PATCH V3 02/10] sched/topology: Adding function partition_sched_domains_locked()
` [PATCH V3 03/10] sched/core: Streamlining calls to task_rq_unlock()
` [PATCH V3 04/10] sched/core: Prevent race condition between cpuset and __sched_setscheduler()
  ` [PATCH V3 01/10] sched/topology: Add check to backup comment about hotplug lock
  ` [PATCH V3 05/10] cpuset: Rebuild root domain deadline accounting information
` [PATCH V3 06/10] sched/deadline: Keep new DL task within root domain's boundary
` [PATCH V3 07/10] cgroup: Constrain 'sched_load_balance' flag when DL tasks are present
` [PATCH V3 08/10] cgroup: Constrain the addition of CPUs to a new CPUset
` [PATCH V3 09/10] sched/core: Don't change the affinity of DL tasks
` [PATCH V3 10/10] sched/deadline: Prevent CPU hotplug operation if DL task on CPU

CGroup-v2: Memory: current impossibly high for empty cgroup
 2018-02-15  8:46 UTC  (2+ messages)

[RFC PATCH 0/3] Directed kmem charging
 2018-02-14  8:08 UTC  (5+ messages)
` [RFC PATCH 1/3] mm: memcg: plumbing memcg for kmem cache allocations
  ` [RFC PATCH 2/3] mm: memcg: plumbing memcg for kmalloc allocations
` [RFC PATCH 3/3] fs: fsnotify: account fsnotify metadata to kmemcg

[PATCH] blk-throttle: avoid multiple counting for same bio
 2018-02-13 14:43 UTC  (2+ messages)

[PATCH v4.15-rc9] sched, cgroup: Don't reject lower cpu.max on ancestors
 2018-02-12 17:24 UTC  (2+ messages)

[PATCH v2] blk-throttle: fix race between blkcg_bio_issue_check and cgroup_rmdir
 2018-02-12 17:11 UTC  (6+ messages)

Question about strange phenomenon of cgroup blkio stat
 2018-02-12  2:50 UTC 

[PATCH RESEND] blk-throttle: dispatch more sync writes in block throttle layer
 2018-02-08 15:41 UTC  (3+ messages)

[PATCH RFC v2 0/7] DRM management via cgroups
 2018-02-07 22:42 UTC  (10+ messages)
` [PATCH RFC v2 1/7] cgroup: Allow drivers to store data associated with a cgroup
` [PATCH RFC v2 3/7] cgroup: Add interface to allow drivers to lookup process cgroup membership
  ` [Intel-gfx] "
      ` [Intel-gfx] [IGT PATCH RFC] tools: Introduce intel_cgroup tool
        `  "

[PATCH] mm: memcontrol: fix NR_WRITEBACK leak in memcg and system stats
 2018-02-07 16:55 UTC  (4+ messages)

[PATCH] blk-throttle: fix race between blkcg_bio_issue_check and cgroup_rmdir
 2018-02-06  7:36 UTC 

RFC(V3): Audit Kernel Container IDs
 2018-02-05 13:47 UTC  (11+ messages)


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).