public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-27 00:55:24 to 2023-07-13 10:05:36 UTC [more...]

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-13 10:05 UTC 

[PATCH v3 00/28] Add Cgroup support for SGX EPC memory
 2023-07-13  0:10 UTC  (25+ 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

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

[RFC v5 00/17] DRM cgroup controller with scheduling control and memory stats
 2023-07-12 11:46 UTC  (18+ 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 RESEND net-next 1/2] net-memcg: Scopify the indicators of sockmem pressure
 2023-07-12  6:45 UTC  (4+ 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

[PATCH] kernfs: attach uuid for every kernfs and report it in fsid
 2023-07-12  5:43 UTC  (9+ messages)

[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  (11+ 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  (22+ messages)
` [PATCH v4 1/9] cgroup/cpuset: Inherit parent's load balance state in v2
` [PATCH v4 2/9] cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handling
` [PATCH v4 3/9] cgroup/cpuset: Improve temporary cpumasks handling
` [PATCH v4 5/9] cgroup/cpuset: Add cpuset.cpus.exclusive for v2
` [PATCH v4 6/9] cgroup/cpuset: Introduce remote partition
` [PATCH v4 7/9] cgroup/cpuset: Check partition conflict with housekeeping setup
  ` [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 v4 9/9] cgroup/cpuset: Extend test_cpuset_prs.sh to test remote partition

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

[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  (31+ messages)

[PATCH v3 0/3] cpuset: Allow setscheduler regardless of manipulated task
 2023-07-10 20:30 UTC  (7+ messages)
  ` [PATCH v3 1/3] "
  ` [PATCH v3 2/3] selftests: cgroup: Minor code reorganizations
  ` [PATCH v3 3/3] selftests: cgroup: Add cpuset migrations testcase

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

[PATCH] cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()
 2023-07-10 20:25 UTC  (5+ 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  (4+ messages)

[PATCH v2] mm/memcg: minor cleanup for MEM_CGROUP_ID_MAX
 2023-07-08  2:33 UTC 

[PATCH] mm/memcg: remove definition of MEM_CGROUP_ID_MAX when !CONFIG_MEMCG
 2023-07-07  2:38 UTC  (5+ messages)

[PATCH] nvmet: allow associating port to a cgroup via configfs
 2023-07-06 13:28 UTC  (6+ messages)

[PATCH AUTOSEL 6.1 2/3] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
 2023-07-02 19:39 UTC 

[PATCH AUTOSEL 6.3 2/3] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
 2023-07-02 19:38 UTC 

[PATCH v2 0/3] cpuset: Allow setscheduler regardless of manipulated task
 2023-06-30 19:19 UTC  (5+ messages)
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] selftests: cgroup: Minor code reorganizations
  ` [PATCH v2 3/3] selftests: cgroup: Add cpuset migrations testcase

[PATCH 0/3] cpuset: Allow setscheduler regardless of manipulated task
 2023-06-30 18:42 UTC  (8+ messages)
  ` [PATCH 1/3] "
  ` [PATCH 2/3] selftests: cgroup: Minor code reorganizations
  ` [PATCH 3/3] selftests: cgroup: Add cpuset migrations testcase

[GIT PULL] cgroup: Changes for v6.5
 2023-06-28  0:05 UTC  (2+ messages)

[tj-cgroup:test-merge] BUILD SUCCESS f6a72e65a90216f5be921e156ba0fba21472fdb7
 2023-06-27 13:42 UTC 

[PATCH v3 0/9] cgroup/cpuset: Support remote partitions
 2023-06-27  8:21 UTC  (9+ messages)
` [PATCH v3 4/9] cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_hier()
` [PATCH v3 6/9] cgroup/cpuset: Introduce remote partition
  ` [PATCH v3 5/9] cgroup/cpuset: Add cpuset.cpus.exclusive for v2
  ` [PATCH v3 7/9] cgroup/cpuset: Check partition conflict with housekeeping setup
  ` [PATCH v3 8/9] cgroup/cpuset: Documentation update for partition
  ` [PATCH v3 9/9] cgroup/cpuset: Extend test_cpuset_prs.sh to test remote partition

[tj-cgroup:for-6.5] BUILD SUCCESS 81621430c81bb7965c3d5807039bc2b5b3ec87ca
 2023-06-27  1:29 UTC 

[tj-cgroup:for-next] BUILD SUCCESS fd99fa7cff4d1676998196298f1aa08700433522
 2023-06-27  1:09 UTC 


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