aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2016-11-11Merge tag 'arc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 19-49/+104
2016-11-11Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Gravatar Arnd Bergmann 1-1/+3
2016-11-08ARCv2: MCIP: Use IDU_M_DISTRI_DEST mode if there is only 1 destination coreGravatar Yuriy Kolerov 1-2/+11
2016-11-08ARC: IRQ: Do not use hwirq as virq and vice versaGravatar Yuriy Kolerov 3-16/+20
2016-11-08ARC: [plat-eznps] set default baud for early consoleGravatar Noam Camus 1-0/+2
2016-11-08ARC: [plat-eznps] remove IPI clear from SMP operationsGravatar Noam Camus 1-6/+0
2016-11-08Revert "ARC: build: retire old toggles"Gravatar Vineet Gupta 1-0/+3
2016-11-07ARC: timer: rtc: implement read loop in "C" vs. inline asmGravatar Vineet Gupta 1-8/+11
2016-11-07ARC: change return value of userspace cmpxchg assist syscallGravatar Vineet Gupta 2-9/+13
2016-11-03arc: Implement arch-specific dma_map_ops.mmapGravatar Alexey Brodkin 1-0/+26
2016-10-31ARC: [SMP] avoid overriding present cpumaskGravatar Noam Camus 1-4/+6
2016-10-31ARC: Enable PERF_EVENTS in nSIM driven platformsGravatar Alexey Brodkin 9-4/+12
2016-10-28ARC: module: print pretty section namesGravatar Vineet Gupta 1-14/+21
2016-10-28ARC: module: elide loop to save reference to .eh_frameGravatar Vineet Gupta 2-10/+9
2016-10-28ARC: mm: retire ARC_DBG_TLB_MISS_COUNT...Gravatar Vineet Gupta 3-139/+0
2016-10-28ARC: build: retire old togglesGravatar Vineet Gupta 1-3/+0
2016-10-28ARC: boot log: refactor cpu name/release printingGravatar Vineet Gupta 3-24/+34
2016-10-28ARC: boot log: remove awkward space comma from MMU lineGravatar Vineet Gupta 1-3/+3
2016-10-28ARC: boot log: don't assume SWAPE instruction supportGravatar Vineet Gupta 2-2/+5
2016-10-28ARC: boot log: refactor printing abt features not captured in BCRsGravatar Vineet Gupta 2-45/+43
2016-10-28ARCv2: boot log: print IOC exists as well as enabled statusGravatar Vineet Gupta 3-9/+5
2016-10-24ARCv2: IOC: use @ioc_enable not @ioc_exist where intendedGravatar Vineet Gupta 3-7/+9
2016-10-24ARC: syscall for userspace cmpxchg assistGravatar Vineet Gupta 3-4/+39
2016-10-19ARC: fix build warning in elf.hGravatar Vineet Gupta 1-1/+1
2016-10-19ARC: Adjust cpuinfo for non-continuous cpu idsGravatar Noam Camus 1-1/+1
2016-10-16ARC: [build] Support gz, lzma compressed uImageGravatar Daniel Mentz 2-2/+16
2016-10-16ARCv2: intc: untangle SMP, MCIP and IDUGravatar Vineet Gupta 3-28/+36
2016-10-14Merge branch 'work.uaccess' into for-linusGravatar Al Viro 1-4/+4
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+1
2016-10-07Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2016-09-30ARC: [plat*] enables MODULE*Gravatar Vineet Gupta 5-1/+16
2016-09-30ARCv2: fix local_save_flagsGravatar Vineet Gupta 1-1/+1
2016-09-30ARC: CONFIG_NODES_SHIFT fix default valuesGravatar Noam Camus 1-2/+2
2016-09-30ARCv2: intc: Use kflag if STATUS32.IE must be resetGravatar Yuriy Kolerov 1-1/+1
2016-09-30ARC: .exit.* sections can be discarded in .eh_frame regimeGravatar Vineet Gupta 1-8/+0
2016-09-30ARC: dw2 unwind: enable cfi pseudo ops in string libGravatar Vineet Gupta 11-25/+26
2016-09-30ARC: dw2 unwind: add infrastructure for adding cfi pseudo ops to asmGravatar Vineet Gupta 3-1/+52
2016-09-30ARC: entry: make ret_from_system_call local labelGravatar Vineet Gupta 1-7/+5
2016-09-30ARC: dw2 unwind: don't force dwarf 2Gravatar Vineet Gupta 1-6/+0
2016-09-30ARC: dw2 unwind: switch to .eh_frame based unwindingGravatar Vineet Gupta 5-34/+13
2016-09-30ARC: dw2 unwind: factor CIE specifics for .eh_frame/.debug_frameGravatar Vineet Gupta 1-7/+18
2016-09-30ARC: module: support R_ARC_32_PCREL relocationGravatar Vineet Gupta 2-4/+5
2016-09-30arc: perf: Enable generic "cache-references" and "cache-misses" eventsGravatar Alexey Brodkin 2-2/+7
2016-09-30ARC: [plat-eznps] add missing atomic_fetch_xxx operationsGravatar Noam Camus 1-0/+2
2016-09-30ARCv2: Implement atomic64 based on LLOCKD/SCONDD instructionsGravatar Vineet Gupta 2-3/+260
2016-09-30ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 coresGravatar Vineet Gupta 5-18/+23
2016-09-30ARCv2: identify HS38 rel 3.0 coresGravatar Vineet Gupta 1-0/+1
2016-09-30ARCv2: Add support for ZeBu Emulation platform for HS coresGravatar Vineet Gupta 5-0/+330
2016-09-30arc: Add "model" properly in device tree description of all boardsGravatar Alexey Brodkin 13-0/+13
2016-09-15arc: don't leak bits of kernel stack into coredumpGravatar Al Viro 1-4/+4