cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-01 03:39:07 to 2021-08-25 19:24:25 UTC [more...]

[PATCH-cgroup v6 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-25 19:24 UTC  (12+ messages)
` [PATCH v6 1/6] cgroup/cpuset: Properly transition to invalid partition
` [PATCH v6 3/6] cgroup/cpuset: Add a new isolated cpus.partition type
  ` [PATCH v6 2/6] cgroup/cpuset: Show invalid partition reason string
  ` [PATCH v6 4/6] cgroup/cpuset: Allow non-top parent partition to distribute out all CPUs
` [PATCH v6 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v6 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH] cgroup/cpuset: Avoid memory migration when nodemasks match
 2021-08-25 19:18 UTC  (3+ messages)

[PATCH v2] misc_cgroup: use a counter to count the number of failures
 2021-08-25  6:50 UTC  (5+ messages)

[PATCH] mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim
 2021-08-24 13:01 UTC  (14+ messages)

[PATCH v2] mm: Add configuration to control whether vmpressure notifier is enabled
 2021-08-22 10:06 UTC  (8+ messages)

[PATCH 1/2] mm: unexport folio_memcg_{,un}lock
 2021-08-20 13:58 UTC  (3+ messages)
  ` [PATCH 2/2] mm: unexport {,un}lock_page_memcg

[PATCH 1/4] cputime,cpuacct: Include guest time in user time in cpuacct.stat
 2021-08-20  9:40 UTC  (11+ messages)
` [PATCH 3/4] sched/cpuacct: fix user/system in shown cpuacct.usage*
` [PATCH v2 1/5] cputime, cpuacct: Include guest time in user time in cpuacct.stat
    ` [PATCH v2 2/5] cpuacct: convert BUG_ON() to WARN_ON_ONCE()
    ` [PATCH v2 3/5] cgroup: Fix 'usage_usec' time in root's cpu.stat
    ` [PATCH v2 5/5] sched/cpuacct: Make user/system times in cpuacct.stat more precise
  ` [PATCH v2 4/5] sched/cpuacct: fix user/system in shown cpuacct.usage*

[PATCH net-next] net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()
 2021-08-18 10:50 UTC  (2+ messages)

[PATCH 1/2] blk-cgroup: refactor blkcg_print_stat
 2021-08-16 16:53 UTC  (6+ messages)
  ` [PATCH 2/2] blk-cgroup: stop using seq_get_buf

[PATCH v3] blk-throtl: optimize IOPS throttle for large IO scenarios
 2021-08-15  1:14 UTC  (4+ messages)

[PATCH-cgroup v5 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-14 20:54 UTC  (9+ messages)
` [PATCH v5 1/6] cgroup/cpuset: Properly transition to invalid partition
` [PATCH v5 2/6] cgroup/cpuset: Show invalid partition reason string
` [PATCH v5 3/6] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v5 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
  ` [PATCH v5 4/6] cgroup/cpuset: Allow non-top parent partition to distribute out all CPUs
  ` [PATCH v5 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH V4 0/7] loop: cleanup charging io to mem/blkcg
 2021-08-14  9:12 UTC 

[PATCH v1] mm: Add configuration to control whether vmpressure notifier is enabled
 2021-08-14  8:00 UTC  (7+ messages)

[PATCH] misc_cgroup: use a counter to count the number of failures
 2021-08-13 16:16 UTC  (2+ messages)

[PATCH-cgroup v4 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-13 16:07 UTC  (20+ messages)
  ` [PATCH v4 1/6] cgroup/cpuset: Enable event notification when partition state changes
` [PATCH v4 2/6] cgroup/cpuset: Properly handle partition root tree
` [PATCH v4 3/6] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v4 4/6] cgroup/cpuset: Allow non-top parent partition root to distribute out all CPUs
` [PATCH v4 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v4 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[cgroup:for-next] BUILD SUCCESS c5b6c8a56ef3fda7ab7d6d573f445ba9028cb696
 2021-08-13 10:09 UTC 

[cgroup:for-5.15] BUILD SUCCESS ee9707e8593dfb9a375cf4793c3fd03d4142b463
 2021-08-13 10:09 UTC 

[PATCH v2] cgroup/cpuset: Enable memory migration for cpuset v2
 2021-08-12 21:41 UTC  (3+ messages)

[PATCH] cgroup/cpuset: Enable memory migration for cpuset v2
 2021-08-11 19:06 UTC  (3+ messages)

[PATCH] cgroup: cgroup-v1: clean up kernel-doc notation
 2021-08-11 17:58 UTC  (2+ messages)

move the bdi from the request_queue to the gendisk
 2021-08-11 12:47 UTC  (28+ messages)
` [PATCH 1/5] mm: hide laptop_mode_wb_timer entirely behind the BDI API
  ` [PATCH 2/5] block: pass a gendisk to blk_queue_update_readahead
  ` [PATCH 3/5] block: add a queue_has_disk helper
  ` [PATCH 5/5] block: remove the bd_bdi in struct block_device
` [PATCH 4/5] block: move the bdi from the request_queue to the gendisk

[cgroup:for-next] BUILD SUCCESS 047298a083a05f7b50c3acd22184db4455a1449f
 2021-08-10 18:13 UTC 

[cgroup:for-5.15] BUILD SUCCESS c5c63b9a6a2e53757b598485b8adbafa56d6d9ee
 2021-08-10 11:21 UTC 

[PATCH v3 0/9] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-10  1:12 UTC  (5+ messages)

[GIT PULL] cgroup fixes for v5.14-rc6
 2021-08-09 23:50 UTC  (2+ messages)

[PATCH 00/38] Replace deprecated CPU-hotplug
 2021-08-09 22:37 UTC  (5+ messages)
  ` [PATCH 24/38] cgroup: Replace deprecated CPU-hotplug functions

[PATCH] mm/memcg: Disable task obj_stock for PREEMPT_RT
 2021-08-09  9:28 UTC  (9+ messages)

[PATCH v2 0/3] Cleanups and fixup for memcontrol
 2021-08-09  1:56 UTC  (6+ messages)
  ` [PATCH v2 1/3] mm, memcg: remove unused functions
  ` [PATCH v2 2/3] mm, memcg: save some atomic ops when flush is already true
  ` [PATCH v2 3/3] mm, memcg: get rid of percpu_charge_mutex lock

[PATCH] blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()
 2021-08-05 17:18 UTC  (3+ messages)

[PATCH 0/5] Cleanups and fixup for memcontrol
 2021-08-05  1:44 UTC  (25+ messages)
` [PATCH 2/5] mm, memcg: narrow the scope of percpu_charge_mutex
` [PATCH 4/5] mm, memcg: avoid possible NULL pointer dereferencing in mem_cgroup_init()

[PATCH] mm: memcontrol: Set the correct memcg swappiness restriction
 2021-08-03 20:25 UTC  (5+ messages)

[PATCH] mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresholding code
 2021-08-03 14:34 UTC  (4+ messages)

[PATCH v2] mm/memcg: Fix incorrect flushing of lruvec data in obj_stock
 2021-08-03  3:28 UTC  (3+ messages)

[PATCH] mm/memcg: Fix incorrect flushing of lruvec data in obj_stock
 2021-08-02 14:32 UTC  (4+ messages)

[PATCH] memcg: cleanup racy sum avoidance code
 2021-08-02  6:57 UTC  (2+ messages)

[PATCH v2] blk-throtl: optimize IOPS throttle for large IO scenarios
 2021-08-02  1:30 UTC  (5+ messages)

[PATCH] cgroup: Fix typo in comments and documents
 2021-08-01  3:39 UTC  (4+ 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).