linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -V6 0/3] autonuma: Migrate on fault among multiple bound nodes
@ 2020-11-26  5:32 Huang Ying
  2020-11-26  5:32 ` [PATCH -V6 1/3] numa balancing: " Huang Ying
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Huang Ying @ 2020-11-26  5:32 UTC (permalink / raw)
  To: Peter Zijlstra
  Cc: linux-mm, linux-kernel, Huang Ying, Matthew Wilcox (Oracle),
	Rafael Aquini, Andrew Morton, Ingo Molnar, Mel Gorman,
	Rik van Riel, Johannes Weiner, Dave Hansen, Andi Kleen,
	Michal Hocko, David Rientjes, linux-api

To make it possible to optimize cross-socket memory accessing with
AutoNUMA even if the memory of the application is bound to multiple
NUMA nodes.

Patch [2/3] and [3/3] are NOT kernel patches.  Instead, they are
patches for man-pages and numactl respectively.  They are sent
together to make it easy to review the newly added kernel API.

Changes:

v6:

- Rebased on latest upstream kernel 5.10-rc5

- Added some benchmark data and example in patch description of [1/3]

- Rename AutoNUMA to NUMA Balancing

- Add patches to man-pages [2/3] and numactl [3/3]

v5:

- Remove mbind() support, because it's not clear that it's necessary.

v4:

- Use new flags instead of reuse MPOL_MF_LAZY.

v3:

- Rebased on latest upstream (v5.10-rc3)

- Revised the change log.

v2:

- Rebased on latest upstream (v5.10-rc1)

Best Regards,
Huang, Ying


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-01  0:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26  5:32 [PATCH -V6 0/3] autonuma: Migrate on fault among multiple bound nodes Huang Ying
2020-11-26  5:32 ` [PATCH -V6 1/3] numa balancing: " Huang Ying
2020-11-26  5:32 ` [PATCH -v6 2/3] NOT kernel/man-pages man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING Huang Ying
2020-11-30 17:48   ` Dave Hansen
2020-12-01  0:27     ` Huang, Ying
2020-11-26  5:32 ` [PATCH -V6 3/3] NOT kernel/numactl: Support to enable Linux kernel NUMA balancing Huang Ying

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).