Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 0/5] MIPS: Add feature probing ready for KVM/VZ
@ 2016-04-29 13:45 James Hogan
  2016-04-29 13:45 ` [PATCH 1/5] MIPS: Define & use CP0_EBase bit definitions James Hogan
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: James Hogan @ 2016-04-29 13:45 UTC (permalink / raw)
  To: Ralf Baechle
  Cc: James Hogan, Jayachandran C, Paolo Bonzini,
	Radim Krčmář, Peter Zijlstra, Ingo Molnar,
	Arnaldo Carvalho de Melo, Alexander Shishkin, Robert Richter,
	linux-mips, kvm, oprofile-list

This patchset adds probing of various architectural features which will
be useful for supporting KVM with VZ (MIPS hardware assisted
virtualisation extensions).

It is based on the mips-for-linux-next~ of the day (commit
2f47afda1fa6).

James Hogan (5):
  MIPS: Define & use CP0_EBase bit definitions
  MIPS: Add defs & probing of 64-bit CP0_EBase
  MIPS: Add defs & probing of BadInstr[P] registers
  MIPS: Add defs & probing of [X]ContextConfig
  MIPS: Add perf counter feature

 arch/mips/include/asm/cpu-features.h | 20 ++++++++++++++++
 arch/mips/include/asm/cpu.h          |  5 ++++
 arch/mips/include/asm/mipsregs.h     | 22 +++++++++++++++++-
 arch/mips/kernel/cpu-probe.c         | 45 +++++++++++++++++++++++++++++++++++-
 arch/mips/kernel/perf_event_mipsxx.c |  4 +---
 arch/mips/kvm/trap_emul.c            |  3 ++-
 arch/mips/netlogic/xlp/nlm_hal.c     |  2 +-
 arch/mips/netlogic/xlr/setup.c       |  2 +-
 arch/mips/oprofile/op_model_mipsxx.c |  4 +---
 9 files changed, 96 insertions(+), 11 deletions(-)

Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Jayachandran C <jchandra@broadcom.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Radim Krčmář <rkrcmar@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Robert Richter <rric@kernel.org>
Cc: linux-mips@linux-mips.org
Cc: kvm@vger.kernel.org
Cc: oprofile-list@lists.sf.net
-- 
2.4.10

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-05-11 11:59 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-29 13:45 [PATCH 0/5] MIPS: Add feature probing ready for KVM/VZ James Hogan
2016-04-29 13:45 ` [PATCH 1/5] MIPS: Define & use CP0_EBase bit definitions James Hogan
2016-04-29 13:46 ` [PATCH 2/5] MIPS: Add defs & probing of 64-bit CP0_EBase James Hogan
2016-04-29 13:46   ` James Hogan
2016-05-10 10:02   ` James Hogan
2016-05-10 10:02     ` James Hogan
2016-05-10 10:24     ` Ralf Baechle
2016-05-10 15:34       ` James Hogan
2016-05-10 15:34         ` James Hogan
2016-05-10 15:40         ` Ralf Baechle
2016-05-11 11:58           ` Ralf Baechle
2016-04-29 13:46 ` [PATCH 3/5] MIPS: Add defs & probing of BadInstr[P] registers James Hogan
2016-04-29 13:46   ` James Hogan
2016-04-29 13:46 ` [PATCH 4/5] MIPS: Add defs & probing of [X]ContextConfig James Hogan
2016-04-29 13:46   ` James Hogan
2016-04-29 13:46 ` [PATCH 5/5] MIPS: Add perf counter feature James Hogan
2016-04-29 13:46   ` James Hogan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox