From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: lkml <linux-kernel@vger.kernel.org>,
Alexandre Courbot <gnurou@gmail.com>
Subject: [GIT PULL] arch/arc part 2 for 3.10
Date: Fri, 10 May 2013 19:04:41 +0530 [thread overview]
Message-ID: <518CF771.5090202@synopsys.com> (raw)
Hi Linus,
Please pull the 2nd part of ARC updates for 3.10-rc1
The aliasing dcache support looks solid enough - having gone thru battery of stress tests w/o a glitch.
There's also a GENERIC_GPIO fixlet which Alexandre mentioned earlier today.
Thanks,
Vineet
---------->
The following changes since commit eacd0e950dc2100af54f2a94ae29105bf48ab921:
ARC: [mm] Lazy D-cache flush (non aliasing VIPT) (2013-05-07 19:08:15 +0530)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-v3.10-rc1-part2
for you to fetch changes up to e7d5bab5efb94a82d80cab3ad68c357ce73ea596:
ARC: [TB10x] Remove GENERIC_GPIO (2013-05-10 09:50:33 +0530)
----------------------------------------------------------------
Aliasing VIPT dcache support for ARC
I'm satisified with testing, specially with fuse which has historically given
grief to VIPT arches (ARM/PARISC...)
----------------------------------------------------------------
Vineet Gupta (7):
ARC: [mm] serious bug in vaddr based icache flush
ARC: [mm] refactor the core (i|d)cache line ops loops
ARC: [mm] Aliasing VIPT dcache support 1/4
ARC: [mm] Aliasing VIPT dcache support 2/4
ARC: [mm] Aliasing VIPT dcache support 3/4
ARC: [mm] Aliasing VIPT dcache support 4/4
ARC: [TB10x] Remove GENERIC_GPIO
arch/arc/Kconfig | 4 +
arch/arc/include/asm/Kbuild | 1 -
arch/arc/include/asm/cache.h | 3 -
arch/arc/include/asm/cacheflush.h | 58 ++++++++--
arch/arc/include/asm/page.h | 16 ++-
arch/arc/include/asm/pgtable.h | 3 +
arch/arc/include/asm/shmparam.h | 18 +++
arch/arc/include/asm/tlb.h | 11 +-
arch/arc/mm/Makefile | 2 +-
arch/arc/mm/cache_arc700.c | 221 +++++++++++++++++++++++++++++--------
arch/arc/mm/mmap.c | 78 +++++++++++++
arch/arc/mm/tlb.c | 29 +++--
arch/arc/plat-tb10x/Kconfig | 7 --
13 files changed, 377 insertions(+), 74 deletions(-)
create mode 100644 arch/arc/include/asm/shmparam.h
create mode 100644 arch/arc/mm/mmap.c
reply other threads:[~2013-05-10 13:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=518CF771.5090202@synopsys.com \
--to=vineet.gupta1@synopsys.com \
--cc=gnurou@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.