All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vineet.Gupta1@synopsys.com (Vineet Gupta)
To: linux-snps-arc@lists.infradead.org
Subject: [GIT PULL] ARC updates for 4.6-rc7
Date: Fri, 6 May 2016 17:52:25 +0530	[thread overview]
Message-ID: <572C8C81.5080203@synopsys.com> (raw)

Hi Linus,

Late in the cycle, but this has fixes for couple of issues: a PAE40 boot crash and
Arnd spotting lack of barriers in BE io-accessors. The 3rd patch for enabling
highmem in low physical mem ;-) honestly is more than a "fix" but its been in
works for some time, seems to be stable in testing and enables 2 of our customers
to go forward with 4.6 kernel.

Please pull !

Thx,
-Vineet

------------->
The following changes since commit 1b10cb21d888c021bedbe678f7c26aee1bf04ffa:

  ARC: add support for reserved memory defined by device tree (2016-04-27 17:06:56
+0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.6-rc7-fixes

for you to fetch changes up to 26f9d5fd82ca20fe536cb493ec7cf5628f8997e5:

  ARC: support HIGHMEM even without PAE40 (2016-05-05 16:35:46 +0530)

----------------------------------------------------------------
ARC fixes for 4.6-rc7

 - Fix for PTE truncation in PAE40 builds
 - Fix for big endian IO accessors lacking IO barrier
 - Allow HIGHMEM to work with low physical addresses

----------------------------------------------------------------
Vineet Gupta (3):
      ARC: Add missing io barriers to io{read,write}{16,32}be()
      ARC: Fix PAE40 boot failures due to PTE truncation
      ARC: support HIGHMEM even without PAE40

 arch/arc/Kconfig               | 13 ++++++++++
 arch/arc/include/asm/io.h      | 27 ++++++++++++++-------
 arch/arc/include/asm/mmzone.h  | 43 +++++++++++++++++++++++++++++++++
 arch/arc/include/asm/page.h    | 15 ++++++++----
 arch/arc/include/asm/pgtable.h | 13 +++++-----
 arch/arc/mm/init.c             | 54 ++++++++++++++++++++++++++++++------------
 6 files changed, 130 insertions(+), 35 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: lkml <linux-kernel@vger.kernel.org>,
	arcml <linux-snps-arc@lists.infradead.org>,
	Noam Camus <noamca@mellanox.com>
Subject: [GIT PULL] ARC updates for 4.6-rc7
Date: Fri, 6 May 2016 17:52:25 +0530	[thread overview]
Message-ID: <572C8C81.5080203@synopsys.com> (raw)

Hi Linus,

Late in the cycle, but this has fixes for couple of issues: a PAE40 boot crash and
Arnd spotting lack of barriers in BE io-accessors. The 3rd patch for enabling
highmem in low physical mem ;-) honestly is more than a "fix" but its been in
works for some time, seems to be stable in testing and enables 2 of our customers
to go forward with 4.6 kernel.

Please pull !

Thx,
-Vineet

------------->
The following changes since commit 1b10cb21d888c021bedbe678f7c26aee1bf04ffa:

  ARC: add support for reserved memory defined by device tree (2016-04-27 17:06:56
+0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.6-rc7-fixes

for you to fetch changes up to 26f9d5fd82ca20fe536cb493ec7cf5628f8997e5:

  ARC: support HIGHMEM even without PAE40 (2016-05-05 16:35:46 +0530)

----------------------------------------------------------------
ARC fixes for 4.6-rc7

 - Fix for PTE truncation in PAE40 builds
 - Fix for big endian IO accessors lacking IO barrier
 - Allow HIGHMEM to work with low physical addresses

----------------------------------------------------------------
Vineet Gupta (3):
      ARC: Add missing io barriers to io{read,write}{16,32}be()
      ARC: Fix PAE40 boot failures due to PTE truncation
      ARC: support HIGHMEM even without PAE40

 arch/arc/Kconfig               | 13 ++++++++++
 arch/arc/include/asm/io.h      | 27 ++++++++++++++-------
 arch/arc/include/asm/mmzone.h  | 43 +++++++++++++++++++++++++++++++++
 arch/arc/include/asm/page.h    | 15 ++++++++----
 arch/arc/include/asm/pgtable.h | 13 +++++-----
 arch/arc/mm/init.c             | 54 ++++++++++++++++++++++++++++++------------
 6 files changed, 130 insertions(+), 35 deletions(-)

             reply	other threads:[~2016-05-06 12:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-06 12:22 Vineet Gupta [this message]
2016-05-06 12:22 ` [GIT PULL] ARC updates for 4.6-rc7 Vineet Gupta

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=572C8C81.5080203@synopsys.com \
    --to=vineet.gupta1@synopsys.com \
    --cc=linux-snps-arc@lists.infradead.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 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.