[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240621084952.209770-1-xavier_qy@163.com>
Date: Fri, 21 Jun 2024 16:49:50 +0800
From: Xavier <xavier_qy@....com>
To: longman@...hat.com,
mkoutny@...e.com
Cc: lizefan.x@...edance.com,
tj@...nel.org,
hannes@...xchg.org,
cgroups@...r.kernel.org,
linux-kernel@...r.kernel.org,
Xavier <xavier_qy@....com>
Subject: [PATCH-cpuset v5 0/2] cpuset: use Union-Find to optimize
Hi all,
According to Longman's suggestion, I have added documentation describing Union-Find.
Kindly review.
Best Regards,
Xavier
Xavier (2):
Union-Find: add a new module in kernel library
cpuset: use Union-Find to optimize the merging of cpumasks
Documentation/core-api/union_find.rst | 110 ++++++++++++++++++
.../zh_CN/core-api/union_find.rst | 87 ++++++++++++++
MAINTAINERS | 9 ++
include/linux/union_find.h | 30 +++++
kernel/cgroup/cpuset.c | 95 ++++++---------
lib/Makefile | 2 +-
lib/union_find.c | 38 ++++++
7 files changed, 309 insertions(+), 62 deletions(-)
create mode 100644 Documentation/core-api/union_find.rst
create mode 100644 Documentation/translations/zh_CN/core-api/union_find.rst
create mode 100644 include/linux/union_find.h
create mode 100644 lib/union_find.c
--
2.45.2
Powered by blists - more mailing lists