summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-2/+2
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-5/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-1/+0
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-2017-8/+16
|\
| * kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARCMasahiro Yamada2019-09-0417-8/+16
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-6/+0
|\ \
| * | dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-291-6/+0
| |/
* | Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-08-291-0/+1
|\ \
| * | ARC: unwind: Mark expected switch fall-throughGustavo A. R. Silva2019-08-291-0/+1
| |/
* | arc: prefer __section from compiler_attributes.hNick Desaulniers2019-08-262-6/+5
* | ARCv2: IDU-intc: Add support for edge-triggered interruptsMischa Jonker2019-08-261-6/+54
* | ARC: unwind: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-061-2/+2
* | ARC: [plat-hsdk]: allow to switch between AXI DMAC port configurationsEugeniy Paltsev2019-08-052-12/+78
* | ARC: fix typo in setup_dma_ops log messageEugeniy Paltsev2019-08-051-1/+1
* | ARCv2: entry: early return from exception need not clear U & DE bitsAlexey Brodkin2019-08-051-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-172-11/+12
|\
| * arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada2019-07-162-11/+12
* | Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2019-07-1614-340/+377
|\ \ | |/ |/|
| * ARC: [plat-hsdk]: Enable AXI DW DMAC in defconfigEugeniy Paltsev2019-07-081-0/+2
| * ARC: [plat-hsdk]: enable DW SPI controllerEugeniy Paltsev2019-07-082-0/+17
| * ARC: hide unused function unw_hdr_allocArnd Bergmann2019-07-081-5/+4
| * ARC: [haps] Add Virtio supportAlexey Brodkin2019-07-082-1/+34
| * ARCv2: entry: simplify return to Delay Slot via interruptVineet Gupta2019-07-081-48/+10
| * ARC: entry: EV_Trap expects r10 (vs. r9) to have exception causeVineet Gupta2019-07-084-7/+6
| * ARCv2: entry: rewrite to enable use of double load/stores LDD/STDVineet Gupta2019-07-014-159/+167
| * ARCv2: entry: avoid a branchVineet Gupta2019-07-011-3/+2
| * ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUEVineet Gupta2019-07-012-8/+11
| * ARCv2: entry: comments about hardware auto-save on taken interruptsVineet Gupta2019-07-011-16/+62
| * ARC: mm: do_page_fault refactor #8: release mmap_sem soonerVineet Gupta2019-07-011-4/+3
| * ARC: mm: do_page_fault refactor #7: fold the various error handlingVineet Gupta2019-07-011-34/+14
| * ARC: mm: do_page_fault refactor #6: error handlers to use same patternVineet Gupta2019-07-011-11/+10
| * ARC: mm: do_page_fault refactor #5: scoot no_context to endVineet Gupta2019-07-011-14/+7
| * ARC: mm: do_page_fault refactor #4: consolidate retry related logicVineet Gupta2019-07-011-29/+31
| * ARC: mm: do_page_fault refactor #3: tidyup vma access permission codeVineet Gupta2019-07-011-18/+21
| * ARC: mm: do_page_fault refactor #2: remove short lived variableVineet Gupta2019-07-011-6/+1
| * ARC: mm: do_page_fault refactor #1: remove label @good_areaVineet Gupta2019-07-011-7/+5
* | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-122-1/+2
|\ \
| * | kbuild: remove src and obj from the top MakefileMasahiro Yamada2019-07-111-1/+1
| * | kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada2019-06-151-0/+1
* | | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-122-61/+12
|\ \ \
| * | | arc: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig2019-06-252-52/+12
| * | | arc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig2019-06-251-15/+6
* | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ \
| * | | | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| | |/ / | |/| |
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-084-6/+6
|\ \ \ \
| * | | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-292-3/+3
| * | | | signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-292-3/+3
| * | | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-272-2/+2
| * | | | signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-271-1/+1
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-21/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | |