messages from 2024-12-04 13:53:21 to 2024-12-18 00:03:14 UTC [more...]
[PATCH v4 0/8] driver core: class: Fix bug and code improvements for class APIs
2024-12-18 0:01 UTC (9+ 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 v3] freezer, sched: report the frozen task stat as 'D'
2024-12-17 22:12 UTC (4+ messages)
[PATCH v2 0/7] kernel/cgroups: Add "dmem" memory accounting cgroup
2024-12-17 20:17 UTC (21+ messages)
` [PATCH v2 1/7] kernel/cgroup: "
` [PATCH v2.1 1/1] "
[next -v1 0/5] Some cleanup for memcg
2024-12-17 18:19 UTC (19+ 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 3/5] memcg: simplify the mem_cgroup_update_lru_size function
` [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 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
[PATCH v1] memcg: fix soft lockup in the OOM process
2024-12-17 12:54 UTC (2+ messages)
[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 (5+ 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 (13+ messages)
` [PATCH 2/2] vmalloc: Account memcg per vmalloc
[PATCH] vmalloc: Move memcg logic into memcg code
2024-12-11 23:26 UTC (6+ 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 (4+ 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 (8+ messages)
` [PATCH v6 1/4] sched: Define sched_clock_irqtime as static key
` [PATCH v6 2/4] sched: Don't account irq time if sched_clock_irqtime is disabled
` [PATCH v6 3/4] sched, psi: "
` [PATCH v6 4/4] sched: Fix cgroup irq time for CONFIG_IRQ_TIME_ACCOUNTING
[PATCH v2] cgroup/cpuset: Remove stale text
2024-12-11 6:39 UTC (3+ messages)
[PATCH v2 0/2] Fix DEADLINE bandwidth accounting in root domain changes and hotplug
2024-12-09 14:20 UTC (4+ messages)
` [PATCH v2 2/2] sched/deadline: Correctly account for allocated bandwidth during hotplug
[syzbot] [cgroups?] [mm?] BUG: unable to handle kernel paging request in memcg_rstat_updated
2024-12-09 11:20 UTC
[PATCH v1 00/17] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
2024-12-06 10:29 UTC (4+ messages)
` [PATCH v1 02/17] mm: factor out large folio handling from folio_nr_pages() into folio_large_nr_pages()
[RFC PATCH v4 0/4] genirq/cpuhotplug: Adjust managed interrupts according to change of housekeeping cpumask
2024-12-04 14:12 UTC (4+ messages)
` [RFC PATCH v4 2/4] genirq/cpuhotplug: Dynamically isolate CPUs from managed interrupts
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).