summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorLines
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+0
2016-03-21Merge tag 'arc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-155/+201
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+2
2016-03-19ARCv2: ioremap: Support dynamic peripheral address spaceVineet Gupta-14/+25
2016-03-19ARC: dma: reintroduce platform specific dma<->physVineet Gupta-5/+14
2016-03-19ARC: dma: ioremap: use phys_addr_t consistenctly in code pathsVineet Gupta-35/+37
2016-03-19ARC: dma: pass_phys() not sg_virt() to cache opsVineet Gupta-2/+2
2016-03-19ARC: dma: non-coherent pages need V-P mapping if in HIGHMEMVineet Gupta-15/+32
2016-03-19ARC: dma: Use struct page based page allocator helpersVineet Gupta-8/+17
2016-03-18ARC: build: Turn off -Wmaybe-uninitialized for ARC gcc 4.8Vineet Gupta-1/+3
2016-03-17ARC, thp: remove infrastructure for handling splitting PMDsVineet Gupta-3/+0
2016-03-17ARC: [plat-axs10x] add Ethernet PHY description in .dtsAlexey Brodkin-0/+8
2016-03-17arc: use of_platform_default_populate() to populate default busKefeng Wang-1/+1
2016-03-17ARC: thp: unbork !CONFIG_TRANSPARENT_HUGEPAGE buildVineet Gupta-1/+6
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+92
2016-03-15arc: [plat-nsimosci*] use ezchip network driverLada Trimasova-9/+10
2016-03-15ARCv2: LLSC: software backoff is NOT needed starting HS2.1cVineet Gupta-6/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck-2/+2
2016-03-12ARC: mm: Use virt_to_pfn() for addr >> PAGE_SHIFT patternVineet Gupta-17/+11
2016-03-12ARC: [plat-nsim] document rangesVineet Gupta-1/+2
2016-03-12ARC: build: Better way to detect ISA compatible toolchainVineet Gupta-6/+14
2016-03-12ARCv2: Allow enabling PAE40 w/o HIGHMEMVineet Gupta-1/+0
2016-03-12ARC: [BE] readl()/writel() to work in Big Endian CPU configurationLada Trimasova-5/+13
2016-03-11ARC: [*defconfig] No need to specify CONFIG_CROSS_COMPILEVineet Gupta-12/+0
2016-03-11ARC: [BE] Select correct CROSS_COMPILE prefixVineet Gupta-0/+4
2016-03-11ARC: bitops: Remove non relevant commentsVineet Gupta-15/+0
2016-03-11ARC: Fix misspellings in comments.Adam Buchbinder-12/+12
2016-03-10ARC: Add PCI supportJoao Pinto-0/+92
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner-1/+1
2016-02-26asm-generic: page.h: Remove useless get_user_page and free_user_pageChen Gang-3/+0
2016-02-24arc: SMP: CONFIG_ARC_IPI_DBG cleanupValentin Rothberg-5/+0
2016-02-24ARC: SMP: No need for CONFIG_ARC_IPI_DBGVineet Gupta-19/+1
2016-02-24ARCv2: Elide sending new cross core intr if receiver didn't ack prevVineet Gupta-17/+10
2016-02-24ARCv2: SMP: Push IPI_IRQ into IPI providerVineet Gupta-1/+1
2016-02-24ARC: [intc-compact] Remove IPI setup from ARCompact portVineet Gupta-4/+0
2016-02-24ARCv2: SMP: Emulate IPI to self using software triggered interruptVineet Gupta-5/+32
2016-02-23arc: get rid of DEVTMPFS dependency on INITRAMFS_SOURCEAlexey Brodkin-57/+18
2016-02-18ARCv2: boot report CCMs (Closely Coupled Memories)Vineet Gupta-40/+70
2016-02-18ARCv2: boot print Low Latency MemoryVineet Gupta-1/+2
2016-02-18ARC: Assume multiplier is always presentVineet Gupta-14/+0
2016-02-13Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds-61/+119
2016-02-12ARC: mm: Introduce explicit super page size supportVineet Gupta-19/+45
2016-02-10ARCv2: intc: Allow interruption by lowest priority interruptVineet Gupta-19/+29
2016-01-29ARCv2: Check for LL-SC livelock only if LLSC is enabledVineet Gupta-0/+1
2016-01-29ARC: shrink cpuinfo by not saving full timer BCRVineet Gupta-9/+13
2016-01-29ARCv2: clocksource: Rename GRTC -> GFRC ...Vineet Gupta-13/+13
2016-01-22ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2Vineet Gupta-1/+18
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig-3/+0
2016-01-20arc: convert to dma_map_opsChristoph Hellwig-230/+110
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon-3/+0