public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-10 02:39:28 to 2024-08-21 01:54:25 UTC [more...]

[PATCH v16 00/16] Add Cgroup support for SGX EPC memory
 2024-08-21  1:53 UTC  (8+ messages)
` [PATCH v16 01/16] x86/sgx: Replace boolean parameters with enums
` [PATCH v16 02/16] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v16 03/16] cgroup/misc: Export APIs for SGX driver
` [PATCH v16 04/16] cgroup/misc: Add SGX EPC resource type
` [PATCH v16 05/16] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v16 06/16] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v16 08/16] x86/sgx: Encapsulate uses of the global LRU

[PATCH-cgroup 0/2] cgroup/cpuset: Account for boot time isolated CPUs
 2024-08-20 19:55 UTC  (3+ messages)
` [PATCH-cgroup 1/2] "
` [PATCH-cgroup 2/2] selftest/cgroup: Make test_cpuset_prs.sh deal with pre-isolated CPUs

[PATCH v2 -next 0/3] Some optimizations about cpuset
 2024-08-20 18:10 UTC  (5+ messages)
` [PATCH v2 -next 1/3] cgroup/cpuset: Correct invalid remote parition prs
` [PATCH v2 -next 2/3] cgroup/cpuset: remove fetch_xcpus
` [PATCH v2 -next 3/3] cgroup/cpuset: remove use_parent_ecpus of cpuset

[PATCH v3] block: flush all throttled bios when deleting the cgroup
 2024-08-20 17:06 UTC  (5+ messages)

[PATCH] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-20 15:28 UTC  (16+ messages)

[PATCH v2 1/2] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-20 15:26 UTC  (7+ messages)
` [PATCH v2 2/2] selftests: test_zswap: add test for hierarchical zswap.writeback

[PATCHSET sched_ext/for-6.12] sched_ext: Add cgroup support
 2024-08-20 14:38 UTC  (3+ messages)
` [PATCH 1/7] cgroup: Implement cgroup_show_cftypes()

[PATCH v3 0/7] mm: workingset reporting
 2024-08-20 13:00 UTC  (13+ messages)
` [PATCH v3 1/7] mm: aggregate working set information into histograms
` [PATCH v3 2/7] mm: use refresh interval to rate-limit workingset report aggregation
` [PATCH v3 3/7] mm: report workingset during memory pressure driven scanning
` [PATCH v3 4/7] mm: extend working set reporting to memcgs
` [PATCH v3 5/7] mm: add kernel aging thread for workingset reporting
` [PATCH v3 6/7] selftest: test system-wide "
` [PATCH v3 7/7] Docs/admin-guide/mm/workingset_report: document sysfs and memcg interfaces

[PATCH mm-unstable v2 0/5] Improve mem_cgroup_iter()
 2024-08-20 11:59 UTC  (12+ messages)
` [PATCH mm-unstable v2 1/5] cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCU
` [PATCH mm-unstable v2 2/5] mm: don't hold css->refcnt during traversal
` [PATCH mm-unstable v2 3/5] mm: increment gen # before restarting traversal
` [PATCH mm-unstable v2 4/5] mm: restart if multiple traversals raced
` [PATCH mm-unstable v2 5/5] mm: clean up mem_cgroup_iter()

[PATCH] blk-cgroup: don't clear stat in blkcg_reset_stats()
 2024-08-20  7:15 UTC  (4+ messages)

[PATCH bpf-next] bpf: use kfunc hooks instead of program types
 2024-08-20  6:34 UTC  (2+ messages)

[PATCH] mm: kmem: fix split_page_memcg()
 2024-08-20  2:37 UTC  (3+ messages)

[PATCH v2 -next] cgroup: update some statememt about delegation
 2024-08-19 22:16 UTC  (2+ messages)

[PATCH -next 0/3] Some optimizations about cpuset
 2024-08-19 22:01 UTC  (11+ messages)
` [PATCH -next 1/3] cgroup/cpuset: Correct invalid remote parition prs
` [PATCH -next 2/3] cgroup/cpuset: remove fetch_xcpus
` [PATCH -next 3/3] cgroup/cpuset: remove use_parent_ecpus of cpuset

[RFC PATCH v5 0/3] Add memory.max.effective for application's allocators
 2024-08-19 16:42 UTC  (4+ messages)

[syzbot] [cgroups?] [mm?] WARNING in folio_memcg
 2024-08-19  8:05 UTC  (2+ messages)

[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_released
 2024-08-19  4:40 UTC  (2+ messages)

[syzbot] [cgroups?] possible deadlock in task_rq_lock
 2024-08-18  7:05 UTC  (3+ messages)

[PATCH v3 0/1] Fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
 2024-08-17  9:33 UTC  (2+ messages)
` [PATCH v3 1/1] cgroup: fix "

[git pull] vfs.git memcontrol oops fix
 2024-08-17  0:15 UTC  (2+ messages)

[PATCH v2] memcg: replace memcg ID idr with xarray
 2024-08-16  8:18 UTC  (6+ messages)

[syzbot] [cgroups?] [mm?] kernel BUG in swap_cgroup_record
 2024-08-16  5:48 UTC  (2+ messages)

[PATCH 0/7] memcg: further decouple v1 code from v2
 2024-08-15 19:34 UTC  (9+ messages)
` [PATCH 1/7] memcg: move v1 only percpu stats in separate struct
` [PATCH 2/7] memcg: move mem_cgroup_event_ratelimit to v1 code
` [PATCH 3/7] memcg: move mem_cgroup_charge_statistics "
` [PATCH 4/7] memcg: move v1 events and statistics code to v1 file
` [PATCH 5/7] memcg: make v1 only functions static
` [PATCH 6/7] memcg: allocate v1 event percpu only on v1 deployment
` [PATCH 7/7] memcg: make PGPGIN and PGPGOUT v1 only

[PATCH v2 0/4] memcg: initiate deprecation of v1 features
 2024-08-15 19:27 UTC  (11+ messages)
` [PATCH v2 1/4] memcg: initiate deprecation of v1 tcp accounting
` [PATCH v2 2/4] memcg: initiate deprecation of v1 soft limit
` [PATCH v2 3/4] memcg: initiate deprecation of oom_control
` [PATCH v2 4/4] memcg: initiate deprecation of pressure_level

[PATCH] cgroup: update some statememt about delegation
 2024-08-15 12:28 UTC  (3+ messages)

[BUG] cgroupv2/blk: inconsistent I/O behavior in Cgroup v2 with set device wbps and wiops
 2024-08-15  1:59 UTC  (9+ messages)

[PATCH -next 0/2] Fixes about delegation
 2024-08-15  0:50 UTC  (11+ messages)
` [PATCH -next 1/2] cgroup: update comment "
` [PATCH -next 2/2] cgroup: Disallow delegatee to write all interfaces outsize of cgroup ns

[PATCH v2] memcg: use ratelimited stats flush in the reclaim
 2024-08-15  0:29 UTC  (11+ messages)

[PATCH v4] mm,memcg: provide per-cgroup counters for NUMA balancing operations
 2024-08-14 23:51 UTC 

[PATCH 0/4] memcg: initiate deprecation of v1 features
 2024-08-14 21:51 UTC  (12+ messages)
` [PATCH 1/4] memcg: initiate deprecation of v1 tcp accounting
` [PATCH 2/4] memcg: initiate deprecation of v1 soft limit
` [PATCH 3/4] memcg: initiate deprecation of oom_control
` [PATCH 4/4] memcg: initiate deprecation of pressure_level

[PATCH v3] mm,memcg: provide per-cgroup counters for NUMA balancing operations
 2024-08-14 20:52 UTC  (2+ messages)

[PATCH] mm,memcg: provide per-cgroup counters for NUMA balancing operations
 2024-08-14 20:48 UTC  (6+ messages)

[PATCH RESEND v3] mm: kmem: add lockdep assertion to obj_cgroup_memcg
 2024-08-14  9:34 UTC 

[PATCHSET][RFC] struct fd and memory safety
 2024-08-13  3:32 UTC  (18+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
  ` [PATCH 35/39] convert bpf_token_create()
  ` [PATCH 36/39] assorted variants of irqfd setup: convert to CLASS(fd)

[PATCH v2] mm,memcg: provide per-cgroup counters for NUMA balancing operations
 2024-08-12 23:16 UTC  (2+ messages)

[PATCH V9 1/2] cgroup/rstat: Avoid flushing if there is an ongoing overlapping flush
 2024-08-12 14:41 UTC  (2+ messages)

[PATCH] kselftest/cgroup: Add missing newline in test_zswap.c
 2024-08-12  9:35 UTC  (2+ messages)

[PATCH] memcg: replace memcg ID idr with xarray
 2024-08-12  8:07 UTC  (3+ messages)

[tj-cgroup:for-6.12] BUILD SUCCESS 9b103943ab281d137df1cdb48dcef329a87e0a06
 2024-08-10 16:07 UTC 

[tj-cgroup:for-next] BUILD SUCCESS d8454758e6e40489085b012e23654648362c18d3
 2024-08-10 15:28 UTC 


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