[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1458980705-121507-1-git-send-email-namit@vmware.com>
Date: Sat, 26 Mar 2016 01:25:03 -0700
From: Nadav Amit <namit@...are.com>
To: linux-mm@...ck.org
Cc: tglx@...utronix.de, mingo@...hat.com, hpa@...or.com,
x86@...nel.org, mgorman@...e.de, sasha.levin@...cle.com,
akpm@...ux-foundation.org, namit@...are.com, riel@...hat.com,
dave.hansen@...ux.intel.com, luto@...nel.org,
kirill.shutemov@...ux.intel.com, mhocko@...e.com,
jmarchan@...hat.com, hughd@...gle.com, vdavydov@...tuozzo.com,
minchan@...nel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/2] Fixes for batched TLB flushes
The recent introduction of batched TLB flushes causes accounting problems in
vmstat and misses some tracepoints. In addition, I am afraid it might cause
problems in some platforms (Xen, UV) since it uses non-standard APIs.
v1->v2
* Added second patch to use standard api for invalidations
* cc'ing linux-mm
Nadav Amit (2):
x86/mm: TLB_REMOTE_SEND_IPI should count pages
mm/rmap: batched invalidations should use existing api
arch/x86/include/asm/tlbflush.h | 6 ------
arch/x86/mm/tlb.c | 14 ++++++++++----
mm/rmap.c | 28 +++++++---------------------
3 files changed, 17 insertions(+), 31 deletions(-)
--
2.5.0
Powered by blists - more mailing lists