summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2014-11-23genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier-1/+24
2014-11-23irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu-0/+36
2014-11-23irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu-2/+80
2014-11-23genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu-0/+21
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu-0/+2
2014-11-23genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu-0/+26
2014-11-23genirq: Add more helper functions to support stacked irq_chipYingjoe Chen-0/+48
2014-11-23genirq: Introduce helper functions to support stacked irq_chipJiang Liu-0/+28
2014-11-23irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen-9/+18
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu-16/+407
2014-11-09genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee-0/+16
2014-11-09genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee-10/+10
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-97/+195
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+45
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-10-07Merge branch 'pm-genirq'Rafael J. Wysocki-97/+195
2014-09-03genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier-0/+45
2014-09-01genirq: Simplify wakeup mechanismThomas Gleixner-27/+50
2014-09-01genirq: Mark wakeup sources as armed on suspendThomas Gleixner-0/+5
2014-09-01genirq: Create helper for flow handler entry checkThomas Gleixner-28/+20
2014-09-01genirq: Distangle edge handler entryThomas Gleixner-10/+29
2014-09-01genirq: Avoid double loop on suspendThomas Gleixner-6/+7
2014-09-01genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs()Thomas Gleixner-12/+9
2014-09-01genirq: Make use of pm misfeature accountingThomas Gleixner-6/+3
2014-09-01genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner-0/+50
2014-09-01genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner-31/+45
2014-08-28genirq: fix reference in devm_request_threaded_irq commentEmilio López-1/+1
2014-08-26irqchips: Replace __this_cpu_ptr usesChristoph Lameter-1/+1
2014-08-25irq: Export handle_fasteoi_irqVincent Stehlé-0/+1
2014-08-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+4
2014-07-31Revert "irq: Warn when shared interrupts do not match on NO_SUSPEND"Thomas Gleixner-5/+2
2014-07-31Revert "PM / sleep / irq: Do not suspend wakeup interrupts"Thomas Gleixner-2/+1
2014-07-24irq: Warn when shared interrupts do not match on NO_SUSPENDPeter Zijlstra-2/+5
2014-07-19Merge tag 'irqchip-core-3.17-3' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner-2/+3
2014-07-17genirq: generic chip: Export irq_map_generic_chip functionBoris BREZILLON-2/+3
2014-07-15PM / sleep / irq: Do not suspend wakeup interruptsRafael J. Wysocki-1/+2
2014-07-05genirq: Fix memory leak when calling irq_free_hwirqs()Keith Busch-2/+2
2014-06-21genirq: Export irq_domain_disassociate() to architecture interrupt driversJiang Liu-1/+1
2014-05-27genirq: Improve documentation to match current implementationJiang Liu-4/+4
2014-05-16genirq: Remove dynamic_irq messThomas Gleixner-16/+7
2014-05-16genirq: Replace dynamic_irq_init/cleanupThomas Gleixner-0/+11
2014-05-16genirq: Remove irq_reserve_irq[s]Thomas Gleixner-25/+0
2014-05-16genirq: Replace reserve_irqs in core codeThomas Gleixner-3/+15
2014-05-16genirq: Provide generic hwirq allocation facilityThomas Gleixner-0/+56
2014-05-03genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner-6/+104
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner-0/+7
2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner-11/+6
2014-03-22genirq: Export symbol no_action()Alexander Shiyan-0/+1
2014-03-19genirq: procfs: Make smp_affinity values go+rChema Gonzalez-4/+4