aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-27ARC: [arcompact] handle unaligned access delay slot corner caseVineet Gupta1-1/+2
2017-01-24ARCv2: smp-boot: wake_flag polling by non-Masters needs to be uncachedVineet Gupta1-3/+16
2017-01-24ARC: smp-boot: Decouple Non masters waiting API from jump to entry pointVineet Gupta2-9/+11
2017-01-24ARCv2: MCIP: update the BCR per current changesVineet Gupta1-2/+1
2017-01-24ARC: udelay: fix inline assembler by adding LP_COUNT to clobber listVineet Gupta1-1/+3
2017-01-24ARCv2: MCIP: Deprecate setting of affinity in Device TreeYuriy Kolerov1-30/+22
2017-01-18ARC: Revert "ARC: mm: IOC: Don't enable IOC by default"Vineet Gupta1-1/+1
2017-01-18ARC: mm: split arc_cache_init to allow __init reaping of bulkVineet Gupta1-14/+19
2017-01-18ARCv2: IOC: Use actual memory size to setup aperture sizeVineet Gupta3-2/+16
2017-01-18ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruptionVineet Gupta2-3/+50
2017-01-18ARCv2: IOC: refactor the IOC and SLC operations into own functionsVineet Gupta2-22/+48
2017-01-18ARC: module: Fix !CONFIG_ARC_DW2_UNWIND buildsVineet Gupta3-4/+6
2017-01-10ARCv2: save r30 on kernel entry as gcc uses it for code-genVineet Gupta2-1/+3
2017-01-04ARCv2: IRQ: Call entry/exit functions for chained handlers in MCIPYuriy Kolerov1-0/+4
2017-01-04ARC: IRQ: Use hwirq instead of virq in mask/unmaskYuriy Kolerov2-5/+5
2017-01-04ARC: mmu: clarify the MMUv3 programming modelVineet Gupta1-1/+5
2016-12-23Merge tag 'arc-4.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds8-34/+45
2016-12-19ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcacheVineet Gupta2-6/+13
2016-12-19ARC: mm: No need to save cache version in @cpuinfoVineet Gupta2-12/+5
2016-12-18ARC: enable SG chainingVladimir Kondratiev1-0/+1
2016-12-15Merge tag 'arc-4.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds19-608/+33
2016-12-14Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+1
2016-12-14arch/arc: add option to skip sync on DMA mappingAlexander Duyck1-1/+4
2016-12-14ARCv2: intc: default all interrupts to priority 1Vineet Gupta2-9/+7
2016-12-14ARCv2: entry: document intr disable in hard isrVineet Gupta1-6/+18
2016-12-13ARC: ARCompact entry: elide re-reading ECR in ProtV handlerVineet Gupta1-1/+1
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar3-6/+7
2016-11-30ARC: axs10x: really enable ARC PGUAlexey Brodkin4-4/+8
2016-11-30ARC: rename Zebu platform support to HAPSVineet Gupta4-2/+2
2016-11-30soc: Support for NPS HW schedulingNoam Camus1-2/+0
2016-11-30clocksource: import ARC timer driverVineet Gupta3-357/+3
2016-11-30ARC: breakout timer include code into separate header ...Vineet Gupta2-23/+4
2016-11-30ARC: move mcip.h into include/soc and adjust the includesVineet Gupta4-110/+3
2016-11-30ARC: breakout aux handling into a separate headerVineet Gupta2-85/+2
2016-11-30ARC: time: move time_init() out of the driverVineet Gupta2-9/+11
2016-11-30ARC: timer: gfrc, rtc: build under same option (64-bit timers)Vineet Gupta5-18/+8
2016-11-30ARC: timer: gfrc, rtc: Read BCR to detect whether hardware exists ...Vineet Gupta1-5/+13
2016-11-30ARC: timer: gfrc, rtc: deuglify big endian codeVineet Gupta1-22/+8
2016-11-30dmaengine: DW DMAC: add multi-block property to device treeEugeniy Paltsev1-0/+1
2016-11-29ARC: mm: PAE40: Fix crash at munmapYuriy Kolerov1-1/+1
2016-11-28ARC: mm: IOC: Don't enable IOC by defaultVineet Gupta1-1/+1
2016-11-28ARC: Don't use "+l" inline asm constraintVineet Gupta1-4/+5
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar19-50/+107
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-3/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-2/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-0/+2
2016-11-11Merge tag 'arc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds19-49/+104
2016-11-11Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Arnd Bergmann1-1/+3
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar20-273/+203
2016-11-08ARCv2: MCIP: Use IDU_M_DISTRI_DEST mode if there is only 1 destination coreYuriy Kolerov1-2/+11