All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 0/3] New algorithm for ASID allocation and rollover
@ 2012-09-20 16:16 Will Deacon
  2012-09-20 16:16 ` [RESEND PATCH 1/3] ARM: mm: remove IPI broadcasting on ASID rollover Will Deacon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Will Deacon @ 2012-09-20 16:16 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This is a resend of the patches originally posted here:

  http://lists.infradead.org/pipermail/linux-arm-kernel/2012-August/114344.html

I received some minor comments in that thread, but nothing that warranted
any changes to the code. Due to the nature of these changes, I would
very much like to put these into -next for some exposure prior to merging.

Again, all feedback welcome.

Will


Will Deacon (3):
  ARM: mm: remove IPI broadcasting on ASID rollover
  ARM: mm: avoid taking ASID spinlock on fastpath
  ARM: mm: use bitmap operations when allocating new ASIDs

 arch/arm/include/asm/mmu.h         |   11 +--
 arch/arm/include/asm/mmu_context.h |   82 +--------------
 arch/arm/mm/context.c              |  207 +++++++++++++++++++-----------------
 3 files changed, 115 insertions(+), 185 deletions(-)

-- 
1.7.4.1

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

end of thread, other threads:[~2012-09-20 16:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 16:16 [RESEND PATCH 0/3] New algorithm for ASID allocation and rollover Will Deacon
2012-09-20 16:16 ` [RESEND PATCH 1/3] ARM: mm: remove IPI broadcasting on ASID rollover Will Deacon
2012-09-20 16:16 ` [RESEND PATCH 2/3] ARM: mm: avoid taking ASID spinlock on fastpath Will Deacon
2012-09-20 16:16 ` [RESEND PATCH 3/3] ARM: mm: use bitmap operations when allocating new ASIDs Will Deacon
2012-09-20 16:36 ` [RESEND PATCH 0/3] New algorithm for ASID allocation and rollover Marc Zyngier

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.