summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arc-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds2014-04-0721-115/+114
|\
| * ARC: [nsimosci] Unbork consoleVineet Gupta2014-04-052-1/+5
| * ARC: [nsimosci] Change .dts to use generic 8250 UARTMischa Jonker2014-04-051-4/+3
| * ARC: [SMP] General FixesVineet Gupta2014-04-052-5/+5
| * ARC: Remove unused DT template fileVineet Gupta2014-03-311-10/+0
| * ARC: [clockevent] simplify timer ISRVineet Gupta2014-03-261-19/+15
| * ARC: [clockevent] can't be SoC specificVineet Gupta2014-03-261-2/+1
| * ARC: Remove ARC_HAS_COH_RTSCRichard Weinberger2014-03-261-1/+0
| * ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta2014-03-2611-70/+54
| * ARC: support external initrdNoam Camus2014-03-261-0/+27
| * ARC: add uImage to .gitignoreMischa Jonker2014-03-261-0/+1
| * ARC: [arcfpga] Fix __initconst data const-correctnessMischa Jonker2014-03-261-3/+3
* | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-071-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-1/+0
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2014-02-2011-116/+139
| |\ \
| * | | Kconfig: Remove useless "default N" linesPaul Bolle2014-02-201-1/+0
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-03-311-3/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
| * | | locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-3/+3
| | |/ | |/|
* | | ARC: Use correct PTAG register for icache flushVineet Gupta2014-03-071-2/+2
|/ /
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-01-301-0/+2
|\ \
| * | arch: use ASM_NL instead of ';' for assembler new line character in the macroChen Gang2014-01-271-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+1
|\ \ \
| * | | net: resort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell2014-01-131-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-1/+7
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-183-2/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'arc-v3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds2014-01-256-108/+121
|\ \ \ \
| * | | | ARC: [cmdline] support External Device Trees from u-bootVineet Gupta2014-01-161-3/+12
| * | | | ARC: [cmdline] uboot cmdline handling reworkVineet Gupta2014-01-163-42/+34
| * | | | ARC: [SMP] optimize IPI send and receiveVineet Gupta2013-12-231-28/+40
| * | | | ARC: [SMP] simplify IPI codeVineet Gupta2013-12-231-28/+28
| * | | | ARC: [SMP] cpu halt interface doesn't need "self" cpu-idVineet Gupta2013-12-231-5/+4
| * | | | ARC: [SMP] IPI ACK interface doesn't need "self" cpu-idVineet Gupta2013-12-233-5/+5
| * | | | ARC: [SMP] cpumask not needed in IPI send pathVineet Gupta2013-12-233-17/+18
| | |_|/ | |/| |
* | | | Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham2014-01-231-2/+2
* | | | arch: Re-sort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell2014-01-131-1/+1
* | | | Merge tag 'v3.13-rc8' into core/lockingIngo Molnar2014-01-131-1/+7
|\ \ \ \ | |/ / /
| * | | ARC: Allow conditional multiple inclusion of uapi/asm/unistd.hVineet Gupta2013-12-191-1/+7
| | |/ | |/|
* | | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2014-01-121-0/+1
* | | arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.hPeter Zijlstra2014-01-122-5/+5
|/ /
* | ARC: [perf] Fix a few thinkosVineet Gupta2013-11-281-2/+2
* | ARC: Add guard macro to uapi/asm/unistd.hVineet Gupta2013-11-251-0/+5
* | ARC: extable: Enable sorting at build timeVineet Gupta2013-11-251-0/+1
|/
* Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-1911-188/+814
|\
| * ARC: [plat-arcfpga] Add defconfig without initramfs locationMischa Jonker2013-11-151-0/+64
| * ARC: perf: ARC 700 PMU doesn't support sampling eventsMischa Jonker2013-11-151-0/+4
| * ARC: Add perf support for ARC700 coresMischa Jonker2013-11-124-1/+530
| * ARC: [TB10x] Updates for GPIO and pinctrlChristian Ruppert2013-11-116-187/+216
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0
|\ \
OpenPOWER on IntegriCloud