All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stafford Horne <shorne@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Jason A. Donenfeld" <Jason@zx2c4.com>,
	Openrisc <openrisc@lists.librecores.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] OpenRISC updates for 5.19
Date: Fri, 27 May 2022 07:23:35 +0900	[thread overview]
Message-ID: <Yo/955uRNSaSMBqn@antec> (raw)

Hi Linus,

Please consider for pull

The following changes since commit af2d861d4cd2a4da5137f795ee3509e6f944a25b:

  Linux 5.18-rc4 (2022-04-24 14:51:22 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 83da38d82b2f7ac207646e55be94e8bd642e2c39:

  openrisc: Allow power off handler overriding (2022-05-23 17:15:50 +0900)

----------------------------------------------------------------
OpenRISC updates for 5.19

Fixups and enhancements for OpenRISC:
 - A few sparse warning fixups and other cleanups I noticed when working
   on a recent TLB bug found on a new OpenRISC core bring up.
 - A few fixup's from me and Jason A Donenfeld to help shutdown OpenRISC
   platforms when running CI tests

----------------------------------------------------------------
Jason A. Donenfeld (2):
      openrisc: remove bogus nops and shutdowns
      openrisc: define nop command for simulator reboot

Julia Lawall (1):
      openrisc: fix typos in comments

Stafford Horne (14):
      openrisc: Add gcc machine instruction flag configuration
      openrisc: Cleanup emergency print handling
      openrisc: Add support for liteuart emergency printing
      openrisc: Add syscall details to emergency syscall debugging
      openrisc: Pretty print show_registers memory dumps
      openrisc: Update litex defconfig to support glibc userland
      openrisc/traps: Declare file scope symbols as static
      openrisc/traps: Remove die_if_kernel function
      openrisc/traps: Declare unhandled_exception for asmlinkage
      openrisc/time: Fix symbol scope warnings
      openrisc/delay: Add include to fix symbol not declared warning
      openrisc/fault: Fix symbol scope warnings
      openrisc: Remove unused IMMU tlb workardound
      openrisc: Allow power off handler overriding

 arch/openrisc/Kconfig                     |  53 +++++
 arch/openrisc/Makefile                    |  17 ++
 arch/openrisc/configs/or1klitex_defconfig |  32 +++
 arch/openrisc/kernel/entry.S              |  20 +-
 arch/openrisc/kernel/head.S               | 368 ++++++++----------------------
 arch/openrisc/kernel/process.c            |  19 +-
 arch/openrisc/kernel/time.c               |   3 +-
 arch/openrisc/kernel/traps.c              |  63 ++---
 arch/openrisc/lib/delay.c                 |   1 +
 arch/openrisc/mm/fault.c                  |   9 +-
 arch/openrisc/mm/tlb.c                    |   2 +-
 11 files changed, 272 insertions(+), 315 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Stafford Horne <shorne@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Openrisc <openrisc@lists.librecores.org>,
	LKML <linux-kernel@vger.kernel.org>,
	"Jason A. Donenfeld" <Jason@zx2c4.com>
Subject: [GIT PULL] OpenRISC updates for 5.19
Date: Fri, 27 May 2022 07:23:35 +0900	[thread overview]
Message-ID: <Yo/955uRNSaSMBqn@antec> (raw)

Hi Linus,

Please consider for pull

The following changes since commit af2d861d4cd2a4da5137f795ee3509e6f944a25b:

  Linux 5.18-rc4 (2022-04-24 14:51:22 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 83da38d82b2f7ac207646e55be94e8bd642e2c39:

  openrisc: Allow power off handler overriding (2022-05-23 17:15:50 +0900)

----------------------------------------------------------------
OpenRISC updates for 5.19

Fixups and enhancements for OpenRISC:
 - A few sparse warning fixups and other cleanups I noticed when working
   on a recent TLB bug found on a new OpenRISC core bring up.
 - A few fixup's from me and Jason A Donenfeld to help shutdown OpenRISC
   platforms when running CI tests

----------------------------------------------------------------
Jason A. Donenfeld (2):
      openrisc: remove bogus nops and shutdowns
      openrisc: define nop command for simulator reboot

Julia Lawall (1):
      openrisc: fix typos in comments

Stafford Horne (14):
      openrisc: Add gcc machine instruction flag configuration
      openrisc: Cleanup emergency print handling
      openrisc: Add support for liteuart emergency printing
      openrisc: Add syscall details to emergency syscall debugging
      openrisc: Pretty print show_registers memory dumps
      openrisc: Update litex defconfig to support glibc userland
      openrisc/traps: Declare file scope symbols as static
      openrisc/traps: Remove die_if_kernel function
      openrisc/traps: Declare unhandled_exception for asmlinkage
      openrisc/time: Fix symbol scope warnings
      openrisc/delay: Add include to fix symbol not declared warning
      openrisc/fault: Fix symbol scope warnings
      openrisc: Remove unused IMMU tlb workardound
      openrisc: Allow power off handler overriding

 arch/openrisc/Kconfig                     |  53 +++++
 arch/openrisc/Makefile                    |  17 ++
 arch/openrisc/configs/or1klitex_defconfig |  32 +++
 arch/openrisc/kernel/entry.S              |  20 +-
 arch/openrisc/kernel/head.S               | 368 ++++++++----------------------
 arch/openrisc/kernel/process.c            |  19 +-
 arch/openrisc/kernel/time.c               |   3 +-
 arch/openrisc/kernel/traps.c              |  63 ++---
 arch/openrisc/lib/delay.c                 |   1 +
 arch/openrisc/mm/fault.c                  |   9 +-
 arch/openrisc/mm/tlb.c                    |   2 +-
 11 files changed, 272 insertions(+), 315 deletions(-)

             reply	other threads:[~2022-05-26 22:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-26 22:23 Stafford Horne [this message]
2022-05-26 22:23 ` [GIT PULL] OpenRISC updates for 5.19 Stafford Horne
2022-05-27  0:32 ` pr-tracker-bot
2022-05-27  0:32   ` 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=Yo/955uRNSaSMBqn@antec \
    --to=shorne@gmail.com \
    --cc=Jason@zx2c4.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=openrisc@lists.librecores.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.