[PATCH 5/6] mm/migrate: Add new migration flag MPOL_MF_MOVE_MT for syscalls

2017-03-09 Thread Anshuman Khandual
From: Zi Yan This change adds a new mode flag MPOL_MF_MOVE_MT for migration system calls like move_pages() and mbind() which indicates request for using the multi threaded copy method. Signed-off-by: Zi Yan Signed-off-by: Anshuman Khandual

[PATCH 5/6] mm/migrate: Add new migration flag MPOL_MF_MOVE_MT for syscalls

2017-03-09 Thread Anshuman Khandual
From: Zi Yan This change adds a new mode flag MPOL_MF_MOVE_MT for migration system calls like move_pages() and mbind() which indicates request for using the multi threaded copy method. Signed-off-by: Zi Yan Signed-off-by: Anshuman Khandual --- * Updated include/linux/migrate_mode.h comment as

[PATCH 5/6] mm/migrate: Add new migration flag MPOL_MF_MOVE_MT for syscalls

2017-02-17 Thread Anshuman Khandual
From: Zi Yan This change adds a new mode flag MPOL_MF_MOVE_MT for migration system calls like move_pages() and mbind() which indicates request for using the multi threaded copy method. Signed-off-by: Zi Yan Signed-off-by: Anshuman Khandual

[PATCH 5/6] mm/migrate: Add new migration flag MPOL_MF_MOVE_MT for syscalls

2017-02-17 Thread Anshuman Khandual
From: Zi Yan This change adds a new mode flag MPOL_MF_MOVE_MT for migration system calls like move_pages() and mbind() which indicates request for using the multi threaded copy method. Signed-off-by: Zi Yan Signed-off-by: Anshuman Khandual --- include/uapi/linux/mempolicy.h | 4 +++-