cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[syzbot] [cgroups?] [mm?] WARNING in __mod_memcg_lruvec_state
 2024-05-06 13:03 UTC  (2+ messages)
` [syzbot] [mm?] [cgroups?] "

[PATCH v1] cgroup/rstat: add cgroup_rstat_cpu_lock helpers and tracepoints
 2024-05-06 12:03 UTC  (12+ messages)

[QUESTION]cgroup mount return -EBUSY
 2024-05-06  1:50 UTC  (2+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 8f6d24a5db2acac3f52a34e6df347ec131d231ab
 2024-05-04 19:52 UTC 

[PATCH v1 0/7] mm: workingset reporting
 2024-05-04  7:30 UTC  (8+ messages)
` [PATCH v1 1/7] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
` [PATCH v1 2/7] mm: aggregate working set information into histograms
` [PATCH v1 3/7] mm: use refresh interval to rate-limit workingset report aggregation
` [PATCH v1 4/7] mm: report workingset during memory pressure driven scanning
` [PATCH v1 5/7] mm: extend working set reporting to memcgs
` [PATCH v1 6/7] mm: add kernel aging thread for workingset reporting
` [PATCH v1 7/7] selftest: test system-wide "

[PATCH 0/4] selftests/cgroups: fix clang build failures, warnings
 2024-05-03 19:50 UTC  (11+ messages)
` [PATCH 1/4] selftests/cgroup: fix clang build failures for abs() calls
` [PATCH 2/4] selftests/cgroup: fix clang warnings: uninitialized fd variable
` [PATCH 3/4] selftests/cgroup: cpu_hogger init: use {} instead of {NULL}
` [PATCH 4/4] selftests/cgroup: fix uninitialized variables in test_zswap.c

[PATCH v2 0/1] cgroup: Add documentation for missing zswap memory.stat
 2024-05-03 14:54 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH] mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->nr_pages
 2024-05-03 11:28 UTC  (4+ messages)

[PATCH] memcg: Fix data-race KCSAN bug in rstats
 2024-05-03 11:27 UTC  (5+ messages)

[PATCH v13 00/14] Add Cgroup support for SGX EPC memory
 2024-05-03  1:44 UTC  (17+ messages)
` [PATCH v13 01/14] x86/sgx: Replace boolean parameters with enums
` [PATCH v13 02/14] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v13 03/14] cgroup/misc: Export APIs for SGX driver
` [PATCH v13 04/14] cgroup/misc: Add SGX EPC resource type
` [PATCH v13 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v13 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v13 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v13 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v13 09/14] x86/sgx: Implement async reclamation "
` [PATCH v13 10/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v13 11/14] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v13 12/14] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v13 13/14] Docs/x86/sgx: Add description for cgroup support
` [PATCH v13 14/14] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH] selftests: cgroup: remove redundant addition of memory controller
 2024-05-01 15:36 UTC 

[PATCH] cgroup: Add documentation for missing zswap memory.stat
 2024-05-01 12:02 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION d04466706db5e241ee026f17b5f920e50dee26b5
 2024-04-30 20:14 UTC 

[PATCH v12 00/14] Add Cgroup support for SGX EPC memory
 2024-04-30  1:31 UTC  (49+ messages)
` [PATCH v12 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v12 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v12 09/14] x86/sgx: Implement async reclamation "
` [PATCH v12 10/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v12 12/14] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v12 13/14] Docs/x86/sgx: Add description for cgroup support
` [PATCH v12 14/14] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH v1 0/3] cgroup/rstat: global cgroup_rstat_lock changes
 2024-04-29 17:48 UTC  (24+ messages)
` [PATCH v1 1/3] cgroup/rstat: add cgroup_rstat_lock helpers and tracepoints
` [PATCH v1 2/3] cgroup/rstat: convert cgroup_rstat_lock back to mutex
` [PATCH v1 3/3] cgroup/rstat: introduce ratelimited rstat flushing

[PATCH 0/4] cgroup: Introduce cpu controller test suite
 2024-04-29  6:29 UTC  (3+ messages)
` [PATCH v2 3/4] cgroup: Add test_cpucg_weight_overprovisioned() testcase

[tj-cgroup:for-next] BUILD SUCCESS b7d56d953a67c839a514e382596d5af29b8d6d87
 2024-04-26 17:48 UTC 

[PATCH v6 00/37] Memory allocation profiling
 2024-04-25 21:35 UTC  (7+ messages)

[PATCH -next] cgroup/cpuset: Remove outdated comment in sched_partition_write()
 2024-04-25 17:17 UTC  (3+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 04d63da4da53e6064683f4970d34ce997f9daee3
 2024-04-25  5:11 UTC 

[PATCH-cgroup] cgroup/cpuset: Fix incorrect top_cpuset flags
 2024-04-24 11:12 UTC  (5+ messages)

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-24  9:40 UTC  (22+ messages)
` [PATCH v1 01/18] mm: allow for detecting underflows with page_mapcount() again
` [PATCH v1 02/18] mm/rmap: always inline anon/file rmap duplication of a single PTE
` [PATCH v1 03/18] mm/rmap: add fast-path for small folios when adding/removing/duplicating
` [PATCH v1 04/18] mm: track mapcount of large folios in single value
` [PATCH v1 05/18] mm: improve folio_likely_mapped_shared() using the mapcount of large folios
` [PATCH v1 06/18] mm: make folio_mapcount() return 0 for small typed folios

[PATCH -next] cgroup/cpuset: Statically initialize more members of top_cpuset
 2024-04-24  0:56 UTC  (7+ messages)

[PATCH -next] cgroup: Introduce css_is_online() helper
 2024-04-23 21:19 UTC  (4+ messages)

[PATCH v2 -next] cgroup/cpuset: Avoid clearing CS_SCHED_LOAD_BALANCE twice
 2024-04-23 16:01 UTC  (3+ messages)

[PATCH AUTOSEL 6.6 16/16] blk-iocost: do not WARN if iocg was already offlined
 2024-04-23 11:01 UTC 

[PATCH AUTOSEL 6.8 18/18] blk-iocost: do not WARN if iocg was already offlined
 2024-04-23 11:01 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 8996f93fc3880d000a0a0cb40c724d5830e140fd
 2024-04-23  9:10 UTC 

[PATCH] blk-throttle: fix repeat limit on bio with BIO_BPS_THROTTLED
 2024-04-23  2:29 UTC  (9+ messages)
  `  "

[PATCH -next] cgroup/cpuset: Avoid clearing CS_SCHED_LOAD_BALANCE twice
 2024-04-23  1:40 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 6/9] blk-iocost: avoid out of bounds shift
 2024-04-22 23:19 UTC 

[PATCH AUTOSEL 5.15 06/10] blk-iocost: avoid out of bounds shift
 2024-04-22 23:19 UTC 

[PATCH AUTOSEL 6.1 10/19] blk-iocost: avoid out of bounds shift
 2024-04-22 23:18 UTC 

[PATCH AUTOSEL 6.6 13/29] blk-iocost: avoid out of bounds shift
 2024-04-22 23:16 UTC 

[PATCH AUTOSEL 6.8 16/43] blk-iocost: avoid out of bounds shift
 2024-04-22 23:14 UTC 

[PATCH v11 00/14] Add Cgroup support for SGX EPC memory
 2024-04-22 19:38 UTC  (6+ messages)
` [PATCH v11 14/14] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH] cgroup: make cgroups info more readable
 2024-04-22  1:37 UTC  (5+ messages)

[PATCH] cgroup: Introduce css_is_online() helper
 2024-04-20  9:50 UTC  (2+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 19fc8a896565ecebb3951664fd0eeab0a80314a1
 2024-04-20  7:56 UTC 

general protection fault in bio_associate_blkg_from_css
 2024-04-20  4:39 UTC 

[PATCH -next] cgroup: avoid invalid loop in cgroup_no_v1()
 2024-04-19 15:45 UTC  (2+ messages)

[PATCH v2] blk-iocost: do not WARNING if iocg has already offlined
 2024-04-19 14:07 UTC  (2+ messages)

[PATCH] blk-iocost: do not WARNING if iocg has already offlined
 2024-04-19  9:20 UTC  (3+ messages)

[tj-cgroup:for-next] BUILD SUCCESS a6b8daba00e6703b728933d2ec24e6d1ee5d5ec0
 2024-04-18 20:27 UTC 

[PATCH -next] cgroup, legacy_freezer: update comment for freezer_css_offline()
 2024-04-18 16:02 UTC  (2+ messages)

[PATCH -next] docs, cgroup: add entries for pids to cgroup-v2.rst
 2024-04-18 16:00 UTC  (2+ messages)

[PATCH v2 -next] cgroup: don't call cgroup1_pidlist_destroy_all() for v2
 2024-04-18 15:57 UTC  (2+ 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 NNTP newsgroup(s).