mbox series

[-V2,0/2] autonuma: Migrate on fault among multiple bound nodes

Message ID 20201028023411.15045-1-ying.huang@intel.com (mailing list archive)
Headers show
Series autonuma: Migrate on fault among multiple bound nodes | expand

Message

Huang, Ying Oct. 28, 2020, 2:34 a.m. UTC
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.

Changes:

v2:

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

Huang Ying (2):
  mempolicy: Rename MPOL_F_MORON to MPOL_F_MOPRON
  autonuma: Migrate on fault among multiple bound nodes

 include/uapi/linux/mempolicy.h |  2 +-
 kernel/sched/debug.c           |  2 +-
 mm/mempolicy.c                 | 23 ++++++++++++++---------
 3 files changed, 16 insertions(+), 11 deletions(-)