[GIT PULL] arch/arc part 2 for 3.10

From: Vineet Gupta
Date: Fri May 10 2013 - 09:35:03 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/