summaryrefslogtreecommitdiffstats
path: root/arch/arc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARC: mm: tlb flush optim: elide redundant uTLB invalidates for MMUv3Vineet Gupta2019-10-281-5/+0
* ARC: mm: tlb flush optim: elide repeated uTLB invalidate in loopVineet Gupta2019-10-281-45/+29
* ARC: mm: tlb flush optim: Make TLBWriteNI fallback to TLBWrite if not availableVineet Gupta2019-10-282-4/+2
* ARC: mm: TLB Miss optim: avoid re-reading ECRVineet Gupta2019-10-281-2/+0
* ARCv2: mm: TLB Miss optim: Use double world load/stores LDD/STDVineet Gupta2019-10-281-0/+10
* ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch regVineet Gupta2019-10-286-6/+10
* ARC: nSIM_700: remove unused network optionsEugeniy Paltsev2019-10-282-18/+2
* ARC: nSIM_700: switch to DW UART usageEugeniy Paltsev2019-10-282-11/+17
* ARC: merge HAPS-HS with nSIM-HS configsEugeniy Paltsev2019-10-286-244/+1
* ARC: HAPS: cleanup defconfigs from unused ETH driversEugeniy Paltsev2019-10-282-20/+2
* ARC: HAPS: add HIGHMEM memory zone to DTSEugeniy Paltsev2019-10-281-5/+8
* ARC: HAPS: use same UART configuration everywhereEugeniy Paltsev2019-10-282-2/+1
* ARC: HAPS: cleanup defconfigs from unused IO-related optionsEugeniy Paltsev2019-10-282-12/+6
* ARC: regenerate nSIM and HAPS defconfigsEugeniy Paltsev2019-10-285-35/+12
* 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-251-5/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-251-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-172-11/+12
* | Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2019-07-1714-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