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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 3 Feb 2016 03:26:36 +0000
From:	Paul Burton <paul.burton@...tec.com>
To:	<linux-mips@...ux-mips.org>, Ralf Baechle <ralf@...ux-mips.org>
CC:	Paul Burton <paul.burton@...tec.com>,
	Peter Zijlstra <peterz@...radead.org>,
	Joshua Kinard <kumba@...too.org>,
	"Maciej W. Rozycki" <macro@...tec.com>,
	Leonid Yegoshin <Leonid.Yegoshin@...tec.com>,
	"Paul Gortmaker" <paul.gortmaker@...driver.com>,
	<linux-kernel@...r.kernel.org>,
	James Hogan <james.hogan@...tec.com>,
	Arnaldo Carvalho de Melo <acme@...nel.org>,
	Andrzej Hajda <a.hajda@...sung.com>,
	Ingo Molnar <mingo@...hat.com>,
	Markos Chandras <markos.chandras@...tec.com>,
	"Petri Gynther" <pgynther@...gle.com>
Subject: [PATCH 0/3] Imagination Technologies MIPS P6600 CPU Support

This series introduces support for probing the Imagination Technologies
P6600 CPU, a high end multi-core out-of-order MIPS64r6 CPU with features
such as SIMD & hardware supported virtualization.

We already have support in place for the required CM/CPS features so
this simply adds the PRID, probes for it & adds various switch cases.

Paul Burton (3):
  MIPS: Add P6600 PRID & cpu_type_enum values
  MIPS: Add P6600 cases to CPU switch statements
  MIPS: Probe the P6600 core

 arch/mips/include/asm/cpu-type.h     | 1 +
 arch/mips/include/asm/cpu.h          | 3 ++-
 arch/mips/kernel/cpu-probe.c         | 5 +++++
 arch/mips/kernel/perf_event_mipsxx.c | 6 ++++++
 arch/mips/kernel/spram.c             | 1 +
 arch/mips/kernel/traps.c             | 1 +
 arch/mips/mm/c-r4k.c                 | 1 +
 arch/mips/mm/sc-mips.c               | 1 +
 8 files changed, 18 insertions(+), 1 deletion(-)

-- 
2.7.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ