aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
2017-02-07ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta
2017-01-27ARC: [arcompact] handle unaligned access delay slot corner caseVineet Gupta
2017-01-24ARCv2: smp-boot: wake_flag polling by non-Masters needs to be uncachedVineet Gupta
2017-01-24ARC: smp-boot: Decouple Non masters waiting API from jump to entry pointVineet Gupta
2017-01-24ARCv2: MCIP: update the BCR per current changesVineet Gupta
2017-01-24ARC: udelay: fix inline assembler by adding LP_COUNT to clobber listVineet Gupta
2017-01-24ARCv2: MCIP: Deprecate setting of affinity in Device TreeYuriy Kolerov
2017-01-18ARC: Revert "ARC: mm: IOC: Don't enable IOC by default"Vineet Gupta
2017-01-18ARC: mm: split arc_cache_init to allow __init reaping of bulkVineet Gupta
2017-01-18ARCv2: IOC: Use actual memory size to setup aperture sizeVineet Gupta
2017-01-18ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruptionVineet Gupta
2017-01-18ARCv2: IOC: refactor the IOC and SLC operations into own functionsVineet Gupta
2017-01-18ARC: module: Fix !CONFIG_ARC_DW2_UNWIND buildsVineet Gupta
2017-01-10ARCv2: save r30 on kernel entry as gcc uses it for code-genVineet Gupta
2017-01-04ARCv2: IRQ: Call entry/exit functions for chained handlers in MCIPYuriy Kolerov
2017-01-04ARC: IRQ: Use hwirq instead of virq in mask/unmaskYuriy Kolerov
2017-01-04ARC: mmu: clarify the MMUv3 programming modelVineet Gupta
2016-12-23Merge tag 'arc-4.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-19ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcacheVineet Gupta
2016-12-19ARC: mm: No need to save cache version in @cpuinfoVineet Gupta
2016-12-18ARC: enable SG chainingVladimir Kondratiev
2016-12-15Merge tag 'arc-4.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-14Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2016-12-14arch/arc: add option to skip sync on DMA mappingAlexander Duyck
2016-12-14ARCv2: intc: default all interrupts to priority 1Vineet Gupta
2016-12-14ARCv2: entry: document intr disable in hard isrVineet Gupta
2016-12-13ARC: ARCompact entry: elide re-reading ECR in ProtV handlerVineet Gupta
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-11-30ARC: axs10x: really enable ARC PGUAlexey Brodkin
2016-11-30ARC: rename Zebu platform support to HAPSVineet Gupta
2016-11-30soc: Support for NPS HW schedulingNoam Camus
2016-11-30clocksource: import ARC timer driverVineet Gupta
2016-11-30ARC: breakout timer include code into separate header ...Vineet Gupta
2016-11-30ARC: move mcip.h into include/soc and adjust the includesVineet Gupta
2016-11-30ARC: breakout aux handling into a separate headerVineet Gupta
2016-11-30ARC: time: move time_init() out of the driverVineet Gupta
2016-11-30ARC: timer: gfrc, rtc: build under same option (64-bit timers)Vineet Gupta
2016-11-30ARC: timer: gfrc, rtc: Read BCR to detect whether hardware exists ...Vineet Gupta
2016-11-30ARC: timer: gfrc, rtc: deuglify big endian codeVineet Gupta
2016-11-30dmaengine: DW DMAC: add multi-block property to device treeEugeniy Paltsev
2016-11-29ARC: mm: PAE40: Fix crash at munmapYuriy Kolerov
2016-11-28ARC: mm: IOC: Don't enable IOC by defaultVineet Gupta
2016-11-28ARC: Don't use "+l" inline asm constraintVineet Gupta
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger
2016-11-11Merge tag 'arc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2016-11-11Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Arnd Bergmann
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar