summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
2020-03-20ARC: define __ALIGN_STR and __ALIGN symbols for ARCEugeniy Paltsev
2020-02-14ARC: [plat-axs10x]: Add missing multicast filter number to GMAC nodeJose Abreu
2019-11-28ARC: perf: Accommodate big-endian CPUAlexey Brodkin
2019-09-21ARC: export "abort" for modulesVineet Gupta
2019-09-21ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigsAlexey Brodkin
2019-07-21ARC: hide unused function unw_hdr_allocArnd Bergmann
2019-07-10ARC: handle gcc generated __builtin_trap for older compilerVineet Gupta
2019-07-10bug.h: work around GCC PR82365 in BUG()Arnd Bergmann
2019-07-10ARC: fix build warning in elf.hVineet Gupta
2019-07-10ARC: Assume multiplier is always presentVineet Gupta
2019-03-23ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta
2019-03-23ARC: fix __ffs return value to avoid build warningsEugeniy Paltsev
2019-03-23ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev
2019-02-06ARC: perf: map generic branches to correct hardware conditionEugeniy Paltsev
2018-12-21ARC: io.h: Implement reads{x}()/writes{x}()Jose Abreu
2018-12-13arc: [devboards] Add support of NFSv3 ACLAlexey Brodkin
2018-12-13ARC: change defconfig defaults to ARCv2Kevin Hilman
2018-10-20ARC: build: Get rid of toolchain checkAlexey Brodkin
2018-10-13ARC: clone syscall to setp r25 as thread pointerVineet Gupta
2018-09-19ARC: [plat-axs*]: Enable SWAPAlexey Brodkin
2018-09-05arc: fix type warnings in arc/mm/cache.cRandy Dunlap
2018-09-05arc: fix build errors in arc/include/asm/delay.hRandy Dunlap
2018-08-24ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMPAlexey Brodkin
2018-08-24ARC: Explicitly add -mmedium-calls to CFLAGSAlexey Brodkin
2018-07-25ARC: mm: allow mprotect to make stack mappings executableVineet Gupta
2018-07-25ARC: Fix CONFIG_SWAPAlexey Brodkin
2018-05-30ARC: Fix malformed ARC_EMUL_UNALIGNED defaultUlf Magnusson
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2018-01-10ARC: uaccess: dont use "l" gcc inline asm constraint modifierVineet Gupta
2017-09-27ARC: Re-enable MMU upon Machine Check exceptionJose Abreu
2017-08-30ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins
2017-05-02ARCv2: save r30 on kernel entry as gcc uses it for code-genVineet Gupta
2017-02-14ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta
2017-02-01ARC: [arcompact] handle unaligned access delay slot corner caseVineet Gupta
2017-02-01ARC: udelay: fix inline assembler by adding LP_COUNT to clobber listVineet Gupta
2017-01-09ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcacheVineet Gupta
2016-12-08ARC: Don't use "+l" inline asm constraintVineet Gupta
2016-11-18ARC: timer: rtc: implement read loop in "C" vs. inline asmVineet Gupta
2016-10-28arc: don't leak bits of kernel stack into coredumpAl Viro
2016-09-24ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta
2016-09-24ARC: mm: fix build breakage with STRICT_MM_TYPECHECKSVineet Gupta
2016-09-07ARC: Elide redundant setup of DMA callbacksVineet Gupta
2016-09-07ARC: Call trace_hardirqs_on() before enabling irqsDaniel Mentz
2016-09-07ARC: use correct offset in pt_regs for saving/restoring user mode r25Liav Rehana
2016-09-07ARC: build: Better way to detect ISA compatible toolchainVineet Gupta
2016-08-20ARC: mm: don't loose PTE_SPECIAL in pte_modify()Vineet Gupta
2016-08-10ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)Vineet Gupta
2016-08-10arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin
2016-07-27ARCv2: LLSC: software backoff is NOT needed starting HS2.1cVineet Gupta