All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Optimize TLB refill handler folding and cleanup.
@ 2009-05-20 18:37 David Daney
  2009-05-20 18:40 ` [PATCH 1/2] MIPS: Replace some magic numbers with symbolic values in tlbex.c (v2) David Daney
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Daney @ 2009-05-20 18:37 UTC (permalink / raw)
  To: Ralf Baechle, linux-mips; +Cc: Maciej W. Rozycki

The first patch in the set is unchanged from that last time I sent it,
but since it is a prerequisite for the second, I am sending it again.
In it we add some documentation on the TLB refill handler folding and
replace some magic numbers with symbolic constants.

The second patch is the latest iteration on eliminating unnecessary
branches from the refill handler.  We now use macro's patch rebased
onto the first patch.

I will reply with the two patches.

David Daney (2):
   MIPS: Replace some magic numbers with symbolic values in tlbex.c (v2)
   MIPS: Fold the TLB refill at the vmalloc path if possible.

  arch/mips/mm/tlbex.c |   87 
+++++++++++++++++++++++++++++++++++++------------
  1 files changed, 65 insertions(+), 22 deletions(-)

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

end of thread, other threads:[~2009-05-20 19:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-20 18:37 [PATCH 0/2] Optimize TLB refill handler folding and cleanup David Daney
2009-05-20 18:40 ` [PATCH 1/2] MIPS: Replace some magic numbers with symbolic values in tlbex.c (v2) David Daney
2009-05-20 18:40 ` [PATCH 2/2] MIPS: Fold the TLB refill at the vmalloc path if possible David Daney
2009-05-20 19:06 ` [PATCH 0/2] Optimize TLB refill handler folding and cleanup Ralf Baechle

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.