summaryrefslogtreecommitdiff
path: root/arch/arc/include
AgeCommit message (Expand)Author
2016-05-05ARC: support HIGHMEM even without PAE40Vineet Gupta
2016-05-05ARC: Fix PAE40 boot failures due to PTE truncationVineet Gupta
2016-05-05ARC: Add missing io barriers to io{read,write}{16,32}be()Vineet Gupta
2016-04-22ARCv2: Enable LOCKDEPEvgeny Voevodin
2016-04-07arc: Add our own implementation of fb_pgprotect()Alexey Brodkin
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-03-21Merge tag 'arc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-19ARCv2: ioremap: Support dynamic peripheral address spaceVineet Gupta
2016-03-19ARC: dma: reintroduce platform specific dma<->physVineet Gupta
2016-03-19ARC: dma: ioremap: use phys_addr_t consistenctly in code pathsVineet Gupta
2016-03-17ARC, thp: remove infrastructure for handling splitting PMDsVineet Gupta
2016-03-17ARC: thp: unbork !CONFIG_TRANSPARENT_HUGEPAGE buildVineet Gupta
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck
2016-03-12ARC: mm: Use virt_to_pfn() for addr >> PAGE_SHIFT patternVineet Gupta
2016-03-12ARC: build: Better way to detect ISA compatible toolchainVineet Gupta
2016-03-12ARC: [BE] readl()/writel() to work in Big Endian CPU configurationLada Trimasova
2016-03-11ARC: bitops: Remove non relevant commentsVineet Gupta
2016-03-11ARC: Fix misspellings in comments.Adam Buchbinder
2016-03-10ARC: Add PCI supportJoao Pinto
2016-02-26asm-generic: page.h: Remove useless get_user_page and free_user_pageChen Gang
2016-02-24ARCv2: SMP: Push IPI_IRQ into IPI providerVineet Gupta
2016-02-24ARC: [intc-compact] Remove IPI setup from ARCompact portVineet Gupta
2016-02-24ARCv2: SMP: Emulate IPI to self using software triggered interruptVineet Gupta
2016-02-18ARCv2: boot report CCMs (Closely Coupled Memories)Vineet Gupta
2016-02-13Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds
2016-02-12ARC: mm: Introduce explicit super page size supportVineet Gupta
2016-02-10ARCv2: intc: Allow interruption by lowest priority interruptVineet Gupta
2016-01-29ARC: shrink cpuinfo by not saving full timer BCRVineet Gupta
2016-01-29ARCv2: clocksource: Rename GRTC -> GFRC ...Vineet Gupta
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig
2016-01-20arc: convert to dma_map_opsChristoph Hellwig
2015-12-21ARC: mm: fix building for MMU v2Alexey Brodkin
2015-12-17ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpuVineet Gupta
2015-12-17ARC: rename smp operation init_irq_cpu() to init_per_cpu()Noam Camus
2015-12-17ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta
2015-11-16ARCv2: Use the default irq priority for idle sleepVineet Gupta
2015-11-16ARC: Abstract out ISA specific SLEEP argsVineet Gupta
2015-11-14Merge tag 'arc-4.4-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-11-14ARC: cpu_relax() to be compiler barrier even for UPVineet Gupta
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-10-29ARC: mm: PAE40 supportVineet Gupta
2015-10-28ARC: mm: PAE40: switch to using phys_addr_t for physical addressesVineet Gupta
2015-10-28ARC: mm: HIGHMEM: kmap API implementationVineet Gupta
2015-10-28ARC: mm: preps ahead of HIGHMEM supportVineet Gupta
2015-10-28ARC: mm: use generic macros _BITUL()/_AC()Alexey Brodkin
2015-10-28ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_smp()Vineet Gupta
2015-10-28ARC: smp: Introduce smp hook @init_irq_cpu called for all coresVineet Gupta
2015-10-28ARC: smp: Rename platform hook @init_smp -> @init_cpu_smpVineet Gupta