public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-19 23:42:08 to 2026-02-25 01:04:34 UTC [more...]

[PATCH v3 00/20] Virtual Swap Space
 2026-02-25  1:04 UTC  (3+ messages)

[PATCH 0/4] bpf: add a few hooks for sandboxing
 2026-02-24 23:04 UTC  (15+ messages)
` [PATCH 1/4] ns: add bpf hooks
` [PATCH 2/4] cgroup: add bpf hook for attach
` [PATCH 3/4] selftests/bpf: add ns hook selftest
` [PATCH 4/4] selftests/bpf: add cgroup attach selftests

[PATCH RFC 00/15] mm, swap: swap table phase IV with dynamic ghost swapfile
 2026-02-24 21:56 UTC  (20+ messages)
` [PATCH RFC 06/15] memcg, swap: reparent the swap entry on swapin if swapout cgroup is dead
` [PATCH RFC 08/15] mm, swap: store and check memcg info in the swap table
` [PATCH RFC 13/15] mm: ghost swapfile support for zswap
` [PATCH RFC 14/15] mm, swap: add a special device for ghost swap setup
` [PATCH RFC 15/15] mm, swap: allocate cluster dynamically for ghost swapfile

[RFC PATCH 0/6] mm/memcontrol: Make memcg limits tier-aware
 2026-02-24 20:03 UTC  (10+ messages)
` [RFC PATCH 2/6] mm/page_counter: Introduce tiered memory awareness to page_counter
` [RFC PATCH 3/6] mm/memory-tiers, memcontrol: Introduce toptier capacity updates
` [RFC PATCH 4/6] mm/memcontrol: Charge and uncharge from toptier
` [RFC PATCH 5/6] mm/memcontrol, page_counter: Make memory.low tier-aware
` [RFC PATCH 6/6] mm/memcontrol: Make memory.high tier-aware

drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver (complete series v5)
 2026-02-24 19:28 UTC  (21+ messages)
` [PATCH 01/16] mm: add gpu active/reclaim per-node stat counters (v2)
` [PATCH 02/16] drm/ttm: use gpu mm stats to track gpu memory allocations. (v4)
` [PATCH 03/16] ttm/pool: port to list_lru. (v2)
` [PATCH 04/16] ttm/pool: drop numa specific pools
` [PATCH 05/16] ttm/pool: make pool shrinker NUMA aware (v2)
` [PATCH 06/16] ttm/pool: track allocated_pages per numa node
` [PATCH 07/16] memcg: add support for GPU page counters. (v4)
` [PATCH 08/16] ttm: add a memcg accounting flag to the alloc/populate APIs
` [PATCH 09/16] ttm/pool: initialise the shrinker earlier
` [PATCH 10/16] ttm: add objcg pointer to bo and tt (v2)
` [PATCH 11/16] ttm/pool: enable memcg tracking and shrinker. (v3)
` [PATCH 12/16] ttm: hook up memcg placement flags
` [PATCH 13/16] memcontrol: allow objcg api when memcg is config off
` [PATCH 14/16] amdgpu: add support for memory cgroups
` [PATCH 15/16] ttm: add support for a module option to disable memcg integration
` [PATCH 16/16] xe: create a flag to enable memcg accounting for XE as well

[PATCH 0/4] Introduce QPW for per-cpu operations
 2026-02-24 18:12 UTC  (27+ messages)

[PATCH 1/2] mm: vmalloc: streamline vmalloc memory accounting
 2026-02-24 18:03 UTC  (9+ messages)
` [PATCH 2/2] mm: memcontrol: switch to native NR_VMALLOC vmstat counter

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-02-24 16:54 UTC  (34+ messages)
` [RFC PATCH v4 01/27] numa: introduce N_MEMORY_PRIVATE node state
` [RFC PATCH v4 02/27] mm,cpuset: gate allocations from N_MEMORY_PRIVATE behind __GFP_PRIVATE
` [RFC PATCH v4 03/27] mm/page_alloc: add numa_zone_allowed() and wire it up
` [RFC PATCH v4 04/27] mm/page_alloc: Add private node handling to build_zonelists
` [RFC PATCH v4 05/27] mm: introduce folio_is_private_managed() unified predicate
` [RFC PATCH v4 06/27] mm/mlock: skip mlock for managed-memory folios
` [RFC PATCH v4 07/27] mm/madvise: skip madvise "
` [RFC PATCH v4 08/27] mm/ksm: skip KSM "
` [RFC PATCH v4 09/27] mm/khugepaged: skip private node folios when trying to collapse
` [RFC PATCH v4 10/27] mm/swap: add free_folio callback for folio release cleanup
` [RFC PATCH v4 11/27] mm/huge_memory.c: add private node folio split notification callback
` [RFC PATCH v4 12/27] mm/migrate: NP_OPS_MIGRATION - support private node user migration
` [RFC PATCH v4 13/27] mm/mempolicy: NP_OPS_MEMPOLICY - support private node mempolicy
` [RFC PATCH v4 14/27] mm/memory-tiers: NP_OPS_DEMOTION - support private node demotion
` [RFC PATCH v4 15/27] mm/mprotect: NP_OPS_PROTECT_WRITE - gate PTE/PMD write-upgrades
` [RFC PATCH v4 16/27] mm: NP_OPS_RECLAIM - private node reclaim participation
` [RFC PATCH v4 17/27] mm/oom: NP_OPS_OOM_ELIGIBLE - private node OOM participation
` [RFC PATCH v4 18/27] mm/memory: NP_OPS_NUMA_BALANCING - private node NUMA balancing
` [RFC PATCH v4 19/27] mm/compaction: NP_OPS_COMPACTION - private node compaction support
` [RFC PATCH v4 20/27] mm/gup: NP_OPS_LONGTERM_PIN - private node longterm pin support
` [RFC PATCH v4 21/27] mm/memory-failure: add memory_failure callback to node_private_ops
` [RFC PATCH v4 22/27] mm/memory_hotplug: add add_private_memory_driver_managed()
` [RFC PATCH v4 23/27] mm/cram: add compressed ram memory management subsystem
` [RFC PATCH v4 24/27] cxl/core: Add cxl_sysram region type
` [RFC PATCH v4 25/27] cxl/core: Add private node support to cxl_sysram
` [RFC PATCH v4 26/27] cxl: add cxl_mempolicy sample PCI driver
` [RFC PATCH v4 27/27] cxl: add cxl_compression "

[PATCH v3 0/5] cgroup/dmem,drm/ttm: Improve protection in contended cases
 2026-02-24 16:40 UTC  (5+ messages)
` [PATCH v3 3/5] drm/ttm: Make a helper for attempting allocation in a place
` [PATCH v3 4/5] drm/ttm: Be more aggressive when allocating below protection limit

[syzbot] [cgroups?] general protection fault in rebuild_sched_domains_locked
 2026-02-24 14:30 UTC  (6+ messages)

[PATCH] cgroup: remove redundant NULL assignments in migration finish
 2026-02-24 13:03 UTC  (2+ messages)

[PATCH] mm/slab: initialize slab->stride early to avoid memory ordering issues
 2026-02-24 11:10 UTC  (6+ messages)

[PATCH v4 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support
 2026-02-24 11:03 UTC  (18+ messages)
` [PATCH v4 1/3] kernfs: Don't set_nlink for directories being removed
` [PATCH v4 2/3] kernfs: Send IN_DELETE_SELF and IN_IGNORED
` [PATCH v4 3/3] selftests: memcg: Add tests for "
` [syzbot ci] Re: kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support

[PATCH v6 0/8] cgroup/cpuset: Fix partition related locking issues
 2026-02-24  7:51 UTC  (12+ messages)
` [PATCH v6 1/8] cgroup/cpuset: Fix incorrect change to effective_xcpus in partition_xcpus_del()
` [PATCH v6 2/8] cgroup/cpuset: Fix incorrect use of cpuset_update_tasks_cpumask() in update_cpumasks_hier()
` [PATCH v6 3/8] cgroup/cpuset: Clarify exclusion rules for cpuset internal variables
` [PATCH v6 4/8] cgroup/cpuset: Set isolated_cpus_updating only if isolated_cpus is changed
` [PATCH v6 5/8] kselftest/cgroup: Simplify test_cpuset_prs.sh by removing "S+" command
` [PATCH v6 6/8] cgroup/cpuset: Move housekeeping_update()/rebuild_sched_domains() together
` [PATCH v6 7/8] cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueue
` [PATCH v6 8/8] cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lock

[next-20260216]NULL pointer dereference in drain_obj_stock() (RCU free path)
 2026-02-24  2:07 UTC  (7+ messages)

[PATCH v8 4/6] kernfs: Don't re-lock kernfs_root::kernfs_rwsem in kernfs_fop_readdir()
 2026-02-23 21:54 UTC  (2+ messages)

[PATCH v2 1/2] mm: vmalloc: streamline vmalloc memory accounting
 2026-02-23 19:48 UTC  (6+ messages)
` [PATCH v2 2/2] mm: memcontrol: switch to native NR_VMALLOC vmstat counter

[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
 2026-02-23 16:09 UTC  (4+ messages)
` [PATCH 04/33] mm: vmstat: Prepare to protect against concurrent isolated cpuset change

[PATCH v2 2/2] block/blk-throttle: Add WQ_PERCPU to alloc_workqueue users
 2026-02-23  9:29 UTC 

[PATCH v5] mm: move pgscan, pgsteal, pgrefill to node stats
 2026-02-23  8:49 UTC  (5+ messages)

[PATCH v5 0/6] cgroup/cpuset: Fix partition related locking issues
 2026-02-21 19:20 UTC  (7+ messages)
` [PATCH v5 4/6] cgroup/cpuset: Don't update isolated_cpus from CPU hotplug
` [PATCH v5 5/6] cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lock

[PATCH] cgroup: ensure stable pid sorting in cmppid()
 2026-02-21  6:55 UTC  (4+ messages)

[PATCH] cgroup: free cset links on find_css_set() failure
 2026-02-21  3:35 UTC  (3+ messages)

[PATCH v3 00/20] Virtual Swap Space
 2026-02-20 21:05 UTC  (2+ messages)
` [PATCH] vswap: fix poor batching behavior of vswap free path


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