mirror of https://lore.kernel.org/lkml/
 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>, Marc Gauthier <marc@cadence.com>,
	Max Filippov <jcmvbkbc@gmail.com>
Subject: [PULL 0/9] Xtensa improvements for v4.12
Date: Sun,  7 May 2017 10:49:15 -0700	[thread overview]
Message-ID: <1494179355-5111-1-git-send-email-jcmvbkbc@gmail.com> (raw)

Hi Linus,

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

The following changes since commit 5a7ad1146caa895ad718a534399e38bd2ba721b7:

  Linux 4.11-rc8 (2017-04-23 16:53:00 -0700)

are available in the git repository at:

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

for you to fetch changes up to 2a4e669dd611855d89d938063c10f44cb67ce65d:

  Merge branch 'xtensa-sim-params' into xtensa-fixes (2017-05-07 10:39:03 -0700)

----------------------------------------------------------------
Xtensa updates for v4.12

- clearly mark references to spilled register locations with SPILL_SLOT
  macros;
- clean up xtensa ptrace: use generic tracehooks, move internal kernel
  definitions from uapi/asm to asm, make locally-used functions static,
  fix code style and alignment;
- use command line parameters passed to ISS as kernel command line.

----------------------------------------------------------------
Max Filippov (10):
      xtensa: ISS: cleanup setup.c
      xtensa: ISS: add argc/argv simcall definitions
      xtensa: ISS: update kernel command line in platform_setup
      xtensa: use ITLB_HIT_BIT instead of hardcoded number
      xtensa: drop unused fast_io_protect function
      xtensa: clean up xtensa/kernel/ptrace.c
      xtensa: move internal ptrace definitions from uapi/asm to asm
      xtensa: use generic tracehooks
      xtensa: clean up access to spilled registers locations
      Merge branch 'xtensa-sim-params' into xtensa-fixes

 arch/xtensa/include/asm/processor.h                |  15 ++
 arch/xtensa/include/asm/ptrace.h                   |  39 +++++
 arch/xtensa/include/uapi/asm/ptrace.h              |  40 -----
 arch/xtensa/kernel/coprocessor.S                   |  24 ---
 arch/xtensa/kernel/entry.S                         |   3 +-
 arch/xtensa/kernel/process.c                       |   8 +-
 arch/xtensa/kernel/ptrace.c                        | 170 ++++++++++-----------
 arch/xtensa/kernel/setup.c                         |   9 +-
 arch/xtensa/kernel/signal.c                        |  10 +-
 arch/xtensa/kernel/stacktrace.c                    |  35 +----
 .../platforms/iss/include/platform/simcall.h       |  20 +++
 arch/xtensa/platforms/iss/setup.c                  |  43 +++---
 12 files changed, 197 insertions(+), 219 deletions(-)

-- 
Thanks.
-- Max

                 reply	other threads:[~2017-05-07 22:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1494179355-5111-1-git-send-email-jcmvbkbc@gmail.com \
    --to=jcmvbkbc@gmail.com \
    --cc=chris@zankel.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xtensa@linux-xtensa.org \
    --cc=marc@cadence.com \
    --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

Powered by JetHome