messages from 2023-01-13 14:12:32 to 2023-01-27 07:11:04 UTC [more...]
[PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
2023-01-27 7:11 UTC (24+ messages)
` [PATCH v2 4/5] mm/memcontrol: Perform all stock drain in current CPU
` [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
switch blk-cgroup to work on gendisk
2023-01-27 7:10 UTC (48+ 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 04/15] blk-cgroup: pin the gendisk in struct blkcg_gq
` [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 11/15] blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
` [PATCH 03/15] blk-cgroup: delay blk-cgroup initialization until add_disk
` [PATCH 05/15] blk-cgroup: store a gendisk to throttle in struct task_struct
` [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 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
[RFC v3 00/12] DRM scheduling cgroup controller
2023-01-26 18:14 UTC (10+ messages)
` [RFC 04/12] drm/cgroup: Track clients per owning process
[PATCH v2 0/4] Track exported dma-buffers with memcg
2023-01-25 22:07 UTC (18+ messages)
` [PATCH v2 1/4] memcg: Track exported dma-buffers
` [PATCH v2 2/4] dmabuf: Add cgroup charge transfer function
` [PATCH v2 4/4] security: binder: Add binder object flags to selinux_binder_transfer_file
` [PATCH v2 3/4] binder: Add flags to relinquish ownership of fds
[PATCH v2] sched: cpuset: Don't rebuild sched domains on suspend-resume
2023-01-25 16:35 UTC (3+ messages)
[PATCH v1 0/3] Avoid scheduling cache draining to isolated cpus
2023-01-25 7:44 UTC (11+ messages)
[RFC PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
2023-01-24 20:12 UTC (33+ messages)
` [RFC PATCH 01/19] mm: Introduce vm_account
` [RFC PATCH 02/19] drivers/vhost: Convert to use vm_account
` [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 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 12/19] kvm/book3s_64_vio: Convert account_locked_vm() to vm_account_pinned()
[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
switch blk-cgroup to work on gendisk v2
2023-01-24 6:57 UTC (16+ 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] block, bfq: fix uaf for bfqq in bic_set_bfqq()
2023-01-24 0:09 UTC (2+ messages)
[PATCH 0/4] Track exported dma-buffers with memcg
2023-01-20 21:52 UTC (4+ messages)
` [PATCH 3/4] binder: Add flags to relinquish ownership of fds
[PATCH v4 0/5] blk-iocost: random bugfix
2023-01-20 15:40 UTC (8+ messages)
` [PATCH v4 1/5] blk-iocost: check return value of match_u64()
` [PATCH v4 2/5] blk-iocost: don't allow to configure bio based device
` [PATCH v4 4/5] blk-iocost: fix divide by 0 error in calc_lcoefs()
` [PATCH v4 3/5] blk-iocost: read params inside lock in sysfs apis
` [PATCH v4 5/5] blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()
[PATCH] docs: cgroup-v1: wrap charge moving deprecation in warning block
2023-01-20 8:20 UTC (2+ messages)
[PATCH -next v3 0/3] blk-cgroup: make sure pd_free_fn() is called in order
2023-01-19 18:54 UTC (9+ messages)
` [PATCH -next v3 2/3] blk-cgroup: support to track if policy is online
` [PATCH -next v3 3/3] blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deactivate_policy()
` [PATCH -next v3 1/3] blk-cgroup: dropping parent refcount after pd_free_fn() is done
[PATCH v3] mm: Add nodes= arg to memory.reclaim
2023-01-19 8:29 UTC (10+ messages)
` [PATCH] Revert "mm: add nodes= arg to memory.reclaim"
` Proactive reclaim/demote discussion (was Re: [PATCH] Revert "mm: add nodes= arg to memory.reclaim")
[PATCH -next v2 0/3] blk-cgroup: make sure pd_free_fn() is called in order
2023-01-19 3:23 UTC (8+ messages)
` [PATCH -next v2 1/3] blk-cgroup: dropping parent refcount after pd_free_fn() is done
` [PATCH -next v2 2/3] blk-cgroup: support to track if policy is online
` [PATCH -next v2 3/3] blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deactivate_policy()
[PATCH] blk-iocost: avoid 64-bit division in ioc_timer_fn
2023-01-18 16:46 UTC (3+ messages)
[PATCH] blk-cgroup: fix missing pd_online_fn() while activating policy
2023-01-17 2:04 UTC (3+ messages)
[RFC] block, bfq: use-after-free with bfq <==> cgroup interactions
2023-01-16 3:55 UTC (2+ messages)
[PATCH] block, bfq: switch 'bfqg->ref' to use atomic refcount apis
2023-01-16 3:53 UTC (3+ messages)
[PATCH v9 0/8] sched/deadline: fix cpusets bandwidth accounting
2023-01-15 16:41 UTC (6+ messages)
` [PATCH v9 3/8] cpuset: Rebuild root domain deadline accounting information
[PATCH v2 1/2] blk-iocost: add refcounting for iocg
2023-01-13 17:16 UTC (11+ messages)
[PATCH v10 0/9] Add latency priority for CFS class
2023-01-13 14:12 UTC (4+ messages)
` [PATCH v10 7/9] sched/core: Support latency priority with sched core
` [PATCH v10 8/9] sched/fair: Add latency list
` [PATCH v10 9/9] sched/fair: remove check_preempt_from_others
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).