All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/8] xtensa updates for v5.1
@ 2019-03-07 15:52 Max Filippov
  2019-03-07 21:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Max Filippov @ 2019-03-07 15:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-xtensa, Chris Zankel, Max Filippov

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PULL 0/8] xtensa updates for v5.1
  2019-03-07 15:52 [PULL 0/8] xtensa updates for v5.1 Max Filippov
@ 2019-03-07 21:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-03-07 21:40 UTC (permalink / raw)
  To: Max Filippov
  Cc: Linus Torvalds, linux-kernel, linux-xtensa, Chris Zankel, Max Filippov

The pull request you sent on Thu,  7 Mar 2019 07:52:18 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dd1c3ed76f26504621b5ce08b894666aafa38e47

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-07 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-07 15:52 [PULL 0/8] xtensa updates for v5.1 Max Filippov
2019-03-07 21:40 ` pr-tracker-bot

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.