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