public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-21 11:05:40 to 2023-09-29 18:01:27 UTC [more...]

[PATCH v1 0/5] mm: improve performance of accounted kernel memory allocations
 2023-09-29 18:00 UTC  (4+ messages)
` [PATCH v1 1/5] mm: kmem: optimize get_obj_cgroup_from_current()
` [PATCH v1 2/5] mm: kmem: add direct objcg pointer to task_struct
` [PATCH v1 3/5] mm: kmem: make memcg keep a reference to the original objcg

[PATCH v2 0/2] hugetlb memcg accounting
 2023-09-29 17:48 UTC  (12+ messages)
` [PATCH v2 1/2] hugetlb: memcg: account hugetlb-backed memory in memory controller
` [PATCH v2 2/2] selftests: add a selftest to verify hugetlb usage in memcg

[BUG?] fsconfig restart_syscall failed
 2023-09-29 15:53 UTC  (3+ messages)

[PATCH v5 00/18] Add Cgroup support for SGX EPC memory
 2023-09-29 15:06 UTC  (48+ 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] hugetlb memcg accounting
 2023-09-28 12:52 UTC  (16+ messages)
` [PATCH 1/2] hugetlb: memcg: account hugetlb-backed memory in memory controller
` [PATCH 2/2] selftests: add a selftest to verify hugetlb usage in memcg

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

[PATCH] blk-throttle: Calculate allowed value only when the throttle is enabled
 2023-09-28  1:58 UTC 

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

split up ->kill_sb
 2023-09-27 22:29 UTC  (22+ messages)
` [PATCH 01/19] fs: reflow deactivate_locked_super
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super
` [PATCH 10/19] USB: gadget/legacy: remove sb_mutex

[PATCH 0/3] Per memcg lru_gen node stat
 2023-09-27 17:38 UTC  (2+ messages)

[PATCH rfc 0/5] mm: improve performance of kernel memory accounting
 2023-09-27 15:08 UTC  (6+ messages)
` [PATCH rfc 1/5] mm: kmem: optimize get_obj_cgroup_from_current()
` [PATCH rfc 2/5] mm: kmem: add direct objcg pointer to task_struct
` [PATCH rfc 3/5] mm: kmem: make memcg keep a reference to the original objcg
` [PATCH rfc 4/5] mm: kmem: scoped objcg protection
` [PATCH rfc 5/5] percpu: "

[RESEND v3] cgroup: add cgroup_favordynmods= command-line option
 2023-09-27 14:25 UTC 

[PATCH next] cgroup/cpuset: Cleanup signedness issue in cpu_exclusive_check()
 2023-09-27 13:13 UTC  (3+ messages)

[PATH v3] cgroup: add cgroup_favordynmods= command-line option
 2023-09-27 11:10 UTC  (2+ messages)
` [External] : "

[RFC PATCH bpf-next 0/8] bpf, cgroup: Add bpf support for cgroup controller
 2023-09-27  2:27 UTC  (21+ 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] selftests/cgroup: Fix awk usage in test_cpuset_prs.sh that may cause error
 2023-09-26 12:18 UTC  (4+ messages)

[PATCH] mm, memcg: expose swapcache stat for memcg v1
 2023-09-26  8:22 UTC  (5+ messages)

[PATCH v2 0/2] mm: memcg: fix tracking of pending stats updates values
 2023-09-25 17:11 UTC  (7+ 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()

[PATCH v4 00/18] Add Cgroup support for SGX EPC memory
 2023-09-25 16:57 UTC  (6+ messages)
` [PATCH v4 01/18] cgroup/misc: Add per resource callbacks for CSS events

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

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

[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 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 4/5] mm: workingset: move the stats flush into workingset_test_recent()
 2023-09-21 23:29 UTC  (4+ messages)

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


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