messages from 2023-01-24 05:42:31 to 2023-02-01 04:14:27 UTC [more...]
[PATCH 0/2] Fix broken cpuset affinity handling on heterogeneous systems
2023-02-01 4:14 UTC (5+ messages)
` [PATCH 1/2] cpuset: Fix cpuset_cpus_allowed() to not filter offline CPUs
` [PATCH 2/2] cpuset: Call set_cpus_allowed_ptr() with appropriate mask for task
[PATCH v2 0/4] Track exported dma-buffers with memcg
2023-02-01 1:49 UTC (16+ messages)
` [PATCH v2 1/4] memcg: Track exported dma-buffers
` [PATCH v2 3/4] binder: Add flags to relinquish ownership of fds
[GIT PULL] cgroup fixes for v6.2-rc6
2023-02-01 0:06 UTC (2+ messages)
[PATCH] cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()
2023-01-31 22:21 UTC (2+ messages)
[PATCH] fscrypt: Copy the memcg information to the ciphertext page
2023-01-31 21:27 UTC (2+ messages)
[RFC PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
2023-01-31 19:49 UTC (54+ messages)
` [RFC PATCH 01/19] mm: Introduce vm_account
` [RFC PATCH 07/19] vfio/type1: Charge pinned pages to pinned_vm instead of locked_vm
` [RFC PATCH 08/19] vfio/spapr_tce: Convert accounting to pinned_vm
` [RFC PATCH 09/19] io_uring: convert to use vm_account
` [RFC PATCH 02/19] drivers/vhost: Convert "
` [RFC PATCH 03/19] drivers/vdpa: Convert vdpa to use the new vm_structure
` [RFC PATCH 04/19] infiniband/umem: Convert to use vm_account
` [RFC PATCH 05/19] RMDA/siw: "
` "
` [RFC PATCH 06/19] RDMA/usnic: convert "
` [RFC PATCH 10/19] net: skb: Switch to using vm_account
` [RFC PATCH 11/19] xdp: convert to use vm_account
` [RFC PATCH 13/19] fpga: dfl: afu: "
` [RFC PATCH 14/19] mm: Introduce a cgroup for pinned memory
` [RFC PATCH 15/19] mm/util: Extend vm_account to charge pages against the pin cgroup
` [RFC PATCH 16/19] mm/util: Refactor account_locked_vm
` [RFC PATCH 17/19] mm: Convert mmap and mlock to use account_locked_vm
` [RFC PATCH 18/19] mm/mmap: Charge locked memory to pins cgroup
` [RFC PATCH 19/19] selftests/vm: Add pins-cgroup selftest for mlock/mmap
` [RFC PATCH 12/19] kvm/book3s_64_vio: Convert account_locked_vm() to vm_account_pinned()
[PATCH v2] sched: cpuset: Don't rebuild sched domains on suspend-resume
2023-01-31 19:33 UTC (11+ messages)
[PATCH 0/9] Documentation: correct lots of spelling errors (series 2)
2023-01-31 12:17 UTC (5+ messages)
` [PATCH 1/9] Documentation: admin-guide: correct spelling
[PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
2023-01-31 11:35 UTC (37+ messages)
` [PATCH v2 1/5] mm/memcontrol: Align percpu memcg_stock to cache
` [PATCH v2 2/5] mm/memcontrol: Change stock_lock type from local_lock_t to spinlock_t
` [PATCH v2 3/5] mm/memcontrol: Reorder memcg_stock_pcp members to avoid holes
` [PATCH v2 5/5] mm/memcontrol: Remove flags from memcg_stock_pcp
` [PATCH v2 4/5] mm/memcontrol: Perform all stock drain in current CPU
cpuset.cpus.partition : Segmentation fault (core dumped)
2023-01-30 19:34 UTC
switch blk-cgroup to work on gendisk v2
2023-01-30 18:01 UTC (26+ messages)
` [PATCH 02/15] block: don't call blk_throtl_stat_add for non-READ/WRITE commands
` [PATCH 06/15] blk-wbt: pass a gendisk to wbt_{enable,disable}_default
` [PATCH 07/15] blk-wbt: pass a gendisk to wbt_init
` [PATCH 08/15] blk-wbt: open code wbt_queue_depth_changed in wbt_update_limits
` [PATCH 09/15] blk-rq-qos: make rq_qos_add and rq_qos_del more useful
` [PATCH 01/15] blk-cgroup: don't defer blkg_free to a workqueue
` [PATCH 03/15] blk-cgroup: delay blk-cgroup initialization until add_disk
` [PATCH 04/15] blk-cgroup: pin the gendisk in struct blkcg_gq
` [PATCH 05/15] blk-cgroup: store a gendisk to throttle in struct task_struct
` [PATCH 10/15] blk-rq-qos: constify rq_qos_ops
` [PATCH 12/15] blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
` [PATCH 15/15] blk-cgroup: move the cgroup information to struct gendisk
` [PATCH 11/15] blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
` [PATCH 13/15] blk-cgroup: pass a gendisk to pd_alloc_fn
` [PATCH 14/15] blk-cgroup: pass a gendisk to blkg_lookup
[PATCH] cgroup: /proc/cgroups output alignment
2023-01-30 8:58 UTC
[PATCH v2 block-6.2] block, bfq: fix uaf for bfqq in bic_set_bfqq()
2023-01-30 3:04 UTC (2+ messages)
[PATCH] block, bfq: fix uaf for bfqq in bic_set_bfqq()
2023-01-30 1:06 UTC (6+ messages)
[PATCH -next v3 0/3] blk-cgroup: make sure pd_free_fn() is called in order
2023-01-29 22:20 UTC (5+ messages)
[PATCH v6] blk-throtl: Introduce sync and async queues for blk-throtl
2023-01-28 15:11 UTC (2+ messages)
[RFC v3 00/12] DRM scheduling cgroup controller
2023-01-28 1:11 UTC (16+ messages)
` [RFC 10/12] cgroup/drm: Introduce weight based drm cgroup control
switch blk-cgroup to work on gendisk
2023-01-27 7:43 UTC (33+ messages)
` [PATCH 01/15] blk-cgroup: don't defer blkg_free to a workqueue
` [PATCH 02/15] block: don't call blk_throtl_stat_add for non-READ/WRITE commands
` [PATCH 03/15] blk-cgroup: delay blk-cgroup initialization until add_disk
` [PATCH 04/15] blk-cgroup: pin the gendisk in struct blkcg_gq
` [PATCH 05/15] blk-cgroup: store a gendisk to throttle in struct task_struct
` [PATCH 06/15] blk-wbt: pass a gendisk to wbt_{enable,disable}_default
` [PATCH 07/15] blk-wbt: pass a gendisk to wbt_init
` [PATCH 08/15] blk-wbt: open code wbt_queue_depth_changed in wbt_update_limits
` [PATCH 09/15] blk-rq-qos: make rq_qos_add and rq_qos_del more useful
` [PATCH 10/15] blk-rq-qos: constify rq_qos_ops
` [PATCH 11/15] blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
` [PATCH 12/15] blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
` [PATCH 13/15] blk-cgroup: pass a gendisk to pd_alloc_fn
` [PATCH 14/15] blk-cgroup: pass a gendisk to blkg_lookup
` [PATCH 15/15] blk-cgroup: move the cgroup information to struct gendisk
[PATCH v1 0/3] Avoid scheduling cache draining to isolated cpus
2023-01-25 7:44 UTC (11+ messages)
[PATCH AUTOSEL 5.4 4/6] blk-cgroup: fix missing pd_online_fn() while activating policy
2023-01-24 13:43 UTC
[PATCH AUTOSEL 5.10 6/8] blk-cgroup: fix missing pd_online_fn() while activating policy
2023-01-24 13:43 UTC
[PATCH AUTOSEL 5.15 10/14] blk-cgroup: fix missing pd_online_fn() while activating policy
2023-01-24 13:42 UTC
[PATCH AUTOSEL 6.1 16/35] blk-cgroup: fix missing pd_online_fn() while activating policy
2023-01-24 13:41 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).