All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Lutomirski <luto@kernel.org>
To: x86@kernel.org
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Borislav Petkov <bp@alien8.de>,
	Peter Zijlstra <peterz@infradead.org>,
	Andy Lutomirski <luto@kernel.org>
Subject: [PATCH 0/3] Make x86's switch_mm run with IRQs off
Date: Thu, 21 Apr 2016 10:57:27 -0700	[thread overview]
Message-ID: <cover.1461261284.git.luto@kernel.org> (raw)

This is some of the PCID prep work, but I think it's reasonable on
its own, too.  I might also want it for FSGSBASE.

Andy Lutomirski (3):
  sched: Add switch_mm_irqs_off and use it in the scheduler
  x86/mm: Uninline switch_mm
  x86/mm: Turn off IRQs in switch_mm

 arch/x86/include/asm/mmu_context.h | 101 ++-------------------------------
 arch/x86/mm/tlb.c                  | 112 +++++++++++++++++++++++++++++++++++++
 include/linux/mmu_context.h        |   7 +++
 kernel/sched/core.c                |   6 +-
 4 files changed, 127 insertions(+), 99 deletions(-)

-- 
2.5.5

             reply	other threads:[~2016-04-21 17:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-21 17:57 Andy Lutomirski [this message]
2016-04-21 17:57 ` [PATCH 1/3] sched: Add switch_mm_irqs_off and use it in the scheduler Andy Lutomirski
2016-04-21 17:57 ` [PATCH 2/3] x86/mm: Uninline switch_mm Andy Lutomirski
2016-04-21 17:57 ` [PATCH 3/3] x86/mm: Turn off IRQs in switch_mm Andy Lutomirski
2016-04-21 18:41 ` [PATCH 0/3] Make x86's switch_mm run with IRQs off Andy Lutomirski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1461261284.git.luto@kernel.org \
    --to=luto@kernel.org \
    --cc=bp@alien8.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterz@infradead.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.