lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 10 May 2013 19:04:41 +0530
From:	Vineet Gupta <Vineet.Gupta1@...opsys.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	lkml <linux-kernel@...r.kernel.org>,
	Alexandre Courbot <gnurou@...il.com>
Subject: [GIT PULL] arch/arc part 2 for 3.10

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists