[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <C2D7FE5348E1B147BCA15975FBA23075665AE1BD@IN01WEMBXB.internal.synopsys.com>
Date: Wed, 15 Jul 2015 07:27:30 +0000
From: Vineet Gupta <Vineet.Gupta1@...opsys.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: lkml <linux-kernel@...r.kernel.org>,
"arc-linux-dev@...opsys.com" <arc-linux-dev@...opsys.com>,
Alexey Brodkin <Alexey.Brodkin@...opsys.com>,
"Joel Porquet" <joel@...quet.org>, Michal Marek <mmarek@...e.cz>
Subject: [GIT PULL] ARC fixes for 4.2-rc3
Hi Linus,
Please pull.
Thx,
-Vineet
----------->
The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/
tags/arc-v4.2-rc3-fixes
for you to fetch changes up to 624b71ee20acba269e348eb6bdd516d47b9d30fa:
ARCv2: support HS38 releases (2015-07-13 13:33:23 +0530)
----------------------------------------------------------------
ARC fixes for 4.2-rc3
- Makefile changes (top-level+ARC) reinstates -O3 builds (regression since 3.16)
- IDU intc related fixes, IRQ affinity
- patch to make bitops safer for ARC
- perf fix from Alexey to remove signed PC braino
- Futex backend gets llock/scond support
----------------------------------------------------------------
Alexey Brodkin (3):
ARCv2: guard SLC DMA ops with spinlock
ARCv2: [axs103] bump CPU frequency from 75 to 90 MHZ
ARC: make sure instruction_pointer() returns unsigned value
Joël Porquet (1):
arc:irqchip: prepare for drivers/irqchip/irqchip.h removal
Michal Marek (1):
kbuild: Allow arch Makefiles to override {cpp,ld,c}flags
Vineet Gupta (10):
ARC: Kconfig: better way to disable ARC_HAS_LLSC for ARC_CPU_750D
ARC: Override toplevel default -O2 with -O3
ARC: Don't memzero twice in dma_alloc_coherent for __GFP_ZERO
ARC: fix unused var wanring
ARCv2: intc: IDU: support irq affinity
ARCv2: intc: IDU: Fix potential race in installing a chained IRQ handler
ARC: Make ARC bitops "safer" (add anti-optimization)
ARC: Add llock/scond to futex backend
ARC: slightly refactor macros for boot logging
ARCv2: support HS38 releases
Documentation/kbuild/makefiles.txt | 8 +++++++
Makefile | 9 +++----
arch/arc/Kconfig | 3 ++-
arch/arc/Makefile | 3 ++-
arch/arc/boot/dts/axc003.dtsi | 2 +-
arch/arc/boot/dts/axc003_idu.dtsi | 2 +-
arch/arc/include/asm/bitops.h | 35 +++++++--------------------
arch/arc/include/asm/futex.h | 48 +++++++++++++++++++++++++++++++++-----
arch/arc/include/asm/ptrace.h | 2 +-
arch/arc/kernel/intc-arcv2.c | 1 -
arch/arc/kernel/intc-compact.c | 1 -
arch/arc/kernel/mcip.c | 23 ++++++++++++++----
arch/arc/kernel/setup.c | 15 ++++++++----
arch/arc/kernel/troubleshoot.c | 1 -
arch/arc/mm/cache.c | 12 ++++++++--
arch/arc/mm/dma.c | 4 ++--
16 files changed, 112 insertions(+), 57 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists