linux-snps-arc.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jose Abreu <Jose.Abreu@synopsys.com>,
	arcml <linux-snps-arc@lists.infradead.org>,
	lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] ARC updates for 5.6-rc1
Date: Fri, 31 Jan 2020 17:43:34 +0000	[thread overview]
Message-ID: <d709d1dc-69e8-3fcd-f790-8699ca6a4e04@synopsys.com> (raw)

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
_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

             reply	other threads:[~2020-01-31 17:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-31 17:43 Vineet Gupta [this message]
2020-01-31 19:35 ` [GIT PULL] ARC updates for 5.6-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d709d1dc-69e8-3fcd-f790-8699ca6a4e04@synopsys.com \
    --to=vineet.gupta1@synopsys.com \
    --cc=Jose.Abreu@synopsys.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).