aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-19ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev5-13/+19
2021-05-19ARC: entry: fix off-by-one error in syscall number validationVineet Gupta1-2/+2
2021-04-21arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing1-2/+2
2021-01-19arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap1-0/+1
2021-01-19ARC: build: move symlink creation to arch/arc/Makefile to avoid raceMasahiro Yamada2-11/+13
2021-01-19ARC: build: add boot_targets to PHONYMasahiro Yamada1-0/+1
2021-01-19ARC: build: add uImage.lzma to the top-level targetMasahiro Yamada1-1/+1
2021-01-19ARC: build: remove non-existing bootpImage from KBUILD_IMAGEMasahiro Yamada1-6/+0
2020-12-16ARC: stack unwinding: don't assume non-current task is sleepingVineet Gupta1-8/+15
2020-12-02arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+2
2020-11-10ARC: stack unwinding: avoid indefinite loopingVineet Gupta1-1/+6
2020-11-05ARC: perf: redo the pct irq missing in device-tree handlingVineet Gupta1-9/+18
2020-11-05ARC: [dts] fix the errors detected by dtbs_checkZhen Lei5-5/+5
2020-10-29arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLERNecip Fazil Yildiran1-0/+1
2020-09-17ARC: [plat-hsdk]: Switch ethernet phy-mode to rgmii-idEvgeniy Didin1-2/+2
2020-09-17irqchip/eznps: Fix build error for !ARC700 buildsVineet Gupta1-1/+0
2020-09-17ARC: HSDK: wireup perf irqVineet Gupta1-0/+2
2020-09-09ARC: perf: don't bail setup if pct irq missing in device-treeVineet Gupta1-10/+4
2020-07-16ARC: elf: use right ELF_ARCHVineet Gupta1-1/+1
2020-07-16ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta1-11/+5
2020-06-07ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACTVineet Gupta1-0/+1
2020-06-07ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev1-2/+3
2020-03-18ARC: define __ALIGN_STR and __ALIGN symbols for ARCEugeniy Paltsev1-0/+2
2020-02-14ARC: [plat-axs10x]: Add missing multicast filter number to GMAC nodeJose Abreu1-0/+1
2020-02-01arc: eznps: fix allmodconfig kconfig warningRandy Dunlap1-1/+1
2019-10-22ARC: perf: Accommodate big-endian CPUAlexey Brodkin1-2/+2
2019-10-22ARC: [plat-hsdk]: Enable on-boardi SPI ADC ICEugeniy Paltsev2-0/+19
2019-10-22ARC: [plat-hsdk]: Enable on-board SPI NOR flash ICEugeniy Paltsev2-0/+10
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-2/+2
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-1/+0
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds17-8/+16
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-6/+0
2019-09-04kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARCMasahiro Yamada17-8/+16
2019-08-29Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-0/+1
2019-08-29ARC: unwind: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig1-6/+0
2019-08-26arc: prefer __section from compiler_attributes.hNick Desaulniers2-6/+5
2019-08-26ARCv2: IDU-intc: Add support for edge-triggered interruptsMischa Jonker1-6/+54
2019-08-06ARC: unwind: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2019-08-05ARC: [plat-hsdk]: allow to switch between AXI DMAC port configurationsEugeniy Paltsev2-12/+78
2019-08-05ARC: fix typo in setup_dma_ops log messageEugeniy Paltsev1-1/+1
2019-08-05ARCv2: entry: early return from exception need not clear U & DE bitsAlexey Brodkin1-1/+1
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-11/+12
2019-07-16arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada2-11/+12
2019-07-16Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds14-340/+377
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-1/+2
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-61/+12
2019-07-11kbuild: remove src and obj from the top MakefileMasahiro Yamada1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1