kernel-ark/arch/tile
Chris Metcalf 9ae0983847 tile: provide traceability for hypervisor calls
This change adds infrastructure (CONFIG_TILE_HVGLUE_TRACE) that
provides C code wrappers for the calls the kernel makes to the Tilera
hypervisor.  This allows standard kernel infrastructure like FTRACE to
be able to instrument hypervisor calls.

To allow direct calls to the true API, we export their names with a
leading underscore as well.  This is important for the few contexts
where we need to make hypervisor calls without touching the stack.

As part of this change, we also switch from creating the symbols
with linker magic to creating them with assembler magic.  This lets
us provide a symbol type and generally make them appear more as symbols
and less as just random values in the Elf namespace.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
2013-08-13 16:26:31 -04:00
..
configs md: remove CONFIG_MULTICORE_RAID456 entirely 2013-03-20 13:21:14 +11:00
gxio tile PCI RC: support more MSI-X interrupt vectors 2013-08-06 12:55:24 -04:00
include tile: implement gettimeofday() via vDSO 2013-08-13 16:26:21 -04:00
kernel tile: provide traceability for hypervisor calls 2013-08-13 16:26:31 -04:00
kvm arch/tile/kvm: remove depends on CONFIG_EXPERIMENTAL 2013-01-17 12:11:26 -08:00
lib tile: support CONFIG_PREEMPT 2013-08-13 16:26:01 -04:00
mm tile: provide traceability for hypervisor calls 2013-08-13 16:26:31 -04:00
Kbuild
Kconfig tile: implement gettimeofday() via vDSO 2013-08-13 16:26:21 -04:00
Kconfig.debug tile: provide traceability for hypervisor calls 2013-08-13 16:26:31 -04:00
Makefile arch/tile: avoid generating .eh_frame information in modules 2012-10-23 10:21:43 -04:00