cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-13 04:06:29 to 2023-09-25 07:47:16 UTC [more...]

Proszę o kontakt
 2023-09-25  7:40 UTC 

[RFC PATCH bpf-next 0/8] bpf, cgroup: Add bpf support for cgroup controller
 2023-09-24  6:32 UTC  (11+ messages)
  ` [RFC PATCH bpf-next 1/8] bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
  ` [RFC PATCH bpf-next 2/8] cgroup: Enable task_under_cgroup_hierarchy() on cgroup1
  ` [RFC PATCH bpf-next 3/8] cgroup: Add cgroup_get_from_id_within_subsys()
  ` [RFC PATCH bpf-next 4/8] bpf: Add new kfuncs support for cgroup controller
  ` [RFC PATCH bpf-next 5/8] selftests/bpf: Fix issues in setup_classid_environment()
  ` [RFC PATCH bpf-next 6/8] selftests/bpf: Add parallel support for classid
  ` [RFC PATCH bpf-next 7/8] selftests/bpf: Add new cgroup helper get_classid_cgroup_id()
  ` [RFC PATCH bpf-next 8/8] selftests/bpf: Add selftests for cgroup controller

[PATCH RESEND] memcg, oom: unmark under_oom after the oom killer is done
 2023-09-23  8:17 UTC 

[PATCH 1/2] memcg, oom: unmark under_oom after the oom killer is done
 2023-09-23  8:05 UTC  (3+ messages)

[PATCH 2/2] memcg, oom: do not wake up memcg_oom_waitq if waitqueue is empty
 2023-09-23  8:01 UTC  (3+ messages)

[PATCH v5 00/18] Add Cgroup support for SGX EPC memory
 2023-09-23  3:06 UTC  (19+ messages)
` [PATCH v5 03/18] x86/sgx: Add sgx_epc_lru_lists to encapsulate LRU lists
  ` [PATCH v5 01/18] cgroup/misc: Add per resource callbacks for CSS events
  ` [PATCH v5 02/18] cgroup/misc: Add SGX EPC resource type and export APIs for SGX driver
  ` [PATCH v5 04/18] x86/sgx: Use sgx_epc_lru_lists for existing active page list
  ` [PATCH v5 05/18] x86/sgx: Store reclaimable EPC pages in sgx_epc_lru_lists
  ` [PATCH v5 06/18] x86/sgx: Introduce EPC page states
  ` [PATCH v5 07/18] x86/sgx: Introduce RECLAIM_IN_PROGRESS state
  ` [PATCH v5 08/18] x86/sgx: Use a list to track to-be-reclaimed pages
  ` [PATCH v5 09/18] x86/sgx: Store struct sgx_encl when allocating new VA pages
  ` [PATCH v5 10/18] x86/sgx: Add EPC page flags to identify owner types
  ` [PATCH v5 11/18] x86/sgx: store unreclaimable pages in LRU lists
  ` [PATCH v5 12/18] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
  ` [PATCH v5 13/18] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
  ` [PATCH v5 14/18] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
  ` [PATCH v5 15/18] x86/sgx: Prepare for multiple LRUs
  ` [PATCH v5 16/18] x86/sgx: Limit process EPC usage with misc cgroup controller
  ` [PATCH v5 17/18] Docs/x86/sgx: Add description for cgroup support
  ` [PATCH v5 18/18] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH 0/2] mm: memcg: fix tracking of pending stats updates values
 2023-09-22 17:59 UTC  (5+ messages)
  ` [PATCH 1/2] mm: memcg: refactor page state unit helpers
  ` [PATCH 2/2] mm: memcg: normalize the value passed into memcg_rstat_updated()

[PATCH v2 0/2] mm: memcg: fix tracking of pending stats updates values
 2023-09-22 17:57 UTC  (3+ messages)
  ` [PATCH v2 1/2] mm: memcg: refactor page state unit helpers
  ` [PATCH v2 2/2] mm: memcg: normalize the value passed into memcg_rstat_updated()

[BUG?] fsconfig restart_syscall failed
 2023-09-22  8:08 UTC  (2+ messages)

[PATCH 0/5] mm: memcg: subtree stats flushing and thresholds
 2023-09-21 23:29 UTC  (10+ messages)
` [PATCH 2/5] mm: memcg: move vmstats structs definition above flushing code
  ` [PATCH 1/5] mm: memcg: change flush_next_time to flush_last_time
  ` [PATCH 3/5] mm: memcg: make stats flushing threshold per-memcg
  ` [PATCH 4/5] mm: workingset: move the stats flush into workingset_test_recent()
` [PATCH 5/5] mm: memcg: restore subtree stats flushing

[linux-next:master] BUILD REGRESSION 940fcc189c51032dd0282cbee4497542c982ac59
 2023-09-21 20:09 UTC 

[linux-next:master] BUILD REGRESSION 926f75c8a5ab70567eb4c2d82fbc96963313e564
 2023-09-20 16:30 UTC 

[PATCH] cgroup: In cgroup_no_v1() check v1 controllers only
 2023-09-20 10:25 UTC 

[linux-next:master] BUILD REGRESSION 29e400e3ea486bf942b214769fc9778098114113
 2023-09-19 19:37 UTC 

[PATCH v2 0/2] workload-specific and memory pressure-driven zswap writeback
 2023-09-19 19:31 UTC  (4+ messages)
  ` [PATCH v2 1/2] zswap: make shrinking memcg-aware
  ` [PATCH v2 2/2] zswap: shrinks zswap pool based on memory pressure

[PATH v2] cgroup: add cgroup_favordynmods= command-line option
 2023-09-19 13:42 UTC  (4+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 105f3fe9188b37752c25d154870ceca352c9213f
 2023-09-19  8:58 UTC 

[PATCH 0/3] memcg: more sophisticated stats flushing
 2023-09-19  5:46 UTC  (19+ messages)
  ` [PATCH 1/3] mm: memcg: change flush_next_time to flush_last_time
  ` [PATCH 2/3] mm: memcg: rename stats_flush_threshold to stats_updates_order
` [PATCH 3/3] mm: memcg: optimize stats flushing for latency and accuracy

[RFC PATCH bpf-next 0/5] bpf, cgroup: Enable cgroup_array map on cgroup1
 2023-09-19  5:42 UTC  (17+ messages)
` [RFC PATCH bpf-next 1/5] cgroup: Enable task_under_cgroup_hierarchy() "

[PATCH v8 0/7] cgroup/cpuset: Support remote partitions
 2023-09-18 20:33 UTC  (2+ messages)

[PATCH 1/2] cgroup: Check for ret during cgroup1_base_files cft addition
 2023-09-18 18:58 UTC  (4+ messages)
` [PATCH 2/2] cgroup: Avoid extra dereference in css_populate_dir()

[linux-next:master] BUILD REGRESSION 7fc7222d9680366edeecc219c21ca96310bdbc10
 2023-09-18 17:03 UTC 

split up ->kill_sb
 2023-09-18 15:24 UTC  (45+ messages)
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super
  ` [PATCH 01/19] fs: reflow deactivate_locked_super
  ` [PATCH 02/19] fs: make ->kill_sb optional
  ` [PATCH 04/19] NFS: remove the s_dev field from struct nfs_server
  ` [PATCH 05/19] fs: assign an anon dev_t in common code
  ` [PATCH 06/19] qibfs: use simple_release_fs
  ` [PATCH 07/19] hypfs: use d_genocide to kill fs entries
  ` [PATCH 08/19] pstore: shrink the pstore_sb_lock critical section in pstore_kill_sb
  ` [PATCH 09/19] zonefs: remove duplicate cleanup in zonefs_fill_super
  ` [PATCH 10/19] USB: gadget/legacy: remove sb_mutex
  ` [PATCH 11/19] fs: add new shutdown_sb and free_sb methods
  ` [PATCH 12/19] fs: convert kill_litter_super to litter_shutdown_sb
  ` [PATCH 13/19] fs: convert kill_block_super to block_free_sb
  ` [PATCH 14/19] jffs2: convert to ->shutdown_sb and ->free_sb
  ` [PATCH 15/19] kernfs: split ->kill_sb
  ` [PATCH 16/19] x86/resctrl: release rdtgroup_mutex and the CPU hotplug lock in rdt_shutdown_sb
  ` [PATCH 17/19] NFS: move nfs_kill_super to fs_context.c
  ` [PATCH 18/19] fs: simple ->shutdown_sb and ->free_sb conversions
  ` [PATCH 19/19] fs: remove ->kill_sb

[PATCH 0/1] cgroup/cpuset: Rebuild sched domains if isolated partition changed
 2023-09-18 13:47 UTC  (5+ messages)
  ` [PATCH 1/1] "

[PATCH v4 00/18] Add Cgroup support for SGX EPC memory
 2023-09-16  4:19 UTC  (41+ messages)
` [PATCH v4 01/18] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v4 02/18] cgroup/misc: Add SGX EPC resource type and export APIs for SGX driver
` [PATCH v4 03/18] x86/sgx: Add sgx_epc_lru_lists to encapsulate LRU lists
` [PATCH v4 04/18] x86/sgx: Use sgx_epc_lru_lists for existing active page list
` [PATCH v4 05/18] x86/sgx: Store reclaimable EPC pages in sgx_epc_lru_lists
` [PATCH v4 06/18] x86/sgx: Introduce EPC page states
` [PATCH v4 08/18] x86/sgx: Use a list to track to-be-reclaimed pages
` [PATCH v4 09/18] x86/sgx: Store struct sgx_encl when allocating new VA pages
` [PATCH v4 11/18] x86/sgx: store unreclaimable pages in LRU lists
  ` [PATCH v4 12/18] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
  ` [PATCH v4 13/18] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
  ` [PATCH v4 14/18] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
  ` [PATCH v4 15/18] x86/sgx: Prepare for multiple LRUs
  ` [PATCH v4 16/18] x86/sgx: Limit process EPC usage with misc cgroup controller
  ` [PATCH v4 17/18] Docs/x86/sgx: Add description for cgroup support
  ` [PATCH v4 18/18] selftests/sgx: Add scripts for epc cgroup testing

[linux-next:master] BUILD REGRESSION dfa449a58323de195773cf928d99db4130702bf7
 2023-09-15 14:48 UTC 

[PATCH 2/2] zswap: shrinks zswap pool based on memory pressure
 2023-09-15 12:13 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 98897dc735cf6635f0966f76eb0108354168fb15
 2023-09-14 16:17 UTC 

[PATCH 0/3] Per memcg lru_gen node stat
 2023-09-14 10:47 UTC  (4+ messages)
  ` [PATCH 1/3] mm: multi-gen LRU: fold lru_gen run cmd
  ` [PATCH 2/3] mm: memcg: add per memcg "lru_gen" node
  ` [PATCH 3/3] mm: multi-gen LRU: add per memcg "lru_gen" document

[PATCH 1/2] zswap: make shrinking memcg-aware
 2023-09-14  9:34 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION e143016b56ecb0fcda5bb6026b0a25fe55274f56
 2023-09-13 22:33 UTC 

[PATCH v3] mm: memcg: add THP swap out info for anonymous reclaim
 2023-09-13 21:33 UTC  (4+ messages)

[PATCH v2] mm: memcg: add THP swap out info for anonymous reclaim
 2023-09-13 15:52 UTC  (2+ messages)

[RFC PATCH 0/3] Helpers for debugging dying cgroups
 2023-09-13 10:35 UTC  (6+ messages)
` [RFC PATCH 1/3] cgroup: list all subsystem states in debugfs files

[PATCH] selftests: cgroup: fix test_zswap error path and meaningless check
 2023-09-13  7:17 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 read-only IMAP folder(s) and NNTP newsgroup(s).