cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-11 14:16:38 to 2024-12-24 03:02:52 UTC [more...]

[PATCH v3] memcg: fix soft lockup in the OOM process
 2024-12-24  2:52 UTC 

[PATCH 0/9 RFC] cgroup: separate rstat trees
 2024-12-24  1:14 UTC  (10+ messages)
` [PATCH 1/9 RFC] change cgroup to css in rstat updated and flush api
` [PATCH 2/9 RFC] cgroup: change cgroup to css in rstat internal flush and lock funcs
` [PATCH 3/9 RFC] cgroup: change cgroup to css in rstat init and exit api
` [PATCH 4/9 RFC] cgroup: split rstat from cgroup into separate css
` [PATCH 5/9 RFC] cgroup: separate locking between base css and others
` [PATCH 6/9 RFC] cgroup: isolate base stat flush
` [PATCH 7/9 RFC] cgroup: remove unneeded rcu list
` [PATCH 8/9 RFC] cgroup: remove bpf rstat flush from css generic flush
` [PATCH 9/9 RFC] cgroup: avoid allocating rstat when flush func not present

[PATCH v4 0/8] driver core: class: Fix bug and code improvements for class APIs
 2024-12-23 20:11 UTC  (12+ messages)
` [PATCH v4 1/8] driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
` [PATCH v4 2/8] blk-cgroup: Fix class @block_class's subsystem refcount leakage
` [PATCH v4 3/8] driver core: Move true expression out of if condition in 3 device finding APIs
` [PATCH v4 4/8] driver core: Rename declaration parameter name for API device_find_child() cluster
` [PATCH v4 5/8] driver core: Correct parameter check for API device_for_each_child_reverse_from()
` [PATCH v4 6/8] driver core: Correct API device_for_each_child_reverse_from() prototype
` [PATCH v4 7/8] driver core: Introduce device_iter_t for device iterating APIs
` [PATCH v4 8/8] driver core: Move 2 one line device finding APIs to header

[PATCH v2] memcg: fix soft lockup in the OOM process
 2024-12-23  2:37 UTC  (5+ messages)

[PATCH v1] cgroup/cpuset: remove kernfs active break
 2024-12-23  2:12 UTC  (7+ messages)

[PATCH v8 0/4] sched: Fix missing irq time when CONFIG_IRQ_TIME_ACCOUNTING is enabled
 2024-12-22  2:47 UTC  (5+ messages)
` [PATCH v8 1/4] sched: Define sched_clock_irqtime as static key
` [PATCH v8 2/4] sched: Don't account irq time if sched_clock_irqtime is disabled
` [PATCH v8 3/4] sched, psi: "
` [PATCH v8 4/4] sched: Fix cgroup irq time for CONFIG_IRQ_TIME_ACCOUNTING

[PATCH v2 0/7] kernel/cgroups: Add "dmem" memory accounting cgroup
 2024-12-20 14:22 UTC  (22+ messages)
` [PATCH v2 4/7] drm/xe: Implement cgroup for vram
` [PATCH v2 5/7] drm/amdgpu: Add cgroups implementation

[PATCH v1] memcg: fix soft lockup in the OOM process
 2024-12-20 10:44 UTC  (9+ messages)

[next -v1 0/5] Some cleanup for memcg
 2024-12-20  9:51 UTC  (14+ messages)
` [next -v1 1/5] memcg: use OFP_PEAK_UNSET instead of -1
` [next -v1 2/5] memcg: call the free function when allocation of pn fails
` [next -v1 4/5] memcg: factor out the __refill_obj_stock function
` [next -v1 5/5] memcg: factor out stat(event)/stat_local(event_local) reading functions

[PATCH] cgroup/cpuset: fmeter_getrate() returns 0 when cpuset.memory_pressure disabled
 2024-12-19  9:06 UTC 

[PATCH v3] freezer, sched: report the frozen task stat as 'D'
 2024-12-17 22:12 UTC  (4+ messages)

[PATCH v3 0/9] driver core: class: Fix bug and code improvements for class APIs
 2024-12-17 14:18 UTC  (25+ messages)
` [PATCH v3 1/9] driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
` [PATCH v3 2/9] blk-cgroup: Fix class @block_class's subsystem refcount leakage
` [PATCH v3 3/9] driver core: bus: Move true expression out of if condition in API bus_find_device()
` [PATCH v3 4/9] driver core: Move true expression out of if condition in API driver_find_device()
` [PATCH v3 5/9] driver core: Move true expression out of if condition in API device_find_child()
` [PATCH v3 6/9] driver core: Rename declaration parameter name for API device_find_child() cluster
` [PATCH v3 7/9] driver core: Correct parameter check for API device_for_each_child_reverse_from()
` [PATCH v3 8/9] driver core: Correct API device_for_each_child_reverse_from() prototype
` [PATCH v3 9/9] driver core: Introduce device_iter_t for device iterating APIs

[RFC PATCH 0/9] Add kernel cmdline option for rt_group_sched
 2024-12-16 20:13 UTC  (10+ messages)
` [RFC PATCH 1/9] sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditions
` [RFC PATCH 2/9] sched: Remove unneeed macro wrap
` [RFC PATCH 3/9] sched: Always initialize rt_rq's task_group
` [RFC PATCH 4/9] sched: Add commadline option for RT_GROUP_SCHED toggling
` [RFC PATCH 5/9] sched: Skip non-root task_groups with disabled RT_GROUP_SCHED
` [RFC PATCH 6/9] sched: Bypass bandwitdh checks with runtime "
` [RFC PATCH 7/9] sched: Do not construct nor expose RT_GROUP_SCHED structures if disabled
` [RFC PATCH 8/9] sched: Add RT_GROUP WARN checks for non-root task_groups
` [RFC PATCH 9/9] sched: Add annotations to RT_GROUP_SCHED fields

[PATCH v2] memcg: allow exiting tasks to write back data to swap
 2024-12-16 15:39 UTC  (16+ messages)

[PATCH v2] freezer, sched: report the frozen task stat as 'D'
 2024-12-16 10:45 UTC  (3+ messages)

[v3 PATCH 0/3] memcg/hugetlb: Rework memcg hugetlb charging
 2024-12-16  3:03 UTC  (10+ messages)
` [v3 PATCH 1/3] memcg/hugetlb: Introduce memcg_accounts_hugetlb
` [v3 PATCH 2/3] memcg/hugetlb: Introduce mem_cgroup_charge_hugetlb
` [PATCH 3/3] memcg/hugetlb: Remove memcg hugetlb try-commit-cancel protocol

[PATCH v7 0/4] sched: Fix missing irq time when CONFIG_IRQ_TIME_ACCOUNTING is enabled
 2024-12-15 13:50 UTC  (8+ messages)
` [PATCH v7 1/4] sched: Define sched_clock_irqtime as static key
` [PATCH v7 2/4] sched: Don't account irq time if sched_clock_irqtime is disabled
` [PATCH v7 3/4] sched, psi: "
` [PATCH v7 4/4] sched: Fix cgroup irq time for CONFIG_IRQ_TIME_ACCOUNTING

[PATCH] freezer, sched: report the frozen task stat as 'D'
 2024-12-13  1:18 UTC  (8+ messages)

[PATCH] memcg: allow exiting tasks to write back data to swap
 2024-12-12 23:39 UTC  (12+ messages)

[tj-cgroup:for-6.13-fixes-test] BUILD SUCCESS e0dac4f3fa343682fc7cc7c420eed1dd5d0f551d
 2024-12-12 21:35 UTC 

[PATCH] mm: allow exiting processes to exceed the memory.max limit
 2024-12-12 20:45 UTC  (4+ messages)

[PATCH] blk-iocost: Avoid using clamp() on inuse in __propagate_weights()
 2024-12-12 18:48 UTC  (5+ messages)

[tj-cgroup:for-6.13-fixes] BUILD SUCCESS 9b496a8bbed9cc292b0dfd796f38ec58b6d0375f
 2024-12-12 16:06 UTC 

[PATCH v3] vmalloc: Fix accounting with i915
 2024-12-12 12:26 UTC  (5+ messages)

[PATCH 1/2] vmalloc: Fix accounting of VmallocUsed with i915
 2024-12-11 23:36 UTC  (12+ messages)
` [PATCH 2/2] vmalloc: Account memcg per vmalloc

[PATCH] vmalloc: Move memcg logic into memcg code
 2024-12-11 23:26 UTC  (3+ messages)

[syzbot] [cgroups?] general protection fault in __cgroup_rstat_lock
 2024-12-11 20:48 UTC  (4+ messages)

[PATCH v4 0/9] mm: workingset reporting
 2024-12-11 19:53 UTC  (2+ messages)

[PATCH] cgroup/cpuset: Prevent leakage of isolated CPUs into sched domains
 2024-12-11 15:46 UTC  (2+ messages)

[PATCH v3] kernfs: Use RCU for kernfs_node::name and ::parent lookup
 2024-12-11 15:36 UTC  (4+ messages)

[PATCH v6 0/4] sched: Fix missing irq time when CONFIG_IRQ_TIME_ACCOUNTING is enabled
 2024-12-11 14:16 UTC  (5+ messages)
` [PATCH v6 3/4] sched, psi: Don't account irq time if sched_clock_irqtime is disabled


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).