All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Make x86's switch_mm run with IRQs off
@ 2016-04-21 17:57 Andy Lutomirski
  2016-04-21 17:57 ` [PATCH 1/3] sched: Add switch_mm_irqs_off and use it in the scheduler Andy Lutomirski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andy Lutomirski @ 2016-04-21 17:57 UTC (permalink / raw)
  To: x86
  Cc: linux-kernel@vger.kernel.org, Borislav Petkov, Peter Zijlstra,
	Andy Lutomirski

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

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

end of thread, other threads:[~2016-04-21 18:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 17:57 [PATCH 0/3] Make x86's switch_mm run with IRQs off Andy Lutomirski
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

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.