aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-3/+3
2017-02-22Merge tag 'arc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds16-133/+115
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+2
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2017-02-07ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta1-1/+1
2017-02-06ARC: [plat-*] ARC_HAS_COH_CACHES no longer relevantVineet Gupta3-8/+0
2017-02-06ARCv2: intc: Delete useless comments in Device TreesYuriy Kolerov2-2/+0
2017-02-06ARCv2: IDU-intc: Delete deprecated parameters in Device TreesYuriy Kolerov6-83/+15
2017-02-06ARCv2: IDU-intc: mask all common interrupts by defaultYuriy Kolerov1-2/+10
2017-02-06ARCv2: IDU-intc: Use build registers for getting numbers of interruptsYuriy Kolerov1-10/+9
2017-02-06ARCv2: intc: Set default priority for all core interruptsYuriy Kolerov1-1/+11
2017-02-06ARCv2: intc: Use runtime value of irq count for setting up intcVineet Gupta2-11/+18
2017-02-06ARCv2: intc: Rework the build time irq count informationYuriy Kolerov3-13/+13
2017-02-06ARC: [intc-*]: confine NR_CPU_IRQS to intc codeVineet Gupta3-1/+3
2017-02-06ARCv2: intc: Use ARC_REG_STATUS32 for addressing STATUS32 regYuriy Kolerov2-1/+4
2017-02-06arc: vdk: Add support of UIOAlexey Brodkin2-0/+10
2017-02-06arc: vdk: Add support of MMC controllerAlexey Brodkin2-0/+22
2017-02-06arc: vdk: Disable halt on resetAlexey Brodkin1-2/+1
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker1-1/+0
2017-01-27ARC: [arcompact] handle unaligned access delay slot corner caseVineet Gupta1-1/+2
2017-01-26arc: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-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-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche2-3/+3
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