cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/1] Add swappiness argument to memory.reclaim
 2023-11-30 15:36 UTC  (2+ messages)
` [PATCH 1/1] mm: add swapiness= arg "

[PATCH 00/16] IOMMU memory observability
 2023-11-30 14:03 UTC  (49+ messages)
` [PATCH 01/16] iommu/vt-d: add wrapper functions for page allocations
` [PATCH 02/16] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH 03/16] iommu/io-pgtable-arm: "
` [PATCH 04/16] iommu/io-pgtable-dart: "
` [PATCH 05/16] iommu/io-pgtable-arm-v7s: "
` [PATCH 06/16] iommu/dma: "
` [PATCH 07/16] iommu/exynos: "
` [PATCH 08/16] iommu/fsl: "
` [PATCH 09/16] iommu/iommufd: "
` [PATCH 10/16] iommu/rockchip: "
` [PATCH 11/16] iommu/sun50i: "
` [PATCH 12/16] iommu/tegra-smmu: "
` [PATCH 13/16] iommu: observability of the IOMMU allocations
` [PATCH 14/16] iommu: account IOMMU allocated memory
` [PATCH 15/16] vhost-vdpa: account iommu allocations
` [PATCH 16/16] vfio: "

[PATCH v7 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-11-30  1:26 UTC  (17+ messages)
` [PATCH v7 1/6] list_lru: allows explicit memcg and NUMA node selection
` [PATCH v7 2/6] memcontrol: add a new function to traverse online-only memcg hierarchy
` [PATCH v7 3/6] zswap: make shrinking memcg-aware
` [PATCH v7 4/6] mm: memcg: add per-memcg zswap writeback stat
` [PATCH v7 5/6] selftests: cgroup: update per-memcg zswap writeback selftest
` [PATCH v7 6/6] zswap: shrinks zswap pool based on memory pressure

[PATCH v6 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-11-30  0:47 UTC  (18+ messages)
` [PATCH v6 1/6] list_lru: allows explicit memcg and NUMA node selection
  ` [PATCH v6 1/6] list_lru: allows explicit memcg and NUMA node selection (fix)
` [PATCH v6 2/6] memcontrol: allows mem_cgroup_iter() to check for onlineness
` [PATCH v6 3/6] zswap: make shrinking memcg-aware
` [PATCH v6 4/6] mm: memcg: add per-memcg zswap writeback stat
` [PATCH v6 5/6] selftests: cgroup: update per-memcg zswap writeback selftest
` [PATCH v6 6/6] zswap: shrinks zswap pool based on memory pressure

[tj-cgroup:for-6.7-fixes] BUILD SUCCESS cff5f49d433fcd0063c8be7dd08fa5bf190c6c37
 2023-11-29 21:22 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 357564d50da386e66ab41b6abe2b0811437b55ee
 2023-11-29 21:21 UTC 

[tj-cgroup:for-6.8] BUILD SUCCESS 877c737db9355acaa1ec2fd2b8dbdaff82605df7
 2023-11-29 18:32 UTC 

[PATCH v3 0/2] mm: memcg: improve vmscan tracepoints
 2023-11-29 17:49 UTC  (22+ messages)
` [PATCH v3 1/2] mm: memcg: print out cgroup ino in the memcg tracepoints
` [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg

[PATCH-cgroup 0/2] cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated()
 2023-11-29 16:01 UTC  (7+ messages)
` [PATCH-cgroup 1/2] cgroup/cpuset: Make callback_lock a raw_spinlock_t
` [PATCH-cgroup 2/2] cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() check

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

[PATCH AUTOSEL 4.14 1/7] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
 2023-11-28 21:10 UTC 

[PATCH AUTOSEL 4.19 01/10] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
 2023-11-28 21:09 UTC 

[PATCH AUTOSEL 5.4 02/11] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
 2023-11-28 21:09 UTC 

[PATCH AUTOSEL 5.10 02/13] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
 2023-11-28 21:08 UTC 

[PATCH AUTOSEL 5.15 03/15] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
 2023-11-28 21:08 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 04/15] blk-cgroup: bypass blkcg_deactivate_policy after destroying

[PATCH AUTOSEL 6.1 04/25] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
 2023-11-28 21:07 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 05/25] blk-cgroup: bypass blkcg_deactivate_policy after destroying

[PATCH AUTOSEL 6.6 05/40] blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
 2023-11-28 21:05 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 06/40] blk-cgroup: bypass blkcg_deactivate_policy after destroying

[PATCH] cgroup/cpuset: Expose cpuset.cpus.isolated
 2023-11-28 18:19 UTC  (3+ messages)

[PATCH] cgroup_freezer: cgroup_freezing: Check if not frozen
 2023-11-28 17:32 UTC  (5+ messages)

[PATCH v4 0/3] cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()
 2023-11-28 16:46 UTC  (5+ messages)
` [PATCH v4 2/3] cgroup/rstat: Optimize cgroup_rstat_updated_list()

[PATCH v3 3/5] mm: memcg: make stats flushing threshold per-memcg
 2023-11-28  1:58 UTC  (5+ messages)

[PATCH 0/3] kernfs: Convert from strlcpy() to strscpy()
 2023-11-28  0:38 UTC  (3+ messages)

[PATCH v2 0/4] eventfd: simplify signal helpers
 2023-11-27 16:17 UTC  (18+ messages)
` [PATCH v2 1/4] i915: make inject_virtual_interrupt() void
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()
` [PATCH v2 3/4] eventfd: simplify eventfd_signal_mask()
` [PATCH v2 4/4] eventfd: make eventfd_signal{_mask}() void

[PATCH v2 0/2] mm: memcg: improve vmscan tracepoints
 2023-11-27 11:37 UTC  (15+ messages)
` [PATCH v2 1/2] mm: memcg: print out cgroup name in the memcg tracepoints
` [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg

[PATCH v6 00/12] Add Cgroup support for SGX EPC memory
 2023-11-27  9:57 UTC  (14+ messages)
` [PATCH v6 04/12] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v6 09/12] x86/sgx: Restructure top-level EPC reclaim function

[PATCH v3 0/3] samples: introduce cgroup events listeners
 2023-11-25  8:07 UTC  (7+ messages)
` [PATCH v3 1/3] samples: introduce new samples subdir for cgroup
` [PATCH v3 2/3] samples/cgroup: introduce memcg memory.events listener
` [PATCH v3 3/3] mm: memcg: add reminder comment for the memcg v2 events

[tj-cgroup:for-6.8] BUILD SUCCESS 202595663905384c4c629afd7b897af63a1563b5
 2023-11-24 19:31 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 42d2580377e0234d7277c7803d58d5a40caf6112
 2023-11-24 19:31 UTC 

[PATCH v2 00/21] remove the SLAB allocator
 2023-11-24  9:26 UTC  (7+ messages)
` [PATCH v2 01/21] mm/slab, docs: switch mm-api docs generation from slab.c to slub.c
` [PATCH v2 09/21] mm/slab: remove mm/slab.c and slab_def.h

[PATCH v3 5/5] mm: memcg: restore subtree stats flushing
 2023-11-22 13:42 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).