public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
From: guoren@kernel.org
To: torvalds@linux-foundation.org
Cc: arnd@arndb.de, linux-kernel@vger.kernel.org,
	linux-arch@vger.kernel.org, linux-csky@vger.kernel.org
Subject: [GIT PULL] csky changes for v6.0-rc1
Date: Wed,  3 Aug 2022 23:34:46 -0400	[thread overview]
Message-ID: <20220804033446.1250001-1-guoren@kernel.org> (raw)

Hi Linus,

Please pull the latest csky changes from:

The following changes since commit ff6992735ade75aae3e35d16b17da1008d753d28:

  Linux 5.19-rc7 (2022-07-17 13:30:22 -0700)

are available in the Git repository at:

  https://github.com/c-sky/csky-linux.git tags/csky-for-linus-6.0-rc1

for you to fetch changes up to 45fef4c4b9c94e86d9c13f0b2e7e71bb32254509:

  csky: abiv1: Fixup compile error (2022-07-31 22:39:23 -0400)

----------------------------------------------------------------
arch/csky patches for 6.0-rc1

The pull request we've done:
 - Add jump-label
 - Add qspinlock
 - Enable ARCH_INLINE_READ*/WRITE*/SPIN*
 - Some fixups and a coding convention

----------------------------------------------------------------
Christophe JAILLET (1):
      csky: Use the bitmap API to allocate bitmaps

Guo Ren (7):
      csky: Correct position of _stext
      csky: Move HEAD_TEXT_SECTION out of __init_begin-end
      csky: Add jump-label implementation
      csky: Add qspinlock support
      csky: Enable ARCH_INLINE_READ*/WRITE*/SPIN*
      csky: cmpxchg: Coding convention for BUILD_BUG()
      csky: abiv1: Fixup compile error

Liao Chang (1):
      csky/kprobe: reclaim insn_slot on kprobe unregistration

 arch/csky/Kconfig                      | 29 ++++++++++++++++++
 arch/csky/abiv1/inc/abi/string.h       |  6 ++++
 arch/csky/include/asm/Kbuild           |  4 +--
 arch/csky/include/asm/cmpxchg.h        | 31 +++++++++++++++----
 arch/csky/include/asm/jump_label.h     | 47 +++++++++++++++++++++++++++++
 arch/csky/include/asm/sections.h       | 10 +++++++
 arch/csky/include/asm/spinlock.h       | 12 ++++++++
 arch/csky/include/asm/spinlock_types.h |  9 ++++++
 arch/csky/kernel/Makefile              |  1 +
 arch/csky/kernel/jump_label.c          | 54 ++++++++++++++++++++++++++++++++++
 arch/csky/kernel/probes/kprobes.c      |  4 +++
 arch/csky/kernel/setup.c               |  4 +--
 arch/csky/kernel/vmlinux.lds.S         | 15 +++++-----
 arch/csky/mm/asid.c                    |  5 ++--
 14 files changed, 211 insertions(+), 20 deletions(-)
 create mode 100644 arch/csky/include/asm/jump_label.h
 create mode 100644 arch/csky/include/asm/sections.h
 create mode 100644 arch/csky/include/asm/spinlock.h
 create mode 100644 arch/csky/include/asm/spinlock_types.h
 create mode 100644 arch/csky/kernel/jump_label.c

             reply	other threads:[~2022-08-04  3:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-04  3:34 guoren [this message]
2022-08-04 22:46 ` [GIT PULL] csky changes for v6.0-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=20220804033446.1250001-1-guoren@kernel.org \
    --to=guoren@kernel.org \
    --cc=arnd@arndb.de \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-csky@vger.kernel.org \
    --cc=linux-kernel@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