aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanGravatar Zhaoxiu Zeng 1-0/+1
2016-05-20exit_thread: remove empty bodiesGravatar Jiri Slaby 1-7/+0
2016-05-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+0
2016-05-19arch: fix has_transparent_hugepage()Gravatar Hugh Dickins 1-2/+0
2016-05-19Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-1/+1
2016-05-19Merge tag 'arc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 55-284/+1782
2016-05-18arc: axs103_smp: Fix CPU frequency to 100MHz for dual-coreGravatar Alexey Brodkin 2-3/+1
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 2-2/+2
2016-05-13arc: axs10x: Add DT bindings for I2S PLL ClockGravatar Jose Abreu 1-0/+13
2016-05-13ARC: pae: STRICT_MM_TYPECHECKS was brokenGravatar Vineet Gupta 1-0/+4
2016-05-09ARC: Add eznps platform to Kconfig and MakefileGravatar Noam Camus 2-0/+6
2016-05-09ARC: [plat-eznps] Use dedicated COMMAND_LINE_SIZEGravatar Noam Camus 1-0/+4
2016-05-09ARC: [plat-eznps] Use dedicated cpu_relax()Gravatar Tal Zilcer 1-2/+12
2016-05-09ARC: [plat-eznps] Use dedicated identity auxiliary register.Gravatar Noam Camus 3-0/+28
2016-05-09ARC: [plat-eznps] Use dedicated SMP barriersGravatar Noam Camus 1-3/+9
2016-05-09ARC: [plat-eznps] Use dedicated atomic/bitops/cmpxchgGravatar Noam Camus 3-14/+205
2016-05-09ARC: [plat-eznps] Use dedicated user stack topGravatar Noam Camus 2-0/+24
2016-05-09ARC: [plat-eznps] Add eznps platformGravatar Noam Camus 9-0/+788
2016-05-09ARC: [plat-eznps] Add eznps board defconfig and dtsGravatar Noam Camus 2-0/+180
2016-05-09ARC: Mark secondary cpu online only after all HW setup is doneGravatar Noam Camus 1-5/+5
2016-05-09ARC: rwlock: disable interrupts in !LLSC variantGravatar Noam Camus 1-0/+14
2016-05-09ARC: Make vmalloc size configurableGravatar Noam Camus 4-11/+26
2016-05-09ARC: clean out UAPI byteorder.h clean off Kconfig symbolGravatar Noam Camus 1-1/+1
2016-05-09ARC: RIP arc_{get|set}_core_freq() clk APIGravatar Alexey Brodkin 4-51/+1
2016-05-09ARC: Don't try to use value of top level clock-frequency in DTGravatar Alexey Brodkin 2-7/+7
2016-05-09ARC: use fixed frequencies in arc_set_early_base_baud()Gravatar Alexey Brodkin 1-4/+2
2016-05-09ARC: [intc-*] switch to linear domainGravatar Vineet Gupta 2-3/+7
2016-05-09ARC: [intc-*] Do a domain lookup in primary handler for hwirq -> linux virqGravatar Vineet Gupta 4-14/+15
2016-05-09ARC: irq: export some IRQs againGravatar Vineet Gupta 2-3/+6
2016-05-09ARC: clocksource: DT based probeGravatar Vineet Gupta 3-59/+82
2016-05-09ARC: clockevent: DT based probeGravatar Vineet Gupta 3-25/+45
2016-05-09ARC: [dts] Introduce Timer bindingsGravatar Vineet Gupta 4-0/+62
2016-05-09ARC: [dts] Add clk feeding into timers to DTsGravatar Vineet Gupta 12-1/+79
2016-05-09ARC: [dts] Rename cpu_intc -> core_intcGravatar Vineet Gupta 7-19/+19
2016-05-09ARCv2: [dts]: Introduce HS38 specific include DTS ...Gravatar Vineet Gupta 11-4/+78
2016-05-09ARC: clockevent: Prepare for DT based probeGravatar Noam Camus 3-3/+7
2016-05-09ARC: clockevent: switch to cpu notifier for clockevent setupGravatar Noam Camus 3-24/+41
2016-05-09ARC: [plat-axs] Refactor core freq get/setGravatar Vineet Gupta 1-5/+10
2016-05-09ARC: opencode arc_request_percpu_irqGravatar Vineet Gupta 4-36/+25
2016-05-09ARC: [intc-compact] setup TIMER as percpu_devGravatar Vineet Gupta 2-13/+2
2016-05-05ARC: support HIGHMEM even without PAE40Gravatar Vineet Gupta 4-18/+98
2016-05-05ARC: Fix PAE40 boot failures due to PTE truncationGravatar Vineet Gupta 2-8/+14
2016-05-05ARC: Add missing io barriers to io{read,write}{16,32}be()Gravatar Vineet Gupta 1-9/+18
2016-05-02dmaengine: dw: revisit data_width propertyGravatar Andy Shevchenko 1-1/+1
2016-04-27ARC: add support for reserved memory defined by device treeGravatar Alexey Brodkin 2-0/+5
2016-04-27ARC: support generic per-device coherent dma memGravatar Alexey Brodkin 1-0/+1
2016-04-26arc: select GPIOLIB directlyGravatar Linus Walleij 2-2/+2
2016-04-22ARCv2: Enable LOCKDEPGravatar Evgeny Voevodin 3-2/+47
2016-04-11Merge tag 'arc-4.6-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-9/+21
2016-04-07ARC: [plat-axs103] Enable loop block devicesGravatar Alexey Brodkin 2-0/+2