cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-02 02:25:42 to 2022-11-18 07:06:03 UTC [more...]

[PATCH] mm/cgroup/reclaim: Fix dirty pages throttling on cgroup v1
 2022-11-18  7:06 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 v2 0/5] blk-iocost: random patches to improve configuration
 2022-11-17 11:28 UTC  (14+ messages)
` [PATCH v2 1/5] blk-iocost: cleanup ioc_qos_write() and ioc_cost_model_write()
  ` [PATCH v2 2/5] blk-iocost: improve hanlder of match_u64()
  ` [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
` [PATCH v2 3/5] blk-iocost: don't allow to configure bio based device

[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 0/2] cgroup/cpuset: v2 optimization
 2022-11-14 21:46 UTC  (4+ messages)
  ` [PATCH 1/2] cgroup/cpuset: Skip spread flags update on v2
  ` [PATCH 2/2] cgroup/cpuset: Optimize cpuset_attach() "

[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  (9+ messages)
  ` [RFC PATCH 1/2] cpuset: Don't change the cpumask on attach if it is a subset
  ` [RFC PATCH 2/2] cpuset: Don't change the cpumask if the task changed it

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)

[RFC v2 00/13] DRM scheduling cgroup controller
 2022-11-09 16:11 UTC  (14+ 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

[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

[PATCH] cgroup: Simplify code in css_set_move_task
 2022-11-03 14:55 UTC  (7+ messages)

clarification about misc controller and capacity vs. max
 2022-11-02 18:19 UTC  (4+ messages)

[PATCH] block/blk-iocost (gcc13): cast enum members to int in prints
 2022-11-02 16:43 UTC  (8+ messages)

[PATCH v2 0/3] A few cleanup patches for blk-iolatency.c
 2022-11-02 14:11 UTC  (3+ messages)
` [PATCH v2 2/3] block: Correct comment for scale_cookie_change

[PATCH 0/5] Some cleanup patches for block bfq
 2022-11-02 11:43 UTC  (6+ messages)
  ` [PATCH 1/5] block, bfq: remove unnecessary meta_pending count
  ` [PATCH 4/5] block, bfq: change type for "prio_changed"
` [PATCH 2/5] block, bfq: remove unused bfq_log_bfqg
` [PATCH 3/5] block, bfq: remove redundant max_t() in bfq_bfqq_charge_time()
` [PATCH 5/5] block, bfq: change type for "bfq_large_burst_thresh"

[syzbot] possible deadlock in static_key_slow_inc (2)
 2022-11-02 10:36 UTC 

[PATCH -next v4 0/5] multiple cleanup patches for bfqd
 2022-11-02  2:25 UTC  (2+ messages)
  ` [PATCH -next v4 5/5] block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group


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