summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* arc: use of_platform_default_populate() to populate default busKefeng Wang2016-03-171-1/+1
* ARCv2: LLSC: software backoff is NOT needed starting HS2.1cVineet Gupta2016-03-151-5/+0
* ARC: Fix misspellings in comments.Adam Buchbinder2016-03-112-3/+3
* arc: SMP: CONFIG_ARC_IPI_DBG cleanupValentin Rothberg2016-02-241-5/+0
* ARC: SMP: No need for CONFIG_ARC_IPI_DBGVineet Gupta2016-02-242-11/+1
* ARCv2: Elide sending new cross core intr if receiver didn't ack prevVineet Gupta2016-02-241-17/+10
* ARCv2: SMP: Push IPI_IRQ into IPI providerVineet Gupta2016-02-241-0/+1
* ARC: [intc-compact] Remove IPI setup from ARCompact portVineet Gupta2016-02-241-3/+0
* ARCv2: SMP: Emulate IPI to self using software triggered interruptVineet Gupta2016-02-242-5/+21
* ARCv2: boot report CCMs (Closely Coupled Memories)Vineet Gupta2016-02-181-28/+50
* ARCv2: boot print Low Latency MemoryVineet Gupta2016-02-181-1/+2
* ARC: Assume multiplier is always presentVineet Gupta2016-02-181-2/+0
* Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds2016-02-135-34/+64
|\
| * ARCv2: intc: Allow interruption by lowest priority interruptVineet Gupta2016-02-101-17/+24
| * ARCv2: Check for LL-SC livelock only if LLSC is enabledVineet Gupta2016-01-291-0/+1
| * ARC: shrink cpuinfo by not saving full timer BCRVineet Gupta2016-01-291-7/+12
| * ARCv2: clocksource: Rename GRTC -> GFRC ...Vineet Gupta2016-01-292-9/+9
| * ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2Vineet Gupta2016-01-221-1/+18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-2/+2
|\ \ | |/ |/|
| * module: use a structure to encapsulate layout.Rusty Russell2015-12-041-2/+2
* | 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: smp: Rename platform hook @init_cpu_smp -> @init_per_cpuVineet Gupta2015-12-172-4/+4
* | ARC: rename smp operation init_irq_cpu() to init_per_cpu()Noam Camus2015-12-173-5/+5
* | 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-172-15/+26
* | 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: 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
* | ARC: Abstract out ISA specific SLEEP argsVineet Gupta2015-11-161-5/+4
|/
* ARC: [arcompact] Handle bus error from userspace as Interrupt not exceptionVineet Gupta2015-11-143-21/+44
* ARC: boot: Non Master cpus only need to call EARLY_CPU_SETUP onceVineet Gupta2015-10-281-2/+0
* ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_smp()Vineet Gupta2015-10-281-8/+2
* ARC: smp: Introduce smp hook @init_irq_cpu called for all coresVineet Gupta2015-10-282-1/+9
* ARC: smp: Rename platform hook @init_smp -> @init_cpu_smpVineet Gupta2015-10-282-4/+4
* ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_early_smp()Vineet Gupta2015-10-281-7/+8
* ARC: smp: Introduce smp hook @init_early_smp for Master coreVineet Gupta2015-10-282-3/+12
* ARC: remove @init_time, @init_irq platform callbacksVineet Gupta2015-10-282-8/+5
* ARC: smp: irqchip: handle IPI as percpu irq like timerVineet Gupta2015-10-281-9/+8
* ARC: boot: Support Halt-on-reset and Run-on-reset SMP booting modesVineet Gupta2015-10-284-29/+32
* ARC: smp: Move default boot kick/wait code out of MCIP into common codeVineet Gupta2015-10-172-43/+21
* ARC: boot log: move helper macros to header for reuseVineet Gupta2015-10-172-6/+1
* ARC: [arcompact] entry.S: Elide extra check/branch in exception ret pathVineet Gupta2015-10-171-12/+6
* ARC: [arcompact] entry.S: Document preemption games for L2 intrVineet Gupta2015-10-171-1/+14
* ARC: [arcompact] don't check for hard isr calling local_irq_enable()Vineet Gupta2015-10-171-68/+5
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
OpenPOWER on IntegriCloud