summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* 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: [plat-eznps] fix data type errors in platform headersRandy Dunlap2018-09-051-0/+1
* ARC: Improve cmpxchg syscall implementationPeter Zijlstra2018-08-241-11/+36
* 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: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigsAlexey Brodkin2018-07-259-9/+0
* 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-191-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
* ARCv2: IRQ: Call entry/exit functions for chained handlers in MCIPYuriy Kolerov2017-08-061-0/+4
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-241-1/+1
* ARCv2: smp-boot: wake_flag polling by non-Masters needs to be uncachedVineet Gupta2017-06-171-3/+16
* ARC: smp-boot: Decouple Non masters waiting API from jump to entry pointVineet Gupta2017-06-172-9/+11
* ARCv2: save r30 on kernel entry as gcc uses it for code-genVineet Gupta2017-05-032-1/+3
* ARC: [plat-eznps] Fix build errorNoam Camus2017-05-031-1/+2
* 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: module: Fix !CONFIG_ARC_DW2_UNWIND buildsVineet Gupta2017-01-263-4/+6
* ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcacheVineet Gupta2017-01-092-6/+13
* ARC: mm: PAE40: Fix crash at munmapYuriy Kolerov2016-11-291-1/+1
* ARC: mm: IOC: Don't enable IOC by defaultVineet Gupta2016-11-281-1/+1
* ARC: Don't use "+l" inline asm constraintVineet Gupta2016-11-281-4/+5
* Merge tag 'arc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-11-1119-49/+104
|\
| * ARCv2: MCIP: Use IDU_M_DISTRI_DEST mode if there is only 1 destination coreYuriy Kolerov2016-11-081-2/+11
| * ARC: IRQ: Do not use hwirq as virq and vice versaYuriy Kolerov2016-11-083-16/+20
| * ARC: [plat-eznps] set default baud for early consoleNoam Camus2016-11-081-0/+2
| * ARC: [plat-eznps] remove IPI clear from SMP operationsNoam Camus2016-11-081-6/+0
| * Revert "ARC: build: retire old toggles"Vineet Gupta2016-11-081-0/+3
| * ARC: timer: rtc: implement read loop in "C" vs. inline asmVineet Gupta2016-11-071-8/+11
| * ARC: change return value of userspace cmpxchg assist syscallVineet Gupta2016-11-072-9/+13
| * arc: Implement arch-specific dma_map_ops.mmapAlexey Brodkin2016-11-031-0/+26
| * ARC: [SMP] avoid overriding present cpumaskNoam Camus2016-10-311-4/+6
| * ARC: Enable PERF_EVENTS in nSIM driven platformsAlexey Brodkin2016-10-319-4/+12
* | Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Arnd Bergmann2016-11-111-1/+3
|/
* ARC: module: print pretty section namesVineet Gupta2016-10-281-14/+21
* ARC: module: elide loop to save reference to .eh_frameVineet Gupta2016-10-282-10/+9
* ARC: mm: retire ARC_DBG_TLB_MISS_COUNT...Vineet Gupta2016-10-283-139/+0
* ARC: build: retire old togglesVineet Gupta2016-10-281-3/+0
* ARC: boot log: refactor cpu name/release printingVineet Gupta2016-10-283-24/+34
* ARC: boot log: remove awkward space comma from MMU lineVineet Gupta2016-10-281-3/+3
* ARC: boot log: don't assume SWAPE instruction supportVineet Gupta2016-10-282-2/+5
* ARC: boot log: refactor printing abt features not captured in BCRsVineet Gupta2016-10-282-45/+43
* ARCv2: boot log: print IOC exists as well as enabled statusVineet Gupta2016-10-283-9/+5
* ARCv2: IOC: use @ioc_enable not @ioc_exist where intendedVineet Gupta2016-10-243-7/+9