Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1695373

[PATCH v5 0/2] x86/mm: PCID

From Andy Lutomirski <luto@kernel.org>
Newsgroups linux.kernel
Subject [PATCH v5 0/2] x86/mm: PCID
Date 2017-07-25 06:50 +0200
Message-ID <u6ZXb-6Gy-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Here's PCID v5.

Changes from v4:
 - Remove smp_mb__after_atomic() (Peterz)
 - Rebase, which involved tiny fixups due to SME
 - Add the doc patch, as promised

Andy Lutomirski (2):
  x86/mm: Try to preserve old TLB entries using PCID
  x86/mm: Improve TLB flush documentation

 arch/x86/include/asm/mmu_context.h     |   3 +
 arch/x86/include/asm/processor-flags.h |   2 +
 arch/x86/include/asm/tlbflush.h        |  18 ++++-
 arch/x86/mm/init.c                     |   1 +
 arch/x86/mm/tlb.c                      | 123 ++++++++++++++++++++++++++-------
 5 files changed, 119 insertions(+), 28 deletions(-)

-- 
2.9.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v5 0/2] x86/mm: PCID Andy Lutomirski <luto@kernel.org> - 2017-07-25 06:50 +0200
  [PATCH v5 1/2] x86/mm: Try to preserve old TLB entries using PCID Andy Lutomirski <luto@kernel.org> - 2017-07-25 06:50 +0200
    [tip:x86/mm] x86/mm: Implement PCID based optimization: try to  preserve old TLB entries using PCID tip-bot for Andy Lutomirski <tipbot@zytor.com> - 2017-07-25 16:00 +0200

csiph-web