summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2020-07-22ARC: elf: use right ELF_ARCHVineet Gupta1-1/+1
2020-07-22ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta1-11/+5
2020-06-11ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACTVineet Gupta1-0/+1
2020-06-11ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev1-2/+3
2020-03-20ARC: define __ALIGN_STR and __ALIGN symbols for ARCEugeniy Paltsev1-0/+2
2020-02-15ARC: [plat-axs10x]: Add missing multicast filter number to GMAC nodeJose Abreu1-0/+1
2020-02-05arc: eznps: fix allmodconfig kconfig warningRandy Dunlap1-1/+1
2019-12-01ARC: perf: Accommodate big-endian CPUAlexey Brodkin1-2/+2
2019-07-21ARC: hide unused function unw_hdr_allocArnd Bergmann1-5/+4
2019-07-10ARC: handle gcc generated __builtin_trap for older compilerVineet Gupta1-0/+8
2019-06-25ARC: [plat-hsdk]: Add missing FIFO size entry in GMAC nodeJose Abreu1-0/+3
2019-06-25ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC nodeJose Abreu1-0/+1
2019-06-25ARC: fix build warningsVineet Gupta2-9/+18
2019-04-20arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAMCorentin Labbe1-0/+1
2019-04-20ARC: u-boot args: check that magic number is correctEugeniy Paltsev2-0/+9
2019-03-23ARCv2: support manual regfile save on interruptsVineet Gupta5-1/+68
2019-03-23ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta1-4/+4
2019-03-23ARCv2: lib: memcpy: fix doing prefetchw outside of bufferEugeniy Paltsev1-14/+0
2019-03-05ARC: fix __ffs return value to avoid build warningsEugeniy Paltsev1-3/+3
2019-02-27ARC: define ARCH_SLAB_MINALIGN = 8Alexey Brodkin1-0/+11
2019-02-27ARC: U-boot: check arguments paranoidlyEugeniy Paltsev2-27/+64
2019-02-27ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev1-0/+10
2019-01-31ARC: perf: map generic branches to correct hardware conditionEugeniy Paltsev1-1/+2
2019-01-31ARC: adjust memblock_reserve of kernel memoryEugeniy Paltsev1-1/+2
2019-01-31ARCv2: lib: memeset: fix doing prefetchw outside of bufferEugeniy Paltsev1-8/+32
2018-12-21ARC: io.h: Implement reads{x}()/writes{x}()Jose Abreu1-0/+72
2018-12-08arc: [devboards] Add support of NFSv3 ACLAlexey Brodkin10-0/+10
2018-12-08ARC: change defconfig defaults to ARCv2Kevin Hilman7-2/+7
2018-10-20ARC: build: Don't set CROSS_COMPILE in arch's MakefileAlexey Brodkin1-9/+1
2018-10-20ARC: build: Get rid of toolchain checkAlexey Brodkin1-14/+0
2018-10-13ARC: clone syscall to setp r25 as thread pointerVineet Gupta1-0/+20
2018-10-10ARC: atomics: unbork atomic_fetch_##op()Will Deacon1-1/+1
2018-09-19ARC: [plat-axs*]: Enable SWAPAlexey Brodkin3-3/+0
2018-09-05arc: fix type warnings in arc/mm/cache.cRandy Dunlap1-3/+4
2018-09-05arc: fix build errors in arc/include/asm/delay.hRandy Dunlap1-0/+3
2018-09-05arc: [plat-eznps] fix printk warning in arc/plat-eznps/mtm.cRandy Dunlap1-2/+4
2018-09-05arc: [plat-eznps] fix data type errors in platform headersRandy Dunlap1-0/+1
2018-09-05ARC: [plat-eznps] Add missing struct nps_host_reg_aux_dpcOfer Levi1-0/+9
2018-09-05ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_sizeEugeniy Paltsev2-1/+6
2018-08-24ARC: Improve cmpxchg syscall implementationPeter Zijlstra1-11/+36
2018-08-24ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMPAlexey Brodkin2-3/+1
2018-08-24ARC: Explicitly add -mmedium-calls to CFLAGSAlexey Brodkin1-14/+1
2018-07-25ARC: mm: allow mprotect to make stack mappings executableVineet Gupta1-1/+1
2018-07-25ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigsAlexey Brodkin12-12/+0
2018-07-25ARC: Fix CONFIG_SWAPAlexey Brodkin1-1/+1
2018-07-25ARCv2: [plat-hsdk]: Save accl reg pair by defaultVineet Gupta2-1/+3
2018-05-30ARC: setup cpu possible mask according to possible-cpus dts propertyEugeniy Paltsev1-10/+40
2018-05-30ARC: mcip: update MCIP debug mask when the new cpu came onlineEugeniy Paltsev1-5/+32
2018-05-30ARC: mcip: halt GFRC counter when ARC cores haltEugeniy Paltsev1-0/+37
2018-05-30bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-1/+2