mbox series

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

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

Message

Huang, Ying Nov. 10, 2020, 5:59 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:

v3:

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

- Revised the change log.

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