aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2016-12-23Merge tag 'arc-4.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-34/+45
2016-12-19ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcacheGravatar Vineet Gupta 2-6/+13
2016-12-19ARC: mm: No need to save cache version in @cpuinfoGravatar Vineet Gupta 2-12/+5
2016-12-18ARC: enable SG chainingGravatar Vladimir Kondratiev 1-0/+1
2016-12-15Merge tag 'arc-4.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 19-608/+33
2016-12-14Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-0/+1
2016-12-14arch/arc: add option to skip sync on DMA mappingGravatar Alexander Duyck 1-1/+4
2016-12-14ARCv2: intc: default all interrupts to priority 1Gravatar Vineet Gupta 2-9/+7
2016-12-14ARCv2: entry: document intr disable in hard isrGravatar Vineet Gupta 1-6/+18
2016-12-13ARC: ARCompact entry: elide re-reading ECR in ProtV handlerGravatar Vineet Gupta 1-1/+1
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 3-6/+7
2016-11-30ARC: axs10x: really enable ARC PGUGravatar Alexey Brodkin 4-4/+8
2016-11-30ARC: rename Zebu platform support to HAPSGravatar Vineet Gupta 4-2/+2
2016-11-30soc: Support for NPS HW schedulingGravatar Noam Camus 1-2/+0
2016-11-30clocksource: import ARC timer driverGravatar Vineet Gupta 3-357/+3
2016-11-30ARC: breakout timer include code into separate header ...Gravatar Vineet Gupta 2-23/+4
2016-11-30ARC: move mcip.h into include/soc and adjust the includesGravatar Vineet Gupta 4-110/+3
2016-11-30ARC: breakout aux handling into a separate headerGravatar Vineet Gupta 2-85/+2
2016-11-30ARC: time: move time_init() out of the driverGravatar Vineet Gupta 2-9/+11
2016-11-30ARC: timer: gfrc, rtc: build under same option (64-bit timers)Gravatar Vineet Gupta 5-18/+8
2016-11-30ARC: timer: gfrc, rtc: Read BCR to detect whether hardware exists ...Gravatar Vineet Gupta 1-5/+13
2016-11-30ARC: timer: gfrc, rtc: deuglify big endian codeGravatar Vineet Gupta 1-22/+8
2016-11-30dmaengine: DW DMAC: add multi-block property to device treeGravatar Eugeniy Paltsev 1-0/+1
2016-11-29ARC: mm: PAE40: Fix crash at munmapGravatar Yuriy Kolerov 1-1/+1
2016-11-28ARC: mm: IOC: Don't enable IOC by defaultGravatar Vineet Gupta 1-1/+1
2016-11-28ARC: Don't use "+l" inline asm constraintGravatar Vineet Gupta 1-4/+5
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 19-50/+107
2016-11-17locking/core: Provide common cpu_relax_yield() definitionGravatar Christian Borntraeger 1-3/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Gravatar Christian Borntraeger 1-2/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Gravatar Christian Borntraeger 1-0/+2
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-11Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 20-273/+203
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