summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* 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
* arc: don't leak bits of kernel stack into coredumpAl Viro2016-10-281-4/+4
* ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta2016-09-241-2/+9
* ARC: mm: fix build breakage with STRICT_MM_TYPECHECKSVineet Gupta2016-09-241-2/+1
* ARC: Elide redundant setup of DMA callbacksVineet Gupta2016-09-071-0/+9
* ARC: Call trace_hardirqs_on() before enabling irqsDaniel Mentz2016-09-071-1/+1
* ARC: use correct offset in pt_regs for saving/restoring user mode r25Liav Rehana2016-09-071-2/+2
* ARC: build: Better way to detect ISA compatible toolchainVineet Gupta2016-09-072-6/+14
* ARC: mm: don't loose PTE_SPECIAL in pte_modify()Vineet Gupta2016-08-201-1/+1
* ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)Vineet Gupta2016-08-101-2/+0
* arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin2016-08-101-1/+1
* ARCv2: LLSC: software backoff is NOT needed starting HS2.1cVineet Gupta2016-07-272-6/+1
* ARCv2: Check for LL-SC livelock only if LLSC is enabledVineet Gupta2016-07-271-0/+1
* ARC: Add missing io barriers to io{read,write}{16,32}be()Vineet Gupta2016-05-111-9/+18
* ARC: bitops: Remove non relevant commentsVineet Gupta2016-04-121-15/+0
* ARC: [BE] readl()/writel() to work in Big Endian CPU configurationLada Trimasova2016-04-121-5/+13
* ARCv2: SMP: Emulate IPI to self using software triggered interruptVineet Gupta2016-03-033-5/+32
* ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2Vineet Gupta2016-03-031-1/+18
* ARC: dw2 unwind: Catch Dwarf SNAFUs earlyVineet Gupta2015-12-211-4/+8
* ARC: dw2 unwind: Don't bail for CIE.version != 1Vineet Gupta2015-12-211-6/+1
* Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing"Vineet Gupta2015-12-211-9/+4
* ARC: Fix linking errors with CONFIG_MODULE + CONFIG_CC_OPTIMIZE_FOR_SIZEVineet Gupta2015-12-211-1/+1
* ARC: mm: fix building for MMU v2Alexey Brodkin2015-12-211-2/+0
* ARC: mm: HIGHMEM: Fix section mismatch splatVineet Gupta2015-12-211-2/+2
* ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpuVineet Gupta2015-12-173-6/+6
* ARC: rename smp operation init_irq_cpu() to init_per_cpu()Noam Camus2015-12-174-7/+7
* ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailingVineet Gupta2015-12-171-4/+9
* ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta2015-12-173-19/+26
* ARC: [plat-sim] unbork non default CONFIG_LINUX_LINK_BASEVineet Gupta2015-12-173-2/+6
* ARC: intc: Document arc_request_percpu_irq() betterVineet Gupta2015-12-121-0/+12
* ARCv2: perf: Ensure perf intr gets enabled on all coresVineet Gupta2015-12-121-23/+9
* ARC: intc: No need to clear IRQ_NOAUTOENVineet Gupta2015-12-121-5/+8
* ARCv2: intc: Fix random perf irq disabling in SMP setupVineet Gupta2015-12-121-2/+13
* ARC: [axs10x] cap ethernet phy to 100 Mbit/secAlexey Brodkin2015-12-071-0/+1
* ARC: dw2 unwind: Remove falllback linear search thru FDE entriesVineet Gupta2015-11-231-33/+4
* ARC: remove SYNC from __switch_to()Vineet Gupta2015-11-172-5/+0
* ARCv2: Use the default irq priority for idle sleepVineet Gupta2015-11-161-1/+2
* ARC: Abstract out ISA specific SLEEP argsVineet Gupta2015-11-163-5/+8
* ARC: comments updateVineet Gupta2015-11-161-2/+2
* ARC: switch to arc-linux- CROSS_COMPILE prefix across all configssujayraaj2015-11-169-9/+9
* Merge tag 'arc-4.4-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-147-55/+73
|\