summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with ex...Vineet Gupta2016-06-023-340/+4
* Revert "ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wa...Vineet Gupta2016-06-021-3/+3
* Revert "ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential b...Vineet Gupta2016-06-022-2/+4
* ARC: don't enable DISCONTIGMEM unconditionallyVineet Gupta2016-05-311-2/+2
* ARC: [intc-compact] simplify code for 2 priority levelsVineet Gupta2016-05-303-40/+6
* arc: Get rid of root core-frequency propertyAlexey Brodkin2016-05-3015-17/+0
* Fix typosAndrea Gelmini2016-05-3015-18/+18
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-251-3/+3
|\
| * perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-161-3/+3
* | Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-241-0/+1
|\ \
| * | asm-generic: Drop renameat syscall from default listJames Hogan2016-05-051-0/+1
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-234-2/+109
|\ \ \
| * \ \ Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-d...Dave Airlie2016-05-174-3/+49
| |\ \ \
| | * | | ARC: [axs10x] Specify reserved memory for frame bufferAlexey Brodkin2016-04-294-3/+49
| * | | | Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-0913-46/+204
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | arc: axs10x - add support of ARC PGUAlexey Brodkin2016-04-261-0/+61
* | | | lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng2016-05-201-0/+1
* | | | exit_thread: remove empty bodiesJiri Slaby2016-05-201-7/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-191-2/+0
|\ \ \ \
| * | | | arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-2/+0
* | | | | Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-05-191-1/+1
|\ \ \ \ \
| * | | | | dmaengine: dw: revisit data_width propertyAndy Shevchenko2016-05-021-1/+1
* | | | | | Merge tag 'arc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-05-1955-284/+1782
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | arc: axs103_smp: Fix CPU frequency to 100MHz for dual-coreAlexey Brodkin2016-05-182-3/+1
| * | | | | arc: axs10x: Add DT bindings for I2S PLL ClockJose Abreu2016-05-131-0/+13
| * | | | | ARC: pae: STRICT_MM_TYPECHECKS was brokenVineet Gupta2016-05-131-0/+4
| * | | | | ARC: Add eznps platform to Kconfig and MakefileNoam Camus2016-05-092-0/+6
| * | | | | ARC: [plat-eznps] Use dedicated COMMAND_LINE_SIZENoam Camus2016-05-091-0/+4
| * | | | | ARC: [plat-eznps] Use dedicated cpu_relax()Tal Zilcer2016-05-091-2/+12
| * | | | | ARC: [plat-eznps] Use dedicated identity auxiliary register.Noam Camus2016-05-093-0/+28
| * | | | | ARC: [plat-eznps] Use dedicated SMP barriersNoam Camus2016-05-091-3/+9
| * | | | | ARC: [plat-eznps] Use dedicated atomic/bitops/cmpxchgNoam Camus2016-05-093-14/+205
| * | | | | ARC: [plat-eznps] Use dedicated user stack topNoam Camus2016-05-092-0/+24
| * | | | | ARC: [plat-eznps] Add eznps platformNoam Camus2016-05-099-0/+788
| * | | | | ARC: [plat-eznps] Add eznps board defconfig and dtsNoam Camus2016-05-092-0/+180
| * | | | | ARC: Mark secondary cpu online only after all HW setup is doneNoam Camus2016-05-091-5/+5
| * | | | | ARC: rwlock: disable interrupts in !LLSC variantNoam Camus2016-05-091-0/+14
| * | | | | ARC: Make vmalloc size configurableNoam Camus2016-05-094-11/+26
| * | | | | ARC: clean out UAPI byteorder.h clean off Kconfig symbolNoam Camus2016-05-091-1/+1
| * | | | | ARC: RIP arc_{get|set}_core_freq() clk APIAlexey Brodkin2016-05-094-51/+1
| * | | | | ARC: Don't try to use value of top level clock-frequency in DTAlexey Brodkin2016-05-092-7/+7
| * | | | | ARC: use fixed frequencies in arc_set_early_base_baud()Alexey Brodkin2016-05-091-4/+2
| * | | | | ARC: [intc-*] switch to linear domainVineet Gupta2016-05-092-3/+7
| * | | | | 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
OpenPOWER on IntegriCloud