lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 21 Oct 2021 16:07:42 +0800
From:   Chen Wandun <chenwandun@...wei.com>
To:     <akpm@...ux-foundation.org>, <npiggin@...il.com>,
        <linux-mm@...ck.org>, <linux-kernel@...r.kernel.org>,
        <edumazet@...gle.com>, <wangkefeng.wang@...wei.com>,
        <guohanjun@...wei.com>, <shakeelb@...gle.com>, <urezki@...il.com>
CC:     <chenwandun@...wei.com>
Subject: [PATCH v3 0/2] fix numa spreading for large hash tables

[PATCH v3 1/2] fix numa spreading problem
[PATCH v3 2/2] optimization about performance

v1 ==> v2:
1. do a minimal fix in [PATCH v2 1/2]
2. add some comments

v2 ==> v3:
remote redundant code

based on commit 14a60b114a8560de785df502fdc5687a969eae81

Chen Wandun (2):
  mm/vmalloc: fix numa spreading for large hash tables
  mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate
    memory allocation

 include/linux/gfp.h |  4 +++
 mm/mempolicy.c      | 82 +++++++++++++++++++++++++++++++++++++++++++++
 mm/vmalloc.c        | 27 +++++++++++----
 3 files changed, 107 insertions(+), 6 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ