|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v4 0/5] Enable multi-thread for Arm64(series#5)
As we have implemented interrupt and timer functions before, in this
series, we implement low-level code to enable the multi-thread support
on Arm64.
Changes:
v3->v4: s/unsigned long/uint64_t in patch 02
rebase to latest staging branch.
v2->v3: addressed all the comments from Julien
change the doc link to AAPCS64 instead of Cortex-A specific
add a-b tag for patch 5
v1->v2: no functional changes, rebase it to latest
Jia He (2):
arch/arm64: Define the size of callee-saved-registers for thread
switch
build: Add Arm64 multi-thread support files to build system
Wei Chen (3):
lib/uksched: Ensure (%rsp + 8) 16-byte alignment for x86_64 only
plat/common: Implement assembly helper for Arm64 thread context switch
plat/common: Correct irqs_disabled result for Arm64
arch/arm/arm64/include/uk/asm/lcpu.h | 41 +++++++--
lib/uksched/thread.c | 2 +
plat/common/arm/thread_start64.S | 123 +++++++++++++++++++++++++++
plat/common/include/arm/arm64/irq.h | 2 +-
plat/kvm/Makefile.uk | 5 ++
5 files changed, 165 insertions(+), 8 deletions(-)
create mode 100644 plat/common/arm/thread_start64.S
--
2.17.1
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |