Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1184377

[GIT PULL] ARC fixes for 4.2-rc3

From Vineet Gupta <Vineet.Gupta1@synopsys.com>
Newsgroups linux.kernel
Subject [GIT PULL] ARC fixes for 4.2-rc3
Date 2015-07-15 09:30 +0200
Message-ID <pMpiF-Ak-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[GIT PULL] ARC fixes for 4.2-rc3 Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-07-15 09:30 +0200
  Re: [GIT PULL] ARC fixes for 4.2-rc3 Linus Torvalds <torvalds@linux-foundation.org> - 2015-07-15 22:30 +0200
    Re: [GIT PULL] ARC fixes for 4.2-rc3 Michal Marek <mmarek@suse.cz> - 2015-07-16 18:40 +0200

csiph-web