summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2015-08-10ARC: Make ARC bitops "safer" (add anti-optimization)Vineet Gupta1-26/+9
2015-08-10ARC: Reduce bitops lines of code using macrosVineet Gupta1-333/+144
2015-08-10ARC: make sure instruction_pointer() returns unsigned valueAlexey Brodkin1-1/+1
2015-08-10ARC: Override toplevel default -O2 with -O3Vineet Gupta1-1/+2
2015-07-21arc: fix use of uninitialized arc_pmuMax Filippov1-1/+0
2015-07-21ARC: add compiler barrier to LLSC based cmpxchgVineet Gupta1-4/+5
2015-07-21ARC: add smp barriers around atomics per Documentation/atomic_ops.txtVineet Gupta4-0/+89
2015-05-11ARC: inline cache flush toggle helpersVineet Gupta1-2/+2
2015-05-11ARC: With earlycon in use, retire EARLY_PRINTKVineet Gupta1-13/+0
2015-05-10ARC: unbork !LLSC buildVineet Gupta1-1/+1
2015-04-24Merge tag 'arc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds10-92/+144
2015-04-20ARC: perf: don't add code for impossible caseVineet Gupta1-4/+1
2015-04-20ARC: perf: Rename DT binding to not confuse with power mgmtVineet Gupta2-3/+3
2015-04-20ARC: perf: add user space attribution in callchainsVineet Gupta1-0/+10
2015-04-20ARC: perf: Add kernel callchain supportVineet Gupta1-0/+29
2015-04-20ARC: perf: support cache hit/miss ratioVineet Gupta1-5/+12
2015-04-20ARC: perf: Add some comments/debug stuffVineet Gupta2-34/+37
2015-04-20ARC: perf: make @arc_pmu static globalVineet Gupta1-5/+2
2015-04-17arc: do not export symbols in troubleshoot.cDavidlohr Bueso1-2/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-15/+1
2015-04-15Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+0
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-04-13ARC: mem init spring cleaning - No functional changesVineet Gupta1-4/+5
2015-04-13ARC: Fix RTT boot printingVineet Gupta2-1/+5
2015-04-13ARC: fold __builtin_constant_p() into test_bit()Vineet Gupta1-13/+18
2015-04-13ARC: rename unhandled exception handlerVineet Gupta1-2/+2
2015-04-13ARC: cosmetic: Remove unused ECR bitfield masksVineet Gupta1-6/+3
2015-04-13ARC: Fix WRITE_BCRVineet Gupta1-2/+2
2015-04-13ARC: [nsimosci] Update defconfigMischa Jonker1-10/+9
2015-04-12arc: Remove signal translation and exec_domainRichard Weinberger2-15/+1
2015-04-12whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro1-2/+0
2015-03-31arc: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad1-3/+6
2015-03-26ARC: signal handling robustifyVineet Gupta1-4/+16
2015-03-26ARC: SA_SIGINFO ucontext regs off-by-oneVineet Gupta1-2/+2
2015-03-07treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-02-27ARC: Fix thread_saved_pc()Vineet Gupta2-26/+2
2015-02-27ARC: Fix KSTK_ESP()Vineet Gupta2-7/+8
2015-02-27ARC: perf: Enable generic software eventsVineet Gupta2-2/+12
2015-02-27ARC: Make arc_unwind_core accessible externallyVineet Gupta2-1/+51
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2015-02-17Merge tag 'arc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds7-29/+47
2015-02-13ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEAlexey Brodkin1-1/+2
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski2-5/+1
2015-02-12mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-11arc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-12/+1
2015-02-05dmaengine: dw: define DW_DMA_MAX_NR_MASTERSAndy Shevchenko1-1/+1
2015-02-04ARC: Fix earlycon build breakagePeter Hurley1-1/+1
2015-02-02ARC: Dynamically determine BASE_BAUD from DeviceTreeVineet Gupta2-18/+29
2015-02-02arc: Remove unused prepare_to_copy()Tobias Klauser1-3/+0
2015-02-02ARC: use ACCESS_ONCE in cmpxchg loopVineet Gupta1-1/+1