From mboxrd@z Thu Jan 1 00:00:00 1970 References: <5604517A.2000602@mperpetuo.com> <20150925150248.GE1332@hermes.click-hack.org> <560580E6.6070208@mperpetuo.com> <20150925180137.GF1332@hermes.click-hack.org> <20150926112419.GH1332@hermes.click-hack.org> <20150929141439.GS15616@csclub.uwaterloo.ca> <20150929204945.GD18188@hermes.click-hack.org> <560DC717.9050902@mperpetuo.com> <20151002100142.GN31137@hermes.click-hack.org> <20151002115500.GP31137@hermes.click-hack.org> From: Dmitriy Cherkasov Message-ID: <560EE693.7040501@mperpetuo.com> Date: Fri, 2 Oct 2015 13:18:27 -0700 MIME-Version: 1.0 In-Reply-To: <20151002115500.GP31137@hermes.click-hack.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] xenomai/ipipe arm64 port List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gilles Chanteperdrix Cc: "xenomai@xenomai.org" The following changes since commit 17095784c6d3d44dc7f1512ffab9bb957e298466: cobalt/arm64: leave mm tracking to the pipeline (2015-09-17 15:08:34 +0200) are available in the git repository at: http://gitlab.mperpetuo.com/it/xenomai-3.git arm64-fp for you to fetch changes up to 37d9698b827c664027180a07f151346d0979e7d6: cobalt/arm64: FPU code cleanup (2015-10-02 13:03:38 -0700) ---------------------------------------------------------------- Dmitriy Cherkasov (4): cobalt/arm64: add basic FPU support cobalt/arm64: fix fpu exception names cobalt/arm64: add lazy FPU switching cobalt/arm64: FPU code cleanup kernel/cobalt/arch/arm64/Kconfig | 2 +- kernel/cobalt/arch/arm64/include/asm/xenomai/fptest.h | 11 +-- kernel/cobalt/arch/arm64/include/asm/xenomai/thread.h | 17 +--- kernel/cobalt/arch/arm64/include/asm/xenomai/uapi/fptest.h | 83 ++++++++++++------ kernel/cobalt/arch/arm64/machine.c | 4 +- kernel/cobalt/arch/arm64/thread.c | 335 ++++++++++++++++++++++------------------------------------------------- lib/cobalt/arch/arm64/features.c | 4 +- 7 files changed, 173 insertions(+), 283 deletions(-)