aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2015-05-11ARC: inline cache flush toggle helpersGravatar Vineet Gupta 1-2/+2
2015-05-11ARC: With earlycon in use, retire EARLY_PRINTKGravatar Vineet Gupta 1-13/+0
2015-05-10ARC: unbork !LLSC buildGravatar Vineet Gupta 1-1/+1
2015-04-24Merge tag 'arc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 10-92/+144
2015-04-20ARC: perf: don't add code for impossible caseGravatar Vineet Gupta 1-4/+1
2015-04-20ARC: perf: Rename DT binding to not confuse with power mgmtGravatar Vineet Gupta 2-3/+3
2015-04-20ARC: perf: add user space attribution in callchainsGravatar Vineet Gupta 1-0/+10
2015-04-20ARC: perf: Add kernel callchain supportGravatar Vineet Gupta 1-0/+29
2015-04-20ARC: perf: support cache hit/miss ratioGravatar Vineet Gupta 1-5/+12
2015-04-20ARC: perf: Add some comments/debug stuffGravatar Vineet Gupta 2-34/+37
2015-04-20ARC: perf: make @arc_pmu static globalGravatar Vineet Gupta 1-5/+2
2015-04-17arc: do not export symbols in troubleshoot.cGravatar Davidlohr Bueso 1-2/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-15/+1
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+0
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2015-04-13ARC: mem init spring cleaning - No functional changesGravatar Vineet Gupta 1-4/+5
2015-04-13ARC: Fix RTT boot printingGravatar Vineet Gupta 2-1/+5
2015-04-13ARC: fold __builtin_constant_p() into test_bit()Gravatar Vineet Gupta 1-13/+18
2015-04-13ARC: rename unhandled exception handlerGravatar Vineet Gupta 1-2/+2
2015-04-13ARC: cosmetic: Remove unused ECR bitfield masksGravatar Vineet Gupta 1-6/+3
2015-04-13ARC: Fix WRITE_BCRGravatar Vineet Gupta 1-2/+2
2015-04-13ARC: [nsimosci] Update defconfigGravatar Mischa Jonker 1-10/+9
2015-04-12arc: Remove signal translation and exec_domainGravatar Richard Weinberger 2-15/+1
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Gravatar Al Viro 1-2/+0
2015-03-31arc: copy_thread(): rename 'arg' argument to 'kthread_arg'Gravatar Alex Dowad 1-3/+6
2015-03-26ARC: signal handling robustifyGravatar Vineet Gupta 1-4/+16
2015-03-26ARC: SA_SIGINFO ucontext regs off-by-oneGravatar Vineet Gupta 1-2/+2
2015-03-06treewide: Fix typo in printk messagesGravatar Masanari Iida 1-1/+1
2015-02-27ARC: Fix thread_saved_pc()Gravatar Vineet Gupta 2-26/+2
2015-02-27ARC: Fix KSTK_ESP()Gravatar Vineet Gupta 2-7/+8
2015-02-27ARC: perf: Enable generic software eventsGravatar Vineet Gupta 2-2/+12
2015-02-27ARC: Make arc_unwind_core accessible externallyGravatar Vineet Gupta 2-1/+51
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-1/+1
2015-02-16Merge tag 'arc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 7-29/+47
2015-02-13ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEGravatar Alexey Brodkin 1-1/+2
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 2-5/+1
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsGravatar Kirill A. Shutemov 1-1/+1
2015-02-10arc: drop _PAGE_FILE and pte_file()-related helpersGravatar Kirill A. Shutemov 1-12/+1
2015-02-04dmaengine: dw: define DW_DMA_MAX_NR_MASTERSGravatar Andy Shevchenko 1-1/+1
2015-02-04ARC: Fix earlycon build breakageGravatar Peter Hurley 1-1/+1
2015-02-02ARC: Dynamically determine BASE_BAUD from DeviceTreeGravatar Vineet Gupta 2-18/+29
2015-02-02arc: Remove unused prepare_to_copy()Gravatar Tobias Klauser 1-3/+0
2015-02-02ARC: use ACCESS_ONCE in cmpxchg loopGravatar Vineet Gupta 1-1/+1
2015-02-02ARC: add some more comments to ret_from_forkGravatar Vineet Gupta 1-5/+9
2015-02-02ARC: fix /proc/cpuinfo for offline cpusGravatar Vineet Gupta 1-1/+6
2015-01-30arc: mm: Fix build failureGravatar Guenter Roeck 1-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportGravatar Linus Torvalds 1-0/+2
2014-12-18Merge tag 'arc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 7-73/+22
2014-12-17ARC: rename default defconfigGravatar Vineet Gupta 3-64/+1
2014-12-15ARC: [nsimosci] move peripherals to match model to FPGAGravatar Vineet Gupta 1-9/+9