linux/arch/arm64/kernel
Catalin Marinas b3901d54dc arm64: Process management
The patch adds support for thread creation and context switching. The
context switching CPU specific code is introduced with the CPU support
patch (part of the arch/arm64/mm/proc.S file). AArch64 supports
ASID-tagged TLBs and the ASID can be either 8 or 16-bit wide (detectable
via the ID_AA64AFR0_EL1 register).

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2012-09-17 13:41:58 +01:00
..
asm-offsets.c arm64: Assembly macros and definitions 2012-09-17 10:24:44 +01:00
entry.S arm64: Exception handling 2012-09-17 10:24:46 +01:00
head.S arm64: Kernel booting and initialisation 2012-09-17 10:24:45 +01:00
process.c arm64: Process management 2012-09-17 13:41:58 +01:00
setup.c arm64: Kernel booting and initialisation 2012-09-17 10:24:45 +01:00
stacktrace.c arm64: Exception handling 2012-09-17 10:24:46 +01:00
traps.c arm64: Exception handling 2012-09-17 10:24:46 +01:00