public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Chris Metcalf <cmetcalf@tilera.com>
To: Gleb Natapov <gleb@redhat.com>, <linux-kernel@vger.kernel.org>,
	<kvm@vger.kernel.org>, Paolo Bonzini <pbonzini@redhat.com>,
	Jan Kiszka <jan.kiszka@siemens.com>
Subject: [PATCH 0/3] tile prerequisites for KVM support
Date: Tue, 3 Sep 2013 15:09:32 -0400	[thread overview]
Message-ID: <cover.1378235372.git.cmetcalf@tilera.com> (raw)
In-Reply-To: <20130903173931.GO10142@redhat.com>

The KVM support for tile requires additional review that is out of scope
for 3.12, but some of the changes included with the KVM code are really
just pre-requisite reorganization or re-parameterization of existing code.
Gleb Natapov had previously requested finer-grained KVM patches, and with
an eye toward simplifying eventual code review I realized there was
more that could be split out into separate patches.

Rather than making these changes part of the eventual KVM review, I've
split them out here into some smaller pieces that don't require review
by the KVM team, since they are essentially internal rework within the
tile architecture.  This will also simplify ongoing three-way merges.

I will defer the pull request for linux-tile for a few days in case
anyone has comments on this batch of changes.

Chris Metcalf (3):
  tile: clean up relocate_kernel_64 debug code
  tile: don't assume user privilege is zero
  tile: parameterize VA and PA space more cleanly

 arch/tile/include/asm/page.h          | 52 ++++++++++++++---------------------
 arch/tile/include/asm/pgtable_32.h    |  2 +-
 arch/tile/include/asm/pgtable_64.h    |  3 +-
 arch/tile/include/asm/processor.h     |  6 ++--
 arch/tile/include/asm/ptrace.h        |  2 +-
 arch/tile/kernel/head_32.S            |  4 +--
 arch/tile/kernel/head_64.S            |  6 ++--
 arch/tile/kernel/intvec_32.S          |  6 ++--
 arch/tile/kernel/intvec_64.S          | 31 +++++++++++++++------
 arch/tile/kernel/relocate_kernel_64.S |  9 ++++--
 arch/tile/kernel/setup.c              |  8 +++---
 arch/tile/kernel/stack.c              |  2 +-
 arch/tile/kernel/traps.c              |  2 +-
 arch/tile/kernel/vmlinux.lds.S        | 10 +++----
 arch/tile/mm/fault.c                  |  4 +--
 arch/tile/mm/init.c                   |  8 +++---
 16 files changed, 81 insertions(+), 74 deletions(-)

-- 
1.8.3.1


      parent reply	other threads:[~2013-09-03 19:33 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-12 15:24 [PATCH] tile: support KVM for tilegx Chris Metcalf
2013-08-12 17:08 ` Jan Kiszka
2013-08-12 20:24   ` [PATCH v2] " Chris Metcalf
2013-08-25 11:39     ` Gleb Natapov
2013-08-26  1:26       ` Chris Metcalf
2013-08-26 12:04         ` Gleb Natapov
2013-08-28 19:45           ` [PATCH v3 1/3] tile: support KVM host mode Chris Metcalf
2013-09-10 10:53             ` Gleb Natapov
2013-09-10 11:59               ` Paolo Bonzini
2013-09-30 20:11               ` Chris Metcalf
2013-10-01 15:21                 ` Gleb Natapov
2013-08-28 20:57           ` [PATCH v3 2/3] tile: enable building as a paravirtualized KVM_GUEST Chris Metcalf
2013-08-28 20:58           ` [PATCH v3 3/3] tile: enable VIRTIO support for KVM Chris Metcalf
2013-09-10 12:47             ` Paolo Bonzini
2013-09-30 20:11               ` Chris Metcalf
2013-10-01  6:39                 ` Paolo Bonzini
2013-08-29  0:26           ` [PATCH v2] tile: support KVM for tilegx Chris Metcalf
2013-09-03 17:32           ` Chris Metcalf
2013-09-03 17:39             ` Gleb Natapov
2013-09-03 17:46               ` Chris Metcalf
2013-09-03 18:13               ` [PATCH 1/3] tile: clean up relocate_kernel_64 debug code Chris Metcalf
2013-09-03 18:41               ` [PATCH 3/3] tile: parameterize VA and PA space more cleanly Chris Metcalf
2013-09-03 18:45               ` [PATCH 2/3] tile: don't assume user privilege is zero Chris Metcalf
2013-09-03 19:09               ` Chris Metcalf [this message]

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=cover.1378235372.git.cmetcalf@tilera.com \
    --to=cmetcalf@tilera.com \
    --cc=gleb@redhat.com \
    --cc=jan.kiszka@siemens.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    /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