summaryrefslogtreecommitdiff
path: root/kernel/irq (unfollow)
Commit message (Expand)Author
2015-03-04genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki
2015-02-13irq: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-09genirq: Fix null pointer reference in irq_set_affinity_hint()Jesse Brandeburg
2015-01-23genirq: Set initial affinity in irq_set_affinity_hint()Jesse Brandeburg
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2014-12-07genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner
2014-11-23PCI/MSI: Move cached entry functions to irq coreJiang Liu
2014-11-23genirq: Provide default callbacks for msi_domain_opsJiang Liu
2014-11-23genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu
2014-11-23genirq: Add generic msi irq domain supportJiang Liu
2014-11-23genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier
2014-11-23irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu
2014-11-23irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu
2014-11-23genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu
2014-11-23genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu
2014-11-23genirq: Add more helper functions to support stacked irq_chipYingjoe Chen
2014-11-23genirq: Introduce helper functions to support stacked irq_chipJiang Liu
2014-11-23irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu
2014-11-09genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee
2014-11-09genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee
2014-09-25irq: Export handle_fasteoi_irqVincent Stehlé
2014-09-03genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier
2014-09-01genirq: Simplify wakeup mechanismThomas Gleixner
2014-09-01genirq: Mark wakeup sources as armed on suspendThomas Gleixner
2014-09-01genirq: Create helper for flow handler entry checkThomas Gleixner
2014-09-01genirq: Distangle edge handler entryThomas Gleixner
2014-09-01genirq: Avoid double loop on suspendThomas Gleixner
2014-09-01genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs()Thomas Gleixner
2014-09-01genirq: Make use of pm misfeature accountingThomas Gleixner
2014-09-01genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner
2014-09-01genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner
2014-08-28genirq: fix reference in devm_request_threaded_irq commentEmilio López
2014-08-26irqchips: Replace __this_cpu_ptr usesChristoph Lameter
2014-08-25irq: Export handle_fasteoi_irqVincent Stehlé
2014-07-31Revert "irq: Warn when shared interrupts do not match on NO_SUSPEND"Thomas Gleixner
2014-07-31Revert "PM / sleep / irq: Do not suspend wakeup interrupts"Thomas Gleixner
2014-07-24irq: Warn when shared interrupts do not match on NO_SUSPENDPeter Zijlstra
2014-07-17genirq: generic chip: Export irq_map_generic_chip functionBoris BREZILLON
2014-07-15PM / sleep / irq: Do not suspend wakeup interruptsRafael J. Wysocki
2014-07-05genirq: Fix memory leak when calling irq_free_hwirqs()Keith Busch
2014-06-21genirq: Export irq_domain_disassociate() to architecture interrupt driversJiang Liu
2014-05-27genirq: Improve documentation to match current implementationJiang Liu
2014-05-16genirq: Remove dynamic_irq messThomas Gleixner
2014-05-16genirq: Replace dynamic_irq_init/cleanupThomas Gleixner
2014-05-16genirq: Remove irq_reserve_irq[s]Thomas Gleixner
2014-05-16genirq: Replace reserve_irqs in core codeThomas Gleixner
2014-05-16genirq: Provide generic hwirq allocation facilityThomas Gleixner
2014-05-03genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner