summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2021-11-12arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+2
2021-09-22ARC: export clear_user_page() for modulesRandy Dunlap1-1/+1
2021-09-03ARC: Fix CONFIG_STACKDEPOTGuenter Roeck1-0/+2
2021-05-22ARC: entry: fix off-by-one error in syscall number validationVineet Gupta1-2/+2
2021-04-28arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing1-2/+2
2021-01-23arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap1-0/+1
2021-01-23ARC: build: add boot_targets to PHONYMasahiro Yamada1-0/+1
2020-12-29ARC: stack unwinding: don't assume non-current task is sleepingVineet Gupta1-8/+15
2020-11-10Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"Vineet Gupta1-5/+11
2020-11-10ARC: stack unwinding: avoid indefinite loopingVineet Gupta1-1/+6
2020-09-23irqchip/eznps: Fix build error for !ARC700 buildsVineet Gupta1-1/+0
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: 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-11-28ARC: perf: Accommodate big-endian CPUAlexey Brodkin1-2/+2
2019-09-21ARC: export "abort" for modulesVineet Gupta1-0/+1
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-07-10bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-1/+2
2019-07-10ARC: fix allnoconfig build warningVineet Gupta1-1/+1
2019-07-10ARC: fix build warnings with !CONFIG_KPROBESVineet Gupta2-9/+18
2019-04-20ARC: u-boot args: check that magic number is correctEugeniy Paltsev2-0/+9
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-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-13ARC: [zebu] Remove CONFIG_INITRAMFS_SOURCE from defconfigsAlexey Brodkin2-2/+0
2018-12-08arc: [devboards] Add support of NFSv3 ACLAlexey Brodkin9-0/+9
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 data type errors in platform headersRandy Dunlap1-0/+1
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: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigsAlexey Brodkin9-9/+0
2018-07-25ARC: mm: allow mprotect to make stack mappings executableVineet Gupta1-1/+1