messages from 2025-09-07 07:59:22 to 2025-09-10 23:34:55 UTC [more...]
[PATCH 0/2] cgroup v2 docs update
2025-09-10 23:34 UTC (12+ messages)
` [PATCH 1/2] Documentation: cgroup-v2: Use document path for cross-references
` [PATCH 2/2] Documentation: cgroup-v2: Replace manual table of contents with contents:: directive
[PATCH v0 0/2] mm: swap: Gather swap entries and batch async release
2025-09-10 22:33 UTC (20+ messages)
` [PATCH v0 1/2] mm: swap: Gather swap entries and batch async release core
[PATCH 00/32] ns: support file handles
2025-09-10 21:46 UTC (62+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls
` [PATCH 02/32] nsfs: "
` [PATCH 03/32] block: use extensible_ioctl_valid()
` [PATCH 04/32] ns: move to_ns_common() to ns_common.h
` [PATCH 05/32] nsfs: add nsfs.h header
` [PATCH 06/32] ns: uniformly initialize ns_common
` [PATCH 07/32] mnt: use ns_common_init()
` [PATCH 08/32] ipc: "
` [PATCH 09/32] cgroup: "
` [PATCH 10/32] pid: "
` [PATCH 11/32] time: "
` [PATCH 12/32] uts: "
` [PATCH 13/32] user: "
` [PATCH 14/32] net: "
` [PATCH 15/32] ns: remove ns_alloc_inum()
` [PATCH 16/32] nstree: make iterator generic
` [PATCH 17/32] mnt: support iterator
` [PATCH 18/32] cgroup: "
` [PATCH 19/32] ipc: "
` [PATCH 20/32] net: "
` [PATCH 21/32] pid: "
` [PATCH 22/32] time: "
` [PATCH 23/32] userns: "
` [PATCH 24/32] uts: "
` [PATCH 25/32] ns: add to_<type>_ns() to respective headers
` [PATCH 26/32] nsfs: add current_in_namespace()
` [PATCH 27/32] nsfs: support file handles
` [PATCH 28/32] nsfs: support exhaustive "
` [PATCH 29/32] nsfs: add missing id retrieval support
` [PATCH 30/32] tools: update nsfs.h uapi header
` [PATCH 31/32] selftests/namespaces: add identifier selftests
` [PATCH 32/32] selftests/namespaces: add file handle selftests
` [syzbot ci] Re: ns: support file handles
[PATCH 00/14] sched: Support shared runqueue locking
2025-09-10 19:00 UTC (20+ messages)
` [PATCH 01/14] sched: Employ sched_change guards
` [PATCH 02/14] sched: Re-arrange the {EN,DE}QUEUE flags
` [PATCH 03/14] sched: Fold sched_class::switch{ing,ed}_{to,from}() into the change pattern
` [PATCH 04/14] sched: Cleanup sched_delayed handling for class switches
` [PATCH 05/14] sched: Move sched_class::prio_changed() into the change pattern
` [PATCH 06/14] sched: Fix migrate_disable_switch() locking
` [PATCH 07/14] sched: Fix do_set_cpus_allowed() locking
` [PATCH 08/14] sched: Rename do_set_cpus_allowed()
` [PATCH 09/14] sched: Make __do_set_cpus_allowed() use the sched_change pattern
` [PATCH 10/14] sched: Add locking comments to sched_class methods
` [PATCH 11/14] sched: Add flags to {put_prev,set_next}_task() methods
` [PATCH 12/14] sched: Add shared runqueue locking to __task_rq_lock()
` [PATCH 13/14] sched: Add {DE,EN}QUEUE_LOCKED
` [PATCH 14/14] sched/ext: Implement p->srq_lock support
[PATCH] cgroup: replace global percpu_rwsem with signal_struct->group_rwsem when writing cgroup.procs/threads
2025-09-10 17:47 UTC (18+ messages)
` [PATCH v3 0/1] cgroup: replace global percpu_rwsem with per threadgroup resem when writing to cgroup.procs
` [PATCH v3 1/1] "
` [PATCH v4 0/3] "
` [PATCH v4 1/3] "
` [PATCH v4 2/3] cgroup: retry find task if threadgroup leader changed
` [PATCH v4 3/3] cgroup: refactor the cgroup_attach_lock code to make it clearer
` [PATCH v5 0/3] cgroup: replace global percpu_rwsem with per threadgroup resem when writing to cgroup.procs
` [PATCH v5 1/3] cgroup: refactor the cgroup_attach_lock code to make it clearer
` [PATCH v5 2/3] cgroup: relocate cgroup_attach_lock within cgroup_procs_write_start
` [PATCH v5 3/3] cgroup: replace global percpu_rwsem with per threadgroup resem when writing to cgroup.procs
[PATCH v2 for-6.18/block 00/16] block: fix ordering of recursive split IO
2025-09-10 11:29 UTC (18+ messages)
` [PATCH v2 for-6.18/block 01/16] block: cleanup bio_issue
` [PATCH v2 for-6.18/block 02/16] block: initialize bio issue time in blk_mq_submit_bio()
` [PATCH v2 for-6.18/block 03/16] blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME
` [PATCH v2 for-6.18/block 04/16] md: fix mssing blktrace bio split events
` [PATCH v2 for-6.18/block 05/16] blk-crypto: fix missing "
` [PATCH v2 for-6.18/block 06/16] block: factor out a helper bio_submit_split_bioset()
` [PATCH v2 for-6.18/block 07/16] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH v2 for-6.18/block 08/16] md/raid1: convert "
` [PATCH v2 for-6.18/block 09/16] md/raid10: add a new r10bio flag R10BIO_Returned
` [PATCH v2 for-6.18/block 10/16] md/raid10: convert read/write to use bio_submit_split_bioset()
` [PATCH v2 for-6.18/block 11/16] md/raid5: convert "
` [PATCH v2 for-6.18/block 12/16] md/md-linear: "
` [PATCH v2 for-6.18/block 13/16] blk-crypto: "
` [PATCH v2 for-6.18/block 14/16] block: skip unnecessary checks for split bio
` [PATCH v2 for-6.18/block 15/16] block: fix ordering of recursive split IO
` [PATCH v2 for-6.18/block 16/16] md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()
[PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
2025-09-10 0:26 UTC (15+ messages)
[PATCH for-6.18/block 00/16] block: fix reordered IO in the case recursive split
2025-09-09 17:16 UTC (34+ messages)
` [PATCH for-6.18/block 02/16] block: initialize bio issue time in blk_mq_submit_bio()
` [PATCH for-6.18/block 03/16] blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME
` [PATCH for-6.18/block 04/16] md: fix mssing blktrace bio split events
` [PATCH for-6.18/block 05/16] blk-crypto: fix missing "
` [PATCH for-6.18/block 06/16] block: factor out a helper bio_submit_split_bioset()
` [PATCH for-6.18/block 08/16] md/raid1: convert to use bio_submit_split_bioset()
` [PATCH for-6.18/block 09/16] md/raid10: add a new r10bio flag R10BIO_Returned
` [PATCH for-6.18/block 10/16] md/raid10: convert read/write to use bio_submit_split_bioset()
` [PATCH for-6.18/block 11/16] md/raid5: convert "
` [PATCH for-6.18/block 12/16] md/md-linear: "
` [PATCH for-6.18/block 13/16] blk-crypto: "
` [PATCH for-6.18/block 14/16] block: skip unnecessary checks for split bio
` [PATCH for-6.18/block 15/16] block: fix reordered IO in the case recursive split
` [PATCH for-6.18/block 16/16] md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()
drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver (complete series v3)
2025-09-09 11:51 UTC (7+ messages)
` [PATCH 11/15] ttm/pool: enable memcg tracking and shrinker. (v2)
[PATCH 0/2] cgroup: replace wq users and add WQ_PERCPU to alloc_workqueue() users
2025-09-09 10:26 UTC (3+ messages)
[PATCH] memcg: skip cgroup_file_notify if spinning is not allowed
2025-09-09 6:20 UTC (7+ messages)
[PATCH -next RFC -v2 00/11] Refactor cpus mask setting
2025-09-09 3:32 UTC (12+ messages)
` [PATCH -next RFC -v2 01/11] cpuset: move the root cpuset write check earlier
` [PATCH -next RFC -v2 02/11] cpuset: remove unused assignment to trialcs->partition_root_state
` [PATCH -next RFC -v2 03/11] cpuset: change return type of is_partition_[in]valid to bool
` [PATCH -next RFC -v2 04/11] cpuset: Refactor exclusive CPU mask computation logic
` [PATCH -next RFC -v2 05/11] cpuset: refactor CPU mask buffer parsing logic
` [PATCH -next RFC -v2 06/11] cpuset: introduce cpus_excl_conflict and mems_excl_conflict helpers
` [PATCH -next RFC -v2 07/11] cpuset: refactor out validate_partition
` [PATCH -next RFC -v2 08/11] cpuset: refactor cpus_allowed_validate_change
` [PATCH -next RFC -v2 09/11] cpuset: refactor partition_cpus_change
` [PATCH -next RFC -v2 10/11] cpuset: use parse_cpulist for setting cpus.exclusive
` [PATCH -next RFC -v2 11/11] cpuset: use partition_cpus_change for setting exclusive cpus
[PATCH] mm: memcontrol: fix memcg accounting during cpu hotplug
2025-09-08 21:09 UTC (3+ messages)
[RFC] cgroup: Avoid thousands of -Wflex-array-member-not-at-end warnings
2025-09-08 11:53 UTC (8+ messages)
[PATCH v4 for-6.18/block 0/5] blk-mq-sched: support request batch dispatching for sq elevator
2025-09-08 9:20 UTC (6+ messages)
` [PATCH v4 for-6.18/block 1/5] blk-mq-sched: introduce high level elevator lock
` [PATCH v4 for-6.18/block 2/5] mq-deadline: switch to use "
` [PATCH v4 for-6.18/block 3/5] block, bfq: "
` [PATCH v4 for-6.18/block 4/5] blk-mq-sched: refactor __blk_mq_do_dispatch_sched()
` [PATCH v4 for-6.18/block 5/5] blk-mq-sched: support request batch dispatching for sq elevator
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).