cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-25 10:14:44 to 2022-12-02 21:40:26 UTC [more...]

[PATCH v2 00/18] Add Cgroup support for SGX EPC memory
 2022-12-02 21:40 UTC  (24+ messages)
  ` [PATCH v2 01/18] x86/sgx: Call cond_resched() at the end of sgx_reclaim_pages()
  ` [PATCH v2 02/18] x86/sgx: Store struct sgx_encl when allocating new VA pages
  ` [PATCH v2 03/18] x86/sgx: Add 'struct sgx_epc_lru_lists' to encapsulate lru list(s)
  ` [PATCH v2 04/18] x86/sgx: Use sgx_epc_lru_lists for existing active page list
  ` [PATCH v2 05/18] x86/sgx: Track epc pages on reclaimable or unreclaimable lists
  ` [PATCH v2 06/18] x86/sgx: Introduce RECLAIM_IN_PROGRESS flag for EPC pages
  ` [PATCH v2 07/18] x86/sgx: Use a list to track to-be-reclaimed pages during reclaim
  ` [PATCH v2 08/18] x86/sgx: Allow reclaiming up to 32 pages, but scan 16 by default
  ` [PATCH v2 09/18] x86/sgx: Return the number of EPC pages that were successfully reclaimed
  ` [PATCH v2 10/18] x86/sgx: Add option to ignore age of page during EPC reclaim
  ` [PATCH v2 11/18] x86/sgx: Prepare for multiple LRUs
  ` [PATCH v2 12/18] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
  ` [PATCH v2 13/18] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
  ` [PATCH v2 14/18] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
  ` [PATCH v2 15/18] cgroup/misc: Add per resource callbacks for css events
  ` [PATCH v2 16/18] cgroup/misc: Prepare for SGX usage
  ` [PATCH v2 17/18] x86/sgx: Add support for misc cgroup controller
` [PATCH v2 18/18] Docs/x86/sgx: Add description for cgroup support

[PATCH] mm: memcontrol: protect the memory in cgroup from being oom killed
 2022-12-02  8:37 UTC  (23+ messages)

[RFC PATCH v2] mm: Add nodes= arg to memory.reclaim
 2022-12-02  6:24 UTC  (10+ messages)

[PATCH v3 0/3] mm: memcg: fix protection of reclaim target memcg
 2022-12-02  3:15 UTC  (4+ messages)
  ` [PATCH v3 1/3] mm: memcg: fix stale "
  ` [PATCH v3 3/3] selftests: cgroup: make sure reclaim target memcg is unprotected
` [PATCH v3 2/3] selftests: cgroup: refactor proactive reclaim code to reclaim_until()

[PATCH -next v2] blk-cgroup: Fix some kernel-doc comments
 2022-12-02  2:42 UTC 

[RFC PATCH V1] mm: Disable demotion from proactive reclaim
 2022-12-02  2:06 UTC  (21+ messages)

[PATCH -next] blk-cgroup: Fix some kernel-doc comments
 2022-12-02  1:22 UTC  (3+ messages)

[PATCH] mm: remove lock_page_memcg() from rmap
 2022-12-01 19:28 UTC  (14+ messages)

[PATCH -next v2 0/9] iocost bugfix
 2022-12-01 13:47 UTC  (33+ messages)
` [PATCH -next v2 1/9] blk-iocost: cleanup ioc_qos_write() and ioc_cost_model_write()
` [PATCH -next v2 2/9] blk-iocost: improve hanlder of match_u64()
` [PATCH -next v2 4/9] blk-iocost: read params inside lock in sysfs apis
` [PATCH -next v2 6/9] blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()
` [PATCH -next v2 7/9] blk-iocost: fix UAF in ioc_pd_free
  ` [PATCH -next v2 3/9] blk-iocost: don't allow to configure bio based device
  ` [PATCH -next v2 5/9] blk-iocost: fix divide by 0 error in calc_lcoefs()
  ` [PATCH -next v2 8/9] block: fix null-pointer dereference in ioc_pd_init
  ` [PATCH -next v2 9/9] blk-iocost: fix walk_list corruption

[PATCH v2 0/5] A few cleanup and bugfix patches for blk-iocost
 2022-12-01  2:28 UTC  (6+ messages)

[PATCH v2 00/10] A few bugfix and cleanup patches for blk-throttle
 2022-12-01  1:36 UTC  (19+ messages)
` [PATCH v2 01/10] blk-throttle: correct stale comment in throtl_pd_init
` [PATCH v2 04/10] blk-throttle: correct calculation of wait time in tg_may_dispatch
` [PATCH v2 06/10] blk-throttle: fix typo in comment of throtl_adjusted_limit
` [PATCH v2 07/10] blk-throttle: remove incorrect comment for tg_last_low_overflow_time
` [PATCH v2 08/10] blk-throttle: remove repeat check of elapsed time from last upgrade in throtl_hierarchy_can_downgrade
` [PATCH v2 09/10] blk-throttle: Use more siutable time_after check for update of slice_start
  ` [PATCH v2 02/10] blk-throttle: Fix that bps of child could exceed bps limited in parent
  ` [PATCH v2 03/10] blk-throttle: ignore cgroup without io queued in blk_throtl_cancel_bios
  ` [PATCH v2 05/10] blk-throttle: simpfy low limit reached check in throtl_tg_can_upgrade
  ` [PATCH v2 10/10] blk-throttle: avoid dead code in throtl_hierarchy_can_upgrade

[PATCH -next 0/8] iocost bugfix
 2022-11-30 15:59 UTC  (15+ messages)
` [PATCH -next 1/8] blk-iocost: cleanup ioc_qos_write() and ioc_cost_model_write()
  ` [PATCH -next 2/8] blk-iocost: improve hanlder of match_u64()
  ` [PATCH -next 3/8] blk-iocost: don't allow to configure bio based device
  ` [PATCH -next 5/8] blk-iocost: fix divide by 0 error in calc_lcoefs()
  ` [PATCH -next 7/8] blk-iocost: fix possible UAF in ioc_pd_free
` [PATCH -next 4/8] blk-iocost: read params inside lock in sysfs apis
` [PATCH -next 6/8] blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()
` [PATCH -next 8/8] block: fix null-pointer dereference in ioc_pd_init

[PATCH-block v2] bdi, blk-cgroup: Fix potential UAF of blkcg
 2022-11-30 15:44 UTC  (5+ messages)

[PATCH v2] blk-iocost: fix shift-out-of-bounds in iocg_hick_delay()
 2022-11-29  4:52 UTC  (6+ messages)

[PATCH] cgroup/cpuset: Clean up cpuset_task_status_allowed
 2022-11-29  2:53 UTC  (4+ messages)

[RFC v2 00/13] DRM scheduling cgroup controller
 2022-11-28 19:50 UTC  (5+ messages)
` [RFC 11/13] cgroup/drm: Introduce weight based drm cgroup control

[PATCH-block] blk-cgroup: Use css_tryget() in blkcg_destroy_blkgs()
 2022-11-28 19:11 UTC  (12+ messages)

Low TCP throughput due to vmpressure with swap enabled
 2022-11-28 18:07 UTC  (5+ messages)

[PATCH] blk-iocost: fix shift-out-of-bounds in iocg_hick_delay()
 2022-11-28 17:09 UTC  (3+ messages)

[PATCH] cgroup/cpuset: Optimize update_tasks_nodemask()
 2022-11-28  7:34 UTC  (7+ messages)

[PATCH 08/11] blk-throttle: remove repeat check of elapsed time from last upgrade in throtl_hierarchy_can_downgrade
 2022-11-26  8:15 UTC  (2+ messages)

[PATCH 05/11] blk-throttle: simpfy low limit reached check in throtl_tg_can_upgrade
 2022-11-26  5:03 UTC  (2+ messages)

[PATCH -next 1/2] blk-iocost: fix divide by 0 error in calc_lcoefs()
 2022-11-25 10:14 UTC  (3+ messages)
` [PATCH -next 2/2] blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()


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