linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] TLB flush counters
@ 2019-04-29 21:27 Atish Patra
  2019-04-29 21:27 ` [PATCH v3 1/3] x86: Move DEBUG_TLBFLUSH option Atish Patra
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Atish Patra @ 2019-04-29 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Atish Patra, Albert Ou, Andrew Morton, Anup Patel,
	Borislav Petkov, Changbin Du, Gary Guo, H. Peter Anvin,
	Ingo Molnar, Kees Cook, linux-mm, linux-riscv,
	Luc Van Oostenryck, Palmer Dabbelt, Thomas Gleixner,
	Vlastimil Babka, maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT),
	Christoph Hellwig

The RISC-V patch (2/3) is based on Gary's TLB flush patch series

https://patchwork.kernel.org/project/linux-riscv/list/?series=97315

The x86 kconfig fix patch(1/3) can be applied separately.

Chnages from v2->v3:
1. Fixed typos and commit text formatting.

Changes from v1->v2:
1. Move the arch specific config option to a common one as it touches
   generic code.
2. Introduced another config that architectures can select to enable
   tlbflush option.

Atish Patra (3):
x86: Move DEBUG_TLBFLUSH option.
RISC-V: Enable TLBFLUSH counters for debug kernel.
RISC-V: Update tlb flush counters

arch/riscv/Kconfig                |  1 +
arch/riscv/include/asm/tlbflush.h |  5 +++++
arch/riscv/mm/tlbflush.c          | 12 ++++++++++++
arch/x86/Kconfig                  |  1 +
arch/x86/Kconfig.debug            | 19 -------------------
mm/Kconfig.debug                  | 13 +++++++++++++
6 files changed, 32 insertions(+), 19 deletions(-)

--
2.21.0


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

end of thread, other threads:[~2019-06-28 16:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29 21:27 [PATCH v3 0/3] TLB flush counters Atish Patra
2019-04-29 21:27 ` [PATCH v3 1/3] x86: Move DEBUG_TLBFLUSH option Atish Patra
2019-06-28  5:47   ` Paul Walmsley
2019-04-29 21:27 ` [PATCH v3 2/3] RISC-V: Enable TLBFLUSH counters for debug kernel Atish Patra
2019-04-29 21:27 ` [PATCH v3 3/3] RISC-V: Update tlb flush counters Atish Patra
2019-06-28  5:47   ` Paul Walmsley
2019-06-28 16:37     ` Atish Patra

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