summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* ARC: stack unwinding: avoid indefinite loopingVineet Gupta2020-11-101-1/+6
* ARC: perf: redo the pct irq missing in device-tree handlingVineet Gupta2020-11-051-9/+18
* ARC: [dts] fix the errors detected by dtbs_checkZhen Lei2020-11-055-5/+5
* arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLERNecip Fazil Yildiran2020-10-291-0/+1
* ARC: [plat-hsdk]: Switch ethernet phy-mode to rgmii-idEvgeniy Didin2020-09-171-2/+2
* irqchip/eznps: Fix build error for !ARC700 buildsVineet Gupta2020-09-171-1/+0
* ARC: HSDK: wireup perf irqVineet Gupta2020-09-171-0/+2
* ARC: perf: don't bail setup if pct irq missing in device-treeVineet Gupta2020-09-091-10/+4
* ARC: elf: use right ELF_ARCHVineet Gupta2020-07-161-1/+1
* ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta2020-07-161-11/+5
* ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACTVineet Gupta2020-06-071-0/+1
* ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev2020-06-071-2/+3
* ARC: define __ALIGN_STR and __ALIGN symbols for ARCEugeniy Paltsev2020-03-181-0/+2
* ARC: [plat-axs10x]: Add missing multicast filter number to GMAC nodeJose Abreu2020-02-141-0/+1
* arc: eznps: fix allmodconfig kconfig warningRandy Dunlap2020-02-011-1/+1
* ARC: perf: Accommodate big-endian CPUAlexey Brodkin2019-10-221-2/+2
* ARC: [plat-hsdk]: Enable on-boardi SPI ADC ICEugeniy Paltsev2019-10-222-0/+19
* ARC: [plat-hsdk]: Enable on-board SPI NOR flash ICEugeniy Paltsev2019-10-222-0/+10
* 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