aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+4
2014-03-07ARC: Use correct PTAG register for icache flushGravatar Vineet Gupta 1-2/+2
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseGravatar Tim Chen 1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Gravatar Tim Chen 1-3/+3
2014-01-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+2
2014-01-27arch: use ASM_NL instead of ';' for assembler new line character in the macroGravatar Chen Gang 1-0/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2014-01-25Merge tag 'arc-v3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Gravatar Linus Torvalds 6-108/+121
2014-01-23Kconfig: update flightly outdated CONFIG_SMP documentationGravatar Robert Graffham 1-2/+2
2014-01-16ARC: [cmdline] support External Device Trees from u-bootGravatar Vineet Gupta 1-3/+12
2014-01-16ARC: [cmdline] uboot cmdline handling reworkGravatar Vineet Gupta 3-42/+34
2014-01-13arch: Re-sort some Kbuild files to hopefully help avoid some conflictsGravatar Stephen Rothwell 1-1/+1
2014-01-13net: resort some Kbuild files to hopefully help avoid some conflictsGravatar Stephen Rothwell 1-1/+1
2014-01-13Merge tag 'v3.13-rc8' into core/lockingGravatar Ingo Molnar 1-1/+7
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hGravatar Peter Zijlstra 1-0/+1
2014-01-12arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.hGravatar Peter Zijlstra 2-5/+5
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+7
2013-12-23ARC: [SMP] optimize IPI send and receiveGravatar Vineet Gupta 1-28/+40
2013-12-23ARC: [SMP] simplify IPI codeGravatar Vineet Gupta 1-28/+28
2013-12-23ARC: [SMP] cpu halt interface doesn't need "self" cpu-idGravatar Vineet Gupta 1-5/+4
2013-12-23ARC: [SMP] IPI ACK interface doesn't need "self" cpu-idGravatar Vineet Gupta 3-5/+5
2013-12-23ARC: [SMP] cpumask not needed in IPI send pathGravatar Vineet Gupta 3-17/+18
2013-12-19ARC: Allow conditional multiple inclusion of uapi/asm/unistd.hGravatar Vineet Gupta 1-1/+7
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-2/+8
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hGravatar David S. Miller 1-0/+1
2013-11-28ARC: [perf] Fix a few thinkosGravatar Vineet Gupta 1-2/+2
2013-11-25ARC: Add guard macro to uapi/asm/unistd.hGravatar Vineet Gupta 1-0/+5
2013-11-25ARC: extable: Enable sorting at build timeGravatar Vineet Gupta 1-0/+1
2013-11-19Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 11-188/+814
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+0
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-11-15ARC: [plat-arcfpga] Add defconfig without initramfs locationGravatar Mischa Jonker 1-0/+64
2013-11-15ARC: perf: ARC 700 PMU doesn't support sampling eventsGravatar Mischa Jonker 1-0/+4
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSGravatar Christoph Hellwig 1-1/+0
2013-11-15arc: handle pgtable_page_ctor() failGravatar Kirill A. Shutemov 1-3/+8
2013-11-13preempt: Make PREEMPT_ACTIVE genericGravatar Thomas Gleixner 1-2/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-116/+25
2013-11-12ARC: Add perf support for ARC700 coresGravatar Mischa Jonker 4-1/+530
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2013-11-11ARC: [TB10x] Updates for GPIO and pinctrlGravatar Christian Ruppert 6-187/+216
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextGravatar Rob Herring 6-21/+32
2013-11-07ARC: [plat-arcfpga] defconfig updateGravatar Vineet Gupta 1-0/+3
2013-11-07smp, ARC: kill SMP single function call interruptGravatar Jiang Liu 1-6/+1
2013-11-07ARC: [SMP] Disallow RTSCGravatar Vineet Gupta 2-8/+5
2013-11-06ARC: [SMP] Fix build failures for large NR_CPUSGravatar Vineet Gupta 2-3/+21
2013-11-06ARC: [SMP] enlarge possible NR_CPUSGravatar Noam Camus 1-2/+2
2013-11-06ARC: [SMP] TLB flushGravatar Vineet Gupta 4-3/+99
2013-11-06ARC: [SMP] ASID allocationGravatar Vineet Gupta 3-23/+37
2013-11-06arc: export symbol for pm_power_off in reset.cGravatar Chen Gang 1-0/+1
2013-11-06arc: export symbol for save_stack_trace() in stacktrace.cGravatar Chen Gang 1-0/+1