summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)Author
2020-09-17ARC: [plat-hsdk]: Switch ethernet phy-mode to rgmii-idEvgeniy Didin
2020-09-17irqchip/eznps: Fix build error for !ARC700 buildsVineet Gupta
2020-09-17ARC: HSDK: wireup perf irqVineet Gupta
2020-09-09ARC: perf: don't bail setup if pct irq missing in device-treeVineet Gupta
2020-07-16ARC: elf: use right ELF_ARCHVineet Gupta
2020-07-16ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta
2020-06-07ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACTVineet Gupta
2020-06-07ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev
2020-03-18ARC: define __ALIGN_STR and __ALIGN symbols for ARCEugeniy Paltsev
2020-02-14ARC: [plat-axs10x]: Add missing multicast filter number to GMAC nodeJose Abreu
2020-02-01arc: eznps: fix allmodconfig kconfig warningRandy Dunlap
2019-10-22ARC: perf: Accommodate big-endian CPUAlexey Brodkin
2019-10-22ARC: [plat-hsdk]: Enable on-boardi SPI ADC ICEugeniy Paltsev
2019-10-22ARC: [plat-hsdk]: Enable on-board SPI NOR flash ICEugeniy Paltsev
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-04kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARCMasahiro Yamada
2019-08-29Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-08-29ARC: unwind: Mark expected switch fall-throughGustavo A. R. Silva
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig
2019-08-26arc: prefer __section from compiler_attributes.hNick Desaulniers
2019-08-26ARCv2: IDU-intc: Add support for edge-triggered interruptsMischa Jonker
2019-08-06ARC: unwind: Mark expected switch fall-throughsGustavo A. R. Silva
2019-08-05ARC: [plat-hsdk]: allow to switch between AXI DMAC port configurationsEugeniy Paltsev
2019-08-05ARC: fix typo in setup_dma_ops log messageEugeniy Paltsev
2019-08-05ARCv2: entry: early return from exception need not clear U & DE bitsAlexey Brodkin
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-16arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada
2019-07-16Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-07-11kbuild: remove src and obj from the top MakefileMasahiro Yamada
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08ARC: [plat-hsdk]: Enable AXI DW DMAC in defconfigEugeniy Paltsev
2019-07-08ARC: [plat-hsdk]: enable DW SPI controllerEugeniy Paltsev
2019-07-08ARC: hide unused function unw_hdr_allocArnd Bergmann
2019-07-08ARC: [haps] Add Virtio supportAlexey Brodkin
2019-07-08ARCv2: entry: simplify return to Delay Slot via interruptVineet Gupta
2019-07-08ARC: entry: EV_Trap expects r10 (vs. r9) to have exception causeVineet Gupta
2019-07-01ARCv2: entry: rewrite to enable use of double load/stores LDD/STDVineet Gupta
2019-07-01ARCv2: entry: avoid a branchVineet Gupta
2019-07-01ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUEVineet Gupta
2019-07-01ARCv2: entry: comments about hardware auto-save on taken interruptsVineet Gupta
2019-07-01ARC: mm: do_page_fault refactor #8: release mmap_sem soonerVineet Gupta
2019-07-01ARC: mm: do_page_fault refactor #7: fold the various error handlingVineet Gupta