summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* ARC: [intc-*] Do a domain lookup in primary handler for hwirq -> linux virqVineet Gupta2016-05-091-7/+2Star
* ARC: opencode arc_request_percpu_irqVineet Gupta2016-05-091-29/+0Star
* ARC: [intc-compact] setup TIMER as percpu_devVineet Gupta2016-05-091-12/+0Star
* ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpuVineet Gupta2015-12-171-2/+2
* ARC: rename smp operation init_irq_cpu() to init_per_cpu()Noam Camus2015-12-171-2/+2
* ARC: intc: Document arc_request_percpu_irq() betterVineet Gupta2015-12-121-0/+12
* ARC: intc: No need to clear IRQ_NOAUTOENVineet Gupta2015-12-121-5/+8
* ARC: smp: Introduce smp hook @init_irq_cpu called for all coresVineet Gupta2015-10-281-1/+5
* ARC: smp: Rename platform hook @init_smp -> @init_cpu_smpVineet Gupta2015-10-281-2/+2
* ARC: remove @init_time, @init_irq platform callbacksVineet Gupta2015-10-281-5/+5
* ARC: intc: split into ARCompact ISA specific, common bitsVineet Gupta2015-06-191-210/+0Star
* ARC: [intc] mask/unmask can be hidden againVineet Gupta2014-07-231-6/+14
* ARC: [intc] don't mask all IRQ by defaultVineet Gupta2014-07-231-6/+1Star
* ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)Vineet Gupta2014-07-231-0/+26
* ARC: [SMP] ISS SMP extension bitrotVineet Gupta2014-05-051-18/+0Star
* arc: remove '__init' for get_hw_config_num_irq()Chen Gang2013-11-061-1/+1
* ARC: Reset the value of Interrupt Priority RegisterVineet Gupta2013-11-061-3/+7
* ARC: SMP failed to boot due to missing IVT setupNoam Camus2013-09-121-1/+0Star
* arc: delete __cpuinit usage from all arc filesPaul Gortmaker2013-06-271-1/+1
* ARC: Setup Vector Table Base in early bootVineet Gupta2013-06-261-2/+0Star
* ARC: More code beautification with IS_ENABLED()Vineet Gupta2013-06-221-9/+3Star
* ARC: Prepare interrupt code for external controllersChristian Ruppert2013-05-071-1/+1
* ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchyVineet Gupta2013-05-071-8/+13
* ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCHVineet Gupta2013-04-091-1/+1
* ARC: Fix coding style issuesSachin Kamat2013-04-091-1/+1
* ARC: [Review] Multi-platform image #3: switch to board callbackVineet Gupta2013-02-151-2/+0Star
* ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta2013-02-151-0/+7
* ARC: SMP supportVineet Gupta2013-02-151-0/+5
* ARC: Support for high priority interrupts in the in-core intcVineet Gupta2013-02-151-1/+103
* ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 boardVineet Gupta2013-02-151-6/+32
* ARC: Interrupt HandlingVineet Gupta2013-02-111-2/+105
* ARC: irqflags - Interrupt enabling/disabling at in-core intcVineet Gupta2013-02-111-0/+32