summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-151-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/+1Star
* | Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing"Vineet Gupta2015-12-211-9/+4Star
* | 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/+9Star
* | 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/+4Star
* | ARC: remove SYNC from __switch_to()Vineet Gupta2015-11-172-5/+0Star
* | ARC: Abstract out ISA specific SLEEP argsVineet Gupta2015-11-161-5/+4Star
|/
* 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/+0Star
* ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_smp()Vineet Gupta2015-10-281-8/+2Star
* 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/+5Star
* ARC: smp: irqchip: handle IPI as percpu irq like timerVineet Gupta2015-10-281-9/+8Star
* 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/+21Star
* ARC: boot log: move helper macros to header for reuseVineet Gupta2015-10-172-6/+1Star
* ARC: [arcompact] entry.S: Elide extra check/branch in exception ret pathVineet Gupta2015-10-171-12/+6Star
* 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/+5Star
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-1/+2
|\
| * arc/irq: Prepare idu_cascade_isr for irq argument removalThomas Gleixner2015-07-311-1/+2
* | ARCv2: entry: Fix reserved handlerVineet Gupta2015-08-271-7/+2Star
* | ARCv2: perf: Finally introduce HS perf unitVineet Gupta2015-08-271-1/+2
* | ARCv2: perf: SMP supportAlexey Brodkin2015-08-271-15/+54
* | ARCv2: perf: implement exclusion of event counting in user or kernel modeAlexey Brodkin2015-08-271-2/+14
* | ARCv2: perf: Support sampling events using overflow interruptsAlexey Brodkin2015-08-271-8/+120
* | ARCv2: perf: implement "event_set_period"Alexey Brodkin2015-08-271-16/+63
* | ARC: perf: cap the number of counters to hardware max of 32Vineet Gupta2015-08-271-3/+3
* | ARC: add/fix some comments in code - no functional changeVineet Gupta2015-08-202-3/+3
* | ARC: change some branchs to jumps to resolve linkage errorsYuriy Kolerov2015-08-202-6/+6
* | ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponentia...Vineet Gupta2015-08-041-0/+4
* | ARCv2: Fix the peripheral address space detectionVineet Gupta2015-08-031-1/+7
* | ARC/time: Migrate to new 'set-state' interfaceViresh Kumar2015-07-201-25/+15Star
|/
* ARCv2: support HS38 releasesVineet Gupta2015-07-131-1/+5
* ARC: slightly refactor macros for boot loggingVineet Gupta2015-07-091-4/+5
* arc:irqchip: prepare for drivers/irqchip/irqchip.h removalJoël Porquet2015-07-093-3/+0Star
* ARCv2: intc: IDU: Fix potential race in installing a chained IRQ handlerVineet Gupta2015-07-061-2/+1Star