public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-26 18:10:24 to 2024-10-17 17:22:41 UTC [more...]

[PATCH 0/1] memcg/hugetlb: Adding hugeTLB counters to memory controller
 2024-10-17 17:22 UTC  (3+ messages)
` [PATCH 1/1] "

[RFC PATCH v1 03/57] mm/memcontrol: Fix seq_buf size to save memory when PAGE_SIZE is large
 2024-10-17 16:09 UTC  (9+ messages)
  ` [RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
  ` [RFC PATCH v1 12/57] cgroup: "

[PATCH] cgroup/bpf: fix NULL pointer dereference at cgroup_bpf_offline
 2024-10-17 12:17 UTC  (4+ messages)

[PATCH v2 0/6] Enhance union-find with KUnit tests and optimization improvements
 2024-10-17  8:08 UTC  (20+ messages)
` [PATCH v2 1/6] lib/union_find: Add EXPORT_SYMBOL() for uf_find() and uf_union()
` [PATCH v2 2/6] lib/union_find: Change uf_union() return type to bool
` [PATCH v2 3/6] lib: Add KUnit tests for union-find implementation
` [PATCH v2 4/6] lib/union_find: Optimize uf_find() with enhanced path compression
` [PATCH v2 5/6] cgroup/cpuset: Optimize domain counting using updated uf_union()
` [PATCH v2 6/6] MAINTAINERS: Add Kuan-Wei as co-maintainer for union-find
  ` Using union-find in BPF verifier (was: Enhance union-find with KUnit tests and optimization improvements)

general protection fault in bio_associate_blkg_from_css
 2024-10-17  3:44 UTC  (4+ messages)

[PATCH v2] memcg: add tracing for memcg stat updates
 2024-10-16 17:17 UTC  (3+ messages)

[PATCH V2] Revert "blk-throttle: Fix IO hang for a corner case"
 2024-10-16 16:53 UTC  (2+ messages)

[tj-cgroup:for-6.13] BUILD SUCCESS 11312c86f9d7d1bffe0587185934a7070ce9ec33
 2024-10-16  7:52 UTC 

[tj-cgroup:for-6.12-fixes] BUILD SUCCESS 3cc4e13bb1617f6a13e5e6882465984148743cf4
 2024-10-16  4:29 UTC 

[tj-cgroup:for-next] BUILD SUCCESS a6b3efd2cf3c743b528fed0ecc78712ee1aceb83
 2024-10-16  3:59 UTC 

[RFC PATCH 0/4] memory tiering fairness by per-cgroup control of promotion and demotion
 2024-10-15 22:05 UTC  (6+ messages)
` [RFC PATCH 2/4] calculate memory.low for the local node and track its usage
` [RFC PATCH 3/4] use memory.low local node protection for local node reclaim

[PATCH] memcg: add tracing for memcg stat updates
 2024-10-15 18:47 UTC  (13+ messages)

[PATCH] Revert "blk-throttle: Fix IO hang for a corner case"
 2024-10-15 14:55 UTC  (5+ messages)

[PATCH -next] selftests/cgroup: Fix compile error in test_cpu.c
 2024-10-15  1:06 UTC  (2+ messages)

[PATCH] cgroup: Fix potential overflow issue when checking max_depth
 2024-10-14 23:40 UTC  (4+ messages)

[PATCH] lib/Makefile: Make union-find compilation conditional on CONFIG_CPUSETS
 2024-10-14  5:55 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH v3 bpf-next 0/4] sched: Fix irq accounting for CONFIG_IRQ_TIME_ACCOUNTING
 2024-10-14  3:10 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/4] sched: Define sched_clock_irqtime as static key
` [PATCH v3 bpf-next 2/4] sched: Don't account irq time if sched_clock_irqtime is disabled
` [PATCH v3 bpf-next 3/4] sched, psi: "
` [PATCH v3 bpf-next 4/4] sched: Fix cgroup irq accounting for CONFIG_IRQ_TIME_ACCOUNTING

[PATCH V2] mm/memcontrol: add per-memcg pgpgin/pswpin counter
 2024-10-11 20:01 UTC  (2+ messages)

[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-10-11  8:56 UTC  (4+ messages)

[tj-cgroup:for-6.13] BUILD SUCCESS 2e82c0d4562a4b8292af83577b70af888a93d16d
 2024-10-09 14:12 UTC 

[tj-cgroup:for-6.12-fixes] BUILD SUCCESS 117932eea99b729ee5d12783601a4f7f5fd58a23
 2024-10-09 14:11 UTC 

[tj-cgroup:for-next] BUILD SUCCESS e53dd32b55e43b963461688c8c87af3251412f18
 2024-10-09 13:53 UTC 

[PATCH v2 0/4] sched: Fix irq accounting for CONFIG_IRQ_TIME_ACCOUNTING
 2024-10-09 11:40 UTC  (8+ messages)
` [PATCH v2 1/4] sched: Define sched_clock_irqtime as static key
` [PATCH v2 2/4] sched: Don't account irq time if sched_clock_irqtime is disabled
` [PATCH v2 3/4] sched, psi: "
` [PATCH v2 4/4] sched: Fix cgroup irq accounting for CONFIG_IRQ_TIME_ACCOUNTING

[PATCH v4 0/2] Exposing nice CPU usage to userspace
 2024-10-08 18:51 UTC  (4+ messages)
` [PATCH v4 1/2] cgroup/rstat: Tracking cgroup-level niced CPU time
` [PATCH v4 2/2] cgroup/rstat: Selftests for niced CPU statistics

[PATCH v6 0/3] add dedicated wq for cgroup bpf and adjust WQ_MAX_ACTIVE
 2024-10-08 18:48 UTC  (6+ messages)
` [PATCH v6 1/3] cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction
` [PATCH v6 2/3] workqueue: doc: Add a note saturating the system_wq is not permitted
` [PATCH v6 3/3] workqueue: Adjust WQ_MAX_ACTIVE from 512 to 2048

[PATHC v3 -next 0/3] Some optimizations about freezer
 2024-10-08 12:16 UTC  (5+ messages)
` [PATHC v3 -next 3/3] cgroup/freezer: Reduce redundant propagation for cgroup_propagate_frozen

[PATCH v2 0/5] blk-cgroup: don't abuse bdi in blk-cgroup
 2024-10-08  6:29 UTC  (11+ messages)
` [PATCH v2 1/5] blk-cgroup: add a new helper blkg_print_dev_name()
` [PATCH 2/5] blk-iocost: use "
` [PATCH 3/5] blk-throttle: "
` [PATCH 4/5] blk-iolatency: "
` [PATCH 5/5] blk-cgroup: "

[PATCH v5 0/3] add dedicated wq for cgroup bpf and adjust WQ_MAX_ACTIVE
 2024-10-08  1:32 UTC  (12+ messages)
` [PATCH v5 1/3] cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction
` [PATCH v5 2/3] workqueue: doc: Add a note saturating the system_wq is not permitted

[PATCH 0/5] Enhance Union-Find with KUnit tests and optimization improvements
 2024-10-07 13:18 UTC  (8+ messages)
` [PATCH 1/5] lib/union_find: Add EXPORT_SYMBOL() for uf_find() and uf_union()
` [PATCH 2/5] lib/union_find: Change uf_union() return type to bool
` [PATCH 3/5] lib: Add KUnit tests for Union-Find implementation
  `  "
` [PATCH 4/5] lib/union_find: Optimize uf_find() with enhanced path compression
  `  "
` [PATCH 5/5] cgroup/cpuset: Optimize total domain count using updated uf_union()

[PATCH v2] blk_iocost: remove some duplicate irq disable/enables
 2024-10-04 10:53 UTC  (15+ messages)

[PATCH] btrfs: root memcgroup for metadata filemap_add_folio()
 2024-10-03 20:58 UTC  (14+ messages)

[syzbot] [cgroups?] possible deadlock in console_lock_spinning_enable (5)
 2024-10-03 20:37 UTC 

[PATCH] blk_iocost: remove some dupicate irq disable/enables
 2024-10-02 10:45 UTC  (3+ messages)

[RFC PATCH v3 0/3] genirq/cpuhotplug: Adjust managed interrupts according to change of housekeeping cpumask
 2024-10-02 10:09 UTC  (5+ messages)
` [RFC PATCH v3 1/3] sched/isolation: Add infrastructure for dynamic CPU isolation
` [RFC PATCH v3 2/3] genirq/cpuhotplug: Adjust managed irqs according to change of housekeeping CPU

[PATCH v3 0/2] Exposing nice CPU usage to userspace
 2024-10-01 17:50 UTC  (10+ messages)
` [PATCH v3 1/2] cgroup/rstat: Tracking cgroup-level niced CPU time
` [PATCH v3 2/2] cgroup/rstat: Selftests for niced CPU statistics

[PATCH 6.1 0/2] io_uring/io-wq: respect cgroup cpusets
 2024-10-01 13:35 UTC  (5+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 95a616d89ccd2d2af0bd26c13c50143b301d82e8
 2024-10-01 10:50 UTC 

[PATCH] Fix spelling errors in file kernel/cgroup/cpuset.c
 2024-09-30 19:01 UTC  (2+ messages)

[PATCH v3 0/1] Fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
 2024-09-29  1:30 UTC  (8+ messages)
` [PATCH v3 1/1] cgroup: fix "

[PATCH RFC 0/2] Selective mitigation for trusted userspace
 2024-09-27 22:01 UTC  (3+ messages)

[PATCH] zswap: improve memory.zswap.writeback inheritance
 2024-09-27 16:40 UTC  (7+ messages)

[PATCH 6.1 59/73] netfilter: nft_socket: make cgroupsv2 matching work with namespaces
 2024-09-27 12:24 UTC 

[PATCH 6.10 51/58] netfilter: nft_socket: make cgroupsv2 matching work with namespaces
 2024-09-27 12:23 UTC 

[PATCH 6.6 43/54] netfilter: nft_socket: make cgroupsv2 matching work with namespaces
 2024-09-27 12:23 UTC 


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