cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-10 15:46:12 to 2023-07-20 16:24:40 UTC [more...]

[PATCH] mm:vmscan: fix inaccurate reclaim during proactive reclaim
 2023-07-20 16:24 UTC  (2+ messages)

[RFC PATCH 0/8] memory recharging for offline memcgs
 2023-07-20 15:35 UTC  (10+ messages)
  ` [RFC PATCH 1/8] memcg: refactor updating memcg->moving_account
  ` [RFC PATCH 2/8] mm: vmscan: add lruvec_for_each_list() helper
  ` [RFC PATCH 3/8] memcg: recharge mapped folios when a memcg is offlined
  ` [RFC PATCH 4/8] memcg: support deferred memcg recharging
  ` [RFC PATCH 5/8] memcg: recharge folios when accessed or dirtied
  ` [RFC PATCH 6/8] memcg: add stats for offline memcgs recharging
  ` [RFC PATCH 7/8] memcg: add sysctl and config option to control memory recharging
  ` [RFC PATCH 8/8] selftests: cgroup: test_memcontrol: add a selftest for memcg recharging

[PATCH] blk-iocost: skip empty flush bio in iocost
 2023-07-20 12:14 UTC 

[PATCH RESEND net-next 1/2] net-memcg: Scopify the indicators of sockmem pressure
 2023-07-20 11:34 UTC  (7+ messages)
  ` [PATCH RESEND net-next 2/2] net-memcg: Remove redundant tcpmem_pressure
    ` Re: [PATCH RESEND net-next 1/2] net-memcg: Scopify the indicators of sockmem pressure

[RFC v5 00/17] DRM cgroup controller with scheduling control and memory stats
 2023-07-20 10:55 UTC  (20+ messages)
` [PATCH 01/17] drm/i915: Add ability for tracking buffer objects per client
` [PATCH 02/17] drm/i915: Record which client owns a VM
` [PATCH 03/17] drm/i915: Track page table backing store usage
` [PATCH 04/17] drm/i915: Account ring buffer and context state storage
` [PATCH 05/17] drm/i915: Implement fdinfo memory stats printing
` [PATCH 06/17] drm: Update file owner during use
` [PATCH 07/17] cgroup: Add the DRM cgroup controller
` [PATCH 08/17] drm/cgroup: Track DRM clients per cgroup
` [PATCH 09/17] drm/cgroup: Add ability to query drm cgroup GPU time
` [PATCH 10/17] drm/cgroup: Add over budget signalling callback
` [PATCH 11/17] drm/cgroup: Only track clients which are providing drm_cgroup_ops
` [PATCH 12/17] cgroup/drm: Introduce weight based drm cgroup control
` [PATCH 13/17] drm/i915: Wire up with drm controller GPU time query
` [PATCH 14/17] drm/i915: Implement cgroup controller over budget throttling
` [PATCH 15/17] cgroup/drm: Expose GPU utilisation
` [PATCH 16/17] cgroup/drm: Expose memory stats
` [PATCH 17/17] drm/i915: Wire up to the drm cgroup "

[PATCH] mm: memcg: use rstat for non-hierarchical stats
 2023-07-19 17:46 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 32bf85c60ca3584a7ba3bef19da2779b73b2e7d6
 2023-07-19 16:18 UTC 

[PATCH] cgroup: fix obsolete comment above cgroup_create()
 2023-07-19  9:06 UTC 

[PATCH] blk-iocost: fix seq_printf compile type mismatch error
 2023-07-19  8:57 UTC  (4+ messages)

[PATCH] cgroup/rstat: record the cumulative per-cpu time of cgroup and its descendants
 2023-07-19  3:01 UTC  (5+ messages)
      ` [External] "

[PATCH] cgroup/misc: Fix an overflow
 2023-07-18 22:52 UTC  (12+ messages)
              ` [PATCH 1/2] "
                  ` [PATCH 2/2] cgroup/misc: Change counters to be explicit 64bit types

[PATCH] cgroup/misc: update struct members descriptions
 2023-07-18 22:03 UTC  (2+ messages)

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-18 15:56 UTC  (7+ messages)

[tj-cgroup:for-next] BUILD SUCCESS c25ff4b911a11908c7f05bc07cc6762f9cece2b5
 2023-07-18  7:15 UTC 

[PATCH v3 00/28] Add Cgroup support for SGX EPC memory
 2023-07-17 18:52 UTC  (44+ messages)
` [PATCH v3 04/28] x86/sgx: Use sgx_epc_lru_lists for existing active page list
` [PATCH v3 05/28] x86/sgx: Store reclaimable epc pages in sgx_epc_lru_lists
` [PATCH v3 07/28] x86/sgx: Introduce EPC page states
` [PATCH v3 08/28] x86/sgx: Introduce RECLAIM_IN_PROGRESS state
` [PATCH v3 11/28] x85/sgx: Return the number of EPC pages that were successfully reclaimed
  ` [PATCH v3 01/28] x86/sgx: Store struct sgx_encl when allocating new VA pages
  ` [PATCH v3 02/28] x86/sgx: Add EPC page flags to identify owner type
  ` [PATCH v3 03/28] x86/sgx: Add 'struct sgx_epc_lru_lists' to encapsulate lru list(s)
  ` [PATCH v3 06/28] x86/sgx: store unreclaimable EPC pages in sgx_epc_lru_lists
  ` [PATCH v3 09/28] x86/sgx: Use a list to track to-be-reclaimed pages
  ` [PATCH v3 10/28] x86/sgx: Allow reclaiming up to 32 pages, but scan 16 by default
  ` [PATCH v3 12/28] x86/sgx: Add option to ignore age of page during EPC reclaim
  ` [PATCH v3 13/28] x86/sgx: Prepare for multiple LRUs
  ` [PATCH v3 14/28] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
  ` [PATCH v3 15/28] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
  ` [PATCH v3 16/28] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
  ` [PATCH v3 17/28] x86/sgx: fix a NULL pointer
  ` [PATCH v3 18/28] cgroup/misc: Fix an overflow
  ` [PATCH v3 19/28] cgroup/misc: Add per resource callbacks for CSS events
  ` [PATCH v3 20/28] cgroup/misc: Add SGX EPC resource type and export APIs for SGX driver
  ` [PATCH v3 21/28] x86/sgx: Limit process EPC usage with misc cgroup controller
` [PATCH v3 22/28] Docs/x86/sgx: Add description for cgroup support

[PATCH] cgroup: remove cgrp->kn check in css_populate_dir()
 2023-07-17 18:44 UTC  (2+ messages)

[PATCH] cgroup: fix obsolete function name
 2023-07-17 18:39 UTC  (2+ messages)

[PATCH] cgroup: use cached local variable parent in for loop
 2023-07-17 18:34 UTC  (2+ messages)

[PATCH] mm/memcg: minor cleanup for mc_handle_present_pte()
 2023-07-17 11:36 UTC 

[PATCH] mm/memcg: use get_page() for device private pages in mc_handle_swap_pte()
 2023-07-17  2:28 UTC  (3+ messages)

[tj-cgroup:for-next] BUILD SUCCESS ceddae22cd08ba9f52a995cfb573fee89fa4afc4
 2023-07-15  7:43 UTC 

Expensive memory.stat + cpu.stat reads
 2023-07-15  0:30 UTC  (11+ messages)

[PATCH] cgroup: remove obsolete comment above struct cgroupstats
 2023-07-14 18:45 UTC  (2+ messages)

[PATCH] kernfs: attach uuid for every kernfs and report it in fsid
 2023-07-13 21:34 UTC  (10+ messages)

[PATCH-cgroup v5 0/5] cgroup/cpuset: Support remote partitions
 2023-07-13 17:26 UTC  (6+ messages)
  ` [PATCH v5 1/5] cgroup/cpuset: Add cpuset.cpus.exclusive for v2
  ` [PATCH v5 2/5] cgroup/cpuset: Introduce remote partition
  ` [PATCH v5 3/5] cgroup/cpuset: Check partition conflict with housekeeping setup
  ` [PATCH v5 4/5] cgroup/cpuset: Documentation update for partition
` [PATCH v5 5/5] cgroup/cpuset: Extend test_cpuset_prs.sh to test remote partition

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-13 17:10 UTC  (8+ messages)
` [PATCH 1/2] eventfd: simplify eventfd_signal()
` [PATCH 2/2] eventfd: simplify eventfd_signal_mask()

[PATCH] mm/memcg: fix obsolete comment above MEM_CGROUP_MAX_RECLAIM_LOOPS
 2023-07-13 13:16 UTC  (2+ messages)

[tj-cgroup:for-next] BUILD SUCCESS d1d4ff5d11a5887a9c4cfc00294bc68ba03e7c16
 2023-07-12 13:19 UTC 

[PATCH] cgroup: remove unneeded return value of cgroup_rm_cftypes_locked()
 2023-07-12  2:02 UTC  (8+ messages)

[PATCH] cgroup/cpuset: update parent subparts cpumask while holding css refcnt
 2023-07-12  1:56 UTC  (7+ messages)

[PATCH] cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHED
 2023-07-11 21:46 UTC  (3+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 3ae0b773211ed0231e7ee3e8d28ec4ab9bc5134b
 2023-07-11  9:38 UTC 

[PATCH v4 0/9] cgroup/cpuset: Support remote partitions
 2023-07-11  3:24 UTC  (15+ messages)
` [PATCH v4 4/9] cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_hier()
` [PATCH v4 8/9] cgroup/cpuset: Documentation update for partition

[PATCH] cgroup: fix obsolete comment above for_each_css()
 2023-07-10 20:47 UTC  (2+ messages)

[PATCH 1/2] kernfs: add kernfs_ops.free operation to free resources tied to the file
 2023-07-10 20:38 UTC  (11+ messages)

[PATCH v3 0/3] cpuset: Allow setscheduler regardless of manipulated task
 2023-07-10 20:30 UTC  (2+ messages)

[PATCH] cgroup/cpuset: avoid unneeded cpuset_mutex re-lock
 2023-07-10 20:26 UTC  (2+ messages)

[PATCH] cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()
 2023-07-10 20:25 UTC  (2+ messages)

[PATCH] cgroup: minor cleanup for cgroup_extra_stat_show()
 2023-07-10 20:23 UTC  (2+ messages)

[PATCH v2 1/1] sched/psi: use kernfs polling functions for PSI trigger polling
 2023-07-10 20:22 UTC  (3+ 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).