summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorLines
2019-10-22ARC: perf: Accommodate big-endian CPUAlexey Brodkin-2/+2
2019-10-22ARC: [plat-hsdk]: Enable on-boardi SPI ADC ICEugeniy Paltsev-0/+19
2019-10-22ARC: [plat-hsdk]: Enable on-board SPI NOR flash ICEugeniy Paltsev-0/+10
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland-2/+2
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport-5/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin-1/+0
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-8/+16
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-6/+0
2019-09-04kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARCMasahiro Yamada-8/+16
2019-08-29Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+1
2019-08-29ARC: unwind: Mark expected switch fall-throughGustavo A. R. Silva-0/+1
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig-6/+0
2019-08-26arc: prefer __section from compiler_attributes.hNick Desaulniers-6/+5
2019-08-26ARCv2: IDU-intc: Add support for edge-triggered interruptsMischa Jonker-6/+54
2019-08-06ARC: unwind: Mark expected switch fall-throughsGustavo A. R. Silva-2/+2
2019-08-05ARC: [plat-hsdk]: allow to switch between AXI DMAC port configurationsEugeniy Paltsev-12/+78
2019-08-05ARC: fix typo in setup_dma_ops log messageEugeniy Paltsev-1/+1
2019-08-05ARCv2: entry: early return from exception need not clear U & DE bitsAlexey Brodkin-1/+1
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds-11/+12
2019-07-16arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada-11/+12
2019-07-16Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-340/+377
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+2
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-61/+12
2019-07-11kbuild: remove src and obj from the top MakefileMasahiro Yamada-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+6
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-21/+20
2019-07-08ARC: [plat-hsdk]: Enable AXI DW DMAC in defconfigEugeniy Paltsev-0/+2
2019-07-08ARC: [plat-hsdk]: enable DW SPI controllerEugeniy Paltsev-0/+17
2019-07-08ARC: hide unused function unw_hdr_allocArnd Bergmann-5/+4
2019-07-08ARC: [haps] Add Virtio supportAlexey Brodkin-1/+34
2019-07-08ARCv2: entry: simplify return to Delay Slot via interruptVineet Gupta-48/+10
2019-07-08ARC: entry: EV_Trap expects r10 (vs. r9) to have exception causeVineet Gupta-7/+6
2019-07-01ARCv2: entry: rewrite to enable use of double load/stores LDD/STDVineet Gupta-159/+167
2019-07-01ARCv2: entry: avoid a branchVineet Gupta-3/+2
2019-07-01ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUEVineet Gupta-8/+11
2019-07-01ARCv2: entry: comments about hardware auto-save on taken interruptsVineet Gupta-16/+62
2019-07-01ARC: mm: do_page_fault refactor #8: release mmap_sem soonerVineet Gupta-4/+3
2019-07-01ARC: mm: do_page_fault refactor #7: fold the various error handlingVineet Gupta-34/+14
2019-07-01ARC: mm: do_page_fault refactor #6: error handlers to use same patternVineet Gupta-11/+10
2019-07-01ARC: mm: do_page_fault refactor #5: scoot no_context to endVineet Gupta-14/+7
2019-07-01ARC: mm: do_page_fault refactor #4: consolidate retry related logicVineet Gupta-29/+31
2019-07-01ARC: mm: do_page_fault refactor #3: tidyup vma access permission codeVineet Gupta-18/+21
2019-07-01ARC: mm: do_page_fault refactor #2: remove short lived variableVineet Gupta-6/+1
2019-07-01ARC: mm: do_page_fault refactor #1: remove label @good_areaVineet Gupta-7/+5
2019-06-29Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-8/+157
2019-06-25arc: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig-52/+12
2019-06-25arc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig-15/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-615/+152
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar-232/+82