summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
AgeCommit message (Expand)AuthorLines
2015-06-19ARC: entry.S: split into ARCompact ISA specific, common bitsVineet Gupta-297/+309
2015-06-19ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9Vineet Gupta-8/+8
2015-06-19ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE}Vineet Gupta-16/+1
2015-06-19ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE}Vineet Gupta-61/+19
2015-06-19ARC: entry.S: common'ize scrtach reg freeup in intr + exceptionsVineet Gupta-19/+16
2015-06-19ARC: mm: document system mem map clearlyVineet Gupta-20/+17
2015-06-19ARC: compress cpuinfo_arc_mmu (mainly save page size in KB)Vineet Gupta-1/+2
2015-06-19ARC: remove the unused platform helpers from dma mapping APIVineet Gupta-26/+5
2015-06-07arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani-0/+1
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig-1/+0
2015-05-19sched/preempt, futex: Update comments to clarify that preemption doesn't have...David Hildenbrand-5/+5
2015-05-19ARC: fold ___flush_dcache_page into __flush_dcache_pageVineet Gupta-3/+1
2015-05-19ARC: fix warning in sched due to thread_saved_pc()Vineet Gupta-1/+1
2015-05-10ARC: unbork !LLSC buildVineet Gupta-1/+1
2015-04-24Merge tag 'arc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-55/+60
2015-04-20ARC: perf: support cache hit/miss ratioVineet Gupta-5/+12
2015-04-20ARC: perf: Add some comments/debug stuffVineet Gupta-29/+24
2015-04-13ARC: Fix RTT boot printingVineet Gupta-0/+1
2015-04-13ARC: fold __builtin_constant_p() into test_bit()Vineet Gupta-13/+18
2015-04-13ARC: cosmetic: Remove unused ECR bitfield masksVineet Gupta-6/+3
2015-04-13ARC: Fix WRITE_BCRVineet Gupta-2/+2
2015-04-12arc: Remove signal translation and exec_domainRichard Weinberger-2/+0
2015-02-27ARC: Fix thread_saved_pc()Vineet Gupta-3/+2
2015-02-27ARC: Fix KSTK_ESP()Vineet Gupta-4/+5
2015-02-27ARC: Make arc_unwind_core accessible externallyVineet Gupta-0/+37
2015-02-16Merge tag 'arc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-22/+7
2015-02-13ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEAlexey Brodkin-1/+2
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-4/+0
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov-1/+1
2015-02-10arc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov-12/+1
2015-02-02ARC: Dynamically determine BASE_BAUD from DeviceTreeVineet Gupta-18/+5
2015-02-02arc: Remove unused prepare_to_copy()Tobias Klauser-3/+0
2014-12-18Merge tag 'arc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-0/+9
2014-12-12ARC: document memory clobber in irq control macrosVineet Gupta-0/+9
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+0
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann-1/+0
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+0
2014-11-10ARC: Remove redundant PCI_IOBASE declarationThierry Reding-2/+0
2014-10-21Merge tag 'arc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-89/+94
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-121/+63
2014-10-13ARC: boot: cpu feature print enhancementsVineet Gupta-24/+53
2014-10-13ARC: unbork FPU save/restoreVineet Gupta-8/+9
2014-10-13ARC: remove extraneous __KERNEL__ guardsVineet Gupta-35/+0
2014-10-13ARC: Update order of registers in KGDB to match GDB 7.5Anton Kolesov-14/+18
2014-10-13ARC: BUG() dumps stack after @msg (@msg now same as in generic BUG))Vineet Gupta-4/+3
2014-10-13ARC: RIP @running_on_hwVineet Gupta-1/+0
2014-10-13ARC: Update comments about uncached address spaceVineet Gupta-1/+1
2014-10-13ARC: rename kconfig option for unaligned emulationVineet Gupta-1/+1
2014-09-27ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta-1/+9
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra-0/+1