[PATCH v4 v4 0/2] cpuset: use Union-Find to optimize

Xavier posted 2 patches 1 year, 5 months ago
There is a newer version of this series
MAINTAINERS                |  7 +++
include/linux/union_find.h | 30 ++++++++++++
kernel/cgroup/cpuset.c     | 95 ++++++++++++++------------------------
lib/Makefile               |  2 +-
lib/union_find.c           | 38 +++++++++++++++
5 files changed, 110 insertions(+), 62 deletions(-)
create mode 100644 include/linux/union_find.h
create mode 100644 lib/union_find.c
[PATCH v4 v4 0/2] cpuset: use Union-Find to optimize
Posted by Xavier 1 year, 5 months ago
Hi all,

According to Michal's suggestion, I have divided the patch into two
 separate submissions.
Kindly review.

By the way,I changed my email from "ghostxavier@sina.com" to "xavier_qy@163.com"
because the previous one was inconvenient to use.

Best Regards,
Xavier

patch (2):
  Union-Find: add a new module in kernel library
  cpuset: use Union-Find to optimize the merging of cpumasks

 MAINTAINERS                |  7 +++
 include/linux/union_find.h | 30 ++++++++++++
 kernel/cgroup/cpuset.c     | 95 ++++++++++++++------------------------
 lib/Makefile               |  2 +-
 lib/union_find.c           | 38 +++++++++++++++
 5 files changed, 110 insertions(+), 62 deletions(-)
 create mode 100644 include/linux/union_find.h
 create mode 100644 lib/union_find.c

-- 
2.45.2