messages from 2024-12-12 14:05:39 to 2025-01-06 08:45:54 UTC [more...]
[PATCH v3] memcg: fix soft lockup in the OOM process
2025-01-06 8:45 UTC (5+ messages)
[PATCH v2] cgroup/cpuset: remove kernfs active break
2025-01-06 8:19 UTC
[PATCH v6 0/8] driver core: class: Fix bug and code improvements for class APIs
2025-01-05 8:34 UTC (9+ messages)
` [PATCH v6 1/8] driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
` [PATCH v6 2/8] blk-cgroup: Fix class @block_class's subsystem refcount leakage
` [PATCH v6 3/8] driver core: Move true expression out of if condition in 3 device finding APIs
` [PATCH v6 4/8] driver core: Rename declaration parameter name for API device_find_child() cluster
` [PATCH v6 5/8] driver core: Correct parameter check for API device_for_each_child_reverse_from()
` [PATCH v6 6/8] driver core: Correct API device_for_each_child_reverse_from() prototype
` [PATCH v6 7/8] driver core: Introduce device_iter_t for device iterating APIs
` [PATCH v6 8/8] driver core: Move two simple APIs for finding child device to header
[RFC PATCH 0/9 v2] cgroup: separate per-subsystem rstat trees
2025-01-03 22:08 UTC (11+ messages)
` [RFC PATCH 1/9 v2] cgroup: change cgroup to css in rstat updated and flush api
` [RFC PATCH 2/9 v2] cgroup: change cgroup to css in rstat internal flush and lock funcs
` [RFC PATCH 3/9 v2] cgroup: change cgroup to css in rstat init and exit api
` [RFC PATCH 4/9 v2] cgroup: split rstat from cgroup into separate css
` [RFC PATCH 5/9 v2] cgroup: separate locking between base css and others
` [RFC PATCH 6/9 v2] cgroup: isolate base stat flush
` [RFC PATCH 7/9 v2] cgroup: remove unneeded rcu list
` [RFC PATCH 8/9 v2] cgroup: remove bpf rstat flush from css generic flush
` [RFC PATCH 9/9 v2] cgroup: avoid allocating rstat when flush func not present
[PATCH] cgroup/cpuset: fmeter_getrate() returns 0 when cpuset.memory_pressure disabled
2025-01-03 16:47 UTC (2+ messages)
[PATCH v8 resend 0/4] sched: Fix missing irq time when CONFIG_IRQ_TIME_ACCOUNTING is enabled
2025-01-03 13:32 UTC (7+ 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 v1] cgroup/cpuset: remove kernfs active break
2025-01-03 2:22 UTC (11+ messages)
[syzbot] [cgroups?] [mm?] general protection fault in __memcg_kmem_charge_page
2024-12-25 10:07 UTC
[PATCH v5 0/8] driver core: class: Fix bug and code improvements for class APIs
2024-12-24 16:28 UTC (11+ messages)
` [PATCH v5 1/8] driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
` [PATCH v5 2/8] blk-cgroup: Fix class @block_class's subsystem refcount leakage
` [PATCH v5 3/8] driver core: Move true expression out of if condition in 3 device finding APIs
` [PATCH v5 4/8] driver core: Rename declaration parameter name for API device_find_child() cluster
` [PATCH v5 5/8] driver core: Correct parameter check for API device_for_each_child_reverse_from()
` [PATCH v5 6/8] driver core: Correct API device_for_each_child_reverse_from() prototype
` [PATCH v5 7/8] driver core: Introduce device_iter_t for device iterating APIs
` [PATCH v5 8/8] driver core: Move two simple APIs for finding child device to header
[PATCH v4 0/8] driver core: class: Fix bug and code improvements for class APIs
2024-12-24 16:21 UTC (14+ 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 0/9 RFC] cgroup: separate rstat trees
2024-12-24 4:57 UTC (11+ 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 v2] memcg: fix soft lockup in the OOM process
2024-12-23 2:37 UTC (5+ 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 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 (8+ 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 (6+ 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 (3+ 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
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;
as well as URLs for NNTP newsgroup(s).