summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/irq.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-25irq: arc: avoid CONFIG_HANDLE_DOMAIN_IRQMark Rutland1-1/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-06-20ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMPAlexey Brodkin1-1/+1
2016-05-09ARC: [intc-*] Do a domain lookup in primary handler for hwirq -> linux virqVineet Gupta1-7/+2
2016-05-09ARC: opencode arc_request_percpu_irqVineet Gupta1-29/+0
2016-05-09ARC: [intc-compact] setup TIMER as percpu_devVineet Gupta1-12/+0
2015-12-17ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpuVineet Gupta1-2/+2
2015-12-17ARC: rename smp operation init_irq_cpu() to init_per_cpu()Noam Camus1-2/+2
2015-12-12ARC: intc: Document arc_request_percpu_irq() betterVineet Gupta1-0/+12
2015-12-12ARC: intc: No need to clear IRQ_NOAUTOENVineet Gupta1-5/+8
2015-10-28ARC: smp: Introduce smp hook @init_irq_cpu called for all coresVineet Gupta1-1/+5
2015-10-28ARC: smp: Rename platform hook @init_smp -> @init_cpu_smpVineet Gupta1-2/+2
2015-10-28ARC: remove @init_time, @init_irq platform callbacksVineet Gupta1-5/+5
2015-06-19ARC: intc: split into ARCompact ISA specific, common bitsVineet Gupta1-210/+0
2014-07-23ARC: [intc] mask/unmask can be hidden againVineet Gupta1-6/+14
2014-07-23ARC: [intc] don't mask all IRQ by defaultVineet Gupta1-6/+1
2014-07-23ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)Vineet Gupta1-0/+26
2014-05-05ARC: [SMP] ISS SMP extension bitrotVineet Gupta1-18/+0
2013-11-06arc: remove '__init' for get_hw_config_num_irq()Chen Gang1-1/+1
2013-11-06ARC: Reset the value of Interrupt Priority RegisterVineet Gupta1-3/+7
2013-09-12ARC: SMP failed to boot due to missing IVT setupNoam Camus1-1/+0
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker1-1/+1
2013-06-26ARC: Setup Vector Table Base in early bootVineet Gupta1-2/+0
2013-06-22ARC: More code beautification with IS_ENABLED()Vineet Gupta1-9/+3
2013-05-07ARC: Prepare interrupt code for external controllersChristian Ruppert1-1/+1
2013-05-07ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchyVineet Gupta1-8/+13
2013-04-09ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCHVineet Gupta1-1/+1
2013-04-09ARC: Fix coding style issuesSachin Kamat1-1/+1
2013-02-15ARC: [Review] Multi-platform image #3: switch to board callbackVineet Gupta1-2/+0
2013-02-15ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta1-0/+7
2013-02-15ARC: SMP supportVineet Gupta1-0/+5
2013-02-15ARC: Support for high priority interrupts in the in-core intcVineet Gupta1-1/+103
2013-02-15ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 boardVineet Gupta1-6/+32
2013-02-11ARC: Interrupt HandlingVineet Gupta1-2/+105
2013-02-11ARC: irqflags - Interrupt enabling/disabling at in-core intcVineet Gupta1-0/+32