From: Vineet.Gupta1@synopsys.com (Vineet Gupta)
To: linux-snps-arc@lists.infradead.org
Subject: [GIT PULL] ARC fixes for 4.5-rc6
Date: Wed, 24 Feb 2016 11:16:19 +0530 [thread overview]
Message-ID: <56CD43AB.5030008@synopsys.com> (raw)
Hi Linus,
A critical bug fix since the last pull request and a sweeping defconfig cleanup
from Alexey.
Please pull.
Thx,
-Vineet
---->
The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865:
Linux 4.5-rc4 (2016-02-14 13:05:20 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.5-rc6-fixes
for you to fetch changes up to d73b73f5626ac0b131b31b7b9457e19201bc570b:
ARC: SMP: No need for CONFIG_ARC_IPI_DBG (2016-02-24 11:07:32 +0530)
----------------------------------------------------------------
ARC fixes for 4.5-rc5
- Fix for csd deadlock due to missing self IPI
- Accompanying IPI cleanups / optimization
- Some boot reporting updates for new features
----------------------------------------------------------------
Alexey Brodkin (1):
arc: get rid of DEVTMPFS dependency on INITRAMFS_SOURCE
Vineet Gupta (8):
ARC: Assume multiplier is always present
ARCv2: boot print Low Latency Memory
ARCv2: boot report CCMs (Closely Coupled Memories)
ARCv2: SMP: Emulate IPI to self using software triggered interrupt
ARC: [intc-compact] Remove IPI setup from ARCompact port
ARCv2: SMP: Push IPI_IRQ into IPI provider
ARCv2: Elide sending new cross core intr if receiver didn't ack prev
ARC: SMP: No need for CONFIG_ARC_IPI_DBG
arch/arc/Kconfig | 18 -------
arch/arc/Makefile | 4 --
arch/arc/configs/axs101_defconfig | 4 +-
arch/arc/configs/axs103_defconfig | 10 +---
arch/arc/configs/axs103_smp_defconfig | 10 +---
arch/arc/configs/nsim_700_defconfig | 5 +-
arch/arc/configs/nsim_hs_defconfig | 3 +-
arch/arc/configs/nsim_hs_smp_defconfig | 6 +--
arch/arc/configs/nsimosci_defconfig | 2 +-
arch/arc/configs/nsimosci_hs_defconfig | 3 +-
arch/arc/configs/nsimosci_hs_smp_defconfig | 12 +----
arch/arc/configs/tb10x_defconfig | 18 +++----
arch/arc/include/asm/arcregs.h | 32 +++++++-----
arch/arc/include/asm/irq.h | 2 -
arch/arc/include/asm/irqflags-arcv2.h | 11 ++++
arch/arc/kernel/entry-arcv2.S | 11 ++--
arch/arc/kernel/intc-compact.c | 3 --
arch/arc/kernel/mcip.c | 55 ++++++++++----------
arch/arc/kernel/setup.c | 80 +++++++++++++++++++-----------
arch/arc/kernel/smp.c | 3 --
20 files changed, 134 insertions(+), 158 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: arcml <linux-snps-arc@lists.infradead.org>,
lkml <linux-kernel@vger.kernel.org>,
Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Subject: [GIT PULL] ARC fixes for 4.5-rc6
Date: Wed, 24 Feb 2016 11:16:19 +0530 [thread overview]
Message-ID: <56CD43AB.5030008@synopsys.com> (raw)
Hi Linus,
A critical bug fix since the last pull request and a sweeping defconfig cleanup
from Alexey.
Please pull.
Thx,
-Vineet
---->
The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865:
Linux 4.5-rc4 (2016-02-14 13:05:20 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.5-rc6-fixes
for you to fetch changes up to d73b73f5626ac0b131b31b7b9457e19201bc570b:
ARC: SMP: No need for CONFIG_ARC_IPI_DBG (2016-02-24 11:07:32 +0530)
----------------------------------------------------------------
ARC fixes for 4.5-rc5
- Fix for csd deadlock due to missing self IPI
- Accompanying IPI cleanups / optimization
- Some boot reporting updates for new features
----------------------------------------------------------------
Alexey Brodkin (1):
arc: get rid of DEVTMPFS dependency on INITRAMFS_SOURCE
Vineet Gupta (8):
ARC: Assume multiplier is always present
ARCv2: boot print Low Latency Memory
ARCv2: boot report CCMs (Closely Coupled Memories)
ARCv2: SMP: Emulate IPI to self using software triggered interrupt
ARC: [intc-compact] Remove IPI setup from ARCompact port
ARCv2: SMP: Push IPI_IRQ into IPI provider
ARCv2: Elide sending new cross core intr if receiver didn't ack prev
ARC: SMP: No need for CONFIG_ARC_IPI_DBG
arch/arc/Kconfig | 18 -------
arch/arc/Makefile | 4 --
arch/arc/configs/axs101_defconfig | 4 +-
arch/arc/configs/axs103_defconfig | 10 +---
arch/arc/configs/axs103_smp_defconfig | 10 +---
arch/arc/configs/nsim_700_defconfig | 5 +-
arch/arc/configs/nsim_hs_defconfig | 3 +-
arch/arc/configs/nsim_hs_smp_defconfig | 6 +--
arch/arc/configs/nsimosci_defconfig | 2 +-
arch/arc/configs/nsimosci_hs_defconfig | 3 +-
arch/arc/configs/nsimosci_hs_smp_defconfig | 12 +----
arch/arc/configs/tb10x_defconfig | 18 +++----
arch/arc/include/asm/arcregs.h | 32 +++++++-----
arch/arc/include/asm/irq.h | 2 -
arch/arc/include/asm/irqflags-arcv2.h | 11 ++++
arch/arc/kernel/entry-arcv2.S | 11 ++--
arch/arc/kernel/intc-compact.c | 3 --
arch/arc/kernel/mcip.c | 55 ++++++++++----------
arch/arc/kernel/setup.c | 80 +++++++++++++++++++-----------
arch/arc/kernel/smp.c | 3 --
20 files changed, 134 insertions(+), 158 deletions(-)
next reply other threads:[~2016-02-24 5:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-24 5:46 Vineet Gupta [this message]
2016-02-24 5:46 ` [GIT PULL] ARC fixes for 4.5-rc6 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=56CD43AB.5030008@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.