public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Max Filippov <jcmvbkbc@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-xtensa@linux-xtensa.org,
	Chris Zankel <chris@zankel.net>,
	Max Filippov <jcmvbkbc@gmail.com>
Subject: [PULL 0/8] xtensa updates for v5.1
Date: Thu,  7 Mar 2019 07:52:18 -0800	[thread overview]
Message-ID: <20190307155218.26272-1-jcmvbkbc@gmail.com> (raw)

Hi Linus,

please pull the following batch of updates for the Xtensa architecture:

The following changes since commit 8834f5600cf3c8db365e18a3d5cac2c2780c81e5:

  Linux 5.0-rc5 (2019-02-03 13:48:04 -0800)

are available in the git repository at:

  git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20190307

for you to fetch changes up to 60deebe6149a3f02fa6a9fa988dda500effda43f:

  xtensa: simplify trap_init (2019-02-07 12:35:32 -0800)

----------------------------------------------------------------
Xtensa updates for v5.1:

- use generic spinlock/rwlock implementations
- clean up IPI processing
- document boot parameters passing to the kernel
- fix get_wchan
- various cleanups in time.c, process.c, traps.c and thread_info.h

----------------------------------------------------------------
Max Filippov (8):
      xtensa: document boot parameter passing
      xtensa: SMP: rework IPI processing
      xtensa: clean up arch/xtensa/kernel/time.c
      xtensa: provide xchg for sizes 1 and 2
      xtensa: use generic spinlock/rwlock implementation
      xtensa: fix get_wchan
      xtensa: drop unused definitions
      xtensa: simplify trap_init

 Documentation/xtensa/booting.txt         |  19 ++++
 arch/xtensa/Kconfig                      |   2 +
 arch/xtensa/include/asm/Kbuild           |   2 +
 arch/xtensa/include/asm/cmpxchg.h        |  36 +++++-
 arch/xtensa/include/asm/spinlock.h       | 185 +------------------------------
 arch/xtensa/include/asm/spinlock_types.h |  15 +--
 arch/xtensa/include/asm/thread_info.h    |   9 --
 arch/xtensa/kernel/process.c             |   6 +-
 arch/xtensa/kernel/smp.c                 |  38 ++++---
 arch/xtensa/kernel/time.c                |  53 +++++----
 arch/xtensa/kernel/traps.c               |   5 +-
 11 files changed, 113 insertions(+), 257 deletions(-)
 create mode 100644 Documentation/xtensa/booting.txt

-- 
Thanks.
-- Max

             reply	other threads:[~2019-03-07 15:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-07 15:52 Max Filippov [this message]
2019-03-07 21:40 ` [PULL 0/8] xtensa updates for v5.1 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=20190307155218.26272-1-jcmvbkbc@gmail.com \
    --to=jcmvbkbc@gmail.com \
    --cc=chris@zankel.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xtensa@linux-xtensa.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