Revision 1308fd75e5ae211ee2ad688a58e4d7d0d8df4975 authored by Linus Torvalds on 29 October 2016, 00:02:58 UTC, committed by Linus Torvalds on 29 October 2016, 00:02:58 UTC
Pull ARC updates from Vineet Gupta:

 - support IDU intc for UP builds

 - support gz, lzma compressed uImage [Daniel Mentz]

 - adjust /proc/cpuinfo for non-continuous cpu ids [Noam Camus]

 - syscall for userspace cmpxchg assist for configs lacking hardware atomics

 - rework of boot log printing mainly for identifying older arc700 cores

 - retiring some old code, build toggles

* tag 'arc-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
  ARC: module: print pretty section names
  ARC: module: elide loop to save reference to .eh_frame
  ARC: mm: retire ARC_DBG_TLB_MISS_COUNT...
  ARC: build: retire old toggles
  ARC: boot log: refactor cpu name/release printing
  ARC: boot log: remove awkward space comma from MMU line
  ARC: boot log: don't assume SWAPE instruction support
  ARC: boot log: refactor printing abt features not captured in BCRs
  ARCv2: boot log: print IOC exists as well as enabled status
  ARCv2: IOC: use @ioc_enable not @ioc_exist where intended
  ARC: syscall for userspace cmpxchg assist
  ARC: fix build warning in elf.h
  ARC: Adjust cpuinfo for non-continuous cpu ids
  ARC: [build] Support gz, lzma compressed uImage
  ARCv2: intc: untangle SMP, MCIP and IDU
2 parent s 6fcc8ce + b75dcd9
History
File Mode Size
unittest-data
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 656 bytes
address.c -rw-r--r-- 22.6 KB
base.c -rw-r--r-- 65.8 KB
device.c -rw-r--r-- 7.1 KB
dynamic.c -rw-r--r-- 19.7 KB
fdt.c -rw-r--r-- 32.3 KB
fdt_address.c -rw-r--r-- 6.4 KB
irq.c -rw-r--r-- 19.2 KB
of_mdio.c -rw-r--r-- 12.9 KB
of_net.c -rw-r--r-- 2.4 KB
of_numa.c -rw-r--r-- 4.2 KB
of_pci.c -rw-r--r-- 11.1 KB
of_pci_irq.c -rw-r--r-- 3.6 KB
of_private.h -rw-r--r-- 3.4 KB
of_reserved_mem.c -rw-r--r-- 10.0 KB
overlay.c -rw-r--r-- 12.9 KB
pdt.c -rw-r--r-- 5.7 KB
platform.c -rw-r--r-- 17.7 KB
resolver.c -rw-r--r-- 10.5 KB
unittest.c -rw-r--r-- 51.8 KB

back to top