public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-16 09:50:16 to 2026-01-27 12:45:09 UTC [more...]

[PATCH 00/33 v7] cpuset/isolation: Honour kthreads preferred affinity
 2026-01-27 12:45 UTC  (37+ messages)
` [PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 02/33] cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/33] mm: vmstat: "
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 06/33] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
` [PATCH 07/33] driver core: cpu: Convert /sys/devices/system/cpu/isolated "
` [PATCH 08/33] net: Keep ignoring isolated cpuset change
` [PATCH 09/33] block: Protect against concurrent "
` [PATCH 10/33] timers/migration: Prevent from lockdep false positive warning
` [PATCH 11/33] cpu: Provide lockdep check for CPU hotplug lock write-held
` [PATCH 12/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 13/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 15/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 16/33] sched/isolation: Flush vmstat "
` [PATCH 17/33] PCI: Flush PCI probe workqueue "
` [PATCH 18/33] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 19/33] cpuset: Propagate cpuset isolation update to timers "
` [PATCH 20/33] timers/migration: Remove superfluous cpuset isolation test
` [PATCH 21/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 22/33] sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
` [PATCH 23/33] PCI: Remove superfluous HK_TYPE_WQ check
` [PATCH 24/33] kthread: Refine naming of affinity related fields
` [PATCH 25/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 26/33] kthread: Include kthreadd to "
` [PATCH 27/33] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
` [PATCH 28/33] sched: Switch the fallback task allowed cpumask to HK_TYPE_DOMAIN
` [PATCH 29/33] sched/arm64: Move fallback task "
` [PATCH 30/33] kthread: Honour kthreads preferred affinity after cpuset changes
` [PATCH 31/33] kthread: Comment on the purpose and placement of kthread_affine_node() call
` [PATCH 32/33] kthread: Document kthread_affine_preferred()
` [PATCH 33/33] doc: Add housekeeping documentation

[RFC PATCH bpf-next v5 00/12] mm: memcontrol: Add BPF hooks for memory controller
 2026-01-27 10:08 UTC  (18+ messages)
` [RFC PATCH bpf-next v5 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v5 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v5 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v5 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v5 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v5 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v5 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v5 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v5 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v5 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v5 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v5 12/12] samples/bpf: Add memcg priority control example

[RFC PATCH bpf-next v4 00/12] mm: memcontrol: Add BPF hooks for memory controller
 2026-01-26  9:30 UTC  (15+ messages)
` [RFC PATCH bpf-next v4 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v4 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v4 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v4 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v4 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v4 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v4 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v4 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v4 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v4 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v4 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v4 12/12] samples/bpf: Add memcg priority control example

[RFC PATCH bpf-next v3 00/12] mm: memcontrol: Add BPF hooks for memory controller
 2026-01-26  1:40 UTC  (22+ messages)
` [RFC PATCH bpf-next v3 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v3 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v3 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v3 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v3 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v3 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v3 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v3 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v3 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v3 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v3 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v3 12/12] samples/bpf: Add memcg priority control example

[PATCH v2] mm: optimize stat output for 11% sys time reduce
 2026-01-23 15:06 UTC  (10+ messages)
` [PATCH v3] "
    ` [PATCH v4 0/1] mm: memcg: optimize stat output to reduce printf overhead
      ` [PATCH v4 1/1] mm: optimize stat output for 11% sys time reduce

[PATCH -next] sched/isolation: Use static_branch_enable_cpuslocked() on housekeeping_update
 2026-01-23  2:37 UTC  (6+ messages)

[PATCH 23/33] PCI: Remove superfluous HK_TYPE_WQ check
 2026-01-22 16:15 UTC  (2+ messages)

[PATCH 17/33] PCI: Flush PCI probe workqueue on cpuset isolated partition change
 2026-01-22 16:14 UTC  (2+ messages)

[PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
 2026-01-22 16:14 UTC  (2+ messages)

[tj-cgroup:for-6.20] BUILD SUCCESS 0ff6402de70b3233b4df09df9e5072088a993148
 2026-01-22 15:00 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 5a821777cae1bc3273b366a8e4cfa6ef8058b433
 2026-01-22 14:59 UTC 

[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
 2026-01-22 14:25 UTC  (10+ messages)
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 29/33] sched/arm64: Move fallback task cpumask to HK_TYPE_DOMAIN

[PATCH v2] cgroup: avoid css_set_lock in cgroup_css_set_fork()
 2026-01-22 11:29 UTC 

[PATCH] cgroup: avoid css_set_lock in cgroup_css_set_fork()
 2026-01-22 10:29 UTC  (3+ messages)

[PATCH v3 00/30] Eliminate Dying Memory Cgroup
 2026-01-22  9:13 UTC  (62+ messages)
` [PATCH v3 05/30] mm: vmscan: refactor move_folios_to_lru()
` [PATCH v3 07/30] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH v3 08/30] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH v3 14/30] mm: mglru: prevent memory cgroup release in mglru
` [PATCH v3 18/30] mm: zswap: prevent memory cgroup release in zswap_compress()
` [PATCH v3 19/30] mm: workingset: prevent lruvec release in workingset_refault()
` [PATCH v3 23/30] mm: do not open-code lruvec lock
` [PATCH v3 24/30] mm: memcontrol: prepare for reparenting LRU pages for "
` [PATCH v3 25/30] mm: vmscan: prepare for reparenting traditional LRU folios
` [PATCH v3 26/30] mm: vmscan: prepare for reparenting MGLRU folios
  ` [PATCH v3 26/30 fix] mm: mglru: do not call update_lru_size() during reparenting
` [PATCH v3 27/30] mm: memcontrol: refactor memcg_reparent_objcgs()
` [PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local
  ` [PATCH v3 28/30 fix 1/2] mm: memcontrol: fix lruvec_stats->state_local reparenting

[RFC PATCH -next 0/7] Introduce heat-level memcg reclaim
 2026-01-22  2:32 UTC  (12+ messages)
` [RFC PATCH -next 1/7] vmscan: add memcg heat level for reclaim
` [RFC PATCH -next 2/7] mm/mglru: make calls to flush_reclaim_state() similar for MGLRU and non-MGLRU
` [RFC PATCH -next 3/7] mm/mglru: rename should_abort_scan to lru_gen_should_abort_scan
` [RFC PATCH -next 4/7] mm/mglru: extend lru_gen_shrink_lruvec to support root reclaim
` [RFC PATCH -next 5/7] mm/mglru: combine shrink_many into shrink_node_memcgs
` [RFC PATCH -next 6/7] mm/mglru: remove memcg disable handling from lru_gen_shrink_node
` [RFC PATCH -next 7/7] mm/mglru: remove memcg lru

[RFC PATCH 0/3] mm/lru_gen: add memory.lru_gen interface for cgroup v2
 2026-01-22  1:30 UTC  (6+ messages)
` [RFC PATCH 1/3] mm/lru_gen: refactor to extract helper functions
` [RFC PATCH 2/3] mm/lru_gen: add memory.lru_gen interface for cgroup v2
` [RFC PATCH 3/3] docs/cgroup: document memory.lru_gen interface

[PATCH cgroup/for-6.20] cgroup: Remove stale cpu.rt.max reference from documentation
 2026-01-22  0:31 UTC 

[syzbot] [cgroups?] [mm?] WARNING in memcg1_swapout
 2026-01-21 17:01 UTC  (9+ messages)

[PATCH] docs: Fix blk-iolatency peer throttling description
 2026-01-20 13:37 UTC  (2+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-01-20  2:15 UTC  (5+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios

[GIT PULL] Another cgroup fix for v6.19-rc5
 2026-01-19 13:53 UTC  (2+ messages)

[tj-cgroup:for-6.19-fixes] BUILD SUCCESS 84697bf5532923f70ac99ea9784fab325c560df0
 2026-01-16 20:22 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 02cf958f1e0a85c09abb80380cfe25a7549e0f75
 2026-01-16 20:19 UTC 


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