From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Pavel Tatashin To: linux-mm@kvack.org, sparclinux@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [PATCH v3 0/4] Zeroing hash tables in allocator Date: Thu, 2 Mar 2017 00:33:41 -0500 Message-Id: <1488432825-92126-1-git-send-email-pasha.tatashin@oracle.com> Sender: owner-linux-mm@kvack.org List-ID: Changes: v3 -> v2: Added a new patch for adaptive hash table scaling as suggested by Andi Kleen v1 -> v2: Reverted NG4memcpy() changes Pavel Tatashin (4): sparc64: NG4 memset 32 bits overflow mm: Zeroing hash tables in allocator mm: Updated callers to use HASH_ZERO flag mm: Adaptive hash table scaling arch/sparc/lib/NG4memset.S | 26 +++++++++++++------------- fs/dcache.c | 18 ++++-------------- fs/inode.c | 14 ++------------ fs/namespace.c | 10 ++-------- include/linux/bootmem.h | 2 ++ kernel/locking/qspinlock_paravirt.h | 3 ++- kernel/pid.c | 7 ++----- mm/page_alloc.c | 31 ++++++++++++++++++++++++++++--- 8 files changed, 55 insertions(+), 56 deletions(-) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org