summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2017-05-03ARCv2: save r30 on kernel entry as gcc uses it for code-genVineet Gupta2-1/+3
2017-02-15ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta1-1/+1
2017-02-01ARC: [arcompact] handle unaligned access delay slot corner caseVineet Gupta1-1/+2
2017-02-01ARC: udelay: fix inline assembler by adding LP_COUNT to clobber listVineet Gupta1-1/+3
2017-01-09ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcacheVineet Gupta2-6/+13
2016-12-08ARC: Don't use "+l" inline asm constraintVineet Gupta1-4/+5
2016-11-18ARC: timer: rtc: implement read loop in "C" vs. inline asmVineet Gupta1-8/+11
2016-10-28arc: don't leak bits of kernel stack into coredumpAl Viro1-4/+4
2016-09-24ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta1-2/+9
2016-09-24ARC: mm: fix build breakage with STRICT_MM_TYPECHECKSVineet Gupta1-2/+1
2016-09-07ARC: Elide redundant setup of DMA callbacksVineet Gupta1-0/+9
2016-09-07ARC: Call trace_hardirqs_on() before enabling irqsDaniel Mentz1-1/+1
2016-09-07ARC: use correct offset in pt_regs for saving/restoring user mode r25Liav Rehana1-2/+2
2016-09-07ARC: build: Better way to detect ISA compatible toolchainVineet Gupta2-6/+14
2016-08-20ARC: mm: don't loose PTE_SPECIAL in pte_modify()Vineet Gupta1-1/+1
2016-08-10ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)Vineet Gupta1-2/+0
2016-08-10arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin1-1/+1
2016-07-27ARCv2: LLSC: software backoff is NOT needed starting HS2.1cVineet Gupta2-6/+1
2016-07-27ARCv2: Check for LL-SC livelock only if LLSC is enabledVineet Gupta1-0/+1
2016-05-11ARC: Add missing io barriers to io{read,write}{16,32}be()Vineet Gupta1-9/+18
2016-04-12ARC: bitops: Remove non relevant commentsVineet Gupta1-15/+0
2016-04-12ARC: [BE] readl()/writel() to work in Big Endian CPU configurationLada Trimasova1-5/+13
2016-03-04ARCv2: SMP: Emulate IPI to self using software triggered interruptVineet Gupta3-5/+32
2016-03-04ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2Vineet Gupta1-1/+18
2015-12-21ARC: dw2 unwind: Catch Dwarf SNAFUs earlyVineet Gupta1-4/+8
2015-12-21ARC: dw2 unwind: Don't bail for CIE.version != 1Vineet Gupta1-6/+1
2015-12-21Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing"Vineet Gupta1-9/+4
2015-12-21ARC: Fix linking errors with CONFIG_MODULE + CONFIG_CC_OPTIMIZE_FOR_SIZEVineet Gupta1-1/+1
2015-12-21ARC: mm: fix building for MMU v2Alexey Brodkin1-2/+0
2015-12-21ARC: mm: HIGHMEM: Fix section mismatch splatVineet Gupta1-2/+2
2015-12-17ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpuVineet Gupta3-6/+6
2015-12-17ARC: rename smp operation init_irq_cpu() to init_per_cpu()Noam Camus4-7/+7
2015-12-17ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailingVineet Gupta1-4/+9
2015-12-17ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta3-19/+26
2015-12-17ARC: [plat-sim] unbork non default CONFIG_LINUX_LINK_BASEVineet Gupta3-2/+6
2015-12-12ARC: intc: Document arc_request_percpu_irq() betterVineet Gupta1-0/+12
2015-12-12ARCv2: perf: Ensure perf intr gets enabled on all coresVineet Gupta1-23/+9
2015-12-12ARC: intc: No need to clear IRQ_NOAUTOENVineet Gupta1-5/+8
2015-12-12ARCv2: intc: Fix random perf irq disabling in SMP setupVineet Gupta1-2/+13
2015-12-07ARC: [axs10x] cap ethernet phy to 100 Mbit/secAlexey Brodkin1-0/+1
2015-11-23ARC: dw2 unwind: Remove falllback linear search thru FDE entriesVineet Gupta1-33/+4
2015-11-17ARC: remove SYNC from __switch_to()Vineet Gupta2-5/+0
2015-11-16ARCv2: Use the default irq priority for idle sleepVineet Gupta1-1/+2
2015-11-16ARC: Abstract out ISA specific SLEEP argsVineet Gupta3-5/+8
2015-11-16ARC: comments updateVineet Gupta1-2/+2
2015-11-16ARC: switch to arc-linux- CROSS_COMPILE prefix across all configssujayraaj9-9/+9
2015-11-14Merge tag 'arc-4.4-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-55/+73
2015-11-14ARC: cpu_relax() to be compiler barrier even for UPVineet Gupta1-4/+0
2015-11-14ARC: use ASL assembler mnemonicVineet Gupta1-3/+3
2015-11-14ARC: [arcompact] Handle bus error from userspace as Interrupt not exceptionVineet Gupta3-21/+44