linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Optimise cache-flushing system call
@ 2013-07-25 17:01 Will Deacon
  2013-07-25 17:01 ` [PATCH v3 1/4] ARM: entry: allow ARM-private syscalls to be restarted Will Deacon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Will Deacon @ 2013-07-25 17:01 UTC (permalink / raw)
  To: linux-arm-kernel

Hi guys,

This is a refresh of the patches I originally posted here:

v1: http://lists.infradead.org/pipermail/linux-arm-kernel/2013-March/157810.html
v2: http://lists.infradead.org/pipermail/linux-arm-kernel/2013-May/170601.html

This is just a rebase onto 3.11-rc2, there are no functional changes to
the series.

Cheers,

Will


Will Deacon (4):
  ARM: entry: allow ARM-private syscalls to be restarted
  ARM: cacheflush: split user cache-flushing into interruptible chunks
  ARM: cacheflush: don't round address range up to nearest page
  ARM: cacheflush: don't bother rounding to nearest vma

 arch/arm/include/asm/cacheflush.h  |  3 +-
 arch/arm/include/asm/thread_info.h | 11 +++++++
 arch/arm/kernel/entry-common.S     |  4 +--
 arch/arm/kernel/traps.c            | 64 +++++++++++++++++++++++++++++---------
 4 files changed, 63 insertions(+), 19 deletions(-)

-- 
1.8.2.2

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

end of thread, other threads:[~2013-07-25 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-25 17:01 [PATCH v3 0/4] Optimise cache-flushing system call Will Deacon
2013-07-25 17:01 ` [PATCH v3 1/4] ARM: entry: allow ARM-private syscalls to be restarted Will Deacon
2013-07-25 17:01 ` [PATCH v3 2/4] ARM: cacheflush: split user cache-flushing into interruptible chunks Will Deacon
2013-07-25 17:01 ` [PATCH v3 3/4] ARM: cacheflush: don't round address range up to nearest page Will Deacon
2013-07-25 17:01 ` [PATCH v3 4/4] ARM: cacheflush: don't bother rounding to nearest vma Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).