[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <d709d1dc-69e8-3fcd-f790-8699ca6a4e04@synopsys.com>
Date: Fri, 31 Jan 2020 17:43:34 +0000
From: Vineet Gupta <Vineet.Gupta1@...opsys.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: arcml <linux-snps-arc@...ts.infradead.org>,
lkml <linux-kernel@...r.kernel.org>,
Jose Abreu <Jose.Abreu@...opsys.com>
Subject: [GIT PULL] ARC updates for 5.6-rc1
Hi Linus,
Please pull ARC updates for 5.6-rc1
Thx,
-Vineet
------------------------>
The following changes since commit b3a987b0264d3ddbb24293ebff10eddfc472f653:
Linux 5.5-rc6 (2020-01-12 16:55:08 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.6-rc1
for you to fetch changes up to f45ba2bd6da0dc8000aa7ea7a3858fb51608f766:
ARCv2: fpu: preserve userspace fpu state (2020-01-17 16:53:44 -0800)
----------------------------------------------------------------
ARC updates for 5.6-rc1
- Wiring up clone3 syscall
- ARCv2 FPU state save/restore across context switch
- AXS10x platform and miscll fixes
----------------------------------------------------------------
Jose Abreu (1):
ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node
Vineet Gupta (4):
ARC: update feature support for jump-labels
ARC: wireup clone3 syscall
ARC: fpu: declutter code, move bits out into fpu.h
ARCv2: fpu: preserve userspace fpu state
.../features/core/jump-labels/arch-support.txt | 2 +-
arch/arc/Kconfig | 16 +++----
arch/arc/boot/dts/axs10x_mb.dtsi | 1 +
arch/arc/include/asm/arcregs.h | 2 +
arch/arc/include/asm/fpu.h | 55 ++++++++++++++++++++++
arch/arc/include/asm/processor.h | 10 +---
arch/arc/include/asm/switch_to.h | 17 +------
arch/arc/include/asm/syscalls.h | 1 +
arch/arc/include/uapi/asm/unistd.h | 1 +
arch/arc/kernel/Makefile | 2 +
arch/arc/kernel/entry.S | 12 +++++
arch/arc/kernel/fpu.c | 29 +++++++++++-
arch/arc/kernel/process.c | 13 +++--
arch/arc/kernel/sys.c | 1 +
14 files changed, 121 insertions(+), 41 deletions(-)
create mode 100644 arch/arc/include/asm/fpu.h
Powered by blists - more mailing lists