linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arch/arc part 2 for 3.10
@ 2013-05-10 13:34 Vineet Gupta
  0 siblings, 0 replies; only message in thread
From: Vineet Gupta @ 2013-05-10 13:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: lkml, Alexandre Courbot

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-10 13:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-10 13:34 [GIT PULL] arch/arc part 2 for 3.10 Vineet Gupta

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).