summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* ARC: fix allnoconfig build warningVineet Gupta2021-09-221-1/+1
* ARC: entry: fix off-by-one error in syscall number validationVineet Gupta2021-05-221-2/+2
* arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing2021-04-281-2/+2
* arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap2021-01-231-0/+1
* ARC: build: add boot_targets to PHONYMasahiro Yamada2021-01-231-0/+1
* ARC: stack unwinding: don't assume non-current task is sleepingVineet Gupta2020-12-291-8/+15
* Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"Vineet Gupta2020-11-101-5/+11
* ARC: stack unwinding: avoid indefinite loopingVineet Gupta2020-11-101-1/+6
* ARC: elf: use right ELF_ARCHVineet Gupta2020-07-221-1/+1
* ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta2020-07-221-11/+5
* ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev2020-06-111-2/+3
* ARC: define __ALIGN_STR and __ALIGN symbols for ARCEugeniy Paltsev2020-03-201-0/+2
* ARC: [plat-axs10x]: Add missing multicast filter number to GMAC nodeJose Abreu2020-02-141-0/+1
* ARC: perf: Accommodate big-endian CPUAlexey Brodkin2019-11-281-2/+2
* ARC: export "abort" for modulesVineet Gupta2019-09-211-0/+1
* ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigsAlexey Brodkin2019-09-219-9/+0
* ARC: hide unused function unw_hdr_allocArnd Bergmann2019-07-211-5/+4
* ARC: handle gcc generated __builtin_trap for older compilerVineet Gupta2019-07-101-0/+8
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2019-07-101-1/+2
* ARC: fix build warning in elf.hVineet Gupta2019-07-101-1/+1
* ARC: Assume multiplier is always presentVineet Gupta2019-07-103-14/+0
* ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta2019-03-231-4/+4
* ARC: fix __ffs return value to avoid build warningsEugeniy Paltsev2019-03-231-3/+3
* ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev2019-03-231-0/+10
* ARC: perf: map generic branches to correct hardware conditionEugeniy Paltsev2019-02-061-1/+2
* ARC: io.h: Implement reads{x}()/writes{x}()Jose Abreu2018-12-211-0/+72
* arc: [devboards] Add support of NFSv3 ACLAlexey Brodkin2018-12-138-0/+8
* ARC: change defconfig defaults to ARCv2Kevin Hilman2018-12-136-2/+6
* ARC: build: Get rid of toolchain checkAlexey Brodkin2018-10-201-14/+0
* ARC: clone syscall to setp r25 as thread pointerVineet Gupta2018-10-131-0/+20
* ARC: [plat-axs*]: Enable SWAPAlexey Brodkin2018-09-193-3/+0
* arc: fix type warnings in arc/mm/cache.cRandy Dunlap2018-09-051-3/+4
* arc: fix build errors in arc/include/asm/delay.hRandy Dunlap2018-09-051-0/+3
* ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMPAlexey Brodkin2018-08-242-3/+1
* ARC: Explicitly add -mmedium-calls to CFLAGSAlexey Brodkin2018-08-241-14/+1
* ARC: mm: allow mprotect to make stack mappings executableVineet Gupta2018-07-251-1/+1
* ARC: Fix CONFIG_SWAPAlexey Brodkin2018-07-251-1/+1
* ARC: Fix malformed ARC_EMUL_UNALIGNED defaultUlf Magnusson2018-05-301-1/+0
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2018-05-261-35/+5
* ARC: uaccess: dont use "l" gcc inline asm constraint modifierVineet Gupta2018-01-101-2/+3
* ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2017-09-272-3/+6
* ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin2017-08-302-2/+13
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-261-1/+1
* ARCv2: save r30 on kernel entry as gcc uses it for code-genVineet Gupta2017-05-022-1/+3
* ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta2017-02-141-1/+1
* ARC: [arcompact] handle unaligned access delay slot corner caseVineet Gupta2017-02-011-1/+2
* ARC: udelay: fix inline assembler by adding LP_COUNT to clobber listVineet Gupta2017-02-011-1/+3
* ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcacheVineet Gupta2017-01-092-6/+13
* ARC: Don't use "+l" inline asm constraintVineet Gupta2016-12-081-4/+5
* ARC: timer: rtc: implement read loop in "C" vs. inline asmVineet Gupta2016-11-181-8/+11