public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-13 08:45:04 to 2024-10-08 14:23:20 UTC [more...]

[PATCH v2 0/4] sched: Fix irq accounting for CONFIG_IRQ_TIME_ACCOUNTING
 2024-10-08 14:23 UTC  (7+ 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 v2 0/6] Enhance union-find with KUnit tests and optimization improvements
 2024-10-08 14:02 UTC  (10+ 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

[PATHC v3 -next 0/3] Some optimizations about freezer
 2024-10-08 12:16 UTC  (12+ messages)
` [PATHC v3 -next 1/3] cgroup/freezer: Reduce redundant traversal for cgroup_freeze
` [PATHC v3 -next 2/3] cgroup/freezer: Add cgroup CGRP_FROZEN flag update helper
` [PATHC v3 -next 3/3] cgroup/freezer: Reduce redundant propagation for cgroup_propagate_frozen

[PATCH v6 0/3] add dedicated wq for cgroup bpf and adjust WQ_MAX_ACTIVE
 2024-10-08 11:24 UTC  (4+ 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

[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  (13+ 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 v5 3/3] workqueue: Adjust WQ_MAX_ACTIVE from 512 to 2048

[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 v4 0/2] Exposing nice CPU usage to userspace
 2024-10-02 18:47 UTC  (3+ 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] 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  (6+ 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
` [RFC PATCH v3 3/3] DO NOT MERGE: test for managed irqs adjustment

[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] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-09-30 22:58 UTC  (4+ messages)

[PATCH] Fix spelling errors in file kernel/cgroup/cpuset.c
 2024-09-30 19:01 UTC  (3+ 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  (10+ messages)
` [PATCH RFC 1/2] x86/entry_64: Add a separate unmitigated entry/exit path
` [PATCH RFC 2/2] cpu/bugs: cgroup: Add a cgroup knob to bypass CPU mitigations

[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 

[PATCH AUTOSEL 6.6 025/139] blk_iocost: fix more out of bound shifts
 2024-09-25 12:08 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 083/139] cgroup: Disallow mounting v1 hierarchies without controller implementation

[PATCH AUTOSEL 6.10 027/197] blk_iocost: fix more out of bound shifts
 2024-09-25 11:52 UTC  (2+ messages)
` [PATCH AUTOSEL 6.10 111/197] cgroup: Disallow mounting v1 hierarchies without controller implementation

[PATCH AUTOSEL 6.11 030/244] blk_iocost: fix more out of bound shifts
 2024-09-25 11:25 UTC  (2+ messages)
` [PATCH AUTOSEL 6.11 128/244] cgroup: Disallow mounting v1 hierarchies without controller implementation

[PATCH v1 00/17] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2024-09-23  4:44 UTC  (3+ messages)
` [PATCH v1 01/17] mm: factor out large folio handling from folio_order() into folio_large_order()

[RFC PATCH 0/4] memory tiering fairness by per-cgroup control of promotion and demotion
 2024-09-22  8:39 UTC  (6+ messages)
` [RFC PATCH 1/4] Add get_cgroup_local_usage for estimating the top-tier memory usage
` [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
` [RFC PATCH 4/4] reduce NUMA balancing scan size of cgroups over their local memory.low

[PATCH V2] mm/memcontrol: add per-memcg pgpgin/pswpin counter
 2024-09-21  7:51 UTC  (3+ messages)

[PATCH v4 0/3] Fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
 2024-09-21  2:06 UTC  (7+ messages)
` [PATCH v4 1/3] cgroup: fix "
` [PATCH v4 2/3] workqueue: doc: Add a note saturating the system_wq is not permitted
` [PATCH v4 3/3] workqueue: Adjust WQ_MAX_ACTIVE from 512 to 2048

[syzbot] Monthly cgroups report (Sep 2024)
 2024-09-20 22:45 UTC 

5.10.225 stable kernel cgroup_mutex not held assertion failure
 2024-09-20  9:33 UTC  (5+ messages)
` [PATCH v4.19] cgroup: Make operations on the cgroup root_list RCU safe
` [PATCH v4.19] cgroup: Move rcu_head up near the top of cgroup_root
` [PATCH v5.4] cgroup: Make operations on the cgroup root_list RCU safe
` [PATCH v5.4] cgroup: Move rcu_head up near the top of cgroup_root

[syzbot] [cgroups?] [mm?] INFO: rcu detected stall in shmem_fault (6)
 2024-09-19 14:28 UTC 

[GIT PULL] cgroup: Changes for v6.12
 2024-09-18  8:10 UTC  (2+ messages)

[PATCH 1/1] io_uring/sqpoll: do not allow pinning outside of cpuset
 2024-09-18  6:21 UTC  (4+ messages)

[PATCH 6.10 092/121] netfilter: nft_socket: make cgroupsv2 matching work with namespaces
 2024-09-16 19:05 UTC  (3+ messages)

[PATCH 6.6 73/91] netfilter: nft_socket: make cgroupsv2 matching work with namespaces
 2024-09-16 11:44 UTC 

[PATCH 6.1 52/63] netfilter: nft_socket: make cgroupsv2 matching work with namespaces
 2024-09-16 11:44 UTC 

[PATCH] Proposal of Integrating Namespaces and Cgroups for Enhanced Resource Management
 2024-09-16 11:09 UTC 

[PATCH] Proposal of Integrating Namespaces and Cgroups for Enhanced Resource Management
 2024-09-16 11:03 UTC 

[PATCH v2 -next 3/3] cgroup/freezer: Reduce redundant propagation for cgroup_propagate_frozen
 2024-09-14 18:18 UTC  (2+ messages)

[syzbot] [mm?] [cgroups?] possible deadlock in refill_stock
 2024-09-14  5:23 UTC 

[PATCH V11] cgroup/rstat: Avoid flushing if there is an ongoing root flush
 2024-09-13 21:54 UTC  (3+ messages)

[PATCH] mm/memcontrol: add per-memcg pgpgin/pswpin counter
 2024-09-13 16:58 UTC  (4+ messages)


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