linux-openrisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stafford Horne <shorne@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux OpenRISC <linux-openrisc@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] OpenRISC update for 6.4
Date: Sun, 30 Apr 2023 20:36:00 +0100	[thread overview]
Message-ID: <ZE7DIL5TkeLZrOB+@antec> (raw)

Hello Linus,

Please consider for pull,

The following changes since commit 197b6b60ae7bc51dd0814953c562833143b292aa:

  Linux 6.3-rc4 (2023-03-26 14:40:20 -0700)

are available in the Git repository at:

  https://github.com/openrisc/linux.git tags/for-linus

for you to fetch changes up to c91b4a07655d5ba67962a08dfac8bd7f45ad049c:

  openrisc: Add floating point regset (2023-04-26 15:08:06 +0100)

----------------------------------------------------------------
OpenRISC update for 6.4

Two things for OpenRISC this cycle.

 - Small cleanup for device tree cpu iteration from Rob Herring
 - Add support for storing, restoring and accessing user space FPU state, to
   allow for libc to support the FPU on OpenRISC.

----------------------------------------------------------------
Rob Herring (1):
      openrisc: Use common of_get_cpu_node() instead of open-coding

Stafford Horne (4):
      openrisc: Properly store r31 to pt_regs on unhandled exceptions
      openrisc: Support storing and restoring fpu state
      openrisc: Support floating point user api
      openrisc: Add floating point regset

 arch/openrisc/include/asm/ptrace.h          |  4 ++--
 arch/openrisc/include/uapi/asm/elf.h        |  3 +--
 arch/openrisc/include/uapi/asm/ptrace.h     |  4 ++++
 arch/openrisc/include/uapi/asm/sigcontext.h |  1 +
 arch/openrisc/kernel/entry.S                | 31 +++++++++++++++++++-----
 arch/openrisc/kernel/head.S                 |  4 ++--
 arch/openrisc/kernel/ptrace.c               | 37 +++++++++++++++++++++++++++++
 arch/openrisc/kernel/setup.c                | 19 ++-------------
 arch/openrisc/kernel/signal.c               |  2 ++
 arch/openrisc/kernel/traps.c                | 27 +++++++++++++++++++--
 10 files changed, 101 insertions(+), 31 deletions(-)

             reply	other threads:[~2023-04-30 19:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-30 19:36 Stafford Horne [this message]
2023-05-01 19:25 ` [GIT PULL] OpenRISC update for 6.4 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=ZE7DIL5TkeLZrOB+@antec \
    --to=shorne@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-openrisc@vger.kernel.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).