summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ARC: [intc-*] Do a domain lookup in primary handler for hwirq -> linux virqVineet Gupta2016-05-094-14/+15
| * | | | | ARC: irq: export some IRQs againVineet Gupta2016-05-092-3/+6
| * | | | | ARC: clocksource: DT based probeVineet Gupta2016-05-093-59/+82
| * | | | | ARC: clockevent: DT based probeVineet Gupta2016-05-093-25/+45
| * | | | | ARC: [dts] Introduce Timer bindingsVineet Gupta2016-05-094-0/+62
| * | | | | ARC: [dts] Add clk feeding into timers to DTsVineet Gupta2016-05-0912-1/+79
| * | | | | ARC: [dts] Rename cpu_intc -> core_intcVineet Gupta2016-05-097-19/+19
| * | | | | ARCv2: [dts]: Introduce HS38 specific include DTS ...Vineet Gupta2016-05-0911-4/+78
| * | | | | ARC: clockevent: Prepare for DT based probeNoam Camus2016-05-093-3/+7
| * | | | | ARC: clockevent: switch to cpu notifier for clockevent setupNoam Camus2016-05-093-24/+41
| * | | | | ARC: [plat-axs] Refactor core freq get/setVineet Gupta2016-05-091-5/+10
| * | | | | ARC: opencode arc_request_percpu_irqVineet Gupta2016-05-094-36/+25
| * | | | | ARC: [intc-compact] setup TIMER as percpu_devVineet Gupta2016-05-092-13/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-172-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | arc: select GPIOLIB directlyLinus Walleij2016-04-262-2/+2
| |/ / /
* | | | ARC: support HIGHMEM even without PAE40Vineet Gupta2016-05-054-18/+98
* | | | ARC: Fix PAE40 boot failures due to PTE truncationVineet Gupta2016-05-052-8/+14
* | | | ARC: Add missing io barriers to io{read,write}{16,32}be()Vineet Gupta2016-05-051-9/+18
* | | | ARC: add support for reserved memory defined by device treeAlexey Brodkin2016-04-272-0/+5
* | | | ARC: support generic per-device coherent dma memAlexey Brodkin2016-04-271-0/+1
* | | | ARCv2: Enable LOCKDEPEvgeny Voevodin2016-04-223-2/+47
| |_|/ |/| |
* | | Merge tag 'arc-4.6-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-04-115-9/+21
|\ \ \ | |_|/ |/| |
| * | ARC: [plat-axs103] Enable loop block devicesAlexey Brodkin2016-04-072-0/+2
| * | Revert "ARC: [plat-axs10x] add Ethernet PHY description in .dts"Vineet Gupta2016-04-071-8/+0
| * | arc: Add our own implementation of fb_pgprotect()Alexey Brodkin2016-04-071-0/+19
| * | ARC: Don't source drivers/pci/pcie/Kconfig ourselvesAndreas Ziegler2016-04-071-1/+0
| |/
* / mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
|/
* Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-241-3/+0
|\
| * asm-generic: page.h: Remove useless get_user_page and free_user_pageChen Gang2016-02-261-3/+0
* | Merge tag 'arc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-03-2138-155/+201
|\ \
| * | ARCv2: ioremap: Support dynamic peripheral address spaceVineet Gupta2016-03-194-14/+25
| * | ARC: dma: reintroduce platform specific dma<->physVineet Gupta2016-03-193-5/+14
| * | ARC: dma: ioremap: use phys_addr_t consistenctly in code pathsVineet Gupta2016-03-195-35/+37
| * | ARC: dma: pass_phys() not sg_virt() to cache opsVineet Gupta2016-03-191-2/+2
| * | ARC: dma: non-coherent pages need V-P mapping if in HIGHMEMVineet Gupta2016-03-191-15/+32
| * | ARC: dma: Use struct page based page allocator helpersVineet Gupta2016-03-191-8/+17
| * | ARC: build: Turn off -Wmaybe-uninitialized for ARC gcc 4.8Vineet Gupta2016-03-181-1/+3
| * | ARC: [plat-axs10x] add Ethernet PHY description in .dtsAlexey Brodkin2016-03-171-0/+8
| * | arc: use of_platform_default_populate() to populate default busKefeng Wang2016-03-171-1/+1
| * | ARC: thp: unbork !CONFIG_TRANSPARENT_HUGEPAGE buildVineet Gupta2016-03-171-1/+6
| * | arc: [plat-nsimosci*] use ezchip network driverLada Trimasova2016-03-156-9/+10
| * | ARCv2: LLSC: software backoff is NOT needed starting HS2.1cVineet Gupta2016-03-152-6/+1
| * | ARC: mm: Use virt_to_pfn() for addr >> PAGE_SHIFT patternVineet Gupta2016-03-122-17/+11
| * | ARC: [plat-nsim] document rangesVineet Gupta2016-03-121-1/+2
| * | ARC: build: Better way to detect ISA compatible toolchainVineet Gupta2016-03-122-6/+14
| * | ARCv2: Allow enabling PAE40 w/o HIGHMEMVineet Gupta2016-03-121-1/+0
| * | ARC: [BE] readl()/writel() to work in Big Endian CPU configurationLada Trimasova2016-03-121-5/+13
| * | ARC: [*defconfig] No need to specify CONFIG_CROSS_COMPILEVineet Gupta2016-03-1112-12/+0
| * | ARC: [BE] Select correct CROSS_COMPILE prefixVineet Gupta2016-03-111-0/+4
| * | ARC: bitops: Remove non relevant commentsVineet Gupta2016-03-111-15/+0