messages from 2026-02-23 15:30:37 to 2026-02-25 09:14:52 UTC [more...]
[PATCH] mm/slab: initialize slab->stride early to avoid memory ordering issues
2026-02-25 9:14 UTC (7+ messages)
drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver (complete series v5)
2026-02-25 9:09 UTC (22+ 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 v5 00/32] Eliminate Dying Memory Cgroup
2026-02-25 7:53 UTC (33+ messages)
` [PATCH v5 01/32] mm: memcontrol: remove dead code of checking parent memory cgroup
` [PATCH v5 02/32] mm: workingset: use folio_lruvec() in workingset_refault()
` [PATCH v5 03/32] mm: rename unlock_page_lruvec_irq and its variants
` [PATCH v5 04/32] mm: vmscan: prepare for the refactoring the move_folios_to_lru()
` [PATCH v5 05/32] mm: vmscan: refactor move_folios_to_lru()
` [PATCH v5 06/32] mm: memcontrol: allocate object cgroup for non-kmem case
` [PATCH v5 07/32] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH v5 08/32] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH v5 09/32] buffer: prevent memory cgroup release in folio_alloc_buffers()
` [PATCH v5 10/32] writeback: prevent memory cgroup release in writeback module
` [PATCH v5 11/32] mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()
` [PATCH v5 12/32] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH v5 13/32] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH v5 14/32] mm: mglru: prevent memory cgroup release in mglru
` [PATCH v5 15/32] mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
` [PATCH v5 16/32] mm: workingset: prevent memory cgroup release in lru_gen_eviction()
` [PATCH v5 17/32] mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()
` [PATCH v5 18/32] mm: zswap: prevent memory cgroup release in zswap_compress()
` [PATCH v5 19/32] mm: workingset: prevent lruvec release in workingset_refault()
` [PATCH v5 20/32] mm: zswap: prevent lruvec release in zswap_folio_swapin()
` [PATCH v5 21/32] mm: swap: prevent lruvec release in lru_gen_clear_refs()
` [PATCH v5 22/32] mm: workingset: prevent lruvec release in workingset_activation()
` [PATCH v5 23/32] mm: do not open-code lruvec lock
` [PATCH v5 24/32] mm: memcontrol: prepare for reparenting LRU pages for "
` [PATCH v5 25/32] mm: vmscan: prepare for reparenting traditional LRU folios
` [PATCH v5 26/32] mm: vmscan: prepare for reparenting MGLRU folios
` [PATCH v5 27/32] mm: memcontrol: refactor memcg_reparent_objcgs()
` [PATCH v5 28/32] mm: workingset: use lruvec_lru_size() to get the number of lru pages
` [PATCH v5 29/32] mm: memcontrol: prepare for reparenting non-hierarchical stats
` [PATCH v5 30/32] mm: memcontrol: convert objcg to be per-memcg per-node type
` [PATCH v5 31/32] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
` [PATCH v5 32/32] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpers
[PATCH -next] cgroup/cpuset: fix null-ptr-deref in rebuild_sched_domains_cpuslocked
2026-02-25 6:34 UTC (2+ messages)
[PATCHSET v2 sched_ext/for-7.1] sched_ext: Implement cgroup sub-scheduler support
2026-02-25 5:18 UTC (36+ messages)
` [PATCH 01/34] sched_ext: Implement cgroup subtree iteration for scx_task_iter
` [PATCH 02/34] sched_ext: Add @kargs to scx_fork()
` [PATCH 03/34] sched/core: Swap the order between sched_post_fork() and cgroup_post_fork()
` [PATCH 04/34] cgroup: Expose some cgroup helpers
` [PATCH 05/34] sched_ext: Update p->scx.disallow warning in scx_init_task()
` [PATCH 06/34] sched_ext: Reorganize enable/disable path for multi-scheduler support
` [PATCH 07/34] sched_ext: Introduce cgroup sub-sched support
` [PATCH 08/34] sched_ext: Introduce scx_task_sched[_rcu]()
` [PATCH 09/34] sched_ext: Introduce scx_prog_sched()
` [PATCH 10/34] sched_ext: Enforce scheduling authority in dispatch and select_cpu operations
` [PATCH 11/34] sched_ext: Enforce scheduler ownership when updating slice and dsq_vtime
` [PATCH 12/34] sched_ext: scx_dsq_move() should validate the task belongs to the right scheduler
` [PATCH 13/34] sched_ext: Refactor task init/exit helpers
` [PATCH 14/34] sched_ext: Make scx_prio_less() handle multiple schedulers
` [PATCH 15/34] sched_ext: Move default slice to per-scheduler field
` [PATCH 16/34] sched_ext: Move aborting flag "
` [PATCH 17/34] sched_ext: Move bypass_dsq into scx_sched_pcpu
` [PATCH 18/34] sched_ext: Move bypass state into scx_sched
` [PATCH 19/34] sched_ext: Prepare bypass mode for hierarchical operation
` [PATCH 20/34] sched_ext: Factor out scx_dispatch_sched()
` [PATCH 21/34] sched_ext: When calling ops.dispatch() @prev must be on the same scx_sched
` [PATCH 22/34] sched_ext: Separate bypass dispatch enabling from bypass depth tracking
` [PATCH 23/34] sched_ext: Implement hierarchical bypass mode
` [PATCH 24/34] sched_ext: Dispatch from all scx_sched instances
` [PATCH 25/34] sched_ext: Move scx_dsp_ctx and scx_dsp_max_batch into scx_sched
` [PATCH 26/34] sched_ext: Make watchdog sub-sched aware
` [PATCH 27/34] sched_ext: Convert scx_dump_state() spinlock to raw spinlock
` [PATCH 28/34] sched_ext: Support dumping multiple schedulers and add scheduler identification
` [PATCH 29/34] sched_ext: Implement cgroup sub-sched enabling and disabling
` [PATCH 30/34] sched_ext: Add scx_sched back pointer to scx_sched_pcpu
` [PATCH 31/34] sched_ext: Make scx_bpf_reenqueue_local() sub-sched aware
` [PATCH 32/34] sched_ext: Factor out scx_link_sched() and scx_unlink_sched()
` [PATCH 33/34] sched_ext: Add rhashtable lookup for sub-schedulers
` [PATCH 34/34] sched_ext: Add basic building blocks for nested sub-scheduler dispatching
[PATCHSET v2 sched_ext/for-7.1] sched_ext: Implement cgroup sub-scheduler support
2026-02-25 5:14 UTC (36+ messages)
` [PATCH 01/34] sched_ext: Implement cgroup subtree iteration for scx_task_iter
` [PATCH 02/34] sched_ext: Add @kargs to scx_fork()
` [PATCH 03/34] sched/core: Swap the order between sched_post_fork() and cgroup_post_fork()
` [PATCH 04/34] cgroup: Expose some cgroup helpers
` [PATCH 05/34] sched_ext: Update p->scx.disallow warning in scx_init_task()
` [PATCH 06/34] sched_ext: Reorganize enable/disable path for multi-scheduler support
` [PATCH 07/34] sched_ext: Introduce cgroup sub-sched support
` [PATCH 08/34] sched_ext: Introduce scx_task_sched[_rcu]()
` [PATCH 09/34] sched_ext: Introduce scx_prog_sched()
` [PATCH 10/34] sched_ext: Enforce scheduling authority in dispatch and select_cpu operations
` [PATCH 11/34] sched_ext: Enforce scheduler ownership when updating slice and dsq_vtime
` [PATCH 12/34] sched_ext: scx_dsq_move() should validate the task belongs to the right scheduler
` [PATCH 13/34] sched_ext: Refactor task init/exit helpers
` [PATCH 14/34] sched_ext: Make scx_prio_less() handle multiple schedulers
` [PATCH 15/34] sched_ext: Move default slice to per-scheduler field
` [PATCH 16/34] sched_ext: Move aborting flag "
` [PATCH 17/34] sched_ext: Move bypass_dsq into scx_sched_pcpu
` [PATCH 18/34] sched_ext: Move bypass state into scx_sched
` [PATCH 19/34] sched_ext: Prepare bypass mode for hierarchical operation
` [PATCH 20/34] sched_ext: Factor out scx_dispatch_sched()
` [PATCH 21/34] sched_ext: When calling ops.dispatch() @prev must be on the same scx_sched
` [PATCH 22/34] sched_ext: Separate bypass dispatch enabling from bypass depth tracking
` [PATCH 23/34] sched_ext: Implement hierarchical bypass mode
` [PATCH 24/34] sched_ext: Dispatch from all scx_sched instances
` [PATCH 25/34] sched_ext: Move scx_dsp_ctx and scx_dsp_max_batch into scx_sched
` [PATCH 26/34] sched_ext: Make watchdog sub-sched aware
` [PATCH 27/34] sched_ext: Convert scx_dump_state() spinlock to raw spinlock
` [PATCH 28/34] sched_ext: Support dumping multiple schedulers and add scheduler identification
` [PATCH 29/34] sched_ext: Implement cgroup sub-sched enabling and disabling
` [PATCH 30/34] sched_ext: Add scx_sched back pointer to scx_sched_pcpu
` [PATCH 31/34] sched_ext: Make scx_bpf_reenqueue_local() sub-sched aware
` [PATCH 32/34] sched_ext: Factor out scx_link_sched() and scx_unlink_sched()
` [PATCH 33/34] sched_ext: Add rhashtable lookup for sub-schedulers
` [PATCH 34/34] sched_ext: Add basic building blocks for nested sub-scheduler dispatching
[PATCH] cgroup: remove redundant NULL assignments in migration finish
2026-02-25 2:07 UTC (3+ messages)
[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 (10+ messages)
` [PATCH 1/4] ns: add bpf hooks
` [PATCH 2/4] cgroup: add bpf hook for attach
[PATCH RFC 00/15] mm, swap: swap table phase IV with dynamic ghost swapfile
2026-02-24 21:56 UTC (14+ 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
[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
[PATCH 0/4] Introduce QPW for per-cpu operations
2026-02-24 18:12 UTC (21+ messages)
[PATCH 1/2] mm: vmalloc: streamline vmalloc memory accounting
2026-02-24 18:03 UTC (6+ messages)
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-02-24 16:54 UTC (7+ messages)
[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 v4 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support
2026-02-24 11:03 UTC (10+ messages)
` [PATCH v4 2/3] kernfs: Send IN_DELETE_SELF and IN_IGNORED
[PATCH v6 0/8] cgroup/cpuset: Fix partition related locking issues
2026-02-24 7:51 UTC (4+ messages)
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox