summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
AgeCommit message (Expand)AuthorFilesLines
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta11-4/+377
2015-06-22ARCv2: [intc] HS38 core interrupt controllerVineet Gupta2-0/+117
2015-06-22ARC: uncached base is hard constant for ARC, don't save itVineet Gupta1-1/+0
2015-06-19ARC: intc: split into ARCompact ISA specific, common bitsVineet Gupta3-166/+184
2015-06-19ARC: entry.S: [arcompact] simplify SWITCH_TO_KERNEL_STKVineet Gupta1-36/+35
2015-06-19ARC: entry.S: micro-optimize Trap handlerVineet Gupta1-2/+3
2015-06-19ARC: entry.S: split into ARCompact ISA specific, common bitsVineet Gupta2-297/+309
2015-06-19ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9Vineet Gupta1-8/+8
2015-06-19ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE}Vineet Gupta1-16/+1
2015-06-19ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE}Vineet Gupta2-61/+19
2015-06-19ARC: entry.S: common'ize scrtach reg freeup in intr + exceptionsVineet Gupta1-19/+16
2015-06-19ARC: mm: document system mem map clearlyVineet Gupta2-20/+17
2015-06-19ARC: compress cpuinfo_arc_mmu (mainly save page size in KB)Vineet Gupta1-1/+2
2015-06-19ARC: remove the unused platform helpers from dma mapping APIVineet Gupta1-26/+5
2015-06-07arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani1-0/+1
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig1-1/+0
2015-05-19sched/preempt, futex: Update comments to clarify that preemption doesn't have...David Hildenbrand1-5/+5
2015-05-19ARC: fold ___flush_dcache_page into __flush_dcache_pageVineet Gupta1-3/+1
2015-05-19ARC: fix warning in sched due to thread_saved_pc()Vineet Gupta1-1/+1
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 Torvalds3-55/+60
2015-04-20ARC: perf: support cache hit/miss ratioVineet Gupta1-5/+12
2015-04-20ARC: perf: Add some comments/debug stuffVineet Gupta1-29/+24
2015-04-13ARC: Fix RTT boot printingVineet Gupta1-0/+1
2015-04-13ARC: fold __builtin_constant_p() into test_bit()Vineet Gupta1-13/+18
2015-04-13ARC: cosmetic: Remove unused ECR bitfield masksVineet Gupta1-6/+3
2015-04-13ARC: Fix WRITE_BCRVineet Gupta1-2/+2
2015-04-12arc: Remove signal translation and exec_domainRichard Weinberger1-2/+0
2015-02-27ARC: Fix thread_saved_pc()Vineet Gupta1-3/+2
2015-02-27ARC: Fix KSTK_ESP()Vineet Gupta1-4/+5
2015-02-27ARC: Make arc_unwind_core accessible externallyVineet Gupta1-0/+37
2015-02-16Merge tag 'arc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds3-22/+7
2015-02-13ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEAlexey Brodkin1-1/+2
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-4/+0
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-10arc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-12/+1
2015-02-02ARC: Dynamically determine BASE_BAUD from DeviceTreeVineet Gupta1-18/+5
2015-02-02arc: Remove unused prepare_to_copy()Tobias Klauser1-3/+0
2014-12-18Merge tag 'arc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds1-0/+9
2014-12-12ARC: document memory clobber in irq control macrosVineet Gupta1-0/+9
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2014-11-10ARC: Remove redundant PCI_IOBASE declarationThierry Reding1-2/+0
2014-10-21Merge tag 'arc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds15-89/+94
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-121/+63
2014-10-13ARC: boot: cpu feature print enhancementsVineet Gupta1-24/+53
2014-10-13ARC: unbork FPU save/restoreVineet Gupta2-8/+9
2014-10-13ARC: remove extraneous __KERNEL__ guardsVineet Gupta9-35/+0
2014-10-13ARC: Update order of registers in KGDB to match GDB 7.5Anton Kolesov1-14/+18