Revision dd2384a75d1c046faf068a6352732a204814b86d authored by Linus Torvalds on 08 August 2015, 01:38:00 UTC, committed by Linus Torvalds on 08 August 2015, 01:38:00 UTC
Pull ARC fixes from Vineet Gupta:
 "Here's a late pull request for accumulated ARC fixes which came out of
  extended testing of the new ARCv2 port with LTP etc.  llock/scond
  livelock workaround has been reviewed by PeterZ.  The changes look a
  lot but I've crafted them into finer grained patches for better
  tracking later.

  I have some more fixes (ARC Futex backend) ready to go but those will
  have to wait for tglx to return from vacation.

  Summary:
   - Enable a reduced config of HS38 (w/o div-rem, ll64...)
   - Add software workaround for LLOCK/SCOND livelock
   - Fallout of a recent pt_regs update"

* tag 'arc-v4.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
  ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential backoff
  ARC: Make pt_regs regs unsigned
  ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wait cycle
  ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff
  ARC: LLOCK/SCOND based rwlock
  ARC: LLOCK/SCOND based spin_lock
  ARC: refactor atomic inline asm operands with symbolic names
  Revert "ARCv2: STAR 9000837815 workaround hardware exclusive transactions livelock"
  ARCv2: [axs103_smp] Reduce clk for Quad FPGA configs
  ARCv2: Fix the peripheral address space detection
  ARCv2: allow selection of page size for MMUv4
  ARCv2: lib: memset: Don't assume 64-bit load/stores
  ARCv2: lib: memcpy: Missing PREFETCHW
  ARCv2: add knob for DIV_REV in Kconfig
  ARC/time: Migrate to new 'set-state' interface
2 parent s b3b98a5 + 1097163
History
File Mode Size
Kconfig -rw-r--r-- 3.1 KB
Makefile -rw-r--r-- 577 bytes
associola.c -rw-r--r-- 48.0 KB
auth.c -rw-r--r-- 23.9 KB
bind_addr.c -rw-r--r-- 13.7 KB
chunk.c -rw-r--r-- 9.5 KB
debug.c -rw-r--r-- 4.2 KB
endpointola.c -rw-r--r-- 13.0 KB
input.c -rw-r--r-- 30.8 KB
inqueue.c -rw-r--r-- 6.2 KB
ipv6.c -rw-r--r-- 28.4 KB
objcnt.c -rw-r--r-- 4.0 KB
output.c -rw-r--r-- 22.3 KB
outqueue.c -rw-r--r-- 52.0 KB
primitive.c -rw-r--r-- 7.3 KB
probe.c -rw-r--r-- 5.9 KB
proc.c -rw-r--r-- 14.4 KB
protocol.c -rw-r--r-- 41.5 KB
sm_make_chunk.c -rw-r--r-- 102.1 KB
sm_sideeffect.c -rw-r--r-- 48.9 KB
sm_statefuns.c -rw-r--r-- 197.0 KB
sm_statetable.c -rw-r--r-- 31.2 KB
socket.c -rw-r--r-- 207.5 KB
ssnmap.c -rw-r--r-- 3.1 KB
sysctl.c -rw-r--r-- 12.3 KB
transport.c -rw-r--r-- 19.7 KB
tsnmap.c -rw-r--r-- 9.5 KB
ulpevent.c -rw-r--r-- 29.1 KB
ulpqueue.c -rw-r--r-- 29.0 KB

back to top