summaryrefslogtreecommitdiff
path: root/arch/arc/include
AgeCommit message (Expand)AuthorFilesLines
2014-06-26ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)Anton Kolesov1-0/+1
2014-06-16ARC: remove checks for CONFIG_ARC_MMU_V4Paul Bolle1-2/+2
2014-06-10Merge tag 'arc-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds4-35/+32
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2014-06-03ARC: Disable caches in early boot if so configuredVineet Gupta1-0/+27
2014-06-03ARC: remove duplicate header exportsVineet Gupta1-7/+0
2014-06-03ARC: arc_local_timer_setup() need not pass own cpu idVineet Gupta1-1/+1
2014-05-05ARC: make start_thread() out-of-lineVineet Gupta1-25/+4
2014-05-05ARC: [SMP] ISS SMP extension bitrotVineet Gupta1-2/+0
2014-04-30of/fdt: consolidate built-in dtb section variablesRob Herring1-1/+0
2014-04-19ARC: Delete stale barrier.hVineet Gupta1-37/+0
2014-04-18arch,arc: Convert smp_mb__*()Peter Zijlstra2-9/+1
2014-04-18arc,hexagon: Delete asm/barrier.hPeter Zijlstra1-37/+0
2014-04-08Merge tag 'arc-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds1-14/+0
2014-03-26ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta1-14/+0
2014-02-10locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen1-0/+1
2014-02-10locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen1-3/+3
2014-01-31Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+2
2014-01-28arch: use ASM_NL instead of ';' for assembler new line character in the macroChen Gang1-0/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-01-25Merge tag 'arc-v3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds1-4/+4
2014-01-14arch: Re-sort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell1-1/+1
2014-01-14net: resort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell1-1/+1
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar1-1/+7
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-0/+1
2014-01-12arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.hPeter Zijlstra2-5/+5
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2013-12-23ARC: [SMP] IPI ACK interface doesn't need "self" cpu-idVineet Gupta1-2/+2
2013-12-23ARC: [SMP] cpumask not needed in IPI send pathVineet Gupta1-2/+2
2013-12-19ARC: Allow conditional multiple inclusion of uapi/asm/unistd.hVineet Gupta1-1/+7
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2013-12-18lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-11-25ARC: Add guard macro to uapi/asm/unistd.hVineet Gupta1-0/+5
2013-11-19Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+203
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2013-11-15arc: handle pgtable_page_ctor() failKirill A. Shutemov1-3/+8
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-2/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-28/+3
2013-11-12ARC: Add perf support for ARC700 coresMischa Jonker1-1/+203
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2-3/+10
2013-11-06ARC: [SMP] TLB flushVineet Gupta2-3/+25
2013-11-06ARC: [SMP] ASID allocationVineet Gupta2-17/+29
2013-11-06arc: remove '__init' for get_hw_config_num_irq()Chen Gang1-1/+1
2013-11-06arc: remove '__init' for first_lines_of_secondary()Chen Gang1-1/+1
2013-11-06arc: remove '__init' for setup_processor() and arc_init_IRQ()Chen Gang2-2/+2
2013-11-06ARC: Add support for irqflags tracing and lockdepVineet Gupta1-0/+22
2013-11-06ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta1-1/+2
2013-11-06ARC: cacheflush refactor #2: I and D caches lines to have same sizeVineet Gupta1-7/+1
2013-10-10of: remove empty arch prom.h headersRob Herring1-12/+0