cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-04 05:40:57 to 2022-11-23 00:14:29 UTC [more...]

[PATCH v2 0/5] blk-iocost: random patches to improve configuration
 2022-11-23  0:14 UTC  (11+ messages)
` [PATCH v2 4/5] blk-iocost: fix sleeping in atomic context warnning
` [PATCH v2 5/5] blk-iocost: read params inside lock in sysfs apis

Low TCP throughput due to vmpressure with swap enabled
 2022-11-22 22:11 UTC  (11+ messages)

[RFC v2 00/13] DRM scheduling cgroup controller
 2022-11-22 21:29 UTC  (15+ messages)
` [RFC 01/13] drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handling
` [RFC 02/13] drm: Track clients by tgid and not tid
` [RFC 03/13] drm: Update file owner during use
` [RFC 04/13] cgroup: Add the DRM cgroup controller
  ` [RFC 05/13] drm/cgroup: Track clients per owning process
  ` [RFC 06/13] drm/cgroup: Allow safe external access to file_priv
  ` [RFC 07/13] drm/cgroup: Add ability to query drm cgroup GPU time
` [RFC 08/13] drm/cgroup: Add over budget signalling callback
` [RFC 09/13] drm/cgroup: Only track clients which are providing drm_cgroup_ops
` [RFC 10/13] cgroup/drm: Client exit hook
` [RFC 11/13] cgroup/drm: Introduce weight based drm cgroup control
` [RFC 12/13] drm/i915: Wire up with drm controller GPU time query
` [RFC 13/13] drm/i915: Implement cgroup controller over budget throttling

[RFC PATCH V1] mm: Disable demotion from proactive reclaim
 2022-11-22 20:38 UTC  (4+ messages)
  ` [RFC PATCH v1] mm: Add memory.demote for proactive demotion only
  ` [RFC PATCH v1 3/4] mm: Fix demotion-only scanning anon pages
  ` [RFC PATCH v1 4/4] mm: Add nodes= arg to memory.demote

[PATCH] kselftest/cgroup: Add cleanup() to test_cpuset_prs.sh
 2022-11-22 20:26 UTC  (3+ messages)

[PATCH 0/2] cgroup/cpuset: v2 optimization
 2022-11-21 19:11 UTC  (6+ messages)
  ` [PATCH 1/2] cgroup/cpuset: Skip spread flags update on v2
  ` [PATCH 2/2] cgroup/cpuset: Optimize cpuset_attach() "

[PATCH] cgroup: Fix typo in comment
 2022-11-21  2:01 UTC  (4+ messages)

[PATCH AUTOSEL 5.4 08/11] block, bfq: fix null pointer dereference in bfq_bio_bfqg()
 2022-11-19  2:15 UTC 

[PATCH AUTOSEL 5.10 15/18] block, bfq: fix null pointer dereference in bfq_bio_bfqg()
 2022-11-19  2:14 UTC 

[PATCH AUTOSEL 5.15 21/27] block, bfq: fix null pointer dereference in bfq_bio_bfqg()
 2022-11-19  2:13 UTC 

[PATCH AUTOSEL 6.0 28/44] block, bfq: fix null pointer dereference in bfq_bio_bfqg()
 2022-11-19  2:11 UTC 

[PATCH] mm/cgroup/reclaim: Fix dirty pages throttling on cgroup v1
 2022-11-18 23:43 UTC  (2+ messages)

[PATCH -next] kselftest/cgroup: fix unexcepted testing failure on test_memcontrol
 2022-11-18  7:57 UTC 

cgroup v1 and balance_dirty_pages
 2022-11-18  3:56 UTC  (8+ messages)

[PATCH v2] cgroup/cpuset: Improve cpuset_css_alloc() description
 2022-11-17 15:03 UTC  (3+ messages)

[PATCH v10 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
 2022-11-17  0:45 UTC  (8+ messages)
` [PATCH v10 1/3] blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error path
` [PATCH v10 2/3] blk-cgroup: Optimize blkcg_rstat_flush()
  ` [PATCH v10 3/3] blk-cgroup: Flush stats at blkgs destruction path

[PATCH] cgroup/cpuset: Improve cpuset_css_alloc() description
 2022-11-16 17:20 UTC  (4+ messages)

[PATCH 00/26] Add Cgroup support for SGX EPC memory
 2022-11-16  1:00 UTC  (43+ messages)
  ` [PATCH 01/26] x86/sgx: Call cond_resched() at the end of sgx_reclaim_pages()
  ` [PATCH 02/26] x86/sgx: Store struct sgx_encl when allocating new va pages
  ` [PATCH 03/26] x86/sgx: Add 'struct sgx_epc_lru' to encapsulate lru list(s)
  ` [PATCH 04/26] x86/sgx: Use sgx_epc_lru for existing active page list
  ` [PATCH 05/26] x86/sgx: Track epc pages on reclaimable or unreclaimable lists
  ` [PATCH 06/26] x86/sgx: Introduce RECLAIM_IN_PROGRESS flag for EPC pages
  ` [PATCH 07/26] x86/sgx: Use a list to track to-be-reclaimed pages during reclaim
  ` [PATCH 08/26] x86/sgx: Add EPC page flags to identify type of page
  ` [PATCH 09/26] x86/sgx: Allow reclaiming up to 32 pages, but scan 16 by default
  ` [PATCH 10/26] x86/sgx: Return the number of EPC pages that were successfully reclaimed
  ` [PATCH 11/26] x86/sgx: Add option to ignore age of page during EPC reclaim
  ` [PATCH 12/26] x86/sgx: Add helper to retrieve SGX EPC LRU given an EPC page
  ` [PATCH 13/26] x86/sgx: Prepare for multiple LRUs
  ` [PATCH 14/26] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
  ` [PATCH 15/26] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
  ` [PATCH 16/26] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
  ` [PATCH 17/26] cgroup/misc: Add notifier block list support for css events
  ` [PATCH 18/26] cgroup/misc: Expose root_misc
  ` [PATCH 19/26] cgroup/misc: Expose parent_misc()
  ` [PATCH 20/26] cgroup/misc: allow users of misc cgroup to read specific cgroup usage
  ` [PATCH 21/26] cgroup/misc: allow misc cgroup consumers to read the max value
  ` [PATCH 22/26] cgroup/misc: Add private per cgroup data to struct misc_cg
  ` [PATCH 23/26] cgroup/misc: Add tryget functionality for misc controller
  ` [PATCH 24/26] cgroup/misc: Add SGX EPC resource type
  ` [PATCH 25/26] x86/sgx: Add support for misc cgroup controller
` [PATCH 26/26] Docs/x86/sgx: Add description for cgroup support

[PATCH] kselftest/cgroup: Fix gathering number of CPUs
 2022-11-14 21:38 UTC  (3+ messages)

[PATCH] mm: correctly charge compressed memory to its memcg
 2022-11-14 19:48 UTC 

[PATCH] mm/memcontrol.c: drains percpu charge caches in memory.reclaim
 2022-11-11 20:31 UTC  (7+ messages)

[RFC PATCH 0/2] cpuset: Skip possible unwanted CPU-mask updates
 2022-11-11 17:44 UTC  (7+ messages)

problem with remove cgroup in function cgroup_addrm_files
 2022-11-10 15:15 UTC  (3+ messages)
  ` Fwd: "

[PATCH] block, bfq: fix null pointer dereference in bfq_bio_bfqg()
 2022-11-10  3:30 UTC  (6+ messages)

[RFC 00/17] DRM scheduling cgroup controller
 2022-11-09 16:59 UTC  (5+ messages)

[PATCH v1 0/3] Avoid scheduling cache draining to isolated cpus
 2022-11-09  8:05 UTC  (10+ messages)

[PATCH] selftests: cgroup: Fix unsigned comparison with less than zero
 2022-11-08 13:24 UTC  (5+ messages)

[GIT PULL] treewide: timers: Use timer_shutdown*() before freeing timers
 2022-11-07 10:47 UTC  (2+ messages)

[PATCH] mm/vmscan: respect cpuset policy during page demotion
 2022-11-07  8:17 UTC  (12+ messages)

[PATCH v6a 0/5] timers: Use timer_shutdown*() before freeing timers
 2022-11-06 21:24 UTC 

[PATCH v4a 00/38] timers: Use timer_shutdown*() before freeing timers
 2022-11-05 21:47 UTC  (16+ messages)
` [PATCH v4a 07/38] timers: block: Use timer_shutdown_sync() before freeing timer

[RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers
 2022-11-04 23:34 UTC  (12+ messages)
` [RFC][PATCH v3 04/33] timers: block: Use timer_shutdown_sync() before freeing timer
` [RFC][PATCH v3 21/33] timers: cgroup: "

[PATCH v9 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
 2022-11-04 20:21 UTC  (8+ messages)
` [PATCH v9 1/3] blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error path
  ` [PATCH v9 2/3] blk-cgroup: Optimize blkcg_rstat_flush()
` [PATCH v9 3/3] blk-cgroup: Flush stats at blkgs destruction path


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