This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from d855b5662d4 boards/qemu-armv8a: add S2OPC server configuration
new b4ea7848c60 arch/x86_64: don't place the idle stack base below _ebss
new 93803cf1750 arch/intel64: start IDLE stacks below the register save
area
new a5bf9ad9c96 arch/intel64: iretq directly from the register save area
new dcca9a4735b arch/intel64: don't touch the outgoing stack after
releasing the csection
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/x86_64/src/common/x86_64_allocateheap.c | 4 +-
arch/x86_64/src/common/x86_64_exit.c | 18 ++++-----
arch/x86_64/src/common/x86_64_switchcontext.c | 17 +++++---
.../src/intel64/intel64_fullcontextrestore.S | 45 ++++++----------------
arch/x86_64/src/intel64/intel64_head.S | 12 ++++--
5 files changed, 42 insertions(+), 54 deletions(-)